diff --git a/2.analysis.py b/2.analysis.py
index a65c5099..bb11e8b3 100644
--- a/2.analysis.py
+++ b/2.analysis.py
@@ -155,14 +155,10 @@ def main():
# Write results, changing round to include most
global_cli.round_by = 100
- content = (
- header
- % (
- "RSEPedia Top Dependencies",
- "dependencies",
- )
- + global_cli.render(start_end_blocks=False, data=roots)
- )
+ content = header % (
+ "RSEPedia Top Dependencies",
+ "dependencies",
+ ) + global_cli.render(start_end_blocks=False, data=roots)
write_json(meta, meta_json)
# Write language counts
@@ -185,12 +181,14 @@ def main():
python_deps = len(
set(roots["pypi"]).union(roots["requirements.txt"]).union(roots["pypi"])
)
+ cpp_deps = len(set(roots["spack"]))
r_deps = len(set(roots["DESCRIPTION"]).union(roots["cran"]))
js_deps = len(set(roots["npm"]).union(roots["package.json"]))
go_deps = len(set(roots["go"]).union(roots["go.mod"]))
stats = {
"python_deps": python_deps,
+ "cpp_deps": cpp_deps,
"r_deps": r_deps,
"js_deps": js_deps,
"go_deps": go_deps,
@@ -208,14 +206,10 @@ def main():
data = global_cli.load_datafiles(
data_files, includes=["setup.py", "requirements.txt", "pypi"]
)
- content = (
- header
- % (
- "RSEPedia Top Python Dependencies",
- "python",
- )
- + global_cli.render(start_end_blocks=False, data=data)
- )
+ content = header % (
+ "RSEPedia Top Python Dependencies",
+ "python",
+ ) + global_cli.render(start_end_blocks=False, data=data)
write_file(os.path.join("pages", "python.md"), content)
repos_counts["Python"] = count_repos(data)
@@ -227,6 +221,14 @@ def main():
write_file(os.path.join("pages", "r.md"), content)
repos_counts["R"] = count_repos(data)
+ # Cpp
+ data = global_cli.load_datafiles(data_files, includes=["spack"])
+ content = header % ("RSEPedia Top Spack (C++) Dependencies", "cpp") + global_cli.render(
+ start_end_blocks=False, data=data
+ )
+ write_file(os.path.join("pages", "cpp.md"), content)
+ repos_counts["Cpp"] = count_repos(data)
+
# Javascript
data = global_cli.load_datafiles(data_files, includes=["package.json", "npm"])
content = header % ("RSEPedia Top Js Dependencies", "js") + global_cli.render(
diff --git a/_data/language_counts.json b/_data/language_counts.json
index b7810750..2287d36f 100644
--- a/_data/language_counts.json
+++ b/_data/language_counts.json
@@ -1,43 +1,43 @@
{
"unknown": 34,
- "Python": 527,
- "Jupyter Notebook": 91,
+ "Python": 576,
+ "Jupyter Notebook": 101,
"Modelica": 1,
- "Shell": 15,
- "HTML": 40,
+ "Shell": 16,
+ "HTML": 42,
"Perl": 10,
- "R": 471,
- "C++": 125,
- "Java": 44,
- "C": 40,
- "Rust": 5,
- "JavaScript": 50,
+ "R": 494,
+ "C++": 144,
+ "Java": 50,
+ "C": 45,
+ "Rust": 6,
+ "JavaScript": 52,
"AMPL": 1,
- "MATLAB": 20,
+ "MATLAB": 26,
"Haskell": 1,
- "Fortran": 19,
+ "Fortran": 22,
"Clojure": 1,
"Groovy": 2,
"E": 1,
- "Julia": 30,
- "null": 14,
+ "Julia": 38,
+ "null": 15,
"Matlab": 5,
- "Scala": 3,
- "TypeScript": 12,
+ "Scala": 4,
+ "TypeScript": 13,
"Nim": 1,
"Makefile": 3,
- "C#": 6,
+ "C#": 7,
"Pascal": 1,
"TSQL": 2,
"Kotlin": 2,
- "Go": 5,
+ "Go": 6,
"PostScript": 2,
"Nextflow": 5,
"CSS": 1,
"NCL": 1,
"Rich Text Format": 1,
"Cuda": 1,
- "TeX": 6,
+ "TeX": 7,
"Ruby": 3,
"Mathematica": 1,
"OCaml": 1,
@@ -46,10 +46,12 @@
"Arc": 1,
"Standard ML": 1,
"Common Workflow Language": 1,
- "Dockerfile": 1,
+ "Dockerfile": 2,
"Roff": 1,
"PLpgSQL": 1,
"Vue": 2,
"CMake": 1,
- "Stan": 1
+ "Stan": 2,
+ "Lua": 2,
+ "PHP": 1
}
\ No newline at end of file
diff --git a/_data/repos.json b/_data/repos.json
index f920ae71..32679274 100644
--- a/_data/repos.json
+++ b/_data/repos.json
@@ -7748,7 +7748,542 @@
"github/R-Vessel-X/SlicerRVXLiverSegmentation": [
"3d-slicer-extension"
],
- "github/JLSteenwyk/ggpubfigs": []
+ "github/JLSteenwyk/ggpubfigs": [],
+ "github/jczarnowski/DeepFactors": [],
+ "github/JelfsMaterialsGroup/stk": [],
+ "github/jarvist/Julia-Phonons": [
+ "phonopy",
+ "phonons"
+ ],
+ "github/firedrakeproject/gusto": [],
+ "github/firedrakeproject/firedrake": [],
+ "github/vimc/dettl": [],
+ "github/vimc/orderly": [],
+ "github/vimc/vaultr": [],
+ "github/mofanv/darknetz": [],
+ "github/thetisproject/thetis": [],
+ "github/su2code/SU2": [
+ "cfd",
+ "c-plus-plus",
+ "simulation",
+ "optimization",
+ "python",
+ "opensource",
+ "physics",
+ "flow",
+ "fluid",
+ "fluid-dynamics",
+ "hpc"
+ ],
+ "github/XuhanLiu/DrugEx": [
+ "deep-learning",
+ "multi-objective-optimization",
+ "graph-transformer",
+ "reinforcement-learning",
+ "cheminformatics"
+ ],
+ "github/cog-imperial/entmoot": [],
+ "github/cog-imperial/suspect": [
+ "mathematical-programming",
+ "mixed-integer-optimization",
+ "nonlinear-optimization",
+ "pyomo"
+ ],
+ "github/cog-imperial/GPdoemd": [],
+ "github/cog-imperial/galini": [],
+ "github/ec363/fpcountr": [],
+ "github/mgalardini/pyseer": [
+ "gwas",
+ "bacteria",
+ "k-mer",
+ "reimplementation",
+ "reproducible-science"
+ ],
+ "github/JuliaArrays/LazyArrays.jl": [],
+ "github/JuliaArrays/InfiniteArrays.jl": [],
+ "github/JuliaArrays/BlockArrays.jl": [
+ "julia",
+ "matrix",
+ "arrays",
+ "blockarrays"
+ ],
+ "github/DRMacIver/shrinkray": [],
+ "github/fabiopardo/tonic": [],
+ "github/fabiopardo/qmap": [
+ "reinforcement-learning",
+ "q-learning",
+ "mario-bros"
+ ],
+ "github/LabTranslationalArchitectomics/riboWaltz": [],
+ "github/saphir746/BiobankRead-Bash": [],
+ "github/biomedia-mira/istn": [
+ "image-registration",
+ "deep-learning",
+ "spatial-transformer-networks",
+ "medical-imaging"
+ ],
+ "github/biomedia-mira/masf": [],
+ "github/biomedia-mira/drop2": [],
+ "github/biomedia-mira/blast-ct": [],
+ "github/biomedia-mira/deepscm": [
+ "causal-inference",
+ "deep-learning",
+ "counterfactuals",
+ "variational-autoencoders",
+ "normalizing-flows"
+ ],
+ "github/DLTK/DLTK": [
+ "deep-learning",
+ "machine-learning",
+ "neural-networks",
+ "tensorflow",
+ "medical-imaging",
+ "data-science",
+ "ml",
+ "deep-neural-networks",
+ "python",
+ "medical",
+ "dltk",
+ "dltk-model-zoo",
+ "neural-network",
+ "neuroimaging",
+ "cnn",
+ "medical-image-processing"
+ ],
+ "github/deepmedic/deepmedic": [
+ "deep-learning",
+ "machine-learning",
+ "medical-imaging",
+ "neural-networks",
+ "convolutional-neural-networks"
+ ],
+ "github/Kaixhin/dockerfiles": [
+ "docker",
+ "dockerfiles",
+ "machine-learning",
+ "cuda",
+ "vnc",
+ "deep-learning"
+ ],
+ "github/Kaixhin/FGLab": [
+ "machine-learning",
+ "reproducible-research",
+ "reproducible-science"
+ ],
+ "github/Kaixhin/PlaNet": [
+ "deep-learning",
+ "deep-reinforcement-learning"
+ ],
+ "github/Kaixhin/FGMachine": [
+ "machine-learning",
+ "reproducible-research",
+ "reproducible-science"
+ ],
+ "github/Kaixhin/spinning-up-basic": [
+ "deep-learning",
+ "deep-reinforcement-learning"
+ ],
+ "github/Kaixhin/Autoencoders": [
+ "autoencoder",
+ "deep-learning"
+ ],
+ "github/Kaixhin/Atari": [
+ "deep-reinforcement-learning",
+ "deep-learning"
+ ],
+ "github/Kaixhin/Rainbow": [
+ "deep-learning",
+ "deep-reinforcement-learning"
+ ],
+ "github/PengyiZhang/DRR4Covid": [],
+ "github/ProjectPyRhO/PyRhO": [
+ "python",
+ "optogenetics",
+ "opsin",
+ "jupyter-widget",
+ "computational-neuroscience",
+ "neuron",
+ "brian2",
+ "neuroscience",
+ "brain",
+ "brainweb"
+ ],
+ "github/patscott/pippi": [],
+ "github/patscott/gambit_1.3": [],
+ "github/mp3guy/ElasticFusion": [
+ "slam",
+ "cuda",
+ "reconstruction"
+ ],
+ "github/csmsoftware/IMPaCTS": [],
+ "github/pawni/BayesByHypernet": [
+ "deep-learning",
+ "variational-inference",
+ "deep-neural-networks",
+ "tensorflow",
+ "bayesian-neural-networks"
+ ],
+ "github/dolfin-adjoint/pyadjoint": [],
+ "github/lucydot/effmass": [],
+ "github/mc-imperial/jfs": [
+ "floating-point-arithmetic",
+ "constraint-solver",
+ "smtlibv2",
+ "smtlib",
+ "fuzzing",
+ "llvm",
+ "libfuzzer",
+ "z3",
+ "jit",
+ "coverage-guided-fuzzing"
+ ],
+ "github/mc-imperial/multicore-test-harness": [],
+ "github/mc-imperial/gpuverify": [],
+ "github/ImperialCollegeLondon/magda_tools": [],
+ "github/ImperialCollegeLondon/epidemia": [],
+ "github/ImperialCollegeLondon/sap-voicebox": [],
+ "github/ImperialCollegeLondon/WInc3D": [],
+ "github/ImperialCollegeLondon/django-drf-filepond": [
+ "file-upload",
+ "filepond",
+ "django-application"
+ ],
+ "github/ImperialCollegeLondon/R2T2": [],
+ "github/ImperialCollegeLondon/safedata": [],
+ "github/ImperialCollegeLondon/pytest_template_application": [],
+ "github/ImperialCollegeLondon/ICLOCS": [],
+ "github/ImperialCollegeLondon/EpiCollectplus": [],
+ "github/ImperialCollegeLondon/adam": [],
+ "github/ImperialCollegeLondon/covid19model": [
+ "covid-19",
+ "bayesian-statistics",
+ "renewal-process",
+ "branching-process",
+ "intervention-study",
+ "probabilistic-models",
+ "statistical-models",
+ "statistical-inference",
+ "statistical-computing"
+ ],
+ "github/ImperialCollegeLondon/research-software-directory-data": [],
+ "github/ImperialCollegeLondon/rcs-pacemakers": [
+ "jupyter",
+ "pytorch",
+ "computer-vision",
+ "machine-learning",
+ "python"
+ ],
+ "github/ImperialCollegeLondon/hcga": [
+ "networks",
+ "feature-extraction",
+ "classification-algorithm",
+ "graph-features",
+ "interpretable-features",
+ "graph-analysis-toolbox",
+ "graph-embedding"
+ ],
+ "github/ImperialCollegeLondon/sharpy": [
+ "aeroelasticity",
+ "simulation",
+ "aeronautics",
+ "structures",
+ "structural-dynamics",
+ "wind-turbines"
+ ],
+ "github/ImperialCollegeLondon/UVLM": [],
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": [],
+ "github/ImperialCollegeLondon/fractalgenetics": [],
+ "github/Shamir-Lab/domino_web": [],
+ "github/i-VRESSE/workflow-builder": [],
+ "github/i-VRESSE/pdbtbx-ts": [],
+ "github/vincentlab/PyFR": [],
+ "github/Imperial-visualizations/Physics-Visualizations": [],
+ "github/JuliaMatrices/BandedMatrices.jl": [],
+ "github/JuliaMatrices/LazyBandedMatrices.jl": [],
+ "github/JuliaMatrices/BlockBandedMatrices.jl": [],
+ "github/MolecularAI/DockStreamCommunity": [
+ "reinforcement-learning",
+ "chemoinformatics",
+ "jupyter-notebook",
+ "denovo-design",
+ "astrazeneca",
+ "molecular-docking"
+ ],
+ "github/drcandacemakedamoore/cleanX": [],
+ "github/barnesgroupICL/Driftfusion": [],
+ "github/lsds/Teechain": [],
+ "github/lsds/faasm": [
+ "serverless",
+ "webassembly",
+ "faas",
+ "kubernetes",
+ "wasi",
+ "knative",
+ "cpp",
+ "openmp",
+ "mpi"
+ ],
+ "github/lsds/Saber": [
+ "stream-processing",
+ "hybrid",
+ "multicore",
+ "gpu",
+ "high-throughput",
+ "saber",
+ "stream",
+ "streaming-data",
+ "streaming",
+ "sliding-windows",
+ "multicore-cpu"
+ ],
+ "github/lsds/KungFu": [
+ "tensorflow",
+ "keras",
+ "distributed-training",
+ "distributed-systems"
+ ],
+ "github/lsds/sgx-lkl": [
+ "sgx",
+ "trusted-execution",
+ "linux",
+ "java",
+ "jvm",
+ "enclave",
+ "javascipt"
+ ],
+ "github/lsds/LightSaber": [
+ "llvm",
+ "incremental-computation",
+ "aggregation",
+ "stream-processing",
+ "sliding-windows",
+ "numa",
+ "multi-core",
+ "cpp",
+ "rdma",
+ "ssd",
+ "libaio",
+ "compression"
+ ],
+ "github/lsds/Crossbow": [
+ "deep-learning",
+ "training",
+ "machine-learning",
+ "gpu-acceleration"
+ ],
+ "github/lsds/Neptune": [],
+ "github/lsds/TaLoS": [
+ "enclave",
+ "sgx-enclave",
+ "tls-library",
+ "intel-sgx",
+ "tls-connection",
+ "talos",
+ "libressl"
+ ],
+ "github/lsds/SEEP": [
+ "dataflow-programming",
+ "stateful",
+ "sdg",
+ "cluster-computing"
+ ],
+ "github/mwoodbri/MRIdb": [],
+ "github/xcompact3d/Incompact3d": [
+ "navier-stokes",
+ "computational-fluid-dynamics",
+ "cfd",
+ "direct-numerical-simulation",
+ "large-eddy-simulation"
+ ],
+ "github/imperialchem/mrd-demo": [],
+ "github/pybamm-team/PyBaMM": [
+ "pybamm",
+ "battery-models",
+ "solvers",
+ "python",
+ "batteries",
+ "simulation"
+ ],
+ "github/UK-Digital-Heart-Project/4Dsegment": [],
+ "github/UK-Digital-Heart-Project/4Dsurvival": [],
+ "github/tensorlayer/tensorlayer": [
+ "tensorlayer",
+ "deep-learning",
+ "tensorflow",
+ "neural-network",
+ "reinforcement-learning",
+ "artificial-intelligence",
+ "gan",
+ "a3c",
+ "tensorflow-tutorials",
+ "dqn",
+ "object-detection",
+ "chatbot",
+ "python",
+ "tensorflow-tutorial",
+ "imagenet",
+ "google"
+ ],
+ "github/johnlees/PopPUNK": [
+ "bacteria",
+ "genomics",
+ "population-genetics",
+ "k-mer",
+ "sketching"
+ ],
+ "github/johnlees/pp-sketchlib": [],
+ "github/mrc-ide/PhyDyn": [],
+ "github/mrc-ide/odin": [
+ "infrastructure"
+ ],
+ "github/mrc-ide/PlasmoMAPI": [],
+ "github/mrc-ide/ring": [],
+ "github/mrc-ide/drjacoby": [],
+ "github/mrc-ide/sircovid": [],
+ "github/mrc-ide/dde": [],
+ "github/mrc-ide/provisionr": [
+ "infrastructure",
+ "cluster"
+ ],
+ "github/mrc-ide/dust": [],
+ "github/mrc-ide/rrq": [
+ "infrastructure",
+ "cluster"
+ ],
+ "github/mrc-ide/squire": [],
+ "github/mrc-ide/covid-sim": [],
+ "github/mrc-ide/cinterpolate": [
+ "infrastructure"
+ ],
+ "github/mrc-ide/covid19-forecasts-orderly": [],
+ "github/mrc-ide/global-lmic-reports-orderly": [],
+ "github/mrc-ide/EpiEstim": [],
+ "github/alstat/ALUES": [
+ "r",
+ "r-package",
+ "agriculture",
+ "agricultural-modelling"
+ ],
+ "github/PRIS-CV/DS-UI": [],
+ "github/MorgansLab/OSCILOS_Long": [],
+ "github/NathanSkene/MAGMA_Celltyping": [
+ "gwas",
+ "genomics",
+ "single-cell-omics",
+ "magma"
+ ],
+ "github/NathanSkene/EWCE": [
+ "transcriptomics",
+ "single-cell",
+ "single-cell-rna-seq",
+ "deconvolution"
+ ],
+ "github/BioMedIA/MIRTK": [
+ "image-processing",
+ "image-registration",
+ "medical-imaging",
+ "toolkit",
+ "free-form-deformation",
+ "ffd"
+ ],
+ "github/paulhjkelly/taskgraph-metaprogramming": [],
+ "github/OP2/PyOP2": [],
+ "github/klee/klee": [
+ "symbolic-execution",
+ "klee"
+ ],
+ "github/gilestrolab/ethoscope": [],
+ "github/gilestrolab/pySolo": [],
+ "github/ropensci/unifir": [
+ "rstats",
+ "cran",
+ "cran-r",
+ "r",
+ "unifir",
+ "visualization",
+ "unity",
+ "unity3d"
+ ],
+ "github/brian-team/brian2": [
+ "python",
+ "neuroscience",
+ "science",
+ "differential-equations",
+ "spiking-neural-networks",
+ "biological-simulations",
+ "code-generation",
+ "simulation-framework",
+ "brian",
+ "computational-neuroscience",
+ "brian2"
+ ],
+ "github/devitocodes/pyrevolve": [],
+ "github/baiwenjia/ukbb_cardiac": [],
+ "github/phenomecentre/nPYc-Toolbox": [
+ "quality-control",
+ "metabolomics",
+ "metabolic-phenotyping"
+ ],
+ "github/umbralcalc/helmpy": [],
+ "github/WMD-group/MacroDensity": [
+ "electrostatic-potential",
+ "ionisation-potential",
+ "workfunction",
+ "density-functional-theory",
+ "vasp",
+ "semiconductor-physics"
+ ],
+ "github/WMD-group/StarryNight": [
+ "monte-carlo-codes",
+ "ferroelectric-domains",
+ "perovskite",
+ "photovoltaic",
+ "monte-carlo",
+ "dipole-domains",
+ "recombination",
+ "semiconductor"
+ ],
+ "github/WMD-group/hybrid-perovskites": [],
+ "github/WMD-group/Eris": [
+ "monte-carlo",
+ "photovoltaic",
+ "materials",
+ "thermodynamics",
+ "physics",
+ "semiconductor",
+ "defects"
+ ],
+ "github/WMD-group/CarrierCapture.jl": [
+ "defects",
+ "semiconductors",
+ "electronic-structure",
+ "materials-design",
+ "solar-cells"
+ ],
+ "github/WMD-group/SMACT": [
+ "materials-science",
+ "materials-informatics",
+ "materials-screening",
+ "materials-design",
+ "machine-learning"
+ ],
+ "github/OttoStruve/muler": [
+ "astronomy",
+ "spectroscopy",
+ "exoplanets",
+ "stars",
+ "stellar-atmospheres",
+ "data-analysis",
+ "astronomical-algorithms",
+ "infrared",
+ "echelle",
+ "python",
+ "data-science"
+ ],
+ "github/xmuyulab/DreamDIA-XMBD": [],
+ "github/FluidityProject/fluidity": [],
+ "github/Crompulence/cpl-library": [],
+ "github/tanhevg/GpABC.jl": []
},
"language": {
"gitlab/chiemotono/mdcontactcom": "unknown",
@@ -9366,7 +9901,153 @@
"github/lilyminium/psiresp": "Python",
"github/dsoave/JLS": "R",
"github/R-Vessel-X/SlicerRVXLiverSegmentation": "Python",
- "github/JLSteenwyk/ggpubfigs": "R"
+ "github/JLSteenwyk/ggpubfigs": "R",
+ "github/jczarnowski/DeepFactors": "C++",
+ "github/JelfsMaterialsGroup/stk": "Python",
+ "github/jarvist/Julia-Phonons": "Julia",
+ "github/firedrakeproject/gusto": "Python",
+ "github/firedrakeproject/firedrake": "Python",
+ "github/vimc/dettl": "R",
+ "github/vimc/orderly": "R",
+ "github/vimc/vaultr": "R",
+ "github/mofanv/darknetz": "C",
+ "github/thetisproject/thetis": "Python",
+ "github/su2code/SU2": "C++",
+ "github/XuhanLiu/DrugEx": "Python",
+ "github/cog-imperial/entmoot": "Python",
+ "github/cog-imperial/suspect": "Python",
+ "github/cog-imperial/GPdoemd": "Python",
+ "github/cog-imperial/galini": "Python",
+ "github/ec363/fpcountr": "R",
+ "github/mgalardini/pyseer": "Python",
+ "github/JuliaArrays/LazyArrays.jl": "Julia",
+ "github/JuliaArrays/InfiniteArrays.jl": "Julia",
+ "github/JuliaArrays/BlockArrays.jl": "Julia",
+ "github/DRMacIver/shrinkray": "Python",
+ "github/fabiopardo/tonic": "Python",
+ "github/fabiopardo/qmap": "Python",
+ "github/LabTranslationalArchitectomics/riboWaltz": "R",
+ "github/saphir746/BiobankRead-Bash": "Python",
+ "github/biomedia-mira/istn": "Python",
+ "github/biomedia-mira/masf": "Python",
+ "github/biomedia-mira/drop2": "C++",
+ "github/biomedia-mira/blast-ct": "Python",
+ "github/biomedia-mira/deepscm": "Jupyter Notebook",
+ "github/DLTK/DLTK": "Python",
+ "github/deepmedic/deepmedic": "Python",
+ "github/Kaixhin/dockerfiles": "Dockerfile",
+ "github/Kaixhin/FGLab": "HTML",
+ "github/Kaixhin/PlaNet": "Python",
+ "github/Kaixhin/FGMachine": "JavaScript",
+ "github/Kaixhin/spinning-up-basic": "Python",
+ "github/Kaixhin/Autoencoders": "Lua",
+ "github/Kaixhin/Atari": "Lua",
+ "github/Kaixhin/Rainbow": "Python",
+ "github/PengyiZhang/DRR4Covid": "C++",
+ "github/ProjectPyRhO/PyRhO": "Python",
+ "github/patscott/pippi": "Python",
+ "github/patscott/gambit_1.3": "C++",
+ "github/mp3guy/ElasticFusion": "C++",
+ "github/csmsoftware/IMPaCTS": "MATLAB",
+ "github/pawni/BayesByHypernet": "Jupyter Notebook",
+ "github/dolfin-adjoint/pyadjoint": "Python",
+ "github/lucydot/effmass": "Jupyter Notebook",
+ "github/mc-imperial/jfs": "C++",
+ "github/mc-imperial/multicore-test-harness": "C",
+ "github/mc-imperial/gpuverify": "C#",
+ "github/ImperialCollegeLondon/magda_tools": "Python",
+ "github/ImperialCollegeLondon/epidemia": "R",
+ "github/ImperialCollegeLondon/sap-voicebox": "MATLAB",
+ "github/ImperialCollegeLondon/WInc3D": "Fortran",
+ "github/ImperialCollegeLondon/django-drf-filepond": "Python",
+ "github/ImperialCollegeLondon/R2T2": "Python",
+ "github/ImperialCollegeLondon/safedata": "R",
+ "github/ImperialCollegeLondon/pytest_template_application": "Python",
+ "github/ImperialCollegeLondon/ICLOCS": "MATLAB",
+ "github/ImperialCollegeLondon/EpiCollectplus": "PHP",
+ "github/ImperialCollegeLondon/adam": "Java",
+ "github/ImperialCollegeLondon/covid19model": "Stan",
+ "github/ImperialCollegeLondon/research-software-directory-data": "Python",
+ "github/ImperialCollegeLondon/rcs-pacemakers": "Jupyter Notebook",
+ "github/ImperialCollegeLondon/hcga": "Python",
+ "github/ImperialCollegeLondon/sharpy": "Python",
+ "github/ImperialCollegeLondon/UVLM": "C++",
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": "Shell",
+ "github/ImperialCollegeLondon/fractalgenetics": "MATLAB",
+ "github/Shamir-Lab/domino_web": "HTML",
+ "github/i-VRESSE/workflow-builder": "TypeScript",
+ "github/i-VRESSE/pdbtbx-ts": "Rust",
+ "github/vincentlab/PyFR": "Python",
+ "github/Imperial-visualizations/Physics-Visualizations": "JavaScript",
+ "github/JuliaMatrices/BandedMatrices.jl": "Julia",
+ "github/JuliaMatrices/LazyBandedMatrices.jl": "Julia",
+ "github/JuliaMatrices/BlockBandedMatrices.jl": "Julia",
+ "github/MolecularAI/DockStreamCommunity": "Jupyter Notebook",
+ "github/drcandacemakedamoore/cleanX": "Jupyter Notebook",
+ "github/barnesgroupICL/Driftfusion": "MATLAB",
+ "github/lsds/Teechain": "C++",
+ "github/lsds/faasm": "C++",
+ "github/lsds/Saber": "Java",
+ "github/lsds/KungFu": "Go",
+ "github/lsds/sgx-lkl": "C",
+ "github/lsds/LightSaber": "C++",
+ "github/lsds/Crossbow": "Java",
+ "github/lsds/Neptune": "Scala",
+ "github/lsds/TaLoS": "C",
+ "github/lsds/SEEP": "Java",
+ "github/mwoodbri/MRIdb": "Java",
+ "github/xcompact3d/Incompact3d": "Fortran",
+ "github/imperialchem/mrd-demo": "Python",
+ "github/pybamm-team/PyBaMM": "Python",
+ "github/UK-Digital-Heart-Project/4Dsegment": "Python",
+ "github/UK-Digital-Heart-Project/4Dsurvival": "Python",
+ "github/tensorlayer/tensorlayer": "Python",
+ "github/johnlees/PopPUNK": "Python",
+ "github/johnlees/pp-sketchlib": "C++",
+ "github/mrc-ide/PhyDyn": "Java",
+ "github/mrc-ide/odin": "R",
+ "github/mrc-ide/PlasmoMAPI": "R",
+ "github/mrc-ide/ring": "R",
+ "github/mrc-ide/drjacoby": "R",
+ "github/mrc-ide/sircovid": "C++",
+ "github/mrc-ide/dde": "R",
+ "github/mrc-ide/provisionr": "R",
+ "github/mrc-ide/dust": "C++",
+ "github/mrc-ide/rrq": "R",
+ "github/mrc-ide/squire": "R",
+ "github/mrc-ide/covid-sim": "C++",
+ "github/mrc-ide/cinterpolate": "R",
+ "github/mrc-ide/covid19-forecasts-orderly": "R",
+ "github/mrc-ide/global-lmic-reports-orderly": "R",
+ "github/mrc-ide/EpiEstim": "R",
+ "github/alstat/ALUES": "R",
+ "github/PRIS-CV/DS-UI": "Python",
+ "github/MorgansLab/OSCILOS_Long": "MATLAB",
+ "github/NathanSkene/MAGMA_Celltyping": "R",
+ "github/NathanSkene/EWCE": "R",
+ "github/BioMedIA/MIRTK": "C++",
+ "github/paulhjkelly/taskgraph-metaprogramming": "C++",
+ "github/OP2/PyOP2": "Python",
+ "github/klee/klee": "C++",
+ "github/gilestrolab/ethoscope": "Python",
+ "github/gilestrolab/pySolo": "Python",
+ "github/ropensci/unifir": "R",
+ "github/brian-team/brian2": "Python",
+ "github/devitocodes/pyrevolve": "Python",
+ "github/baiwenjia/ukbb_cardiac": "Python",
+ "github/phenomecentre/nPYc-Toolbox": "Python",
+ "github/umbralcalc/helmpy": "Jupyter Notebook",
+ "github/WMD-group/MacroDensity": "Jupyter Notebook",
+ "github/WMD-group/StarryNight": "C",
+ "github/WMD-group/hybrid-perovskites": null,
+ "github/WMD-group/Eris": "Jupyter Notebook",
+ "github/WMD-group/CarrierCapture.jl": "Jupyter Notebook",
+ "github/WMD-group/SMACT": "Python",
+ "github/OttoStruve/muler": "TeX",
+ "github/xmuyulab/DreamDIA-XMBD": "Python",
+ "github/FluidityProject/fluidity": "Fortran",
+ "github/Crompulence/cpl-library": "C++",
+ "github/tanhevg/GpABC.jl": "Julia"
},
"url": {
"gitlab/chiemotono/mdcontactcom": "https://gitlab.com/chiemotono/mdcontactcom",
@@ -10984,7 +11665,153 @@
"github/lilyminium/psiresp": "https://github.com/lilyminium/psiresp",
"github/dsoave/JLS": "https://github.com/dsoave/JLS",
"github/R-Vessel-X/SlicerRVXLiverSegmentation": "https://github.com/R-Vessel-X/SlicerRVXLiverSegmentation",
- "github/JLSteenwyk/ggpubfigs": "https://github.com/JLSteenwyk/ggpubfigs"
+ "github/JLSteenwyk/ggpubfigs": "https://github.com/JLSteenwyk/ggpubfigs",
+ "github/jczarnowski/DeepFactors": "https://github.com/jczarnowski/DeepFactors",
+ "github/JelfsMaterialsGroup/stk": "https://github.com/JelfsMaterialsGroup/stk",
+ "github/jarvist/Julia-Phonons": "https://github.com/jarvist/Julia-Phonons",
+ "github/firedrakeproject/gusto": "https://github.com/firedrakeproject/gusto",
+ "github/firedrakeproject/firedrake": "https://github.com/firedrakeproject/firedrake",
+ "github/vimc/dettl": "https://github.com/vimc/dettl",
+ "github/vimc/orderly": "https://github.com/vimc/orderly",
+ "github/vimc/vaultr": "https://github.com/vimc/vaultr",
+ "github/mofanv/darknetz": "https://github.com/mofanv/darknetz",
+ "github/thetisproject/thetis": "https://github.com/thetisproject/thetis",
+ "github/su2code/SU2": "https://github.com/su2code/SU2",
+ "github/XuhanLiu/DrugEx": "https://github.com/XuhanLiu/DrugEx",
+ "github/cog-imperial/entmoot": "https://github.com/cog-imperial/entmoot",
+ "github/cog-imperial/suspect": "https://github.com/cog-imperial/suspect",
+ "github/cog-imperial/GPdoemd": "https://github.com/cog-imperial/GPdoemd",
+ "github/cog-imperial/galini": "https://github.com/cog-imperial/galini",
+ "github/ec363/fpcountr": "https://github.com/ec363/fpcountr",
+ "github/mgalardini/pyseer": "https://github.com/mgalardini/pyseer",
+ "github/JuliaArrays/LazyArrays.jl": "https://github.com/JuliaArrays/LazyArrays.jl",
+ "github/JuliaArrays/InfiniteArrays.jl": "https://github.com/JuliaArrays/InfiniteArrays.jl",
+ "github/JuliaArrays/BlockArrays.jl": "https://github.com/JuliaArrays/BlockArrays.jl",
+ "github/DRMacIver/shrinkray": "https://github.com/DRMacIver/shrinkray",
+ "github/fabiopardo/tonic": "https://github.com/fabiopardo/tonic",
+ "github/fabiopardo/qmap": "https://github.com/fabiopardo/qmap",
+ "github/LabTranslationalArchitectomics/riboWaltz": "https://github.com/LabTranslationalArchitectomics/riboWaltz",
+ "github/saphir746/BiobankRead-Bash": "https://github.com/saphir746/BiobankRead-Bash",
+ "github/biomedia-mira/istn": "https://github.com/biomedia-mira/istn",
+ "github/biomedia-mira/masf": "https://github.com/biomedia-mira/masf",
+ "github/biomedia-mira/drop2": "https://github.com/biomedia-mira/drop2",
+ "github/biomedia-mira/blast-ct": "https://github.com/biomedia-mira/blast-ct",
+ "github/biomedia-mira/deepscm": "https://github.com/biomedia-mira/deepscm",
+ "github/DLTK/DLTK": "https://github.com/DLTK/DLTK",
+ "github/deepmedic/deepmedic": "https://github.com/deepmedic/deepmedic",
+ "github/Kaixhin/dockerfiles": "https://github.com/Kaixhin/dockerfiles",
+ "github/Kaixhin/FGLab": "https://github.com/Kaixhin/FGLab",
+ "github/Kaixhin/PlaNet": "https://github.com/Kaixhin/PlaNet",
+ "github/Kaixhin/FGMachine": "https://github.com/Kaixhin/FGMachine",
+ "github/Kaixhin/spinning-up-basic": "https://github.com/Kaixhin/spinning-up-basic",
+ "github/Kaixhin/Autoencoders": "https://github.com/Kaixhin/Autoencoders",
+ "github/Kaixhin/Atari": "https://github.com/Kaixhin/Atari",
+ "github/Kaixhin/Rainbow": "https://github.com/Kaixhin/Rainbow",
+ "github/PengyiZhang/DRR4Covid": "https://github.com/PengyiZhang/DRR4Covid",
+ "github/ProjectPyRhO/PyRhO": "https://github.com/ProjectPyRhO/PyRhO",
+ "github/patscott/pippi": "https://github.com/patscott/pippi",
+ "github/patscott/gambit_1.3": "https://github.com/GambitBSM/gambit_1.3",
+ "github/mp3guy/ElasticFusion": "https://github.com/mp3guy/ElasticFusion",
+ "github/csmsoftware/IMPaCTS": "https://github.com/csmsoftware/IMPaCTS",
+ "github/pawni/BayesByHypernet": "https://github.com/pawni/BayesByHypernet",
+ "github/dolfin-adjoint/pyadjoint": "https://github.com/dolfin-adjoint/pyadjoint",
+ "github/lucydot/effmass": "https://github.com/lucydot/effmass",
+ "github/mc-imperial/jfs": "https://github.com/mc-imperial/jfs",
+ "github/mc-imperial/multicore-test-harness": "https://github.com/mc-imperial/multicore-test-harness",
+ "github/mc-imperial/gpuverify": "https://github.com/mc-imperial/gpuverify",
+ "github/ImperialCollegeLondon/magda_tools": "https://github.com/ImperialCollegeLondon/magda_tools",
+ "github/ImperialCollegeLondon/epidemia": "https://github.com/ImperialCollegeLondon/epidemia",
+ "github/ImperialCollegeLondon/sap-voicebox": "https://github.com/ImperialCollegeLondon/sap-voicebox",
+ "github/ImperialCollegeLondon/WInc3D": "https://github.com/ImperialCollegeLondon/WInc3D",
+ "github/ImperialCollegeLondon/django-drf-filepond": "https://github.com/ImperialCollegeLondon/django-drf-filepond",
+ "github/ImperialCollegeLondon/R2T2": "https://github.com/ImperialCollegeLondon/R2T2",
+ "github/ImperialCollegeLondon/safedata": "https://github.com/ImperialCollegeLondon/safedata",
+ "github/ImperialCollegeLondon/pytest_template_application": "https://github.com/ImperialCollegeLondon/pytest_template_application",
+ "github/ImperialCollegeLondon/ICLOCS": "https://github.com/ImperialCollegeLondon/ICLOCS",
+ "github/ImperialCollegeLondon/EpiCollectplus": "https://github.com/ImperialCollegeLondon/EpiCollectplus",
+ "github/ImperialCollegeLondon/adam": "https://github.com/ImperialCollegeLondon/adam",
+ "github/ImperialCollegeLondon/covid19model": "https://github.com/ImperialCollegeLondon/covid19model",
+ "github/ImperialCollegeLondon/research-software-directory-data": "https://github.com/ImperialCollegeLondon/research-software-directory",
+ "github/ImperialCollegeLondon/rcs-pacemakers": "https://github.com/ImperialCollegeLondon/rcs-pacemakers",
+ "github/ImperialCollegeLondon/hcga": "https://github.com/barahona-research-group/hcga",
+ "github/ImperialCollegeLondon/sharpy": "https://github.com/ImperialCollegeLondon/sharpy",
+ "github/ImperialCollegeLondon/UVLM": "https://github.com/ImperialCollegeLondon/UVLM",
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": "https://github.com/ImperialCollegeLondon/rcs_cluster_scripts",
+ "github/ImperialCollegeLondon/fractalgenetics": "https://github.com/ImperialCollegeLondon/fractalgenetics",
+ "github/Shamir-Lab/domino_web": "https://github.com/Shamir-Lab/domino_web",
+ "github/i-VRESSE/workflow-builder": "https://github.com/i-VRESSE/workflow-builder",
+ "github/i-VRESSE/pdbtbx-ts": "https://github.com/i-VRESSE/pdbtbx-ts",
+ "github/vincentlab/PyFR": "https://github.com/PyFR/PyFR",
+ "github/Imperial-visualizations/Physics-Visualizations": "https://github.com/Imperial-visualizations/Physics-Visualizations",
+ "github/JuliaMatrices/BandedMatrices.jl": "https://github.com/JuliaMatrices/BandedMatrices.jl",
+ "github/JuliaMatrices/LazyBandedMatrices.jl": "https://github.com/JuliaMatrices/LazyBandedMatrices.jl",
+ "github/JuliaMatrices/BlockBandedMatrices.jl": "https://github.com/JuliaMatrices/BlockBandedMatrices.jl",
+ "github/MolecularAI/DockStreamCommunity": "https://github.com/MolecularAI/DockStreamCommunity",
+ "github/drcandacemakedamoore/cleanX": "https://github.com/drcandacemakedamoore/cleanX",
+ "github/barnesgroupICL/Driftfusion": "https://github.com/barnesgroupICL/Driftfusion",
+ "github/lsds/Teechain": "https://github.com/lsds/Teechain",
+ "github/lsds/faasm": "https://github.com/faasm/faasm",
+ "github/lsds/Saber": "https://github.com/lsds/Saber",
+ "github/lsds/KungFu": "https://github.com/lsds/KungFu",
+ "github/lsds/sgx-lkl": "https://github.com/lsds/sgx-lkl",
+ "github/lsds/LightSaber": "https://github.com/lsds/LightSaber",
+ "github/lsds/Crossbow": "https://github.com/lsds/Crossbow",
+ "github/lsds/Neptune": "https://github.com/lsds/Neptune",
+ "github/lsds/TaLoS": "https://github.com/lsds/TaLoS",
+ "github/lsds/SEEP": "https://github.com/lsds/SEEP",
+ "github/mwoodbri/MRIdb": "https://github.com/mwoodbri/MRIdb",
+ "github/xcompact3d/Incompact3d": "https://github.com/xcompact3d/Incompact3d",
+ "github/imperialchem/mrd-demo": "https://github.com/imperialchem/mrd-demo",
+ "github/pybamm-team/PyBaMM": "https://github.com/pybamm-team/PyBaMM",
+ "github/UK-Digital-Heart-Project/4Dsegment": "https://github.com/UK-Digital-Heart-Project/4Dsegment",
+ "github/UK-Digital-Heart-Project/4Dsurvival": "https://github.com/UK-Digital-Heart-Project/4Dsurvival",
+ "github/tensorlayer/tensorlayer": "https://github.com/tensorlayer/TensorLayer",
+ "github/johnlees/PopPUNK": "https://github.com/bacpop/PopPUNK",
+ "github/johnlees/pp-sketchlib": "https://github.com/bacpop/pp-sketchlib",
+ "github/mrc-ide/PhyDyn": "https://github.com/mrc-ide/PhyDyn",
+ "github/mrc-ide/odin": "https://github.com/mrc-ide/odin",
+ "github/mrc-ide/PlasmoMAPI": "https://github.com/mrc-ide/PlasmoMAPI",
+ "github/mrc-ide/ring": "https://github.com/mrc-ide/ring",
+ "github/mrc-ide/drjacoby": "https://github.com/mrc-ide/drjacoby",
+ "github/mrc-ide/sircovid": "https://github.com/mrc-ide/sircovid",
+ "github/mrc-ide/dde": "https://github.com/mrc-ide/dde",
+ "github/mrc-ide/provisionr": "https://github.com/mrc-ide/provisionr",
+ "github/mrc-ide/dust": "https://github.com/mrc-ide/dust",
+ "github/mrc-ide/rrq": "https://github.com/mrc-ide/rrq",
+ "github/mrc-ide/squire": "https://github.com/mrc-ide/squire",
+ "github/mrc-ide/covid-sim": "https://github.com/mrc-ide/covid-sim",
+ "github/mrc-ide/cinterpolate": "https://github.com/mrc-ide/cinterpolate",
+ "github/mrc-ide/covid19-forecasts-orderly": "https://github.com/mrc-ide/covid19-forecasts-orderly",
+ "github/mrc-ide/global-lmic-reports-orderly": "https://github.com/mrc-ide/global-lmic-reports-orderly",
+ "github/mrc-ide/EpiEstim": "https://github.com/mrc-ide/EpiEstim",
+ "github/alstat/ALUES": "https://github.com/alstat/ALUES",
+ "github/PRIS-CV/DS-UI": "https://github.com/PRIS-CV/DS-UI",
+ "github/MorgansLab/OSCILOS_Long": "https://github.com/MorgansLab/OSCILOS_long",
+ "github/NathanSkene/MAGMA_Celltyping": "https://github.com/neurogenomics/MAGMA_Celltyping",
+ "github/NathanSkene/EWCE": "https://github.com/NathanSkene/EWCE",
+ "github/BioMedIA/MIRTK": "https://github.com/BioMedIA/MIRTK",
+ "github/paulhjkelly/taskgraph-metaprogramming": "https://github.com/paulhjkelly/taskgraph-metaprogramming",
+ "github/OP2/PyOP2": "https://github.com/OP2/PyOP2",
+ "github/klee/klee": "https://github.com/klee/klee",
+ "github/gilestrolab/ethoscope": "https://github.com/gilestrolab/ethoscope",
+ "github/gilestrolab/pySolo": "https://github.com/gilestrolab/pySolo",
+ "github/ropensci/unifir": "https://github.com/ropensci/unifir",
+ "github/brian-team/brian2": "https://github.com/brian-team/brian2",
+ "github/devitocodes/pyrevolve": "https://github.com/devitocodes/pyrevolve",
+ "github/baiwenjia/ukbb_cardiac": "https://github.com/baiwenjia/ukbb_cardiac",
+ "github/phenomecentre/nPYc-Toolbox": "https://github.com/phenomecentre/nPYc-Toolbox",
+ "github/umbralcalc/helmpy": "https://github.com/umbralcalc/helmpy",
+ "github/WMD-group/MacroDensity": "https://github.com/WMD-group/MacroDensity",
+ "github/WMD-group/StarryNight": "https://github.com/WMD-group/StarryNight",
+ "github/WMD-group/hybrid-perovskites": "https://github.com/WMD-group/hybrid-perovskites",
+ "github/WMD-group/Eris": "https://github.com/WMD-group/Eris",
+ "github/WMD-group/CarrierCapture.jl": "https://github.com/WMD-group/CarrierCapture.jl",
+ "github/WMD-group/SMACT": "https://github.com/WMD-group/SMACT",
+ "github/OttoStruve/muler": "https://github.com/OttoStruve/muler",
+ "github/xmuyulab/DreamDIA-XMBD": "https://github.com/xmuyulab/DreamDIA-XMBD",
+ "github/FluidityProject/fluidity": "https://github.com/FluidityProject/fluidity",
+ "github/Crompulence/cpl-library": "https://github.com/Crompulence/cpl-library",
+ "github/tanhevg/GpABC.jl": "https://github.com/tanhevg/GpABC.jl"
},
"description": {
"gitlab/chiemotono/mdcontactcom": "",
@@ -12602,6 +13429,152 @@
"github/lilyminium/psiresp": "RESP with inter- and intra-molecular constraints in Psi4.",
"github/dsoave/JLS": "JLS",
"github/R-Vessel-X/SlicerRVXLiverSegmentation": "3D Slicer plugin for Liver Anatomy Annotation by R-Vessel-X",
- "github/JLSteenwyk/ggpubfigs": "colorblind friendly color palettes and ggplot2 graphic system extensions for publication-quality scientific figures"
+ "github/JLSteenwyk/ggpubfigs": "colorblind friendly color palettes and ggplot2 graphic system extensions for publication-quality scientific figures",
+ "github/jczarnowski/DeepFactors": "Real-Time Probabilistic Dense Monocular SLAM Using Compact Code Representation",
+ "github/JelfsMaterialsGroup/stk": "Mirror of lukasturcani/stk - please file issues / fork / star that repo. ",
+ "github/jarvist/Julia-Phonons": "Julia codes to play with Phonons",
+ "github/firedrakeproject/gusto": "Three dimensional atmospheric dynamical core using the Gung Ho numerics.",
+ "github/firedrakeproject/firedrake": "Firedrake is an automated system for the portable solution of partial differential equations using the finite element method (FEM)",
+ "github/vimc/dettl": ":bar_chart::shower: Data extract, transform, test and load",
+ "github/vimc/orderly": ":hospital::ambulance: Lightweight Reproducible Reporting for R",
+ "github/vimc/vaultr": ":lock: API client for Hashicorp's vault (https://www.vaultproject.io/)",
+ "github/mofanv/darknetz": "runs several layers of a deep learning model in TrustZone",
+ "github/thetisproject/thetis": "Finite element flow solver for simulating coastal and estuarine flows.",
+ "github/su2code/SU2": "SU2: An Open-Source Suite for Multiphysics Simulation and Design",
+ "github/XuhanLiu/DrugEx": "Deep learning toolkit for Drug Design with Pareto-based Multi-Objective optimization in Polypharmacology",
+ "github/cog-imperial/entmoot": null,
+ "github/cog-imperial/suspect": "Special Structure Detection for Pyomo",
+ "github/cog-imperial/GPdoemd": "Design of experiments for model discrimination using Gaussian process surrogate models",
+ "github/cog-imperial/galini": "An extensible MINLP solver",
+ "github/ec363/fpcountr": "Fluorescent protein calibration for plate readers",
+ "github/mgalardini/pyseer": "SEER, reimplemented in python ",
+ "github/JuliaArrays/LazyArrays.jl": "Lazy arrays and linear algebra in Julia",
+ "github/JuliaArrays/InfiniteArrays.jl": "A Julia package for representing infinite-dimensional arrays",
+ "github/JuliaArrays/BlockArrays.jl": "BlockArrays for Julia",
+ "github/DRMacIver/shrinkray": "Shrink Ray is a new test-case reducer designed to be effective on a wide range of formats",
+ "github/fabiopardo/tonic": "Tonic RL library",
+ "github/fabiopardo/qmap": "Scaling All-Goals Updates in Reinforcement Learning Using Convolutional Neural Networks",
+ "github/LabTranslationalArchitectomics/riboWaltz": "optimization of ribosome P-site positioning in ribosome profiling data",
+ "github/saphir746/BiobankRead-Bash": "Python scripts to extract and pre-process UKB data",
+ "github/biomedia-mira/istn": "Image-and-Spatial Transformer Networks",
+ "github/biomedia-mira/masf": "Domain Generalization via Model-Agnostic Learning of Semantic Features",
+ "github/biomedia-mira/drop2": "drop2 - intensity-based image registration",
+ "github/biomedia-mira/blast-ct": "Brain Lesion Analysis and Segmentation Tool for Computed Tomography",
+ "github/biomedia-mira/deepscm": "Repository for Deep Structural Causal Models for Tractable Counterfactual Inference",
+ "github/DLTK/DLTK": "Deep Learning Toolkit for Medical Image Analysis",
+ "github/deepmedic/deepmedic": "Efficient Multi-Scale 3D Convolutional Neural Network for Segmentation of 3D Medical Scans",
+ "github/Kaixhin/dockerfiles": "Compilation of Dockerfiles with automated builds enabled on the Docker Registry",
+ "github/Kaixhin/FGLab": "Future Gadget Laboratory",
+ "github/Kaixhin/PlaNet": "Deep Planning Network: Control from pixels by latent planning with learned dynamics",
+ "github/Kaixhin/FGMachine": "Future Gadget Machine",
+ "github/Kaixhin/spinning-up-basic": "Basic versions of agents from Spinning Up in Deep RL written in PyTorch",
+ "github/Kaixhin/Autoencoders": "Torch implementations of various types of autoencoders",
+ "github/Kaixhin/Atari": "Persistent advantage learning dueling double DQN for the Arcade Learning Environment",
+ "github/Kaixhin/Rainbow": "Rainbow: Combining Improvements in Deep Reinforcement Learning",
+ "github/PengyiZhang/DRR4Covid": "DRR4Covid: Learning Automated COVID-19 Infection Segmentation from Digitally Reconstructed Radiographs",
+ "github/ProjectPyRhO/PyRhO": "A virtual optogenetics laboratory",
+ "github/patscott/pippi": "Pippi: parse it, plot it. A program for operating on MCMC chains and related lists of samples from a function or distribution.",
+ "github/patscott/gambit_1.3": "GAMBIT: The Global and Modular Beyond-the-Standard-Model Inference Tool",
+ "github/mp3guy/ElasticFusion": "Real-time dense visual SLAM system",
+ "github/csmsoftware/IMPaCTS": "Imperial Metabolic Profiling and Chemometrics Toolbox for Spectroscopy",
+ "github/pawni/BayesByHypernet": "Code for the paper Implicit Weight Uncertainty in Neural Networks",
+ "github/dolfin-adjoint/pyadjoint": "The algorithmic differentation tool pyadjoint and add-ons.",
+ "github/lucydot/effmass": "Calculates various definitions of effective mass from the electronic bandstructure of a semiconductor.",
+ "github/mc-imperial/jfs": "Constraint solver based on coverage-guided fuzzing",
+ "github/mc-imperial/multicore-test-harness": "A multicore microprocessor test harness for measuring interference",
+ "github/mc-imperial/gpuverify": "GPUVerify: a Verifier for GPU Kernels",
+ "github/ImperialCollegeLondon/magda_tools": "A collection of tools for working with MAGDA data files",
+ "github/ImperialCollegeLondon/epidemia": "epidemia package",
+ "github/ImperialCollegeLondon/sap-voicebox": "Speech Processing Toolbox for MATLAB",
+ "github/ImperialCollegeLondon/WInc3D": "Wind Farm Simulator",
+ "github/ImperialCollegeLondon/django-drf-filepond": "A Django app providing a server implemention for the Filepond file upload library",
+ "github/ImperialCollegeLondon/R2T2": "Research References Tracking Tool",
+ "github/ImperialCollegeLondon/safedata": "An R package for discovering and using data from the SAFE Project",
+ "github/ImperialCollegeLondon/pytest_template_application": "Python application template with automated QA and Docker image publishing",
+ "github/ImperialCollegeLondon/ICLOCS": "Imperial College London Optimal Control Software (ICLOCS)",
+ "github/ImperialCollegeLondon/EpiCollectplus": "The next generation of EpiCollect, multiple forms, more fields and more control. We recommend using Apache 2.2 or later, PHP 5.3 or later and MySQL 5.5 or later.",
+ "github/ImperialCollegeLondon/adam": null,
+ "github/ImperialCollegeLondon/covid19model": "Code for modelling estimated deaths and cases for COVID19. ",
+ "github/ImperialCollegeLondon/research-software-directory-data": "Imperial College Research Software Directory",
+ "github/ImperialCollegeLondon/rcs-pacemakers": "Example of GPU-accelerated machine learning on the RCS compute cluster using Jupyter and conda",
+ "github/ImperialCollegeLondon/hcga": "Highly Comparative Graph Analysis - Code for network phenotyping ",
+ "github/ImperialCollegeLondon/sharpy": "Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code",
+ "github/ImperialCollegeLondon/UVLM": "Unsteady Vortex Lattice Method for Aeroelasticity in C++",
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": "A collection of handy scripts for use with the Imperial College Research Computing Service cluster",
+ "github/ImperialCollegeLondon/fractalgenetics": "Analysis of the genomic architecture and functional role of myocardial trabeculae",
+ "github/Shamir-Lab/domino_web": null,
+ "github/i-VRESSE/workflow-builder": "Graphical interface to build a workflow file",
+ "github/i-VRESSE/pdbtbx-ts": "JS wrapper around pdbtbx rust crate",
+ "github/vincentlab/PyFR": "PyFR",
+ "github/Imperial-visualizations/Physics-Visualizations": "A computational project at Imperial College London to develop interactive visualizations for education.",
+ "github/JuliaMatrices/BandedMatrices.jl": "A Julia package for representing banded matrices",
+ "github/JuliaMatrices/LazyBandedMatrices.jl": "A Julia package for lazy banded matrices",
+ "github/JuliaMatrices/BlockBandedMatrices.jl": "A Julia package for representing block-banded matrices and banded-block-banded matrices",
+ "github/MolecularAI/DockStreamCommunity": null,
+ "github/drcandacemakedamoore/cleanX": "Python library for exploring, cleaning, normalizing, and augmenting large datasets of radiological data.",
+ "github/barnesgroupICL/Driftfusion": "An open source drift diffusion code based in MATLAB for simulating solar cells",
+ "github/lsds/Teechain": "Teechain: A Secure Payment Network with Asynchronous Blockchain Access",
+ "github/lsds/faasm": "High-performance stateful serverless runtime based on WebAssembly",
+ "github/lsds/Saber": "Window-Based Hybrid CPU/GPU Stream Processing Engine",
+ "github/lsds/KungFu": "Fast and Adaptive Distributed Machine Learning for TensorFlow, PyTorch and MindSpore.",
+ "github/lsds/sgx-lkl": "SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves",
+ "github/lsds/LightSaber": "Multi-core Window-Based Stream Processing Engine",
+ "github/lsds/Crossbow": "Crossbow: A Multi-GPU Deep Learning System for Training with Small Batch Sizes",
+ "github/lsds/Neptune": "Neptune Execution Framework for Stream/Batch Spark Applications",
+ "github/lsds/TaLoS": "Efficient TLS termination inside Intel SGX enclaves for existing applications",
+ "github/lsds/SEEP": "Cluster computing using Stateful Dataflow Graphs",
+ "github/mwoodbri/MRIdb": "An end-to-end data management system for MRI",
+ "github/xcompact3d/Incompact3d": "New version of our solver for the incompressible Navier-Stokes equations",
+ "github/imperialchem/mrd-demo": "Demonstration of classical molecular reaction dynamics for a tri-atomic system",
+ "github/pybamm-team/PyBaMM": "Fast and flexible physics-based battery models in Python",
+ "github/UK-Digital-Heart-Project/4Dsegment": null,
+ "github/UK-Digital-Heart-Project/4Dsurvival": "Deep learning cardiac motion analysis for survival prediction",
+ "github/tensorlayer/tensorlayer": "Deep Learning and Reinforcement Learning Library for Scientists and Engineers ",
+ "github/johnlees/PopPUNK": "PopPUNK (POPulation Partitioning Using Nucleotide Kmers)",
+ "github/johnlees/pp-sketchlib": "Library of sketching functions used by PopPUNK",
+ "github/mrc-ide/PhyDyn": "PhyDyn: Epidemiological modelling in BEAST",
+ "github/mrc-ide/odin": "\u16a9 A DSL for describing and solving differential equations in R",
+ "github/mrc-ide/PlasmoMAPI": "Mapping Plasmodium Spatial Connectivity from Genetic Data",
+ "github/mrc-ide/ring": ":ring: Ring buffers",
+ "github/mrc-ide/drjacoby": "Flexible Markov chain monte carlo via reparameterization",
+ "github/mrc-ide/sircovid": null,
+ "github/mrc-ide/dde": ":clock1130::soon::clock9: Delay differential equation solver",
+ "github/mrc-ide/provisionr": ":package::package::arrow_right::classical_building: Provision a library of R packages",
+ "github/mrc-ide/dust": ":sparkles::sparkles::sparkles: Iterate multiple realisations of stochastic models",
+ "github/mrc-ide/rrq": ":runner::runner::runner: Lightweight Redis queues",
+ "github/mrc-ide/squire": "SEIR transmission model of COVID-19. Documentation at:",
+ "github/mrc-ide/covid-sim": "This is the COVID-19 CovidSim microsimulation model developed by the MRC Centre for Global Infectious Disease Analysis hosted at Imperial College, London.",
+ "github/mrc-ide/cinterpolate": ":bar_chart::arrow_right::wavy_dash: Interpolating functions from C, in R",
+ "github/mrc-ide/covid19-forecasts-orderly": null,
+ "github/mrc-ide/global-lmic-reports-orderly": "COVID-19 forecast reports for LMICs",
+ "github/mrc-ide/EpiEstim": "A tool to estimate time varying instantaneous reproduction number during epidemics",
+ "github/alstat/ALUES": "Agricultural Land Use Evaluation System",
+ "github/PRIS-CV/DS-UI": "DS-UI: Dual-Supervised Mixture of Gaussian Mixture Models for Uncertainty Inference in Image Recognition (IEEE TIP 2021)",
+ "github/MorgansLab/OSCILOS_Long": "OSCILOS_long is an open source code for simulating combustion instabilities. OSCILOS_lite was developed at Imperial College London by Prof. Aimee S. Morgans and co-workers. The code is open source and written in MATLAB.",
+ "github/NathanSkene/MAGMA_Celltyping": "Find causal cell-types underlying complex trait genetics",
+ "github/NathanSkene/EWCE": "Expression Weighted Celltype Enrichment. See the package website for up-to-date instructions on usage.",
+ "github/BioMedIA/MIRTK": "The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at",
+ "github/paulhjkelly/taskgraph-metaprogramming": "The TaskGraph Meta-programming Library is a C++ package that supports run-time code generation - programs that generate code on the fly, then execute it. And having built a piece of code, you can apply various transformations to it (such as loop interchange and tiling).",
+ "github/OP2/PyOP2": "Framework for performance-portable parallel computations on unstructured meshes",
+ "github/klee/klee": "KLEE Symbolic Execution Engine",
+ "github/gilestrolab/ethoscope": "a platform from monitoring animal behaviour in real time from a raspberry pi",
+ "github/gilestrolab/pySolo": "A software for sleep analysis in Drosophila",
+ "github/ropensci/unifir": "A unifying interface for calling Unity from R",
+ "github/brian-team/brian2": "Brian is a free, open source simulator for spiking neural networks. ",
+ "github/devitocodes/pyrevolve": "Python library to manage checkpointing for adjoints",
+ "github/baiwenjia/ukbb_cardiac": "Some code for processing and analysing UK Biobank cardiac MR images.",
+ "github/phenomecentre/nPYc-Toolbox": "The nPYc-Toolbox defines objects for representing, and implements functions to manipulate and display, metabolic profiling datasets.",
+ "github/umbralcalc/helmpy": "An all-in-one python class for optimised stochastic simulation and forecasting the effect of mass drug administration on helminth (parasitic worm) disease transmission",
+ "github/WMD-group/MacroDensity": "Analyse electron density & potential grids using Python",
+ "github/WMD-group/StarryNight": "Monte Carlo codes to simulate polar domains in hybrid perovskite solar cells",
+ "github/WMD-group/hybrid-perovskites": "DFT optimised crystal structures of inorganic and hybrid halide perovskites",
+ "github/WMD-group/Eris": "Monte Carlo codes to simulate cation disorder in kesterite semiconductors",
+ "github/WMD-group/CarrierCapture.jl": "Package to compute trap-assisted electron and hole capture in semiconducting compounds",
+ "github/WMD-group/SMACT": "Python package to aid materials design",
+ "github/OttoStruve/muler": "A Python package for working with pipeline-produced spectra from IGRINS, HPF, and Keck NIRSPEC",
+ "github/xmuyulab/DreamDIA-XMBD": "Software for data-independent acquisition (DIA) proteomic data processing with deep representation features.",
+ "github/FluidityProject/fluidity": "Fluidity",
+ "github/Crompulence/cpl-library": null,
+ "github/tanhevg/GpABC.jl": null
}
}
\ No newline at end of file
diff --git a/_data/repos_counts_languages.json b/_data/repos_counts_languages.json
index 4433ccc9..a23670e3 100644
--- a/_data/repos_counts_languages.json
+++ b/_data/repos_counts_languages.json
@@ -1,6 +1,7 @@
{
- "Python": 2384,
- "R": 1825,
- "Js": 1000,
+ "Python": 2496,
+ "R": 1875,
+ "Cpp": 211,
+ "Js": 1097,
"Go": 122
}
\ No newline at end of file
diff --git a/_data/stats.json b/_data/stats.json
index 6c3b4ed5..907419a9 100644
--- a/_data/stats.json
+++ b/_data/stats.json
@@ -1,8 +1,9 @@
{
- "python_deps": 2105,
- "r_deps": 1825,
- "js_deps": 1000,
+ "python_deps": 2190,
+ "cpp_deps": 211,
+ "r_deps": 1875,
+ "js_deps": 1097,
"go_deps": 122,
- "total_repos": 1615,
- "total_parsed": 925
+ "total_repos": 1761,
+ "total_parsed": 1009
}
\ No newline at end of file
diff --git a/_layouts/table.html b/_layouts/table.html
index 6aa148f3..606c43ad 100644
--- a/_layouts/table.html
+++ b/_layouts/table.html
@@ -15,6 +15,7 @@
{% endif %}
diff --git a/_repos/github/BioMedIA/MIRTK/CMakeLists.txt b/_repos/github/BioMedIA/MIRTK/CMakeLists.txt
new file mode 100644
index 00000000..db627e66
--- /dev/null
+++ b/_repos/github/BioMedIA/MIRTK/CMakeLists.txt
@@ -0,0 +1,137 @@
+# ============================================================================
+# Medical Image Registration ToolKit (MIRTK)
+#
+# Copyright 2013-2019 Imperial College London
+# Copyright 2013-2019 Andreas Schuh
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ============================================================================
+
+##############################################################################
+# @file CMakeLists.txt
+# @brief Root build configuration file.
+#
+# @sa CMake BASIS
+##############################################################################
+
+# ----------------------------------------------------------------------------
+# Minimum required CMake version
+cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
+
+# ----------------------------------------------------------------------------
+# Include BASIS policies, settings, macros, and functions
+set(BASIS_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake/Basis")
+set(MIRTK_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake/Modules")
+set(CMAKE_MODULE_PATH "${MIRTK_MODULE_PATH}" "${BASIS_MODULE_PATH}")
+
+include(mirtkPolicies NO_POLICY_SCOPE)
+
+include(BasisSettings)
+include(BasisTools)
+include(mirtkTools)
+
+# ----------------------------------------------------------------------------
+# Default settings
+#
+# These variables have to be set before (mirtk|basis)_project_begin.
+# See CMake/Config/Settings.cmake file for other settings.
+
+# By default, require these optional dependencies such that the library
+# features which depend on these external libraries are available
+if (UNIX)
+ set(WITH_ZLIB_DEFAULT ON)
+endif ()
+
+# ThirdParty/Eigen
+if (NOT Eigen3_DIR)
+ if (Eigen3_INCLUDE_DIR)
+ set(Eigen3_DIR "${Eigen3_INCLUDE_DIR}")
+ elseif (EIGEN3_INCLUDE_DIR)
+ set(Eigen3_DIR "${EIGEN3_INCLUDE_DIR}")
+ elseif (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/Eigen/signature_of_eigen3_matrix_library")
+ set(Eigen3_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/Eigen")
+ endif ()
+endif ()
+
+# ThirdParty/Boost
+if (NOT Boost_DIR)
+ if (BOOST_INCLUDEDIR)
+ set(Boost_DIR "${BOOST_INCLUDEDIR}")
+ elseif (BOOST_ROOT)
+ set(Boost_DIR "${BOOST_ROOT}/include")
+ elseif (BOOSTROOT)
+ set(Boost_DIR "${BOOSTROOT}/include")
+ elseif (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/Boost/boost/version.hpp")
+ set(Boost_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/Boost")
+ endif ()
+endif ()
+
+# ----------------------------------------------------------------------------
+# Support use of ccache to speed up builds (-D WITH_CCACHE=ON)
+option(WITH_CCACHE "Use ccache if available" OFF)
+mark_as_advanced(WITH_CCACHE)
+if (WITH_CCACHE)
+ if (CMAKE_CXX_COMPILER MATCHES "ccache")
+ message(STATUS "Detected C++ compiler is in ccache path, ignoring WITH_CCACHE option")
+ else ()
+ find_program(CCACHE_COMMAND
+ NAMES
+ "ccache"
+ HINTS
+ "/usr/bin"
+ "/usr/local/bin"
+ )
+ if (NOT CCACHE_COMMAND)
+ message(FATAL_ERROR "Use of ccache requested, but CCACHE_COMMAND not found!")
+ endif ()
+ message(STATUS "Using ccache for compilation of C++ code")
+ mark_as_advanced(CCACHE_COMMAND)
+ # For Unix Makefiles and Ninja generators
+ set(CMAKE_CXX_COMPILER_LAUNCHER "${CCACHE_COMMAND}")
+ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+ add_compile_options("-Qunused-arguments")
+ endif ()
+ endif ()
+else ()
+ message(STATUS "Not using ccache for compilation of C++ code (WITH_CCACHE=${WITH_CCACHE})")
+endif ()
+
+# ----------------------------------------------------------------------------
+# Configure build system
+
+# CMake >=3.15 warns if top-level CMakeLists.txt contains no project command
+basis_project_args(ARGS)
+project(${ARGS})
+unset(ARGS)
+
+# Initialize project
+mirtk_project_begin()
+
+# Reset global properties used to collect information about MIRTK commands
+# and the LD_LIBRARY_PATH of external libraries required by these
+set_property(GLOBAL PROPERTY MIRTK_COMMANDS "")
+set_property(GLOBAL PROPERTY MIRTK_LIBRARY_PATH "")
+
+# Process modules
+foreach (MODULE IN LISTS PROJECT_MODULES_ENABLED)
+ basis_add_module(${MODULE})
+ basis_use_module(${MODULE})
+endforeach ()
+
+# Process subdirectories
+foreach (SUBDIR IN LISTS PROJECT_SUBDIRS)
+ basis_add_subdirectory(${SUBDIR})
+endforeach ()
+
+# Finalize project
+mirtk_project_end()
diff --git a/_repos/github/Crompulence/cpl-library/CMakeLists.txt b/_repos/github/Crompulence/cpl-library/CMakeLists.txt
new file mode 100644
index 00000000..b8d81575
--- /dev/null
+++ b/_repos/github/Crompulence/cpl-library/CMakeLists.txt
@@ -0,0 +1,30 @@
+cmake_minimum_required(VERSION 2.8)
+project(overlap)
+
+list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
+
+# Header-only library.
+include_directories(${PROJECT_SOURCE_DIR})
+
+# Add compiler flags for C++11.
+if(${CMAKE_VERSION} VERSION_LESS "3.1")
+ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR
+ "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
+ set(CMAKE_CXX_FLAGS "--std=c++11 ${CMAKE_CXX_FLAGS}")
+ else()
+ message(FATAL_ERROR
+ "Unsupported compiler detected: ${CMAKE_CXX_COMPILER_ID}")
+ endif()
+else()
+ set(CMAKE_CXX_STANDARD 11)
+ set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ set(CMAKE_CXX_EXTENSIONS OFF)
+endif()
+
+# Set up the Eigen3 library.
+find_package(Eigen3 3.0.0 REQUIRED)
+include_directories(${EIGEN3_INCLUDE_DIR})
+
+# Activate the unit tests.
+enable_testing()
+add_subdirectory(test)
diff --git a/_repos/github/Crompulence/cpl-library/README.md b/_repos/github/Crompulence/cpl-library/README.md
new file mode 100644
index 00000000..5e47be7d
--- /dev/null
+++ b/_repos/github/Crompulence/cpl-library/README.md
@@ -0,0 +1,53 @@
+---
+title: github/Crompulence/cpl-library
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|eigen3|0.495|
+|spack|python|0.081|
+|spack|[zlib](https://zlib.net)|0.057|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.041|
+|spack|[qt](https://qt.io)|0.041|
+|spack|ncurses|0.041|
+|spack|py-sphinx|0.041|
+|spack|gnuconfig|0.035|
+|spack|libbsd|0.02|
+|spack|perl|0.01|
+|spack|ca-certificates-mozilla|0.01|
+|spack|nasm|0.01|
+|CMakeLists.txt|github/Crompulence/cpl-library|0.01|
+|spack|automake|0.008|
+|spack|autoconf|0.008|
+|spack|libtool|0.008|
+|spack|m4|0.008|
+|spack|[openssl](https://www.openssl.org)|0.007|
+|spack|mbedtls|0.006|
+|spack|[cmake](https://www.cmake.org)|0.005|
+|spack|[expat](https://libexpat.github.io/)|0.004|
+|spack|gnutls|0.003|
+|spack|nss|0.003|
+|spack|libidn2|0.003|
+|spack|nghttp2|0.003|
+|spack|libssh2|0.003|
+|spack|libssh|0.003|
+|spack|krb5|0.003|
+|spack|pkgconfig|0.003|
+|spack|bzip2|0.003|
+|spack|lz4|0.003|
+|spack|lzo|0.003|
+|spack|xz|0.003|
+|spack|zstd|0.003|
+|spack|nettle|0.003|
+|spack|libxml2|0.003|
+|spack|libiconv|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/Crompulence/cpl-library/badge.png b/_repos/github/Crompulence/cpl-library/badge.png
new file mode 100644
index 00000000..b11ee95c
Binary files /dev/null and b/_repos/github/Crompulence/cpl-library/badge.png differ
diff --git a/_repos/github/Crompulence/cpl-library/data.json b/_repos/github/Crompulence/cpl-library/data.json
new file mode 100644
index 00000000..0cacd1a1
--- /dev/null
+++ b/_repos/github/Crompulence/cpl-library/data.json
@@ -0,0 +1,170 @@
+{
+ "CMakeLists.txt": {
+ "github/Crompulence/cpl-library": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.00495000000000001,
+ "url": "https://www.cmake.org"
+ },
+ "eigen3": {
+ "credit": 0.495,
+ "url": null
+ },
+ "ninja": {
+ "credit": 0.0004083750000000025,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.0004083750000000025,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.0035183076923076947,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.05742380769230769,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.0004083750000000025,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.0004083750000000025,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.0408375,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.006887401442307694,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.0408375,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "python": {
+ "credit": 0.081266625,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.03477941394230769,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.006479026442307692,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.010107281249999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/DLTK/DLTK/README.md b/_repos/github/DLTK/DLTK/README.md
new file mode 100644
index 00000000..d15ab259
--- /dev/null
+++ b/_repos/github/DLTK/DLTK/README.md
@@ -0,0 +1,81 @@
+---
+title: github/DLTK/DLTK
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.216|
+|pypi|[matplotlib](https://matplotlib.org)|0.102|
+|pypi|[SimpleITK](http://simpleitk.org/)|0.102|
+|pypi|[future](https://python-future.org)|0.099|
+|pypi|[jupyter](http://jupyter.org)|0.099|
+|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.099|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.025|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.022|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.022|
+|pypi|[twine](https://pypi.org/project/twine)|0.02|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.02|
+|pypi|[hypothesis](https://hypothesis.works)|0.017|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.016|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.016|
+|setup.py|github/DLTK/DLTK|0.01|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.004|
+|pypi|[pandas](https://pandas.pydata.org)|0.004|
+|pypi|[scipy](https://www.scipy.org)|0.004|
+|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|0.003|
+|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|0.003|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.003|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.003|
+|pypi|[asv](https://pypi.org/project/asv)|0.003|
+|pypi|[qtpy](https://pypi.org/project/qtpy)|0.003|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.003|
+|pypi|[astropy](https://pypi.org/project/astropy)|0.003|
+|pypi|[kaleido](https://pypi.org/project/kaleido)|0.003|
+|pypi|[plotly](https://pypi.org/project/plotly)|0.003|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.003|
+|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.003|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.003|
+|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.003|
+|pypi|[dask](https://pypi.org/project/dask)|0.003|
+|pypi|[scikit-learn](https://pypi.org/project/scikit-learn)|0.003|
+|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.003|
+|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.003|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.003|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.003|
+|pypi|[pooch](https://pypi.org/project/pooch)|0.003|
+|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.003|
+|pypi|[tifffile](https://pypi.org/project/tifffile)|0.003|
+|pypi|[imageio](https://pypi.org/project/imageio)|0.003|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.003|
+|pypi|[networkx](https://pypi.org/project/networkx)|0.003|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.003|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.003|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.003|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.003|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.003|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.001|
+|pypi|[requests](https://pypi.org/project/requests)|0.001|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.001|
+|pypi|[nose](https://pypi.org/project/nose)|0.001|
+|pypi|[mock](https://pypi.org/project/mock)|0.001|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.001|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.001|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.001|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.001|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.001|
+|pypi|[py](https://pypi.org/project/py)|0.001|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.001|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.001|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.001|
+|pypi|[scikit-image](https://scikit-image.org)|0.001|
+|pypi|[xlrd](http://www.python-excel.org/)|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/DLTK/DLTK/badge.png b/_repos/github/DLTK/DLTK/badge.png
new file mode 100644
index 00000000..17e16ecb
Binary files /dev/null and b/_repos/github/DLTK/DLTK/badge.png differ
diff --git a/_repos/github/DLTK/DLTK/data.json b/_repos/github/DLTK/DLTK/data.json
new file mode 100644
index 00000000..3c88b31a
--- /dev/null
+++ b/_repos/github/DLTK/DLTK/data.json
@@ -0,0 +1,270 @@
+{
+ "setup.py": {
+ "github/DLTK/DLTK": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.21614528571428573,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.003790285714285719,
+ "url": "https://www.scipy.org"
+ },
+ "pandas": {
+ "credit": 0.003790285714285733,
+ "url": "https://pandas.pydata.org"
+ },
+ "matplotlib": {
+ "credit": 0.10180028571428572,
+ "url": "https://matplotlib.org"
+ },
+ "future": {
+ "credit": 0.099,
+ "url": "https://python-future.org"
+ },
+ "xlrd": {
+ "credit": 0.0009899999999999909,
+ "url": "http://www.python-excel.org/"
+ },
+ "scikit-image": {
+ "credit": 0.0009900000000000048,
+ "url": "https://scikit-image.org"
+ },
+ "SimpleITK": {
+ "credit": 0.10180028571428572,
+ "url": "http://simpleitk.org/"
+ },
+ "jupyter": {
+ "credit": 0.099,
+ "url": "http://jupyter.org"
+ },
+ "argparse": {
+ "credit": 0.099,
+ "url": "https://github.com/ThomasWaldmann/argparse/"
+ },
+ "pytest-xdist": {
+ "credit": 0.0001633499999999996,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.025260910714285715,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "hypothesis": {
+ "credit": 0.017345728124999998,
+ "url": "https://hypothesis.works"
+ },
+ "pytz": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "pytest-cov": {
+ "credit": 0.022402285714285715,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "sphinx": {
+ "credit": 0.022402285714285715,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "twine": {
+ "credit": 0.019602,
+ "url": "https://pypi.org/project/twine"
+ },
+ "wheel": {
+ "credit": 0.019602,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "pytest-faulthandler": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/pytest-faulthandler"
+ },
+ "pytest-localserver": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/pytest-localserver"
+ },
+ "flake8": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "codecov": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "asv": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/asv"
+ },
+ "qtpy": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/qtpy"
+ },
+ "pyamg": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/pyamg"
+ },
+ "astropy": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/astropy"
+ },
+ "kaleido": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/kaleido"
+ },
+ "plotly": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/plotly"
+ },
+ "ipywidgets": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/ipywidgets"
+ },
+ "myst-parser": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/myst-parser"
+ },
+ "seaborn": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/seaborn"
+ },
+ "cloudpickle": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/cloudpickle"
+ },
+ "dask": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/dask"
+ },
+ "scikit-learn": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/scikit-learn"
+ },
+ "pytest-runner": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/pytest-runner"
+ },
+ "sphinx-copybutton": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/sphinx-copybutton"
+ },
+ "numpydoc": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx-gallery": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/sphinx-gallery"
+ },
+ "pooch": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/pooch"
+ },
+ "packaging": {
+ "credit": 0.003811013839285714,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "PyWavelets": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/PyWavelets"
+ },
+ "tifffile": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/tifffile"
+ },
+ "imageio": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/imageio"
+ },
+ "pillow": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "networkx": {
+ "credit": 0.0028002857142857144,
+ "url": "https://pypi.org/project/networkx"
+ },
+ "filelock": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "setproctitle": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "xmlschema": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "requests": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/requests"
+ },
+ "pygments": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/mock"
+ },
+ "argcomplete": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "colorama": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "atomicwrites": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "importlib-metadata": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "tomli": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "iniconfig": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/attrs"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/DLTK/DLTK/setup.py b/_repos/github/DLTK/DLTK/setup.py
new file mode 100644
index 00000000..6970486d
--- /dev/null
+++ b/_repos/github/DLTK/DLTK/setup.py
@@ -0,0 +1,50 @@
+#!/usr/bin/env python
+
+from setuptools import setup, find_packages
+
+__version__ = None
+exec(open('dltk/version.py').read())
+
+test_require = ['pytest', 'pytest-flake8', 'pytest-cov', 'python-coveralls']
+
+setup(name='dltk',
+ version=__version__,
+ description='Deep Learning Toolkit for Medical Image Analysis',
+ author='DLTK contributors',
+ url='https://dltk.github.io',
+ packages=find_packages(exclude=['docs', 'contrib', 'data', 'examples']),
+ keywords=['machine learning', 'tensorflow', 'deep learning',
+ 'biomedical imaging'],
+ license='Apache License 2.0',
+ classifiers=['Intended Audience :: Developers',
+ 'Intended Audience :: Education',
+ 'Intended Audience :: Science/Research',
+ 'License :: OSI Approved :: Apache Software License',
+ 'Operating System :: POSIX :: Linux',
+ 'Operating System :: MacOS :: MacOS X',
+ 'Operating System :: Microsoft :: Windows',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3.4'],
+ install_requires=['numpy>=1.14.0', 'scipy>=0.19.0', 'pandas>=0.19.0',
+ 'matplotlib>=1.5.3', 'future>=0.16.0', 'xlrd>=1.1.0',
+ 'scikit-image>=0.13.0', 'SimpleITK>=1.0.0',
+ 'jupyter>=1.0.0', 'argparse'],
+ tests_require=test_require,
+ extras_require={'docs': ['sphinx==1.5.6', 'sphinx-rtd-theme',
+ 'recommonmark', 'sphinx-autobuild',
+ 'sphinxcontrib-versioning'],
+ 'tests': test_require}
+ )
+
+print("\nWelcome to DLTK!")
+print("If any questions please visit documentation page "
+ "https://dltk.github.io/dltk")
+print("or join community chat on https://gitter.im/DLTK/DLTK")
+
+
+try:
+ import tensorflow
+except ImportError:
+ print('We did not find TensorFlow on your system. Please install it via '
+ '`pip install tensorflow-gpu` if you have a CUDA-enabled GPU or with '
+ '`pip install tensorflow` without GPU support.')
diff --git a/_repos/github/DRMacIver/shrinkray/README.md b/_repos/github/DRMacIver/shrinkray/README.md
new file mode 100644
index 00000000..4fbf4593
--- /dev/null
+++ b/_repos/github/DRMacIver/shrinkray/README.md
@@ -0,0 +1,86 @@
+---
+title: github/DRMacIver/shrinkray
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[colorama](https://github.com/tartley/colorama)|0.306|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.063|
+|pypi|[docopt](https://pypi.org/project/docopt)|0.061|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.06|
+|pypi|[pytest-black](https://github.com/shopkeep/pytest-black)|0.02|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.02|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.02|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.02|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.02|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.02|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.02|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.02|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.02|
+|pypi|[urllib3](https://pypi.org/project/urllib3)|0.015|
+|pypi|[pytest-perf](https://github.com/jaraco/pytest-perf)|0.013|
+|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.013|
+|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.013|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.013|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.013|
+|setup.py|github/DRMacIver/shrinkray|0.01|
+|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.009|
+|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.009|
+|pypi|[PySocks](https://pypi.org/project/PySocks)|0.009|
+|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.009|
+|pypi|[idna](https://pypi.org/project/idna)|0.009|
+|pypi|[chardet](https://pypi.org/project/chardet)|0.009|
+|pypi|[certifi](https://pypi.org/project/certifi)|0.009|
+|pypi|[requests](https://requests.readthedocs.io)|0.007|
+|pypi|[pytest-mypy](https://github.com/dbader/pytest-mypy)|0.007|
+|pypi|[rich](https://pypi.org/project/rich)|0.007|
+|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.007|
+|pypi|[keyring](https://pypi.org/project/keyring)|0.007|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.007|
+|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.007|
+|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.007|
+|pypi|[mock](https://pypi.org/project/mock)|0.006|
+|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.006|
+|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.006|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.006|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.006|
+|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.006|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.006|
+|pypi|[click](https://palletsprojects.com/p/click/)|0.005|
+|pypi|[tqdm](https://tqdm.github.io)|0.005|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.003|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.003|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.003|
+|pypi|[moto](https://pypi.org/project/moto)|0.003|
+|pypi|[databases](https://pypi.org/project/databases)|0.003|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.003|
+|pypi|[black](https://pypi.org/project/black)|0.003|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.003|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.003|
+|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.003|
+|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.003|
+|pypi|[Flask](https://pypi.org/project/Flask)|0.003|
+|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|0.003|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.003|
+|pypi|[websocket-client](https://pypi.org/project/websocket-client)|0.003|
+|pypi|[websockets](https://pypi.org/project/websockets)|0.003|
+|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.003|
+|pypi|[boto3](https://pypi.org/project/boto3)|0.003|
+|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.003|
+|pypi|[aiodns](https://pypi.org/project/aiodns)|0.003|
+|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.001|
+|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.001|
+|pypi|[ipywidgets](http://ipython.org)|0.001|
+|pypi|[wheel](https://github.com/pypa/wheel)|0.001|
+|pypi|[twine](https://twine.readthedocs.io/)|0.001|
+|pypi|[py-make](https://github.com/tqdm/pymake)|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/DRMacIver/shrinkray/badge.png b/_repos/github/DRMacIver/shrinkray/badge.png
new file mode 100644
index 00000000..3643b928
Binary files /dev/null and b/_repos/github/DRMacIver/shrinkray/badge.png differ
diff --git a/_repos/github/DRMacIver/shrinkray/data.json b/_repos/github/DRMacIver/shrinkray/data.json
new file mode 100644
index 00000000..ef3f39f3
--- /dev/null
+++ b/_repos/github/DRMacIver/shrinkray/data.json
@@ -0,0 +1,286 @@
+{
+ "setup.py": {
+ "github/DRMacIver/shrinkray": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "click": {
+ "credit": 0.00495000000000001,
+ "url": "https://palletsprojects.com/p/click/"
+ },
+ "tqdm": {
+ "credit": 0.00495000000000001,
+ "url": "https://tqdm.github.io"
+ },
+ "importlib-metadata": {
+ "credit": 0.009188437500000014,
+ "url": "https://github.com/python/importlib_metadata"
+ },
+ "colorama": {
+ "credit": 0.30628125,
+ "url": "https://github.com/tartley/colorama"
+ },
+ "requests": {
+ "credit": 0.007350749999999996,
+ "url": "https://requests.readthedocs.io"
+ },
+ "slack-sdk": {
+ "credit": 0.0006125625000000037,
+ "url": "https://github.com/slackapi/python-slack-sdk"
+ },
+ "ipywidgets": {
+ "credit": 0.0006125625000000037,
+ "url": "http://ipython.org"
+ },
+ "wheel": {
+ "credit": 0.0006125625000000037,
+ "url": "https://github.com/pypa/wheel"
+ },
+ "twine": {
+ "credit": 0.0006125625000000037,
+ "url": "https://twine.readthedocs.io/"
+ },
+ "py-make": {
+ "credit": 0.0006125625000000037,
+ "url": "https://github.com/tqdm/pymake"
+ },
+ "importlib-resources": {
+ "credit": 0.0007473262500000046,
+ "url": "https://github.com/python/importlib_resources"
+ },
+ "pytest-mypy": {
+ "credit": 0.006860700000000001,
+ "url": "https://github.com/dbader/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.020202311249999997,
+ "url": "https://github.com/shopkeep/pytest-black"
+ },
+ "pytest-perf": {
+ "credit": 0.013476374999999999,
+ "url": "https://github.com/jaraco/pytest-perf"
+ },
+ "flufl.flake8": {
+ "credit": 0.013476374999999999,
+ "url": "https://pypi.org/project/flufl.flake8"
+ },
+ "pyfakefs": {
+ "credit": 0.013476374999999999,
+ "url": "https://pypi.org/project/pyfakefs"
+ },
+ "packaging": {
+ "credit": 0.013476374999999999,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "pytest-enabler": {
+ "credit": 0.020202311249999997,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-cov": {
+ "credit": 0.059780296776315786,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pytest-flake8": {
+ "credit": 0.020202311249999997,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.020202311249999997,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "pytest": {
+ "credit": 0.06311569958881579,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "ipython": {
+ "credit": 0.01954074375,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "rst.linker": {
+ "credit": 0.020202311249999997,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.020202311249999997,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "sphinx": {
+ "credit": 0.020202311249999997,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "typing-extensions": {
+ "credit": 0.013476374999999999,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "zipp": {
+ "credit": 0.020202311249999997,
+ "url": "https://pypi.org/project/zipp"
+ },
+ "win-inet-pton": {
+ "credit": 0.008663383928571428,
+ "url": "https://pypi.org/project/win-inet-pton"
+ },
+ "PySocks": {
+ "credit": 0.008663383928571428,
+ "url": "https://pypi.org/project/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 0.008663383928571428,
+ "url": "https://pypi.org/project/charset-normalizer"
+ },
+ "idna": {
+ "credit": 0.008663383928571428,
+ "url": "https://pypi.org/project/idna"
+ },
+ "chardet": {
+ "credit": 0.008663383928571428,
+ "url": "https://pypi.org/project/chardet"
+ },
+ "certifi": {
+ "credit": 0.008663383928571428,
+ "url": "https://pypi.org/project/certifi"
+ },
+ "urllib3": {
+ "credit": 0.015401571428571428,
+ "url": "https://pypi.org/project/urllib3"
+ },
+ "moto": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/moto"
+ },
+ "databases": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/databases"
+ },
+ "psutil": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "black": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/black"
+ },
+ "flake8": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "codecov": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "itsdangerous": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/itsdangerous"
+ },
+ "Werkzeug": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/Werkzeug"
+ },
+ "Flask": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/Flask"
+ },
+ "Flask-Sockets": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/Flask-Sockets"
+ },
+ "pytest-asyncio": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "websocket-client": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/websocket-client"
+ },
+ "websockets": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/websockets"
+ },
+ "SQLAlchemy": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/SQLAlchemy"
+ },
+ "boto3": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/boto3"
+ },
+ "aiohttp": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/aiohttp"
+ },
+ "aiodns": {
+ "credit": 0.003191773026315789,
+ "url": "https://pypi.org/project/aiodns"
+ },
+ "mock": {
+ "credit": 0.006064368749999999,
+ "url": "https://pypi.org/project/mock"
+ },
+ "jupyterlab-widgets": {
+ "credit": 0.006064368749999999,
+ "url": "https://pypi.org/project/jupyterlab-widgets"
+ },
+ "widgetsnbextension": {
+ "credit": 0.006064368749999999,
+ "url": "https://pypi.org/project/widgetsnbextension"
+ },
+ "nbformat": {
+ "credit": 0.006064368749999999,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "traitlets": {
+ "credit": 0.006064368749999999,
+ "url": "https://pypi.org/project/traitlets"
+ },
+ "ipython-genutils": {
+ "credit": 0.006064368749999999,
+ "url": "https://pypi.org/project/ipython-genutils"
+ },
+ "ipykernel": {
+ "credit": 0.006064368749999999,
+ "url": "https://pypi.org/project/ipykernel"
+ },
+ "rich": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/rich"
+ },
+ "rfc3986": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/rfc3986"
+ },
+ "keyring": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/keyring"
+ },
+ "requests-toolbelt": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/requests-toolbelt"
+ },
+ "readme-renderer": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/readme-renderer"
+ },
+ "pkginfo": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/pkginfo"
+ },
+ "docopt": {
+ "credit": 0.060643687499999994,
+ "url": "https://pypi.org/project/docopt"
+ },
+ "mypy": {
+ "credit": 0.0033354028124999995,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "filelock": {
+ "credit": 0.0033354028124999995,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "attrs": {
+ "credit": 0.0033354028124999995,
+ "url": "https://pypi.org/project/attrs"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/DRMacIver/shrinkray/setup.py b/_repos/github/DRMacIver/shrinkray/setup.py
new file mode 100644
index 00000000..6cc2339f
--- /dev/null
+++ b/_repos/github/DRMacIver/shrinkray/setup.py
@@ -0,0 +1,44 @@
+import os
+
+from setuptools import find_packages, setup
+
+
+def local_file(name):
+ return os.path.relpath(os.path.join(os.path.dirname(__file__), name))
+
+SOURCE = local_file("src")
+README = """
+==========
+Shrink Ray
+==========
+
+Shrink Ray is a new type of test-case reducer designed to be effective on
+a wide range of formats. See the full README at
+https://github.com/DRMacIver/shrinkray/blob/master/README.md
+for more details.
+""".strip()
+
+
+setup(
+ name='shrinkray',
+ version="0.0.2",
+ author='David R. MacIver',
+ author_email='david@drmaciver.com',
+ packages=find_packages(SOURCE),
+ package_dir={"": SOURCE},
+ url='https://github.com/DRMacIver/shrinkray',
+ license='MPL 2.0',
+ description='A test case reducer',
+ zip_safe=False,
+ classifiers=[
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: Implementation :: CPython",
+ ],
+ install_requires=['click', 'tqdm'],
+ long_description=README,
+ entry_points={
+ 'console_scripts': [
+ 'shrinkray=shrinkray.__main__:reducer'
+ ]
+ }
+)
diff --git a/_repos/github/ECP-copa/Cabana/CMakeLists.txt b/_repos/github/ECP-copa/Cabana/CMakeLists.txt
new file mode 100644
index 00000000..00168842
--- /dev/null
+++ b/_repos/github/ECP-copa/Cabana/CMakeLists.txt
@@ -0,0 +1,259 @@
+############################################################################
+# Copyright (c) 2018-2022 by the Cabana authors #
+# All rights reserved. #
+# #
+# This file is part of the Cabana library. Cabana is distributed under a #
+# BSD 3-clause license. For the licensing terms see the LICENSE file in #
+# the top-level directory. #
+# #
+# SPDX-License-Identifier: BSD-3-Clause #
+############################################################################
+
+#------------------------------------------------------------------------------#
+# Project settings
+#------------------------------------------------------------------------------#
+cmake_minimum_required(VERSION 3.16)
+
+project(Cabana LANGUAGES CXX)
+set(PROJECT_VERSION "1.0-dev")
+
+# If the user doesn't provide a build type default to release
+if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CXX_FLAGS)
+ #release comes with -O3 by default
+ set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
+endif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CXX_FLAGS)
+
+# Use C++14
+set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+set(CMAKE_CXX_EXTENSIONS OFF) #...without compiler extensions like gnu++11
+
+# Disable verbose makefiles
+option(CMAKE_VERBOSE_MAKEFILE "Generate verbose Makefiles" OFF)
+
+# use gnu standard install directories
+include(GNUInstallDirs)
+
+# point to cmake modules
+set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
+
+#------------------------------------------------------------------------------#
+# Dependencies
+#------------------------------------------------------------------------------#
+# find kokkos
+find_package(Kokkos 3.4 REQUIRED)
+
+# set supported kokkos devices
+set(CABANA_SUPPORTED_DEVICES SERIAL THREADS OPENMP CUDA HIP SYCL OPENMPTARGET)
+
+# check user required kokkos device types
+foreach(_device ${CABANA_SUPPORTED_DEVICES})
+ option(Cabana_REQUIRE_${_device} "Build Cabana with required Kokkos ${device} support" OFF)
+ if( Cabana_REQUIRE_${_device} AND NOT _device STREQUAL THREADS)
+ kokkos_check( DEVICES ${_device} )
+ endif()
+endforeach()
+# Threads workaround can go when we require a minimum Kokkos version of 3.6
+if(Cabana_REQUIRE_PTHREAD)
+ message(DEPRECATION "Cabana_REQUIRE_PTHREAD is deprecated, use Cabana_REQUIRE_THREADS instead!")
+endif()
+if(Cabana_REQUIRE_PTHREAD OR Cabana_REQUIRE_THREADS)
+ kokkos_check(DEVICES PTHREAD RETURN_VALUE KOKKOS_CHECK_PTHREAD_RETURN_VALUE)
+ kokkos_check(DEVICES THREADS RETURN_VALUE KOKKOS_CHECK_THREADS_RETURN_VALUE)
+ if(NOT KOKKOS_CHECK_PTHREAD_RETURN_VALUE AND NOT KOKKOS_CHECK_THREADS_RETURN_VALUE)
+ message(FATAL_ERROR "Kokkos does not provide the Threads backend requested")
+ endif()
+endif()
+
+# ensure that we can use lambdas
+if(Kokkos_ENABLE_CUDA)
+ kokkos_check(OPTIONS CUDA_LAMBDA)
+endif()
+
+# standard dependency macro
+macro(Cabana_add_dependency)
+ cmake_parse_arguments(CABANA_DEPENDENCY "" "PACKAGE;VERSION" "" ${ARGN})
+ find_package( ${CABANA_DEPENDENCY_PACKAGE} ${CABANA_DEPENDENCY_VERSION} QUIET )
+ string(TOUPPER "${CABANA_DEPENDENCY_PACKAGE}" CABANA_DEPENDENCY_OPTION )
+ option(
+ Cabana_REQUIRE_${CABANA_DEPENDENCY_OPTION}
+ "Require Cabana to build with ${CABANA_DEPENDENCY_PACKAGE} support" ${CABANA_DEPENDENCY_PACKAGE}_FOUND)
+ if(Cabana_REQUIRE_${CABANA_DEPENDENCY_OPTION})
+ find_package( ${CABANA_DEPENDENCY_PACKAGE} ${CABANA_DEPENDENCY_VERSION} REQUIRED )
+ endif()
+ set(Cabana_ENABLE_${CABANA_DEPENDENCY_OPTION} ${${CABANA_DEPENDENCY_PACKAGE}_FOUND})
+endmacro()
+
+# find MPI
+Cabana_add_dependency( PACKAGE MPI )
+
+# find ArborX
+Cabana_add_dependency( PACKAGE ArborX )
+
+# find ALL
+Cabana_add_dependency( PACKAGE ALL )
+
+# find Clang Format
+find_package( CLANG_FORMAT 10 )
+
+# find hypre
+Cabana_add_dependency( PACKAGE HYPRE VERSION 2.22.1 )
+
+# find heffte
+Cabana_add_dependency( PACKAGE Heffte VERSION 2.1.0 )
+
+# find Silo
+Cabana_add_dependency( PACKAGE SILO )
+if(SILO_FOUND)
+ install(FILES
+ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindSILO.cmake
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/Cabana )
+endif()
+
+#------------------------------------------------------------------------------#
+# Architecture
+#------------------------------------------------------------------------------#
+if(CMAKE_BUILD_TYPE STREQUAL "Release")
+ set(Cabana_BUILD_MARCH "" CACHE STRING "Arch to use with -march= (if empty CMake will try to use 'native') in release build and only release build")
+
+ # Try -march first. On platforms that don't support it, GCC will issue
+ # a hard error, so we'll know not to use it.
+ if(Cabana_BUILD_MARCH)
+ set(INTERNAL_Cabana_BUILD_MARCH ${Cabana_BUILD_MARCH})
+ else()
+ set(INTERNAL_Cabana_BUILD_MARCH "native")
+ endif()
+
+ include(CheckCXXCompilerFlag)
+ check_cxx_compiler_flag("-march=${INTERNAL_Cabana_BUILD_MARCH}" COMPILER_SUPPORTS_MARCH)
+ if(COMPILER_SUPPORTS_MARCH)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=${INTERNAL_Cabana_BUILD_MARCH}")
+ elseif(Cabana_BUILD_MARCH)
+ message(FATAL_ERROR "The flag -march=${INTERNAL_Cabana_BUILD_MARCH} is not supported by the compiler")
+ else()
+ unset(INTERNAL_Cabana_BUILD_MARCH)
+ endif()
+endif()
+
+##---------------------------------------------------------------------------##
+## Code coverage testing
+##---------------------------------------------------------------------------##
+option(Cabana_ENABLE_COVERAGE_BUILD "Do a coverage build" OFF)
+if(Cabana_ENABLE_COVERAGE_BUILD)
+ message(STATUS "Enabling coverage build")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -O0")
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} --coverage")
+ set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} --coverage")
+endif()
+
+if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
+ option(WITH_ASAN "Build with address sanitizer" OFF)
+endif()
+if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT APPLE)
+ option(WITH_MSAN "Build with memory sanitizer (experimental; requires a memory-sanitized Python interpreter)" OFF)
+endif()
+
+if(WITH_ASAN AND WITH_MSAN)
+ message( FATAL_ERROR "Address sanitizer and memory sanitizer cannot be enabled simultaneously")
+endif()
+if(WITH_ASAN)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address -fno-omit-frame-pointer")
+ set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fsanitize=address")
+endif()
+
+if(WITH_MSAN)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=memory -fno-omit-frame-pointer")
+ set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fsanitize=memory")
+endif()
+
+##---------------------------------------------------------------------------##
+## Print the revision number to stdout
+##---------------------------------------------------------------------------##
+FIND_PACKAGE(Git)
+IF(GIT_FOUND AND IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/.git)
+ EXECUTE_PROCESS(
+ COMMAND ${GIT_EXECUTABLE} log --pretty=format:%H -n 1
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
+ OUTPUT_VARIABLE Cabana_GIT_COMMIT_HASH
+ )
+ELSE()
+ SET(Cabana_GIT_COMMIT_HASH "Not a git repository")
+ENDIF()
+MESSAGE(STATUS "Cabana Revision = '${Cabana_GIT_COMMIT_HASH}'")
+
+#------------------------------------------------------------------------------#
+# Tests and Documentation
+#------------------------------------------------------------------------------#
+# enable unit tests
+option(Cabana_ENABLE_TESTING "Build tests" OFF)
+if(Cabana_ENABLE_TESTING)
+ find_package(GTest 1.10 REQUIRED)
+ # Workaround for FindGTest module in CMake older than 3.20
+ if(TARGET GTest::gtest)
+ set(gtest_target GTest::gtest)
+ elseif(TARGET GTest::GTest)
+ set(gtest_target GTest::GTest)
+ else()
+ message(FATAL_ERROR "bug in GTest find module workaround")
+ endif()
+ set(TEST_HARNESS_DIR ${CMAKE_SOURCE_DIR}/cmake/test_harness)
+ include(cmake/test_harness/test_harness.cmake)
+ enable_testing()
+endif()
+
+# enable doxygen
+find_package(Doxygen)
+if(Doxygen_FOUND)
+ doxygen_add_docs(doxygen core/src cajita/src)
+endif()
+
+##---------------------------------------------------------------------------##
+## Libraries and Examples
+##---------------------------------------------------------------------------##
+
+add_subdirectory(core)
+
+option(Cabana_ENABLE_CAJITA "Build Cajita (grid and particle-grid)" ON)
+if(Cabana_ENABLE_CAJITA)
+ if(MPI_FOUND)
+ add_subdirectory(cajita)
+ else()
+ message(FATAL_ERROR "Cajita requires MPI")
+ endif()
+endif()
+
+option(Cabana_ENABLE_EXAMPLES "Build examples" OFF)
+if(Cabana_ENABLE_EXAMPLES)
+ add_subdirectory(example)
+endif()
+
+# enable performance tests
+option(Cabana_ENABLE_PERFORMANCE_TESTING "Build Performance Tests" OFF)
+if(Cabana_ENABLE_PERFORMANCE_TESTING)
+ add_subdirectory(benchmark)
+endif()
+
+##---------------------------------------------------------------------------##
+## Package Configuration
+##---------------------------------------------------------------------------##
+configure_file(cmake/Cabana.pc.cmakein Cabana.pc @ONLY)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Cabana.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
+
+write_basic_package_version_file("CabanaConfigVersion.cmake"
+ VERSION ${PROJECT_VERSION} COMPATIBILITY ExactVersion)
+
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/CabanaConfig.cmakein
+ ${CMAKE_CURRENT_BINARY_DIR}/CabanaConfig.cmake @ONLY)
+
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/CabanaConfig.cmake" "${CMAKE_CURRENT_BINARY_DIR}/CabanaConfigVersion.cmake"
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/Cabana)
+
+##---------------------------------------------------------------------------##
+## Clang Format
+##---------------------------------------------------------------------------##
+if(CLANG_FORMAT_FOUND)
+ file(GLOB_RECURSE FORMAT_SOURCES core/*.cpp core/*.hpp cajita/*hpp cajita/*cpp example/*cpp example/*hpp cmake/*cpp cmake/*hpp benchmark/*cpp benchmark/*hpp)
+ add_custom_target(cabana-format
+ COMMAND ${CLANG_FORMAT_EXECUTABLE} -i -style=file ${FORMAT_SOURCES}
+ DEPENDS ${FORMAT_SOURCES})
+endif()
diff --git a/_repos/github/ECP-copa/Cabana/README.md b/_repos/github/ECP-copa/Cabana/README.md
new file mode 100644
index 00000000..232ff7a0
--- /dev/null
+++ b/_repos/github/ECP-copa/Cabana/README.md
@@ -0,0 +1,69 @@
+---
+title: github/ECP-copa/Cabana
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|gtest|0.247|
+|spack|python|0.076|
+|spack|[cmake](https://www.cmake.org)|0.062|
+|spack|iconv|0.035|
+|spack|flex|0.035|
+|spack|bison|0.035|
+|spack|graphviz|0.035|
+|spack|mscgen|0.035|
+|spack|[zlib](https://zlib.net)|0.029|
+|spack|llvm-amdgpu|0.025|
+|spack|hsa-rocr-dev|0.025|
+|spack|hip|0.025|
+|spack|cuda|0.025|
+|spack|hpx|0.025|
+|spack|hwloc|0.025|
+|spack|numactl|0.025|
+|spack|memkind|0.025|
+|spack|kokkos-nvcc-wrapper|0.025|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.02|
+|spack|[qt](https://qt.io)|0.02|
+|spack|ncurses|0.02|
+|spack|py-sphinx|0.02|
+|spack|gnuconfig|0.017|
+|spack|libbsd|0.01|
+|CMakeLists.txt|github/ECP-copa/Cabana|0.01|
+|spack|perl|0.005|
+|spack|ca-certificates-mozilla|0.005|
+|spack|nasm|0.005|
+|spack|automake|0.004|
+|spack|autoconf|0.004|
+|spack|libtool|0.004|
+|spack|m4|0.004|
+|spack|[openssl](https://www.openssl.org)|0.003|
+|spack|mbedtls|0.003|
+|spack|[kokkos](https://github.com/kokkos/kokkos)|0.002|
+|spack|[doxygen](https://github.com/doxygen/doxygen/)|0.002|
+|spack|[expat](https://libexpat.github.io/)|0.002|
+|spack|gnutls|0.002|
+|spack|nss|0.002|
+|spack|libidn2|0.002|
+|spack|nghttp2|0.002|
+|spack|libssh2|0.002|
+|spack|libssh|0.002|
+|spack|krb5|0.002|
+|spack|pkgconfig|0.002|
+|spack|bzip2|0.002|
+|spack|lz4|0.002|
+|spack|lzo|0.002|
+|spack|xz|0.002|
+|spack|zstd|0.002|
+|spack|nettle|0.002|
+|spack|libxml2|0.002|
+|spack|libiconv|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/ECP-copa/Cabana/badge.png b/_repos/github/ECP-copa/Cabana/badge.png
new file mode 100644
index 00000000..0eda0dc7
Binary files /dev/null and b/_repos/github/ECP-copa/Cabana/badge.png differ
diff --git a/_repos/github/ECP-copa/Cabana/data.json b/_repos/github/ECP-copa/Cabana/data.json
new file mode 100644
index 00000000..49c0b5ff
--- /dev/null
+++ b/_repos/github/ECP-copa/Cabana/data.json
@@ -0,0 +1,234 @@
+{
+ "CMakeLists.txt": {
+ "github/ECP-copa/Cabana": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.06198107142857143,
+ "url": "https://www.cmake.org"
+ },
+ "kokkos": {
+ "credit": 0.002475000000000005,
+ "url": "https://github.com/kokkos/kokkos"
+ },
+ "gtest": {
+ "credit": 0.2475,
+ "url": null
+ },
+ "doxygen": {
+ "credit": 0.002475000000000005,
+ "url": "https://github.com/doxygen/doxygen/"
+ },
+ "ninja": {
+ "credit": 0.00020418750000000124,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.00020418750000000124,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.0017591538461538474,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.028711903846153845,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.00020418750000000124,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.00020418750000000124,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.02041875,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.003443700721153847,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.02041875,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "python": {
+ "credit": 0.07563688392857143,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "llvm-amdgpu": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "hsa-rocr-dev": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "hip": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "cuda": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "hpx": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "hwloc": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "numactl": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "memkind": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "kokkos-nvcc-wrapper": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "iconv": {
+ "credit": 0.035003571428571426,
+ "url": null
+ },
+ "flex": {
+ "credit": 0.035003571428571426,
+ "url": null
+ },
+ "bison": {
+ "credit": 0.035003571428571426,
+ "url": null
+ },
+ "graphviz": {
+ "credit": 0.035003571428571426,
+ "url": null
+ },
+ "mscgen": {
+ "credit": 0.035003571428571426,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.017389706971153846,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.003239513221153846,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.0050536406249999995,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.0050536406249999995,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.0050536406249999995,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/EpiCollectplus/README.md b/_repos/github/ImperialCollegeLondon/EpiCollectplus/README.md
new file mode 100644
index 00000000..b83eb111
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/EpiCollectplus/README.md
@@ -0,0 +1,17 @@
+---
+title: github/ImperialCollegeLondon/EpiCollectplus
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|package.json|github/ImperialCollegeLondon/EpiCollectplus|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/ImperialCollegeLondon/EpiCollectplus/badge.png b/_repos/github/ImperialCollegeLondon/EpiCollectplus/badge.png
new file mode 100644
index 00000000..3d6c8492
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/EpiCollectplus/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/EpiCollectplus/data.json b/_repos/github/ImperialCollegeLondon/EpiCollectplus/data.json
new file mode 100644
index 00000000..179429a3
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/EpiCollectplus/data.json
@@ -0,0 +1,8 @@
+{
+ "package.json": {
+ "github/ImperialCollegeLondon/EpiCollectplus": {
+ "credit": 0.01,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/EpiCollectplus/package.json b/_repos/github/ImperialCollegeLondon/EpiCollectplus/package.json
new file mode 100644
index 00000000..a09dede0
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/EpiCollectplus/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "hogan.js"
+ , "description": "A mustache compiler."
+ , "version": "1.0.5-dev"
+ , "keywords": ["mustache", "template"]
+ , "main": "./lib/hogan.js"
+ , "homepage": "http://twitter.github.com/hogan.js/"
+ , "author": "Twitter Inc."
+ , "repository": {
+ "type": "git"
+ , "url": "https://github.com/twitter/hogan.js.git"
+ }
+ , "licenses": [
+ { "type": "Apache-2.0"
+ , "url": "http://www.apache.org/licenses/LICENSE-2.0"
+ }
+ ]
+ , "devDependencies": { "uglify-js": "*" }
+ , "bin" : { "hulk" : "./bin/hulk" }
+}
diff --git a/_repos/github/ImperialCollegeLondon/R2T2/requirements.txt b/_repos/github/ImperialCollegeLondon/R2T2/requirements.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/_repos/github/ImperialCollegeLondon/UVLM/CMakeLists.txt b/_repos/github/ImperialCollegeLondon/UVLM/CMakeLists.txt
new file mode 100644
index 00000000..7bf0ca20
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/UVLM/CMakeLists.txt
@@ -0,0 +1,62 @@
+cmake_minimum_required(VERSION 3.9)
+set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules/")
+project(uvlm)
+
+if(NOT CMAKE_BUILD_TYPE)
+ set(CMAKE_BUILD_TYPE Release)
+endif()
+
+file(GLOB SOURCES src/cpp_interface.cpp)
+include_directories(include)
+add_library(uvlm SHARED ${SOURCES})
+
+set_property(TARGET uvlm PROPERTY CXX_STANDARD 14)
+
+if(CMAKE_BUILD_TYPE STREQUAL Release)
+ find_package(BLAS)
+ set(BUILD_SHARED_LIBS ON)
+ find_package(MKL)
+ if(NOT MKL_FOUND)
+ find_package(LAPACK REQUIRED)
+ target_link_libraries(uvlm PUBLIC ${LAPACK_LIBRARIES})
+ else()
+ include_directories(${MKL_INCLUDE_DIR})
+ target_link_libraries(uvlm PUBLIC ${MKL_LIBRARIES})
+ endif()
+endif()
+
+find_package(Eigen3 REQUIRED)
+target_link_libraries(uvlm PUBLIC Eigen3::Eigen)
+
+find_package(OpenMP)
+if(OpenMP_CXX_FOUND)
+ target_link_libraries(uvlm PUBLIC OpenMP::OpenMP_CXX)
+endif()
+
+find_package(Eigen3 REQUIRED)
+target_link_libraries(uvlm PUBLIC Eigen3::Eigen)
+
+# For all compilers
+target_compile_options(uvlm PUBLIC $<$: -fomit-frame-pointer -ffast-math>)
+
+# Dodgy thing for MacOS Catalina with anyting other than CLANG++
+# Apple has removed the /usr/include dir in the folder structure.
+# So compilers that are not the original Clang (AppleClang in CMAKE)
+# do not work without this line
+if(APPLE)
+ if(NOT ${CMAKE_SYSTEM_VERSION} VERSION_LESS "19.0.0")
+ if(${CMAKE_CXX_COMPILER_ID} STREQUAL "Intel")
+ message(FATAL_ERROR "Intel icpc compiler with MacOS Catalina does not work properly as I am writing this. If you think this is wrong (or outdated), please file an issue in github.com/imperialcollegelondon/sharpy. For now, try another C++ compiler, like g++ or clang")
+ endif()
+ if(NOT ${CMAKE_CXX_COMPILER_ID} STREQUAL "AppleClang")
+ target_compile_options(uvlm PUBLIC -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk)
+ endif()
+ endif()
+endif()
+
+# Add custom debug flags
+target_compile_options(uvlm PUBLIC $<$: -Wall>)
+
+install(TARGETS uvlm
+ LIBRARY DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/lib)
+
diff --git a/_repos/github/ImperialCollegeLondon/UVLM/README.md b/_repos/github/ImperialCollegeLondon/UVLM/README.md
new file mode 100644
index 00000000..e73da778
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/UVLM/README.md
@@ -0,0 +1,36 @@
+---
+title: github/ImperialCollegeLondon/UVLM
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|eigen3|0.283|
+|spack|[lapack](https://github.com/mcg1969/vecLibFort)|0.141|
+|spack|openmp|0.141|
+|spack|gnuconfig|0.14|
+|spack|cpio|0.14|
+|spack|python|0.023|
+|spack|[curl](https://curl.se/)|0.012|
+|spack|expat|0.012|
+|spack|zlib|0.012|
+|spack|libarchive|0.012|
+|spack|libuv|0.012|
+|spack|rhash|0.012|
+|spack|openssl|0.012|
+|spack|qt|0.012|
+|spack|ncurses|0.012|
+|spack|py-sphinx|0.012|
+|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|0.01|
+|spack|[cmake](https://www.cmake.org)|0.001|
+|spack|[blas](https://www.netlib.org/xblas)|0.001|
+|spack|[mkl](https://software.intel.com/en-us/intel-mkl)|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/ImperialCollegeLondon/UVLM/badge.png b/_repos/github/ImperialCollegeLondon/UVLM/badge.png
new file mode 100644
index 00000000..d1b9eee1
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/UVLM/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/UVLM/data.json b/_repos/github/ImperialCollegeLondon/UVLM/data.json
new file mode 100644
index 00000000..50d29754
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/UVLM/data.json
@@ -0,0 +1,90 @@
+{
+ "CMakeLists.txt": {
+ "github/ImperialCollegeLondon/UVLM": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.001414285714285729,
+ "url": "https://www.cmake.org"
+ },
+ "blas": {
+ "credit": 0.001414285714285729,
+ "url": "https://www.netlib.org/xblas"
+ },
+ "mkl": {
+ "credit": 0.001414285714285729,
+ "url": "https://software.intel.com/en-us/intel-mkl"
+ },
+ "lapack": {
+ "credit": 0.14142857142857143,
+ "url": "https://github.com/mcg1969/vecLibFort"
+ },
+ "eigen3": {
+ "credit": 0.28285714285714286,
+ "url": null
+ },
+ "openmp": {
+ "credit": 0.14142857142857143,
+ "url": null
+ },
+ "ninja": {
+ "credit": 0.0001166785714285714,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.011667857142857141,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "zlib": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "libarchive": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "libuv": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "rhash": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "openssl": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "qt": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "ncurses": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "python": {
+ "credit": 0.023219035714285713,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.1400142857142857,
+ "url": null
+ },
+ "cpio": {
+ "credit": 0.1400142857142857,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/covid19model/DESCRIPTION b/_repos/github/ImperialCollegeLondon/covid19model/DESCRIPTION
new file mode 100644
index 00000000..3449ac46
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/covid19model/DESCRIPTION
@@ -0,0 +1,50 @@
+Package: covid19AgeModel
+Version: 1.2-0
+Date: 2018/10/31
+Title:
+Authors@R: c(person("Melodie", "Monod", role = c("aut"), email = "melodie.monod18@imperial.ac.uk"),
+ person("Alex", "Blenkinsop", role = "ctb", email = 'a.blenkinsop@imperial.ac.uk'),
+ person("Xiaoyue", "Xi", role = "ctb", email = 'xiaoyue.xi16@imperial.ac.uk'),
+ person("Swapnil", "Mishra", role = "ctb"),
+ person("Ettie", "Unwin", role = "ctb"),
+ person("Oliver", "Ratmann", role = c("ctb", "cre"), email = "oliver.ratmann@imperial.ac.uk")
+ )
+Depends:
+ R (>= 3.6.1)
+Imports:
+ abind (>= 1.4-5),
+ bayesplot (>= 1.7.1),
+ broom (>= 0.5.6),
+ colorspace (>= 1.4-1),
+ corrplot (>= 0.84),
+ cowplot (>= 1.0.0),
+ data.table (>= 1.10.5),
+ dplyr (>= 0.7.4),
+ EnvStats (>= 2.3.1),
+ forcats (>= 0.4.0),
+ gdata (>= 2.18.0),
+ ggplot2 (>= 2.2.1.9000),
+ ggpubr (>= 0.3.0),
+ gridExtra (>= 2.2.1),
+ gtable (>= 0.2.0),
+ gtools (>= 3.8.2),
+ hexbin (>= 1.27.2),
+ knitr (>= 1.17),
+ lubridate (>= 1.7.8),
+ magick (>= 2.4.0),
+ magrittr (>= 1.5),
+ rmarkdown (>= 1.7),
+ purrr (>= 0.3.3),
+ RColorBrewer (>= 1.1-2),
+ reshape2 (>= 1.4.4),
+ rstan (>= 2.19.3),
+ scales (>= 1.1.0),
+ tidyr (>= 1.0.2),
+ tidyverse (>= 1.2.1),
+ viridis (>= 0.5.1),
+ yaml (>= 2.2.0),
+ zoo (>= 1.8-6),
+Description: COVID19 contact and infection model of the Imperial College London COVID-19 Response Team
+License: GPL (>=2)
+LazyLoad: yes
+RoxygenNote: 7.1.1
diff --git a/_repos/github/ImperialCollegeLondon/covid19model/README.md b/_repos/github/ImperialCollegeLondon/covid19model/README.md
new file mode 100644
index 00000000..9240eb19
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/covid19model/README.md
@@ -0,0 +1,59 @@
+---
+title: github/ImperialCollegeLondon/covid19model
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|dplyr|0.032|
+|cran|ggplot2|0.032|
+|cran|gridExtra|0.032|
+|cran|hexbin|0.032|
+|cran|knitr|0.032|
+|cran|rmarkdown|0.032|
+|cran|RColorBrewer|0.032|
+|cran|reshape2|0.032|
+|cran|rstan|0.032|
+|cran|[broom](https://broom.tidymodels.org/)|0.031|
+|cran|colorspace|0.031|
+|cran|corrplot|0.031|
+|cran|cowplot|0.031|
+|cran|data.table|0.031|
+|cran|EnvStats|0.031|
+|cran|forcats|0.031|
+|cran|gdata|0.031|
+|cran|ggpubr|0.031|
+|cran|gtable|0.031|
+|cran|gtools|0.031|
+|cran|lubridate|0.031|
+|cran|magick|0.031|
+|cran|magrittr|0.031|
+|cran|purrr|0.031|
+|cran|scales|0.031|
+|cran|tidyr|0.031|
+|cran|tidyverse|0.031|
+|cran|viridis|0.031|
+|cran|yaml|0.031|
+|cran|zoo|0.031|
+|cran|R|0.012|
+|cran|utils|0.012|
+|cran|methods|0.01|
+|DESCRIPTION|github/ImperialCollegeLondon/covid19model|0.01|
+|cran|loo|0.002|
+|cran|ggfortify|0.002|
+|cran|tidyselect|0.002|
+|cran|tibble|0.002|
+|cran|stats|0.002|
+|cran|rlang|0.002|
+|cran|posterior|0.002|
+|cran|glue|0.002|
+|cran|ggridges|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/ImperialCollegeLondon/covid19model/badge.png b/_repos/github/ImperialCollegeLondon/covid19model/badge.png
new file mode 100644
index 00000000..3e219a01
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/covid19model/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/covid19model/data.json b/_repos/github/ImperialCollegeLondon/covid19model/data.json
new file mode 100644
index 00000000..f81235e9
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/covid19model/data.json
@@ -0,0 +1,186 @@
+{
+ "DESCRIPTION": {
+ "github/ImperialCollegeLondon/covid19model": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "abind": {
+ "credit": 0.0003093750000000006,
+ "url": "NA"
+ },
+ "bayesplot": {
+ "credit": 0.0003093750000000006,
+ "url": "https://mc-stan.org/bayesplot/"
+ },
+ "broom": {
+ "credit": 0.0309375,
+ "url": "https://broom.tidymodels.org/"
+ },
+ "colorspace": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "corrplot": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "cowplot": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "data.table": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "EnvStats": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "forcats": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "gdata": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "ggplot2": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "ggpubr": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "gridExtra": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "gtools": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "lubridate": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "magick": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "purrr": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "reshape2": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "rstan": {
+ "credit": 0.03246890625,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "tidyr": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "tidyverse": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "viridis": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "yaml": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "zoo": {
+ "credit": 0.0309375,
+ "url": null
+ },
+ "R": {
+ "credit": 0.01174078125,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.01174078125,
+ "url": null
+ },
+ "loo": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "ggfortify": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "posterior": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.00153140625,
+ "url": null
+ },
+ "ggridges": {
+ "credit": 0.00153140625,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/django-drf-filepond/README.md b/_repos/github/ImperialCollegeLondon/django-drf-filepond/README.md
new file mode 100644
index 00000000..3146ee29
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/django-drf-filepond/README.md
@@ -0,0 +1,74 @@
+---
+title: github/ImperialCollegeLondon/django-drf-filepond
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.18|
+|pypi|[six](https://github.com/benjaminp/six)|0.102|
+|pypi|[pytz](http://pythonhosted.org/pytz)|0.089|
+|pypi|[tzdata](https://github.com/python/tzdata)|0.086|
+|pypi|[bcrypt](https://github.com/pyca/bcrypt/)|0.067|
+|pypi|[sqlparse](https://github.com/andialbrecht/sqlparse)|0.063|
+|pypi|[requests](https://requests.readthedocs.io)|0.039|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.022|
+|pypi|[argon2-cffi](https://argon2-cffi.readthedocs.io/)|0.019|
+|pypi|[backports.zoneinfo](https://github.com/pganssle/zoneinfo)|0.019|
+|pypi|[asgiref](https://github.com/django/asgiref/)|0.019|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.015|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.015|
+|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.014|
+|pypi|[idna](https://github.com/kjd/idna)|0.014|
+|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.014|
+|pypi|[cryptography](https://pypi.org/project/cryptography)|0.013|
+|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.013|
+|pypi|[chardet](https://github.com/chardet/chardet)|0.013|
+|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.013|
+|pypi|[botocore](https://pypi.org/project/botocore)|0.013|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.011|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.011|
+|setup.py|github/ImperialCollegeLondon/django-drf-filepond|0.01|
+|pypi|[stone](https://pypi.org/project/stone)|0.008|
+|pypi|[msrest](https://pypi.org/project/msrest)|0.008|
+|pypi|[azure-core](https://pypi.org/project/azure-core)|0.008|
+|pypi|[s3transfer](https://pypi.org/project/s3transfer)|0.006|
+|pypi|[jmespath](https://pypi.org/project/jmespath)|0.006|
+|pypi|[protobuf](https://pypi.org/project/protobuf)|0.004|
+|pypi|[google-resumable-media](https://pypi.org/project/google-resumable-media)|0.004|
+|pypi|[google-cloud-core](https://pypi.org/project/google-cloud-core)|0.004|
+|pypi|[google-api-core](https://pypi.org/project/google-api-core)|0.004|
+|pypi|[google-auth](https://pypi.org/project/google-auth)|0.004|
+|pypi|[furo](https://pradyunsg.me/furo/quickstart)|0.004|
+|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|0.004|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.004|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.004|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.004|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.004|
+|pypi|[cogapp](https://pypi.org/project/cogapp)|0.004|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.004|
+|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.004|
+|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|0.004|
+|pypi|[pywin32](https://pypi.org/project/pywin32)|0.003|
+|pypi|[gssapi](https://pypi.org/project/gssapi)|0.003|
+|pypi|[invoke](https://pypi.org/project/invoke)|0.003|
+|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.003|
+|pypi|[pynacl](https://pypi.org/project/pynacl)|0.003|
+|pypi|[Django](https://www.djangoproject.com/)|0.003|
+|pypi|[djangorestframework](https://www.django-rest-framework.org/)|0.002|
+|pypi|[django-storages](https://github.com/jschneier/django-storages)|0.002|
+|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.001|
+|pypi|[pyOpenSSL](https://pypi.org/project/pyOpenSSL)|0.001|
+|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.001|
+|pypi|[brotli](https://pypi.org/project/brotli)|0.001|
+|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.001|
+|pypi|[django](https://www.djangoproject.com/)|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/ImperialCollegeLondon/django-drf-filepond/badge.png b/_repos/github/ImperialCollegeLondon/django-drf-filepond/badge.png
new file mode 100644
index 00000000..804e2a89
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/django-drf-filepond/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/django-drf-filepond/data.json b/_repos/github/ImperialCollegeLondon/django-drf-filepond/data.json
new file mode 100644
index 00000000..83347b13
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/django-drf-filepond/data.json
@@ -0,0 +1,270 @@
+{
+ "setup.py": {
+ "github/ImperialCollegeLondon/django-drf-filepond": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "Django": {
+ "credit": 0.002954571428571421,
+ "url": "https://www.djangoproject.com/"
+ },
+ "djangorestframework": {
+ "credit": 0.001799999999999996,
+ "url": "https://www.django-rest-framework.org/"
+ },
+ "shortuuid": {
+ "credit": 0.18,
+ "url": "https://github.com/skorokithakis/shortuuid/"
+ },
+ "requests": {
+ "credit": 0.03870385714285714,
+ "url": "https://requests.readthedocs.io"
+ },
+ "django-storages": {
+ "credit": 0.001799999999999996,
+ "url": "https://github.com/jschneier/django-storages"
+ },
+ "six": {
+ "credit": 0.10155117857142859,
+ "url": "https://github.com/benjaminp/six"
+ },
+ "bcrypt": {
+ "credit": 0.06660225,
+ "url": "https://github.com/pyca/bcrypt/"
+ },
+ "argon2-cffi": {
+ "credit": 0.019347428571428568,
+ "url": "https://argon2-cffi.readthedocs.io/"
+ },
+ "tzdata": {
+ "credit": 0.08550417857142859,
+ "url": "https://github.com/python/tzdata"
+ },
+ "backports.zoneinfo": {
+ "credit": 0.019347428571428568,
+ "url": "https://github.com/pganssle/zoneinfo"
+ },
+ "sqlparse": {
+ "credit": 0.06345192857142858,
+ "url": "https://github.com/andialbrecht/sqlparse"
+ },
+ "asgiref": {
+ "credit": 0.019347428571428568,
+ "url": "https://github.com/django/asgiref/"
+ },
+ "pytz": {
+ "credit": 0.0891,
+ "url": "http://pythonhosted.org/pytz"
+ },
+ "django": {
+ "credit": 0.0008910000000000029,
+ "url": "https://www.djangoproject.com/"
+ },
+ "win-inet-pton": {
+ "credit": 0.012728571428571428,
+ "url": "https://github.com/hickeroar/win_inet_pton"
+ },
+ "PySocks": {
+ "credit": 0.014128714285714284,
+ "url": "https://github.com/Anorov/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 0.0001272857142857152,
+ "url": "https://github.com/ousret/charset_normalizer"
+ },
+ "idna": {
+ "credit": 0.014128714285714284,
+ "url": "https://github.com/kjd/idna"
+ },
+ "chardet": {
+ "credit": 0.012728571428571428,
+ "url": "https://github.com/chardet/chardet"
+ },
+ "certifi": {
+ "credit": 0.014128714285714284,
+ "url": "https://certifiio.readthedocs.io/en/latest/"
+ },
+ "urllib3": {
+ "credit": 0.0001272857142857152,
+ "url": "https://urllib3.readthedocs.io/"
+ },
+ "paramiko": {
+ "credit": 0.0002545714285714304,
+ "url": "https://paramiko.org"
+ },
+ "apache-libcloud": {
+ "credit": 0.0002545714285714304,
+ "url": "https://libcloud.apache.org/"
+ },
+ "google-cloud-storage": {
+ "credit": 0.0002545714285714269,
+ "url": "https://github.com/googleapis/python-storage"
+ },
+ "dropbox": {
+ "credit": 0.0002545714285714269,
+ "url": "http://www.dropbox.com/developers"
+ },
+ "boto3": {
+ "credit": 0.0002545714285714304,
+ "url": "https://github.com/boto/boto3"
+ },
+ "azure-storage-blob": {
+ "credit": 0.0002545714285714269,
+ "url": "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob"
+ },
+ "furo": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pradyunsg.me/furo/quickstart"
+ },
+ "sphinx-notfound-page": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/sphinx-notfound-page"
+ },
+ "sphinx": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "pytest": {
+ "credit": 0.014701500000000001,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "hypothesis": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "coverage": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "tomli": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "cogapp": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/cogapp"
+ },
+ "pre-commit": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/pre-commit"
+ },
+ "typing-extensions": {
+ "credit": 0.014701500000000001,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "dataclasses": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/dataclasses"
+ },
+ "argon2-cffi-bindings": {
+ "credit": 0.0036753750000000003,
+ "url": "https://pypi.org/project/argon2-cffi-bindings"
+ },
+ "importlib-resources": {
+ "credit": 0.022052250000000002,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "mypy": {
+ "credit": 0.011026125000000001,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "pytest-asyncio": {
+ "credit": 0.011026125000000001,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "unicodedata2": {
+ "credit": 0.012601285714285712,
+ "url": "https://pypi.org/project/unicodedata2"
+ },
+ "ipaddress": {
+ "credit": 0.001400142857142857,
+ "url": "https://pypi.org/project/ipaddress"
+ },
+ "cryptography": {
+ "credit": 0.012951321428571427,
+ "url": "https://pypi.org/project/cryptography"
+ },
+ "pyOpenSSL": {
+ "credit": 0.001400142857142857,
+ "url": "https://pypi.org/project/pyOpenSSL"
+ },
+ "brotlipy": {
+ "credit": 0.001400142857142857,
+ "url": "https://pypi.org/project/brotlipy"
+ },
+ "brotli": {
+ "credit": 0.001400142857142857,
+ "url": "https://pypi.org/project/brotli"
+ },
+ "brotlicffi": {
+ "credit": 0.001400142857142857,
+ "url": "https://pypi.org/project/brotlicffi"
+ },
+ "pywin32": {
+ "credit": 0.003150321428571428,
+ "url": "https://pypi.org/project/pywin32"
+ },
+ "gssapi": {
+ "credit": 0.003150321428571428,
+ "url": "https://pypi.org/project/gssapi"
+ },
+ "invoke": {
+ "credit": 0.003150321428571428,
+ "url": "https://pypi.org/project/invoke"
+ },
+ "pyasn1": {
+ "credit": 0.003150321428571428,
+ "url": "https://pypi.org/project/pyasn1"
+ },
+ "pynacl": {
+ "credit": 0.003150321428571428,
+ "url": "https://pypi.org/project/pynacl"
+ },
+ "protobuf": {
+ "credit": 0.004200428571428571,
+ "url": "https://pypi.org/project/protobuf"
+ },
+ "google-resumable-media": {
+ "credit": 0.004200428571428571,
+ "url": "https://pypi.org/project/google-resumable-media"
+ },
+ "google-cloud-core": {
+ "credit": 0.004200428571428571,
+ "url": "https://pypi.org/project/google-cloud-core"
+ },
+ "google-api-core": {
+ "credit": 0.004200428571428571,
+ "url": "https://pypi.org/project/google-api-core"
+ },
+ "google-auth": {
+ "credit": 0.004200428571428571,
+ "url": "https://pypi.org/project/google-auth"
+ },
+ "stone": {
+ "credit": 0.008400857142857142,
+ "url": "https://pypi.org/project/stone"
+ },
+ "botocore": {
+ "credit": 0.012601285714285712,
+ "url": "https://pypi.org/project/botocore"
+ },
+ "s3transfer": {
+ "credit": 0.006300642857142856,
+ "url": "https://pypi.org/project/s3transfer"
+ },
+ "jmespath": {
+ "credit": 0.006300642857142856,
+ "url": "https://pypi.org/project/jmespath"
+ },
+ "msrest": {
+ "credit": 0.008400857142857142,
+ "url": "https://pypi.org/project/msrest"
+ },
+ "azure-core": {
+ "credit": 0.008400857142857142,
+ "url": "https://pypi.org/project/azure-core"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/django-drf-filepond/setup.py b/_repos/github/ImperialCollegeLondon/django-drf-filepond/setup.py
new file mode 100644
index 00000000..9e274053
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/django-drf-filepond/setup.py
@@ -0,0 +1,64 @@
+from setuptools import setup
+
+with open("README.md", "r") as readme:
+ long_description = readme.read()
+
+setup(
+ name="django-drf-filepond",
+ version="0.5.0",
+ description="Filepond server app for Django REST Framework",
+ long_description=long_description,
+ long_description_content_type='text/markdown',
+ author="Jeremy Cohen",
+ author_email="jeremy.cohen@imperial.ac.uk",
+ url="https://github.com/ImperialCollegeLondon/django-drf-filepond",
+ download_url=(
+ "https://github.com/ImperialCollegeLondon/django-drf-filepond.git"),
+ license="BSD 3-Clause",
+ packages=[
+ "django_drf_filepond",
+ "django_drf_filepond.migrations",
+ ],
+ include_package_data=True,
+ install_requires=[
+ "Django>=1.11.29,<2.0.0;python_version=='2.7'",
+ "Django>=2.2.25,<3.0.0;python_version=='3.5'",
+ "Django>=2.2.25;python_version>='3.6'",
+ "djangorestframework==3.9.4;python_version=='2.7'",
+ "djangorestframework>=3.11.2;python_version>='3.5'",
+ "shortuuid==0.5.0;python_version=='2.7'",
+ "shortuuid>=0.5.0;python_version>='3.5'",
+ "requests>=2.20.1",
+ "django-storages==1.9.1;python_version=='2.7'",
+ "django-storages>=1.9.1;python_version>='3.5'",
+ "six>=1.14.0"
+ ],
+ tests_require=[
+ "nose",
+ "coverage==5.5;python_version<='3.5'",
+ "coverage;python_version>'3.5'",
+ "wheel;python_version=='3.5'",
+ "httpretty==1.0.3;python_version>='3.5'",
+ "httpretty==0.9.7;python_version=='2.7'",
+ "mock>=3.0.0,<=3.0.5;python_version<='3.5'",
+ "mock>=3.0.5;python_version>'3.5'",
+ "paramiko"
+ ],
+ zip_safe=False,
+ test_suite="tests.runner.start",
+ classifiers=[
+ "Operating System :: OS Independent",
+ "Development Status :: 4 - Beta",
+ "Environment :: Web Environment",
+ "Framework :: Django",
+ "Intended Audience :: Developers",
+ "License :: OSI Approved :: BSD License",
+ "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+ ]
+)
diff --git a/_repos/github/ImperialCollegeLondon/epidemia/DESCRIPTION b/_repos/github/ImperialCollegeLondon/epidemia/DESCRIPTION
new file mode 100644
index 00000000..bb6c0797
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/epidemia/DESCRIPTION
@@ -0,0 +1,132 @@
+Package: epidemia
+Title: Modeling of Epidemics using Hierarchical Bayesian Models
+Version: 1.0.0
+Authors@R: c(
+ person(given = "James",
+ family = "Scott",
+ role = c("aut","cre"),
+ email = "james.scott15@imperial.ac.uk",
+ comment = c(ORCID = "0000-0003-0106-5618")
+ ),
+ person(given = "Axel",
+ family = "Gandy",
+ role = c("aut"),
+ email = "a.gandy@imperial.ac.uk",
+ comment = c(ORCID = "0000-0002-6777-0451")
+ ),
+ person(given = "Swapnil",
+ family = "Mishra",
+ role = c("aut"),
+ email = "swapnilmishra.anu@gmail.com",
+ comment = c(ORCID = "0000-0002-8759-5902")
+ ),
+ person(given = "Juliette",
+ family = "Unwin",
+ role = c("aut"),
+ email = "h.unwin@imperial.ac.uk",
+ comment = c(ORCID = "0000-0002-9120-4003")
+ ),
+ person(given = "Seth",
+ family = "Flaxman",
+ role = c("aut"),
+ email = "s.flaxman@imperial.ac.uk",
+ comment = c(ORCID = "0000-0002-2477-4217")
+ ),
+ person(given = "Samir",
+ family = "Bhatt",
+ role = c("aut"),
+ email = "s.bhatt@imperial.ac.uk",
+ comment = c(ORCID = "0000-0002-0891-4611")
+ ),
+ person(given = "Jonathan",
+ family = "Ish-Horowicz",
+ role = c("ctb"),
+ email = "jonathan.ish-horowicz17@imperial.ac.uk",
+ comment = c(ORCID = "0000-0002-5386-6620")
+ ),
+ person(given = "Leon",
+ family = "Wu",
+ role = c("ctb"),
+ email = "leon.wu16@imperial.ac.uk"
+ ),
+ person(given = "Ben",
+ family = "Goodrich",
+ role = c("ctb"),
+ email = "benjamin.goodrich@columbia.edu"
+ ),
+ person(given = "Jonah",
+ family = "Gabry",
+ role = c("ctb"),
+ email = "jsg2201@columbia.edu"
+ ),
+ person(given = "Trustees of",
+ family = "Columbia University",
+ role = "cph",
+ comment = "R/helpers.R"),
+ person(given = "Paul-Christian",
+ family = "Burkner",
+ email = "paul.buerkner@gmail.com",
+ role = "cph",
+ comment = "R/misc.R"),
+ person(given = "Triad",
+ family = "Sou",
+ email = "triadsou@gmail.com",
+ role = "cph",
+ comment = "R/geom_stepribbon.R"),
+ person(given = "Kengo",
+ family = "Nagashima",
+ role = "cph",
+ comment = "R/geom_stepribbon.R")
+ )
+Description: Flexibly specify and fit Bayesian statistical models for epidemics. 'epidemia' leverages Rs formula interface so
+ that users can parameterize reproduction numbers and ascertainment rates in terms of predictors. Infections are propagated over
+ time using self-exciting point processes. Multiple regions can be modeled simultaneously with multilevel models. The models and framework behind
+ the package are described in Bhatt et al. (2021) . The design of the package has been inspired by, and has borrowed from,
+ 'rstanarm' (Goodrich et al., 2020) . 'rstan' (Stan Development Team, 2020) is used as
+ the back end for fitting models.
+License: GPL-3
+URL: https://github.com/ImperialCollegeLondon/epidemia/
+Encoding: UTF-8
+LazyData: true
+Roxygen: list(markdown = TRUE)
+RoxygenNote: 7.1.1
+Biarch: true
+Depends:
+ R (>= 3.5.0)
+Imports:
+ dplyr (>= 0.8.5),
+ methods,
+ Rcpp (>= 0.12.0),
+ rstan (>= 2.18.1),
+ rstantools (>= 2.0.0),
+ magrittr,
+ rstanarm,
+ lme4,
+ ggplot2,
+ Matrix,
+ scales,
+ Rdpack,
+ stats,
+ zoo,
+ tidyr,
+ rlang,
+ bayesplot,
+ hrbrthemes
+LinkingTo:
+ BH (>= 1.66.0),
+ Rcpp (>= 0.12.0),
+ RcppEigen (>= 0.3.3.3.0),
+ rstan (>= 2.18.1),
+ StanHeaders (>= 2.18.0)
+SystemRequirements: GNU make
+Suggests:
+ testthat,
+ knitr,
+ gridExtra,
+ bookdown,
+ EpiEstim,
+ lubridate,
+ kableExtra,
+ extrafont
+RdMacros:
+ Rdpack
diff --git a/_repos/github/ImperialCollegeLondon/epidemia/README.md b/_repos/github/ImperialCollegeLondon/epidemia/README.md
new file mode 100644
index 00000000..80d03687
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/epidemia/README.md
@@ -0,0 +1,172 @@
+---
+title: github/ImperialCollegeLondon/epidemia
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[rstan](https://mc-stan.org/rstan)|0.071|
+|cran|[tidyr](https://tidyr.tidyverse.org)|0.064|
+|cran|R|0.042|
+|cran|utils|0.04|
+|cran|testthat|0.039|
+|cran|rmarkdown|0.031|
+|cran|knitr|0.031|
+|cran|methods|0.029|
+|cran|stats|0.023|
+|cran|covr|0.022|
+|cran|[rlang](https://rlang.r-lib.org)|0.017|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.016|
+|cran|grDevices|0.014|
+|cran|[Rcpp](http://www.rcpp.org)|0.012|
+|cran|tibble|0.011|
+|cran|rstudioapi|0.011|
+|cran|pkgKitten|0.01|
+|cran|rbenchmark|0.01|
+|cran|inline|0.01|
+|cran|tinytest|0.01|
+|cran|lattice|0.01|
+|DESCRIPTION|github/ImperialCollegeLondon/epidemia|0.01|
+|cran|RColorBrewer|0.01|
+|cran|grid|0.01|
+|cran|glue|0.01|
+|cran|tools|0.009|
+|cran|MASS|0.009|
+|cran|graphics|0.009|
+|cran|[magrittr](https://magrittr.tidyverse.org)|0.009|
+|cran|[scales](https://scales.r-lib.org)|0.008|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.008|
+|cran|gridExtra|0.008|
+|cran|usethis|0.008|
+|cran|R6|0.007|
+|cran|munsell|0.007|
+|cran|[withr](https://withr.r-lib.org)|0.007|
+|cran|roxygen2|0.006|
+|cran|RcppParallel|0.006|
+|cran|gbRd|0.006|
+|cran|rprojroot|0.006|
+|cran|rbibutils|0.006|
+|cran|mgcv|0.005|
+|cran|nlme|0.005|
+|cran|bit64|0.005|
+|cran|viridisLite|0.005|
+|cran|dichromat|0.005|
+|cran|labeling|0.005|
+|cran|hms|0.005|
+|cran|loo|0.005|
+|cran|sp|0.005|
+|cran|maptools|0.005|
+|cran|pillar|0.005|
+|cran|vctrs|0.005|
+|cran|tidyselect|0.005|
+|cran|hexbin|0.005|
+|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.005|
+|cran|vdiffr|0.004|
+|cran|svglite|0.004|
+|cran|pkgload|0.004|
+|cran|pkgbuild|0.004|
+|cran|desc|0.004|
+|cran|HSAUR3|0.004|
+|cran|digest|0.004|
+|cran|spdep|0.004|
+|cran|igraph|0.004|
+|cran|sfsmisc|0.004|
+|cran|SparseM|0.004|
+|cran|graph|0.004|
+|cran|MatrixModels|0.004|
+|cran|expm|0.004|
+|cran|xts|0.003|
+|cran|tseries|0.003|
+|cran|tis|0.003|
+|cran|timeSeries|0.003|
+|cran|timeDate|0.003|
+|cran|strucchange|0.003|
+|cran|mondate|0.003|
+|cran|fts|0.003|
+|cran|DAAG|0.003|
+|cran|chron|0.003|
+|cran|coda|0.003|
+|cran|winch|0.003|
+|cran|fs|0.003|
+|cran|crayon|0.003|
+|cran|cli|0.003|
+|cran|ggfortify|0.003|
+|cran|reshape2|0.003|
+|cran|posterior|0.003|
+|cran|ggridges|0.003|
+|cran|clipr|0.003|
+|cran|gcookbook|0.003|
+|cran|stringi|0.003|
+|cran|hunspell|0.003|
+|cran|gdtools|0.003|
+|cran|htmltools|0.003|
+|cran|extrafont|0.003|
+|cran|[rstantools](https://mc-stan.org/rstantools/)|0.003|
+|cran|[lme4](https://github.com/lme4/lme4/)|0.003|
+|cran|[bayesplot](https://mc-stan.org/bayesplot/)|0.003|
+|cran|StanHeaders|0.002|
+|cran|data.table|0.002|
+|cran|betareg|0.002|
+|cran|biglm|0.002|
+|cran|survival|0.002|
+|cran|shinystan|0.002|
+|cran|RSQLite|0.002|
+|cran|RPostgreSQL|0.002|
+|cran|RMySQL|0.002|
+|cran|purrr|0.002|
+|cran|nycflights13|0.002|
+|cran|microbenchmark|0.002|
+|cran|lobstr|0.002|
+|cran|Lahman|0.002|
+|cran|dbplyr|0.002|
+|cran|DBI|0.002|
+|cran|callr|0.002|
+|cran|broom|0.002|
+|cran|bench|0.002|
+|cran|lifecycle|0.002|
+|cran|generics|0.002|
+|cran|semEff|0.002|
+|cran|rr2|0.002|
+|cran|statmod|0.002|
+|cran|dfoptim|0.002|
+|cran|car|0.002|
+|cran|numDeriv|0.002|
+|cran|pbkrtest|0.002|
+|cran|gamm4|0.002|
+|cran|optimx|0.002|
+|cran|mlmRev|0.002|
+|cran|MEMSS|0.002|
+|cran|PKPDmodels|0.002|
+|cran|nloptr|0.002|
+|cran|minqa|0.002|
+|cran|boot|0.002|
+|cran|parallel|0.002|
+|cran|splines|0.002|
+|cran|xml2|0.001|
+|cran|sf|0.001|
+|cran|rpart|0.001|
+|cran|rgeos|0.001|
+|cran|quantreg|0.001|
+|cran|profvis|0.001|
+|cran|multcomp|0.001|
+|cran|maps|0.001|
+|cran|mapproj|0.001|
+|cran|interp|0.001|
+|cran|Hmisc|0.001|
+|cran|ggplot2movies|0.001|
+|cran|ragg|0.001|
+|cran|isoband|0.001|
+|cran|gtable|0.001|
+|cran|[rstanarm](https://mc-stan.org/rstanarm/)|0.001|
+|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|0.001|
+|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.001|
+|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|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/ImperialCollegeLondon/epidemia/badge.png b/_repos/github/ImperialCollegeLondon/epidemia/badge.png
new file mode 100644
index 00000000..83d5b4f4
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/epidemia/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/epidemia/data.json b/_repos/github/ImperialCollegeLondon/epidemia/data.json
new file mode 100644
index 00000000..cb7c8e46
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/epidemia/data.json
@@ -0,0 +1,630 @@
+{
+ "DESCRIPTION": {
+ "github/ImperialCollegeLondon/epidemia": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "dplyr": {
+ "credit": 0.008092581663763067,
+ "url": "https://dplyr.tidyverse.org"
+ },
+ "Rcpp": {
+ "credit": 0.012433111346112658,
+ "url": "http://www.rcpp.org"
+ },
+ "rstan": {
+ "credit": 0.07142554341133005,
+ "url": "https://mc-stan.org/rstan"
+ },
+ "rstantools": {
+ "credit": 0.002731034482758622,
+ "url": "https://mc-stan.org/rstantools/"
+ },
+ "magrittr": {
+ "credit": 0.008615977443609025,
+ "url": "https://magrittr.tidyverse.org"
+ },
+ "rstanarm": {
+ "credit": 0.0006187500000000012,
+ "url": "https://mc-stan.org/rstanarm/"
+ },
+ "lme4": {
+ "credit": 0.002731034482758622,
+ "url": "https://github.com/lme4/lme4/"
+ },
+ "ggplot2": {
+ "credit": 0.015592728838132348,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "Matrix": {
+ "credit": 0.004532688894523328,
+ "url": "http://Matrix.R-forge.R-project.org/"
+ },
+ "scales": {
+ "credit": 0.008253782321657797,
+ "url": "https://scales.r-lib.org"
+ },
+ "Rdpack": {
+ "credit": 0.0006187500000000012,
+ "url": "https://geobosh.github.io/Rdpack/"
+ },
+ "zoo": {
+ "credit": 0.0006187500000000012,
+ "url": "http://zoo.R-Forge.R-project.org/"
+ },
+ "tidyr": {
+ "credit": 0.06373125,
+ "url": "https://tidyr.tidyverse.org"
+ },
+ "rlang": {
+ "credit": 0.017241242378048784,
+ "url": "https://rlang.r-lib.org"
+ },
+ "bayesplot": {
+ "credit": 0.002731034482758622,
+ "url": "https://mc-stan.org/bayesplot/"
+ },
+ "hrbrthemes": {
+ "credit": 0.0006187500000000012,
+ "url": "http://github.com/hrbrmstr/hrbrthemes"
+ },
+ "withr": {
+ "credit": 0.006574318035943517,
+ "url": "https://withr.r-lib.org"
+ },
+ "testthat": {
+ "credit": 0.03944229807953517,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "RPostgreSQL": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "RMySQL": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.03105285514475256,
+ "url": null
+ },
+ "purrr": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "nycflights13": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "lobstr": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "Lahman": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.03105285514475256,
+ "url": null
+ },
+ "dbplyr": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.02211032347072613,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "broom": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "bench": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.005080263157894737,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.005080263157894737,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.03959478296241364,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.0049190625,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.011438784947708223,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.007182880434782608,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.028932510875947472,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.009637130535943518,
+ "url": null
+ },
+ "generics": {
+ "credit": 0.00185625,
+ "url": null
+ },
+ "R": {
+ "credit": 0.04229367091499658,
+ "url": null
+ },
+ "pkgKitten": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "rbenchmark": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "inline": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "tinytest": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.010501071428571429,
+ "url": null
+ },
+ "roxygen2": {
+ "credit": 0.0064877309113300485,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "pkgbuild": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.007599459586466165,
+ "url": null
+ },
+ "RcppParallel": {
+ "credit": 0.0064877309113300485,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.022897587840462422,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "StanHeaders": {
+ "credit": 0.0021122844827586207,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.005407993772572107,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.009011302596101518,
+ "url": null
+ },
+ "HSAUR3": {
+ "credit": 0.0039139388945233266,
+ "url": null
+ },
+ "gridExtra": {
+ "credit": 0.008092061268472906,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.0036063393608074014,
+ "url": null
+ },
+ "data.table": {
+ "credit": 0.0021122844827586207,
+ "url": null
+ },
+ "betareg": {
+ "credit": 0.0021122844827586207,
+ "url": null
+ },
+ "biglm": {
+ "credit": 0.0021122844827586207,
+ "url": null
+ },
+ "survival": {
+ "credit": 0.0021122844827586207,
+ "url": null
+ },
+ "shinystan": {
+ "credit": 0.0021122844827586207,
+ "url": null
+ },
+ "nlme": {
+ "credit": 0.005407993772572107,
+ "url": null
+ },
+ "loo": {
+ "credit": 0.005175096982758621,
+ "url": null
+ },
+ "semEff": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "rr2": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "statmod": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "dfoptim": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "car": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "numDeriv": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "pbkrtest": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "gamm4": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "optimx": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "mlmRev": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "MEMSS": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "PKPDmodels": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "nloptr": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "minqa": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "boot": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.010123031271237634,
+ "url": null
+ },
+ "parallel": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "splines": {
+ "credit": 0.0018016544117647059,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.009815982399057184,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.008628976393188855,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.005097363701578192,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.004411019163763066,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.004411019163763066,
+ "url": null
+ },
+ "sf": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "rgeos": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.009883497812831389,
+ "url": null
+ },
+ "quantreg": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "profvis": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.006820685312831389,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.005097363701578192,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "interp": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "Hmisc": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.004556867378048781,
+ "url": null
+ },
+ "ggplot2movies": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.0014940548780487805,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.013760657321657804,
+ "url": null
+ },
+ "spdep": {
+ "credit": 0.0036033088235294117,
+ "url": null
+ },
+ "igraph": {
+ "credit": 0.0036033088235294117,
+ "url": null
+ },
+ "sfsmisc": {
+ "credit": 0.0036033088235294117,
+ "url": null
+ },
+ "SparseM": {
+ "credit": 0.0036033088235294117,
+ "url": null
+ },
+ "graph": {
+ "credit": 0.0036033088235294117,
+ "url": null
+ },
+ "MatrixModels": {
+ "credit": 0.0036033088235294117,
+ "url": null
+ },
+ "expm": {
+ "credit": 0.0036033088235294117,
+ "url": null
+ },
+ "bit64": {
+ "credit": 0.005326630434782609,
+ "url": null
+ },
+ "viridisLite": {
+ "credit": 0.005326630434782609,
+ "url": null
+ },
+ "dichromat": {
+ "credit": 0.005326630434782609,
+ "url": null
+ },
+ "labeling": {
+ "credit": 0.005326630434782609,
+ "url": null
+ },
+ "hms": {
+ "credit": 0.005326630434782609,
+ "url": null
+ },
+ "gbRd": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "rprojroot": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "rbibutils": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "tools": {
+ "credit": 0.009042589285714286,
+ "url": null
+ },
+ "xts": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "tseries": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "tis": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "timeSeries": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "timeDate": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "strucchange": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "mondate": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "fts": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "DAAG": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "chron": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "coda": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "winch": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "fs": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.0032240131578947367,
+ "url": null
+ },
+ "ggfortify": {
+ "credit": 0.0030628125,
+ "url": null
+ },
+ "reshape2": {
+ "credit": 0.0030628125,
+ "url": null
+ },
+ "posterior": {
+ "credit": 0.0030628125,
+ "url": null
+ },
+ "ggridges": {
+ "credit": 0.0030628125,
+ "url": null
+ },
+ "clipr": {
+ "credit": 0.0029169642857142858,
+ "url": null
+ },
+ "gcookbook": {
+ "credit": 0.0029169642857142858,
+ "url": null
+ },
+ "stringi": {
+ "credit": 0.0029169642857142858,
+ "url": null
+ },
+ "hunspell": {
+ "credit": 0.0029169642857142858,
+ "url": null
+ },
+ "gdtools": {
+ "credit": 0.0029169642857142858,
+ "url": null
+ },
+ "htmltools": {
+ "credit": 0.0029169642857142858,
+ "url": null
+ },
+ "extrafont": {
+ "credit": 0.0029169642857142858,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/hcga/README.md b/_repos/github/ImperialCollegeLondon/hcga/README.md
new file mode 100644
index 00000000..0cfe180b
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/hcga/README.md
@@ -0,0 +1,116 @@
+---
+title: github/ImperialCollegeLondon/hcga
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.174|
+|pypi|[matplotlib](https://matplotlib.org)|0.098|
+|pypi|[joblib](https://joblib.readthedocs.io)|0.069|
+|pypi|[shap](http://github.com/slundberg/shap)|0.066|
+|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.066|
+|pypi|[mpmath](https://pypi.org/project/mpmath)|0.065|
+|pypi|[colorama](https://github.com/tartley/colorama)|0.043|
+|pypi|[pandas](https://pandas.pydata.org)|0.033|
+|pypi|[scipy](https://www.scipy.org)|0.031|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.021|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.011|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.011|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.011|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.011|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.01|
+|setup.py|github/ImperialCollegeLondon/hcga|0.01|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.01|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.008|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.008|
+|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.008|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.008|
+|pypi|[twine](https://pypi.org/project/twine)|0.008|
+|pypi|[py-make](https://pypi.org/project/py-make)|0.008|
+|pypi|[scikit-learn](http://scikit-learn.org)|0.008|
+|pypi|[graphviz](https://pypi.org/project/graphviz)|0.007|
+|pypi|[datatable](https://pypi.org/project/datatable)|0.007|
+|pypi|[distributed](https://pypi.org/project/distributed)|0.007|
+|pypi|[dask](https://pypi.org/project/dask)|0.007|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.006|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.006|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.006|
+|pypi|[black](https://pypi.org/project/black)|0.005|
+|pypi|[sympy](https://sympy.org)|0.004|
+|pypi|[seaborn](https://seaborn.pydata.org)|0.004|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.003|
+|pypi|[pydot](https://pypi.org/project/pydot)|0.003|
+|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.003|
+|pypi|[lxml](https://pypi.org/project/lxml)|0.003|
+|pypi|[texext](https://pypi.org/project/texext)|0.003|
+|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.003|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.003|
+|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.003|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.003|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.003|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.003|
+|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.003|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.003|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.003|
+|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.003|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.003|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.003|
+|pypi|[trio](https://pypi.org/project/trio)|0.002|
+|pypi|[curio](https://pypi.org/project/curio)|0.002|
+|pypi|[testpath](https://pypi.org/project/testpath)|0.002|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.002|
+|pypi|[qtconsole](https://pypi.org/project/qtconsole)|0.002|
+|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|0.002|
+|pypi|[notebook](https://pypi.org/project/notebook)|0.002|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.002|
+|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.002|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.002|
+|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.002|
+|pypi|[appnope](https://pypi.org/project/appnope)|0.002|
+|pypi|[pexpect](https://pypi.org/project/pexpect)|0.002|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.002|
+|pypi|[stack-data](https://pypi.org/project/stack-data)|0.002|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.002|
+|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.002|
+|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.002|
+|pypi|[jedi](https://pypi.org/project/jedi)|0.002|
+|pypi|[decorator](https://pypi.org/project/decorator)|0.002|
+|pypi|[backcall](https://pypi.org/project/backcall)|0.002|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.002|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.002|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.002|
+|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.002|
+|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.002|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.002|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.002|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.002|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.002|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.002|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.002|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.002|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.002|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.002|
+|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.001|
+|pypi|[PySocks](https://pypi.org/project/PySocks)|0.001|
+|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.001|
+|pypi|[idna](https://pypi.org/project/idna)|0.001|
+|pypi|[chardet](https://pypi.org/project/chardet)|0.001|
+|pypi|[certifi](https://pypi.org/project/certifi)|0.001|
+|pypi|[urllib3](https://pypi.org/project/urllib3)|0.001|
+|pypi|[click](https://palletsprojects.com/p/click/)|0.001|
+|pypi|[tqdm](https://tqdm.github.io)|0.001|
+|pypi|[networkx](https://networkx.org/)|0.001|
+|pypi|[IPython](https://ipython.org)|0.001|
+|pypi|[xgboost](https://github.com/dmlc/xgboost)|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/ImperialCollegeLondon/hcga/badge.png b/_repos/github/ImperialCollegeLondon/hcga/badge.png
new file mode 100644
index 00000000..ffb1c83a
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/hcga/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/hcga/data.json b/_repos/github/ImperialCollegeLondon/hcga/data.json
new file mode 100644
index 00000000..a74ef1dc
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/hcga/data.json
@@ -0,0 +1,414 @@
+{
+ "setup.py": {
+ "github/ImperialCollegeLondon/hcga": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "click": {
+ "credit": 0.0006599999999999939,
+ "url": "https://palletsprojects.com/p/click/"
+ },
+ "numpy": {
+ "credit": 0.17438142857142858,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.03063342857142857,
+ "url": "https://www.scipy.org"
+ },
+ "tqdm": {
+ "credit": 0.0006599999999999939,
+ "url": "https://tqdm.github.io"
+ },
+ "networkx": {
+ "credit": 0.0006599999999999939,
+ "url": "https://networkx.org/"
+ },
+ "scikit-learn": {
+ "credit": 0.007919999999999995,
+ "url": "http://scikit-learn.org"
+ },
+ "matplotlib": {
+ "credit": 0.09815142857142858,
+ "url": "https://matplotlib.org"
+ },
+ "seaborn": {
+ "credit": 0.0037714285714285658,
+ "url": "https://seaborn.pydata.org"
+ },
+ "shap": {
+ "credit": 0.066,
+ "url": "http://github.com/slundberg/shap"
+ },
+ "pandas": {
+ "credit": 0.03281142857142857,
+ "url": "https://pandas.pydata.org"
+ },
+ "wget": {
+ "credit": 0.066,
+ "url": "http://bitbucket.org/techtonik/python-wget/"
+ },
+ "sympy": {
+ "credit": 0.003926999999999995,
+ "url": "https://sympy.org"
+ },
+ "joblib": {
+ "credit": 0.06911142857142857,
+ "url": "https://joblib.readthedocs.io"
+ },
+ "IPython": {
+ "credit": 0.0006599999999999939,
+ "url": "https://ipython.org"
+ },
+ "xgboost": {
+ "credit": 0.0006599999999999939,
+ "url": "https://github.com/dmlc/xgboost"
+ },
+ "importlib-metadata": {
+ "credit": 0.0003266999999999992,
+ "url": "https://github.com/python/importlib_metadata"
+ },
+ "colorama": {
+ "credit": 0.043015500000000005,
+ "url": "https://github.com/tartley/colorama"
+ },
+ "requests": {
+ "credit": 8.16749999999998e-05,
+ "url": "https://requests.readthedocs.io"
+ },
+ "slack-sdk": {
+ "credit": 0.008167500000000001,
+ "url": "https://github.com/slackapi/python-slack-sdk"
+ },
+ "ipywidgets": {
+ "credit": 0.0103455,
+ "url": "https://pypi.org/project/ipywidgets"
+ },
+ "wheel": {
+ "credit": 0.008167500000000001,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "twine": {
+ "credit": 0.008167500000000001,
+ "url": "https://pypi.org/project/twine"
+ },
+ "py-make": {
+ "credit": 0.008167500000000001,
+ "url": "https://pypi.org/project/py-make"
+ },
+ "importlib-resources": {
+ "credit": 0.009964350000000002,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "codecov": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "pytest-cov": {
+ "credit": 0.008175278571428572,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pytest": {
+ "credit": 0.021243278571428572,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "pydot": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/pydot"
+ },
+ "pygraphviz": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/pygraphviz"
+ },
+ "lxml": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/lxml"
+ },
+ "texext": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/texext"
+ },
+ "nb2plots": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/nb2plots"
+ },
+ "pillow": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "numpydoc": {
+ "credit": 0.006378428571428572,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx-gallery": {
+ "credit": 0.006378428571428572,
+ "url": "https://pypi.org/project/sphinx-gallery"
+ },
+ "pydata-sphinx-theme": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/pydata-sphinx-theme"
+ },
+ "sphinx": {
+ "credit": 0.008175278571428572,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "mypy": {
+ "credit": 0.006378428571428572,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "pre-commit": {
+ "credit": 0.0032670000000000004,
+ "url": "https://pypi.org/project/pre-commit"
+ },
+ "pyamg": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/pyamg"
+ },
+ "black": {
+ "credit": 0.005289428571428572,
+ "url": "https://pypi.org/project/black"
+ },
+ "flake8": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "sphinxext-opengraph": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/sphinxext-opengraph"
+ },
+ "sphinx-prompt": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/sphinx-prompt"
+ },
+ "Pillow": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/Pillow"
+ },
+ "scikit-image": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/scikit-image"
+ },
+ "memory-profiler": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/memory-profiler"
+ },
+ "threadpoolctl": {
+ "credit": 0.003111428571428572,
+ "url": "https://pypi.org/project/threadpoolctl"
+ },
+ "pytest-xdist": {
+ "credit": 0.010890000000000002,
+ "url": "https://pypi.org/project/pytest-xdist"
+ },
+ "hypothesis": {
+ "credit": 0.010890000000000002,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "pytz": {
+ "credit": 0.010890000000000002,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.010890000000000002,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "mpmath": {
+ "credit": 0.06534000000000001,
+ "url": "https://pypi.org/project/mpmath"
+ },
+ "trio": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/trio"
+ },
+ "curio": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/curio"
+ },
+ "testpath": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/testpath"
+ },
+ "pytest-asyncio": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "qtconsole": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/qtconsole"
+ },
+ "ipyparallel": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/ipyparallel"
+ },
+ "notebook": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/notebook"
+ },
+ "nbformat": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "nbconvert": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/nbconvert"
+ },
+ "ipykernel": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/ipykernel"
+ },
+ "Sphinx": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/Sphinx"
+ },
+ "appnope": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/appnope"
+ },
+ "pexpect": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/pexpect"
+ },
+ "traitlets": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/traitlets"
+ },
+ "stack-data": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/stack-data"
+ },
+ "setuptools": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/setuptools"
+ },
+ "pygments": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "prompt-toolkit": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/prompt-toolkit"
+ },
+ "pickleshare": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/pickleshare"
+ },
+ "matplotlib-inline": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/matplotlib-inline"
+ },
+ "jedi": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/jedi"
+ },
+ "decorator": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/decorator"
+ },
+ "backcall": {
+ "credit": 0.0021780000000000002,
+ "url": "https://pypi.org/project/backcall"
+ },
+ "graphviz": {
+ "credit": 0.007260000000000001,
+ "url": "https://pypi.org/project/graphviz"
+ },
+ "datatable": {
+ "credit": 0.007260000000000001,
+ "url": "https://pypi.org/project/datatable"
+ },
+ "distributed": {
+ "credit": 0.007260000000000001,
+ "url": "https://pypi.org/project/distributed"
+ },
+ "dask": {
+ "credit": 0.007260000000000001,
+ "url": "https://pypi.org/project/dask"
+ },
+ "pytest-mypy": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "pytest-perf": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/pytest-perf"
+ },
+ "flufl.flake8": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/flufl.flake8"
+ },
+ "pyfakefs": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/pyfakefs"
+ },
+ "packaging": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "pytest-enabler": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "ipython": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "rst.linker": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "typing-extensions": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "zipp": {
+ "credit": 0.0017968500000000002,
+ "url": "https://pypi.org/project/zipp"
+ },
+ "win-inet-pton": {
+ "credit": 0.0011551178571428573,
+ "url": "https://pypi.org/project/win-inet-pton"
+ },
+ "PySocks": {
+ "credit": 0.0011551178571428573,
+ "url": "https://pypi.org/project/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 0.0011551178571428573,
+ "url": "https://pypi.org/project/charset-normalizer"
+ },
+ "idna": {
+ "credit": 0.0011551178571428573,
+ "url": "https://pypi.org/project/idna"
+ },
+ "chardet": {
+ "credit": 0.0011551178571428573,
+ "url": "https://pypi.org/project/chardet"
+ },
+ "certifi": {
+ "credit": 0.0011551178571428573,
+ "url": "https://pypi.org/project/certifi"
+ },
+ "urllib3": {
+ "credit": 0.0011551178571428573,
+ "url": "https://pypi.org/project/urllib3"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/hcga/setup.py b/_repos/github/ImperialCollegeLondon/hcga/setup.py
new file mode 100644
index 00000000..e106cd32
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/hcga/setup.py
@@ -0,0 +1,28 @@
+from setuptools import setup, find_packages
+
+setup(
+ name="hcga",
+ version="1.0.2",
+ description="Highly comparative graph analysis",
+ author="Robert Peach + Alexis Arnaudon + Henry Palasciano",
+ author_email="r.peach13@imperial.ac.uk",
+ packages=find_packages(),
+ install_requires=[
+ "click>=7.1.1",
+ "numpy>=1.18.2",
+ "scipy>=1.4.1",
+ "tqdm>=4.45.0",
+ "networkx>=2.4",
+ "scikit-learn>=0.23.1",
+ "matplotlib>=1.4.3",
+ "seaborn>=0.9.0",
+ "shap>=0.35.0",
+ "pandas>=1.0.3",
+ "wget>=3.2",
+ "sympy>=1.4",
+ "joblib>=0.14.1",
+ "IPython>=7.19.0",
+ "xgboost>=1.3.3",
+ ],
+ entry_points={"console_scripts": ["hcga=hcga.app:cli"]},
+)
diff --git a/_repos/github/ImperialCollegeLondon/pytest_template_application/requirements.txt b/_repos/github/ImperialCollegeLondon/pytest_template_application/requirements.txt
new file mode 100644
index 00000000..e69de29b
diff --git a/_repos/github/ImperialCollegeLondon/research-software-directory-data/README.md b/_repos/github/ImperialCollegeLondon/research-software-directory-data/README.md
new file mode 100644
index 00000000..2199c723
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/research-software-directory-data/README.md
@@ -0,0 +1,65 @@
+---
+title: github/ImperialCollegeLondon/research-software-directory-data
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[pycparser](https://github.com/eliben/pycparser)|0.116|
+|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.077|
+|pypi|[idna](https://github.com/kjd/idna)|0.077|
+|pypi|[requests-toolbelt](https://toolbelt.readthedocs.org)|0.073|
+|pypi|[chardet](https://github.com/chardet/chardet)|0.071|
+|pypi|[wrapt](https://github.com/GrahamDumpleton/wrapt)|0.063|
+|pypi|[emoji](https://github.com/carpedm20/emoji/)|0.058|
+|pypi|[PyNaCl](https://github.com/pyca/pynacl/)|0.058|
+|pypi|[six](https://github.com/benjaminp/six)|0.058|
+|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.029|
+|pypi|[requests](https://requests.readthedocs.io)|0.027|
+|pypi|[cryptography](https://pypi.org/project/cryptography)|0.025|
+|pypi|[PySocks](https://pypi.org/project/PySocks)|0.019|
+|pypi|[PyYaml](https://pypi.org/project/PyYaml)|0.014|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.014|
+|pypi|[urllib3](https://urllib3.readthedocs.io/)|0.013|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.012|
+|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.012|
+|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.012|
+|pypi|[pynacl](https://pypi.org/project/pynacl)|0.012|
+|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.012|
+|pypi|[deprecated](https://pypi.org/project/deprecated)|0.012|
+|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|0.01|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.007|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.007|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.007|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.007|
+|pypi|[zope.interface](https://pypi.org/project/zope.interface)|0.007|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.007|
+|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.006|
+|pypi|[pyOpenSSL](https://pypi.org/project/pyOpenSSL)|0.006|
+|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.006|
+|pypi|[brotli](https://pypi.org/project/brotli)|0.006|
+|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.006|
+|pypi|[PyTest-Cov](https://github.com/pytest-dev/pytest-cov)|0.005|
+|pypi|[PyTest](https://pypi.org/project/PyTest)|0.005|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.005|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.005|
+|pypi|[configparser](https://pypi.org/project/configparser)|0.005|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.005|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.005|
+|pypi|[bump2version](https://pypi.org/project/bump2version)|0.005|
+|pypi|[tox](https://pypi.org/project/tox)|0.005|
+|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|0.001|
+|pypi|[cffi](http://cffi.readthedocs.org)|0.001|
+|pypi|[Deprecated](https://github.com/tantale/deprecated)|0.001|
+|pypi|[PyGithub](https://github.com/pygithub/pygithub)|0.001|
+|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|0.001|
+|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|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/ImperialCollegeLondon/research-software-directory-data/badge.png b/_repos/github/ImperialCollegeLondon/research-software-directory-data/badge.png
new file mode 100644
index 00000000..2b66fecf
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/research-software-directory-data/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/research-software-directory-data/data.json b/_repos/github/ImperialCollegeLondon/research-software-directory-data/data.json
new file mode 100644
index 00000000..8fe6fe79
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/research-software-directory-data/data.json
@@ -0,0 +1,202 @@
+{
+ "requirements.txt": {
+ "github/ImperialCollegeLondon/research-software-directory-data": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "algoliasearch": {
+ "credit": 0.0005823529411764714,
+ "url": "https://github.com/algolia/algoliasearch-client-python"
+ },
+ "certifi": {
+ "credit": 0.0769541974789916,
+ "url": "https://certifiio.readthedocs.io/en/latest/"
+ },
+ "cffi": {
+ "credit": 0.0005823529411764714,
+ "url": "http://cffi.readthedocs.org"
+ },
+ "chardet": {
+ "credit": 0.07054831512605042,
+ "url": "https://github.com/chardet/chardet"
+ },
+ "Deprecated": {
+ "credit": 0.0005823529411764714,
+ "url": "https://github.com/tantale/deprecated"
+ },
+ "emoji": {
+ "credit": 0.05823529411764706,
+ "url": "https://github.com/carpedm20/emoji/"
+ },
+ "idna": {
+ "credit": 0.0769541974789916,
+ "url": "https://github.com/kjd/idna"
+ },
+ "pycparser": {
+ "credit": 0.11588823529411765,
+ "url": "https://github.com/eliben/pycparser"
+ },
+ "PyGithub": {
+ "credit": 0.0005823529411764714,
+ "url": "https://github.com/pygithub/pygithub"
+ },
+ "PyJWT": {
+ "credit": 0.0005823529411764714,
+ "url": "https://github.com/jpadilla/pyjwt"
+ },
+ "PyNaCl": {
+ "credit": 0.05823529411764706,
+ "url": "https://github.com/pyca/pynacl/"
+ },
+ "python-gitlab": {
+ "credit": 0.0005823529411764714,
+ "url": "https://github.com/python-gitlab/python-gitlab"
+ },
+ "requests": {
+ "credit": 0.026814441176470583,
+ "url": "https://requests.readthedocs.io"
+ },
+ "requests-toolbelt": {
+ "credit": 0.07264852941176471,
+ "url": "https://toolbelt.readthedocs.org"
+ },
+ "six": {
+ "credit": 0.05823529411764706,
+ "url": "https://github.com/benjaminp/six"
+ },
+ "urllib3": {
+ "credit": 0.012895373949579833,
+ "url": "https://urllib3.readthedocs.io/"
+ },
+ "wrapt": {
+ "credit": 0.0634764705882353,
+ "url": "https://github.com/GrahamDumpleton/wrapt"
+ },
+ "typing": {
+ "credit": 0.028826470588235294,
+ "url": "https://docs.python.org/3/library/typing.html"
+ },
+ "PyTest-Cov": {
+ "credit": 0.005241176470588235,
+ "url": "https://github.com/pytest-dev/pytest-cov"
+ },
+ "PyTest": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/PyTest"
+ },
+ "zipp": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/zipp"
+ },
+ "sphinxcontrib-websupport": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/sphinxcontrib-websupport"
+ },
+ "configparser": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/configparser"
+ },
+ "importlib-resources": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "importlib-metadata": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "sphinx": {
+ "credit": 0.012447794117647059,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "bump2version": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/bump2version"
+ },
+ "tox": {
+ "credit": 0.005241176470588235,
+ "url": "https://pypi.org/project/tox"
+ },
+ "cryptography": {
+ "credit": 0.02514308823529412,
+ "url": "https://pypi.org/project/cryptography"
+ },
+ "pynacl": {
+ "credit": 0.011530588235294117,
+ "url": "https://pypi.org/project/pynacl"
+ },
+ "pyjwt": {
+ "credit": 0.011530588235294117,
+ "url": "https://pypi.org/project/pyjwt"
+ },
+ "deprecated": {
+ "credit": 0.011530588235294117,
+ "url": "https://pypi.org/project/deprecated"
+ },
+ "pre-commit": {
+ "credit": 0.007206617647058823,
+ "url": "https://pypi.org/project/pre-commit"
+ },
+ "mypy": {
+ "credit": 0.007206617647058823,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "coverage": {
+ "credit": 0.007206617647058823,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "pytest": {
+ "credit": 0.007206617647058823,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "zope.interface": {
+ "credit": 0.007206617647058823,
+ "url": "https://pypi.org/project/zope.interface"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.007206617647058823,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "PyYaml": {
+ "credit": 0.014413235294117647,
+ "url": "https://pypi.org/project/PyYaml"
+ },
+ "argcomplete": {
+ "credit": 0.014413235294117647,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "win-inet-pton": {
+ "credit": 0.012313021008403362,
+ "url": "https://pypi.org/project/win-inet-pton"
+ },
+ "PySocks": {
+ "credit": 0.01871890336134454,
+ "url": "https://pypi.org/project/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 0.012313021008403362,
+ "url": "https://pypi.org/project/charset-normalizer"
+ },
+ "ipaddress": {
+ "credit": 0.006405882352941176,
+ "url": "https://pypi.org/project/ipaddress"
+ },
+ "pyOpenSSL": {
+ "credit": 0.006405882352941176,
+ "url": "https://pypi.org/project/pyOpenSSL"
+ },
+ "brotlipy": {
+ "credit": 0.006405882352941176,
+ "url": "https://pypi.org/project/brotlipy"
+ },
+ "brotli": {
+ "credit": 0.006405882352941176,
+ "url": "https://pypi.org/project/brotli"
+ },
+ "brotlicffi": {
+ "credit": 0.006405882352941176,
+ "url": "https://pypi.org/project/brotlicffi"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/research-software-directory-data/requirements.txt b/_repos/github/ImperialCollegeLondon/research-software-directory-data/requirements.txt
new file mode 100644
index 00000000..83d10d68
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/research-software-directory-data/requirements.txt
@@ -0,0 +1,17 @@
+algoliasearch==2.6.1
+certifi==2020.11.8
+cffi==1.14.6
+chardet==3.0.4
+Deprecated==1.2.10
+emoji==1.7.0
+idna==2.10
+pycparser==2.20
+PyGithub==1.55
+PyJWT==2.1.0
+PyNaCl==1.4.0
+python-gitlab==3.3.0
+requests==2.25.0
+requests-toolbelt==0.9.1
+six==1.16.0
+urllib3==1.26.5
+wrapt==1.12.1
diff --git a/_repos/github/ImperialCollegeLondon/safedata/DESCRIPTION b/_repos/github/ImperialCollegeLondon/safedata/DESCRIPTION
new file mode 100644
index 00000000..74d5c073
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/safedata/DESCRIPTION
@@ -0,0 +1,34 @@
+Package: safedata
+Type: Package
+Title: Interface to Data from the SAFE Project
+Version: 1.1.1-9000
+Date: 2022-04-24
+Authors@R: c(
+ person('Andy', 'Aldersley', email='a.aldersley@imperial.ac.uk', role=c('aut')),
+ person('David', 'Orme', email='d.orme@imperial.ac.uk', role=c('aut','cre'),
+ comment=c(ORCID='0000-0002-7005-1394')))
+Description: The SAFE Project () is a large
+ scale ecological experiment in Malaysian Borneo that explores the impact
+ of habitat fragmentation and conversion on ecosystem function and services.
+ Data collected at the SAFE Project is made available under a common format
+ through the Zenodo data repository and this package makes it easy to
+ discover and load that data into R.
+License: GPL-3
+Imports:
+ readxl,
+ jsonlite,
+ chron,
+ curl,
+ sf,
+ httr,
+ igraph
+Suggests:
+ knitr,
+ rmarkdown,
+ ape,
+ testthat (>= 2.1.0)
+Encoding: UTF-8
+URL: https://imperialcollegelondon.github.io/safedata/index.html
+BugReports: https://github.com/ImperialCollegeLondon/safedata/issues
+RoxygenNote: 7.1.2
+VignetteBuilder: knitr
diff --git a/_repos/github/ImperialCollegeLondon/safedata/README.md b/_repos/github/ImperialCollegeLondon/safedata/README.md
new file mode 100644
index 00000000..22af7176
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/safedata/README.md
@@ -0,0 +1,88 @@
+---
+title: github/ImperialCollegeLondon/safedata
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.157|
+|cran|[httr](https://httr.r-lib.org/)|0.141|
+|cran|[testthat](https://testthat.r-lib.org)|0.042|
+|cran|R|0.042|
+|cran|rmarkdown|0.034|
+|cran|knitr|0.034|
+|cran|stats|0.034|
+|cran|graphics|0.034|
+|cran|scales|0.031|
+|cran|utils|0.026|
+|cran|magrittr|0.026|
+|cran|ggplot2|0.026|
+|cran|zoo|0.023|
+|cran|covr|0.018|
+|cran|tibble|0.018|
+|cran|Rcpp|0.018|
+|cran|rprojroot|0.016|
+|cran|cellranger|0.016|
+|cran|webutils|0.016|
+|cran|httpuv|0.016|
+|cran|spelling|0.016|
+|cran|Matrix|0.011|
+|cran|grDevices|0.011|
+|cran|methods|0.011|
+|DESCRIPTION|github/ImperialCollegeLondon/safedata|0.01|
+|cran|digest|0.008|
+|cran|withr|0.008|
+|cran|tcltk|0.008|
+|cran|stats4|0.008|
+|cran|rgl|0.008|
+|cran|igraphdata|0.008|
+|cran|graph|0.008|
+|cran|ape|0.008|
+|cran|pkgconfig|0.008|
+|cran|wk|0.003|
+|cran|vctrs|0.003|
+|cran|tmap|0.003|
+|cran|tidyselect|0.003|
+|cran|tidyr|0.003|
+|cran|terra|0.003|
+|cran|stars|0.003|
+|cran|spatstat.utils|0.003|
+|cran|spatstat.linnet|0.003|
+|cran|spatstat.random|0.003|
+|cran|spatstat.geom|0.003|
+|cran|spatstat|0.003|
+|cran|sp|0.003|
+|cran|RSQLite|0.003|
+|cran|RPostgreSQL|0.003|
+|cran|RPostgres|0.003|
+|cran|rlang|0.003|
+|cran|raster|0.003|
+|cran|pool|0.003|
+|cran|pillar|0.003|
+|cran|odbc|0.003|
+|cran|microbenchmark|0.003|
+|cran|mapview|0.003|
+|cran|maps|0.003|
+|cran|lwgeom|0.003|
+|cran|dplyr|0.003|
+|cran|blob|0.003|
+|cran|units|0.003|
+|cran|tools|0.003|
+|cran|s2|0.003|
+|cran|grid|0.003|
+|cran|DBI|0.003|
+|cran|classInt|0.003|
+|cran|[readxl](https://readxl.tidyverse.org)|0.001|
+|cran|chron|0.001|
+|cran|[curl](https://github.com/jeroen/curl)|0.001|
+|cran|[sf](https://r-spatial.github.io/sf/)|0.001|
+|cran|[igraph](https://igraph.org)|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/ImperialCollegeLondon/safedata/badge.png b/_repos/github/ImperialCollegeLondon/safedata/badge.png
new file mode 100644
index 00000000..c71ee5b4
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/safedata/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/safedata/data.json b/_repos/github/ImperialCollegeLondon/safedata/data.json
new file mode 100644
index 00000000..7f719f3b
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/safedata/data.json
@@ -0,0 +1,294 @@
+{
+ "DESCRIPTION": {
+ "github/ImperialCollegeLondon/safedata": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "readxl": {
+ "credit": 0.001414285714285729,
+ "url": "https://readxl.tidyverse.org"
+ },
+ "jsonlite": {
+ "credit": 0.15698571428571428,
+ "url": "https://arxiv.org/abs/1403.2805"
+ },
+ "chron": {
+ "credit": 0.001414285714285729,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.001414285714285729,
+ "url": "https://github.com/jeroen/curl"
+ },
+ "sf": {
+ "credit": 0.001414285714285729,
+ "url": "https://r-spatial.github.io/sf/"
+ },
+ "httr": {
+ "credit": 0.14142857142857143,
+ "url": "https://httr.r-lib.org/"
+ },
+ "igraph": {
+ "credit": 0.001414285714285729,
+ "url": "https://igraph.org"
+ },
+ "testthat": {
+ "credit": 0.041809821428571425,
+ "url": "https://testthat.r-lib.org"
+ },
+ "rprojroot": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.03403125,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.03403125,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.018474107142857143,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.026252678571428573,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.018474107142857143,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.018474107142857143,
+ "url": null
+ },
+ "cellranger": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "zoo": {
+ "credit": 0.023335714285714283,
+ "url": null
+ },
+ "ggplot2": {
+ "credit": 0.02625267857142857,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.031114285714285712,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.03403125,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.03403125,
+ "url": null
+ },
+ "R": {
+ "credit": 0.041809821428571425,
+ "url": null
+ },
+ "webutils": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "httpuv": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.026252678571428573,
+ "url": null
+ },
+ "spelling": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "wk": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tmap": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tidyr": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "terra": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "stars": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.utils": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.linnet": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.random": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.geom": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "RPostgreSQL": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "RPostgres": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "raster": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "pool": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "odbc": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "Matrix": {
+ "credit": 0.010695535714285713,
+ "url": null
+ },
+ "mapview": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "lwgeom": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "blob": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "units": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tools": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "s2": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.010695535714285713,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "classInt": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.010695535714285713,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "tcltk": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "stats4": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "rgl": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "igraphdata": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "graph": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "ape": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.007778571428571428,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ImperialCollegeLondon/sharpy/CMakeLists.txt b/_repos/github/ImperialCollegeLondon/sharpy/CMakeLists.txt
new file mode 100644
index 00000000..50483b81
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/sharpy/CMakeLists.txt
@@ -0,0 +1,8 @@
+cmake_minimum_required(VERSION 3.9)
+project(sharpy)
+
+if(NOT CMAKE_BUILD_TYPE)
+ set(CMAKE_BUILD_TYPE Release)
+endif()
+
+add_subdirectory(lib)
diff --git a/_repos/github/ImperialCollegeLondon/sharpy/README.md b/_repos/github/ImperialCollegeLondon/sharpy/README.md
new file mode 100644
index 00000000..63d23da7
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/sharpy/README.md
@@ -0,0 +1,128 @@
+---
+title: github/ImperialCollegeLondon/sharpy
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[zlib](https://zlib.net)|0.126|
+|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.11|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.082|
+|spack|pkgconfig|0.058|
+|spack|libbsd|0.04|
+|spack|[openssl](https://www.openssl.org)|0.025|
+|spack|perl|0.02|
+|spack|ca-certificates-mozilla|0.02|
+|spack|nasm|0.02|
+|spack|[expat](https://libexpat.github.io/)|0.017|
+|spack|automake|0.016|
+|spack|autoconf|0.016|
+|spack|libtool|0.016|
+|spack|m4|0.016|
+|spack|bzip2|0.016|
+|spack|xz|0.016|
+|spack|mbedtls|0.013|
+|spack|sqlite|0.011|
+|spack|gettext|0.011|
+|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.01|
+|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|0.01|
+|spack|[cmake](https://www.cmake.org)|0.01|
+|spack|readline|0.009|
+|spack|gdbm|0.009|
+|spack|libnsl|0.009|
+|spack|libffi|0.009|
+|spack|tk|0.009|
+|spack|tcl|0.009|
+|spack|uuid|0.009|
+|spack|tix|0.009|
+|spack|nss|0.008|
+|spack|zstd|0.008|
+|spack|libxml2|0.008|
+|spack|[gnutls](https://www.gnutls.org)|0.007|
+|spack|libidn2|0.007|
+|spack|nghttp2|0.007|
+|spack|libssh2|0.007|
+|spack|libssh|0.007|
+|spack|krb5|0.007|
+|spack|[python](https://www.python.org/)|0.007|
+|spack|lz4|0.006|
+|spack|lzo|0.006|
+|spack|nettle|0.006|
+|spack|libiconv|0.006|
+|spack|py-pip|0.003|
+|spack|py-wheel|0.003|
+|spack|py-sphinxcontrib-websupport|0.003|
+|spack|py-sphinxcontrib-applehelp|0.003|
+|spack|py-sphinxcontrib-devhelp|0.003|
+|spack|py-sphinxcontrib-jsmath|0.003|
+|spack|py-sphinxcontrib-htmlhelp|0.003|
+|spack|py-sphinxcontrib-serializinghtml|0.003|
+|spack|py-sphinxcontrib-qthelp|0.003|
+|spack|py-six|0.003|
+|spack|py-jinja2|0.003|
+|spack|py-pygments|0.003|
+|spack|py-docutils|0.003|
+|spack|py-snowballstemmer|0.003|
+|spack|py-babel|0.003|
+|spack|py-alabaster|0.003|
+|spack|py-imagesize|0.003|
+|spack|py-requests|0.003|
+|spack|py-setuptools|0.003|
+|spack|py-sphinx-rtd-theme|0.003|
+|spack|py-packaging|0.003|
+|spack|py-importlib-metadata|0.003|
+|spack|py-typing|0.003|
+|spack|py-colorama|0.003|
+|spack|[ninja](https://ninja-build.org/)|0.003|
+|spack|icu4c|0.002|
+|spack|jpeg|0.002|
+|spack|libmng|0.002|
+|spack|libtiff|0.002|
+|spack|freetype|0.002|
+|spack|gtkplus|0.002|
+|spack|libpng|0.002|
+|spack|libsm|0.002|
+|spack|pcre|0.002|
+|spack|inputproto|0.002|
+|spack|glib|0.002|
+|spack|dbus|0.002|
+|spack|gl|0.002|
+|spack|assimp|0.002|
+|spack|harfbuzz|0.002|
+|spack|double-conversion|0.002|
+|spack|pcre2|0.002|
+|spack|llvm|0.002|
+|spack|flex|0.002|
+|spack|bison|0.002|
+|spack|gperf|0.002|
+|spack|libdrm|0.002|
+|spack|libxcomposite|0.002|
+|spack|libxcursor|0.002|
+|spack|libxi|0.002|
+|spack|libxtst|0.002|
+|spack|libxrandr|0.002|
+|spack|libxdamage|0.002|
+|spack|fontconfig|0.002|
+|spack|libx11|0.002|
+|spack|libxcb|0.002|
+|spack|libxkbcommon|0.002|
+|spack|xcb-util-image|0.002|
+|spack|xcb-util-keysyms|0.002|
+|spack|xcb-util-renderutil|0.002|
+|spack|xcb-util-wm|0.002|
+|spack|libxext|0.002|
+|spack|libxrender|0.002|
+|spack|[curl](https://curl.se/)|0.001|
+|spack|[libarchive](https://www.libarchive.org)|0.001|
+|spack|[libuv](https://libuv.org)|0.001|
+|spack|[qt](https://qt.io)|0.001|
+|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|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/ImperialCollegeLondon/sharpy/badge.png b/_repos/github/ImperialCollegeLondon/sharpy/badge.png
new file mode 100644
index 00000000..2809b376
Binary files /dev/null and b/_repos/github/ImperialCollegeLondon/sharpy/badge.png differ
diff --git a/_repos/github/ImperialCollegeLondon/sharpy/data.json b/_repos/github/ImperialCollegeLondon/sharpy/data.json
new file mode 100644
index 00000000..f5114d13
--- /dev/null
+++ b/_repos/github/ImperialCollegeLondon/sharpy/data.json
@@ -0,0 +1,454 @@
+{
+ "CMakeLists.txt": {
+ "github/ImperialCollegeLondon/sharpy": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.00990000000000002,
+ "url": "https://www.cmake.org"
+ },
+ "ninja": {
+ "credit": 0.002501296875000005,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.000816750000000005,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.016501787002262448,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.12599733387726245,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.000816750000000005,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.081675,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.02492452137726245,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.000816750000000005,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.010281921617647063,
+ "url": "https://invisible-island.net/ncurses/ncurses.html"
+ },
+ "python": {
+ "credit": 0.006544209375000006,
+ "url": "https://www.python.org/"
+ },
+ "py-sphinx": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.sphinx-doc.org/en/master/"
+ },
+ "gnuconfig": {
+ "credit": 0.10998795288461538,
+ "url": "https://www.gnu.org/software/config/"
+ },
+ "gnutls": {
+ "credit": 0.006738187499999999,
+ "url": "https://www.gnutls.org"
+ },
+ "mbedtls": {
+ "credit": 0.012958052884615384,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.008422734375,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.05831703099264705,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.040429124999999996,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "icu4c": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libmng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libtiff": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "freetype": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gtkplus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "sqlite": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "libpng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libsm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "inputproto": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "glib": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "dbus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gl": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "assimp": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "harfbuzz": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "double-conversion": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "llvm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "flex": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "bison": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gperf": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libdrm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcomposite": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcursor": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxi": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxtst": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrandr": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxdamage": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gettext": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "fontconfig": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libx11": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcb": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxkbcommon": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-image": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-keysyms": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-renderutil": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-wm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxext": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrender": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "readline": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "gdbm": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libnsl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libffi": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tk": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tcl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "uuid": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tix": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "py-pip": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-wheel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-websupport": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-applehelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-devhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-jsmath": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-htmlhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-serializinghtml": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-qthelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-six": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-jinja2": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-pygments": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-docutils": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-snowballstemmer": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-babel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-alabaster": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-imagesize": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-requests": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-setuptools": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinx-rtd-theme": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-packaging": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-importlib-metadata": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-typing": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-colorama": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Kaixhin/FGLab/README.md b/_repos/github/Kaixhin/FGLab/README.md
new file mode 100644
index 00000000..2ae10f55
--- /dev/null
+++ b/_repos/github/Kaixhin/FGLab/README.md
@@ -0,0 +1,166 @@
+---
+title: github/Kaixhin/FGLab
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|0.063|
+|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.06|
+|npm|[lodash](https://lodash.com/)|0.058|
+|npm|[express](http://expressjs.com/)|0.056|
+|npm|[bower](http://bower.io)|0.055|
+|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.055|
+|npm|[http-auth](https://github.com/gevorg/http-auth)|0.055|
+|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|0.055|
+|npm|[multer](https://github.com/expressjs/multer#readme)|0.055|
+|npm|[ws](https://github.com/websockets/ws)|0.055|
+|npm|mocha|0.021|
+|npm|istanbul|0.018|
+|npm|coveralls|0.01|
+|package.json|github/Kaixhin/FGLab|0.01|
+|npm|supertest|0.01|
+|npm|eslint-plugin-standard|0.01|
+|npm|eslint-plugin-promise|0.01|
+|npm|eslint-plugin-node|0.01|
+|npm|eslint-plugin-markdown|0.01|
+|npm|eslint-plugin-import|0.01|
+|npm|eslint-config-standard|0.01|
+|npm|eslint|0.01|
+|npm|should|0.009|
+|npm|rimraf|0.008|
+|npm|safe-buffer|0.008|
+|npm|mocha-lcov-reporter|0.008|
+|npm|travis-cov|0.008|
+|npm|[bluebird](https://github.com/petkaantonov/bluebird)|0.007|
+|npm|on-headers|0.006|
+|npm|debug|0.006|
+|npm|browserify|0.005|
+|npm|nyc|0.005|
+|npm|tough-cookie|0.005|
+|npm|[request](https://github.com/request/request#readme)|0.004|
+|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|0.003|
+|npm|mkdirp|0.003|
+|npm|split|0.003|
+|npm|on-finished|0.003|
+|npm|depd|0.003|
+|npm|basic-auth|0.003|
+|npm|fresh|0.003|
+|npm|parseurl|0.003|
+|npm|etag|0.003|
+|npm|ms|0.003|
+|npm|temp-path|0.003|
+|npm|run-sequence|0.003|
+|npm|publish-please|0.003|
+|npm|gulp-mocha|0.003|
+|npm|gulp-istanbul|0.003|
+|npm|gulp-eslint|0.003|
+|npm|gulp-coveralls|0.003|
+|npm|gulp|0.003|
+|npm|chalk|0.003|
+|npm|chai|0.003|
+|npm|stealthy-require|0.003|
+|npm|request-promise-core|0.003|
+|npm|after|0.003|
+|npm|vary|0.003|
+|npm|compressible|0.003|
+|npm|bytes|0.003|
+|npm|accepts|0.003|
+|npm|[sinon](https://sinonjs.org/)|0.002|
+|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.002|
+|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|0.002|
+|npm|optimist|0.002|
+|npm|open|0.002|
+|npm|kefir|0.002|
+|npm|jshint-stylish|0.002|
+|npm|jshint|0.002|
+|npm|highland|0.002|
+|npm|grunt-saucelabs|0.002|
+|npm|glob|0.002|
+|npm|cross-spawn|0.002|
+|npm|co|0.002|
+|npm|cli-table|0.002|
+|npm|baconjs|0.002|
+|npm|acorn-walk|0.002|
+|npm|acorn|0.002|
+|npm|taper|0.001|
+|npm|tape|0.001|
+|npm|standard|0.001|
+|npm|server-destroy|0.001|
+|npm|phantomjs-prebuilt|0.001|
+|npm|karma-tap|0.001|
+|npm|karma-phantomjs-launcher|0.001|
+|npm|karma-coverage|0.001|
+|npm|karma-cli|0.001|
+|npm|karma-browserify|0.001|
+|npm|karma|0.001|
+|npm|function-bind|0.001|
+|npm|codecov|0.001|
+|npm|buffer-equal|0.001|
+|npm|browserify-istanbul|0.001|
+|npm|uuid|0.001|
+|npm|tunnel-agent|0.001|
+|npm|qs|0.001|
+|npm|performance-now|0.001|
+|npm|oauth-sign|0.001|
+|npm|mime-types|0.001|
+|npm|json-stringify-safe|0.001|
+|npm|isstream|0.001|
+|npm|is-typedarray|0.001|
+|npm|http-signature|0.001|
+|npm|har-validator|0.001|
+|npm|form-data|0.001|
+|npm|forever-agent|0.001|
+|npm|extend|0.001|
+|npm|combined-stream|0.001|
+|npm|caseless|0.001|
+|npm|aws4|0.001|
+|npm|aws-sign2|0.001|
+|npm|browserify-middleware|0.001|
+|npm|code-mirror|0.001|
+|npm|coffee-script|0.001|
+|npm|github-basic|0.001|
+|npm|handle|0.001|
+|npm|highlight-codemirror|0.001|
+|npm|inconsolata|0.001|
+|npm|jade-code-mirror|0.001|
+|npm|jade-highlighter|0.001|
+|npm|jstransformer-cdata|0.001|
+|npm|jstransformer-coffee-script|0.001|
+|npm|jstransformer-less|0.001|
+|npm|jstransformer-marked|0.001|
+|npm|jstransformer-stylus|0.001|
+|npm|jstransformer-verbatim|0.001|
+|npm|less|0.001|
+|npm|less-file|0.001|
+|npm|linify|0.001|
+|npm|lsr|0.001|
+|npm|marked|0.001|
+|npm|opener|0.001|
+|npm|pull-request|0.001|
+|npm|stop|0.001|
+|npm|stylus|0.001|
+|npm|twbs|0.001|
+|npm|character-parser|0.001|
+|npm|clean-css|0.001|
+|npm|commander|0.001|
+|npm|constantinople|0.001|
+|npm|jstransformer|0.001|
+|npm|transformers|0.001|
+|npm|void-elements|0.001|
+|npm|with|0.001|
+|npm|[compression](https://github.com/expressjs/compression#readme)|0.001|
+|npm|[jade](http://jade-lang.com)|0.001|
+|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|0.001|
+|npm|[morgan](https://github.com/expressjs/morgan#readme)|0.001|
+|npm|[request-promise](https://github.com/request/request-promise#readme)|0.001|
+|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|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/Kaixhin/FGLab/badge.png b/_repos/github/Kaixhin/FGLab/badge.png
new file mode 100644
index 00000000..09994283
Binary files /dev/null and b/_repos/github/Kaixhin/FGLab/badge.png differ
diff --git a/_repos/github/Kaixhin/FGLab/data.json b/_repos/github/Kaixhin/FGLab/data.json
new file mode 100644
index 00000000..ba508cfe
--- /dev/null
+++ b/_repos/github/Kaixhin/FGLab/data.json
@@ -0,0 +1,606 @@
+{
+ "package.json": {
+ "github/Kaixhin/FGLab": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "npm": {
+ "bluebird": {
+ "credit": 0.00729219117647059,
+ "url": "https://github.com/petkaantonov/bluebird"
+ },
+ "body-parser": {
+ "credit": 0.06038094117647059,
+ "url": "https://github.com/expressjs/body-parser#readme"
+ },
+ "bower": {
+ "credit": 0.055,
+ "url": "http://bower.io"
+ },
+ "compression": {
+ "credit": 0.0005500000000000019,
+ "url": "https://github.com/expressjs/compression#readme"
+ },
+ "dotenv": {
+ "credit": 0.055,
+ "url": "https://github.com/motdotla/dotenv#readme"
+ },
+ "express": {
+ "credit": 0.056296428571428574,
+ "url": "http://expressjs.com/"
+ },
+ "http-auth": {
+ "credit": 0.055,
+ "url": "https://github.com/gevorg/http-auth"
+ },
+ "jade": {
+ "credit": 0.0005500000000000019,
+ "url": "http://jade-lang.com"
+ },
+ "kerberos": {
+ "credit": 0.055,
+ "url": "https://github.com/mongodb-js/kerberos#readme"
+ },
+ "lodash": {
+ "credit": 0.05820294117647059,
+ "url": "https://lodash.com/"
+ },
+ "mongodb": {
+ "credit": 0.06277857142857143,
+ "url": "https://github.com/mongodb/node-mongodb-native"
+ },
+ "mongoskin": {
+ "credit": 0.0005500000000000019,
+ "url": "https://github.com/kissjs/node-mongoskin"
+ },
+ "morgan": {
+ "credit": 0.0005500000000000019,
+ "url": "https://github.com/expressjs/morgan#readme"
+ },
+ "multer": {
+ "credit": 0.055,
+ "url": "https://github.com/expressjs/multer#readme"
+ },
+ "request": {
+ "credit": 0.00375294117647059,
+ "url": "https://github.com/request/request#readme"
+ },
+ "request-promise": {
+ "credit": 0.0005500000000000019,
+ "url": "https://github.com/request/request-promise#readme"
+ },
+ "serve-favicon": {
+ "credit": 0.0005500000000000019,
+ "url": "https://github.com/expressjs/serve-favicon#readme"
+ },
+ "ws": {
+ "credit": 0.055,
+ "url": "https://github.com/websockets/ws"
+ },
+ "uglify-js": {
+ "credit": 0.003474428571428571,
+ "url": "https://github.com/mishoo/UglifyJS#readme"
+ },
+ "sinon": {
+ "credit": 0.002178,
+ "url": "https://sinonjs.org/"
+ },
+ "serve-static": {
+ "credit": 0.002178,
+ "url": "https://github.com/expressjs/serve-static#readme"
+ },
+ "rx": {
+ "credit": 0.002178,
+ "url": "https://github.com/Reactive-Extensions/RxJS"
+ },
+ "rimraf": {
+ "credit": 0.00803861974789916,
+ "url": null
+ },
+ "optimist": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "open": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "mocha": {
+ "credit": 0.02108425,
+ "url": null
+ },
+ "mkdirp": {
+ "credit": 0.003474428571428571,
+ "url": null
+ },
+ "kefir": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "jshint-stylish": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "jshint": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "istanbul": {
+ "credit": 0.017681125,
+ "url": null
+ },
+ "highland": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "grunt-saucelabs": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "glob": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "cross-spawn": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "co": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "cli-table": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "browserify": {
+ "credit": 0.004835678571428571,
+ "url": null
+ },
+ "baconjs": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "acorn-walk": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "acorn": {
+ "credit": 0.002178,
+ "url": null
+ },
+ "supertest": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "eslint-plugin-standard": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "eslint-plugin-promise": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "eslint-plugin-node": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "eslint-plugin-markdown": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "eslint-plugin-import": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "eslint-config-standard": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "eslint": {
+ "credit": 0.00983125,
+ "url": null
+ },
+ "after": {
+ "credit": 0.003025,
+ "url": null
+ },
+ "vary": {
+ "credit": 0.003025,
+ "url": null
+ },
+ "safe-buffer": {
+ "credit": 0.007789374999999999,
+ "url": null
+ },
+ "on-headers": {
+ "credit": 0.006428125,
+ "url": null
+ },
+ "debug": {
+ "credit": 0.006428125,
+ "url": null
+ },
+ "compressible": {
+ "credit": 0.003025,
+ "url": null
+ },
+ "bytes": {
+ "credit": 0.003025,
+ "url": null
+ },
+ "accepts": {
+ "credit": 0.003025,
+ "url": null
+ },
+ "browserify-middleware": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "code-mirror": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "coffee-script": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "coveralls": {
+ "credit": 0.01043625,
+ "url": null
+ },
+ "github-basic": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "handle": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "highlight-codemirror": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "inconsolata": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jade-code-mirror": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jade-highlighter": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jstransformer-cdata": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jstransformer-coffee-script": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jstransformer-less": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jstransformer-marked": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jstransformer-stylus": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jstransformer-verbatim": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "less": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "less-file": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "linify": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "lsr": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "marked": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "opener": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "pull-request": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "should": {
+ "credit": 0.009075,
+ "url": null
+ },
+ "stop": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "stylus": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "twbs": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "character-parser": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "clean-css": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "commander": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "constantinople": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "jstransformer": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "transformers": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "void-elements": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "with": {
+ "credit": 0.0012964285714285714,
+ "url": null
+ },
+ "mocha-lcov-reporter": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "travis-cov": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "split": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "nyc": {
+ "credit": 0.0047643749999999995,
+ "url": null
+ },
+ "on-finished": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "depd": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "basic-auth": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "taper": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "tape": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "standard": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "server-destroy": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "phantomjs-prebuilt": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "karma-tap": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "karma-phantomjs-launcher": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "karma-coverage": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "karma-cli": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "karma-browserify": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "karma": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "function-bind": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "codecov": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "buffer-equal": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "browserify-istanbul": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "uuid": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "tunnel-agent": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "tough-cookie": {
+ "credit": 0.004564191176470589,
+ "url": null
+ },
+ "qs": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "performance-now": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "oauth-sign": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "mime-types": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "json-stringify-safe": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "isstream": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "is-typedarray": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "http-signature": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "har-validator": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "form-data": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "forever-agent": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "extend": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "combined-stream": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "caseless": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "aws4": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "aws-sign2": {
+ "credit": 0.00136125,
+ "url": null
+ },
+ "run-sequence": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "publish-please": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "gulp-mocha": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "gulp-istanbul": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "gulp-eslint": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "gulp-coveralls": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "gulp": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "chalk": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "chai": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "stealthy-require": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "request-promise-core": {
+ "credit": 0.003202941176470588,
+ "url": null
+ },
+ "fresh": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "parseurl": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "etag": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "ms": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "temp-path": {
+ "credit": 0.003403125,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Kaixhin/FGLab/package.json b/_repos/github/Kaixhin/FGLab/package.json
new file mode 100644
index 00000000..782a3791
--- /dev/null
+++ b/_repos/github/Kaixhin/FGLab/package.json
@@ -0,0 +1,63 @@
+{
+ "name": "FGLab",
+ "version": "0.7.6",
+ "description": "Future Gadget Laboratory",
+ "main": "lab.js",
+ "scripts": {
+ "start": "node lab.js",
+ "test": "echo \"No test specified\" && exit 0",
+ "postinstall": "bower install --allow-root",
+ "update": "git pull && npm install"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Kaixhin/FGLab.git"
+ },
+ "keywords": [
+ "machine learning"
+ ],
+ "author": "Kaixhin ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/Kaixhin/FGLab/issues"
+ },
+ "homepage": "https://github.com/Kaixhin/FGLab#readme",
+ "dependencies": {
+ "bluebird": "^3.5.1",
+ "body-parser": "^1.18.2",
+ "bower": "^1.8.2",
+ "compression": "^1.7.2",
+ "dotenv": "^4.0.0",
+ "express": "^5.0.0-alpha.6",
+ "http-auth": "^3.1.3",
+ "jade": "^1.11.0",
+ "kerberos": "^0.0.23",
+ "lodash": "^4.17.5",
+ "mongodb": "^2.2.35",
+ "mongoskin": "^2.1.0",
+ "morgan": "^1.9.0",
+ "multer": "^1.3.0",
+ "request": "^2.83.0",
+ "request-promise": "^4.2.2",
+ "serve-favicon": "^2.4.5",
+ "ws": "^1.1.5"
+ },
+ "devDependencies": {
+ "conventional-github-releaser": "^1.1.13",
+ "conventional-recommended-bump": "^0.3.0",
+ "gulp": "^3.9.1",
+ "gulp-bump": "^2.9.0",
+ "gulp-conventional-changelog": "^1.1.18",
+ "gulp-git": "^2.5.2",
+ "gulp-util": "^3.0.8",
+ "minimist": "^1.2.0",
+ "run-sequence": "^1.2.2"
+ },
+ "engines": {
+ "node": "6.x"
+ },
+ "cacheDirectories": [
+ "node_modules",
+ "bower_components"
+ ]
+}
diff --git a/_repos/github/Kaixhin/FGMachine/README.md b/_repos/github/Kaixhin/FGMachine/README.md
new file mode 100644
index 00000000..7e0bc618
--- /dev/null
+++ b/_repos/github/Kaixhin/FGMachine/README.md
@@ -0,0 +1,121 @@
+---
+title: github/Kaixhin/FGMachine
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|npm|[express](http://expressjs.com/)|0.079|
+|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.078|
+|npm|[lodash](https://lodash.com/)|0.075|
+|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|0.071|
+|npm|[chokidar](https://github.com/paulmillr/chokidar)|0.071|
+|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.071|
+|npm|[ws](https://github.com/websockets/ws)|0.071|
+|npm|mocha|0.028|
+|npm|mkdirp|0.026|
+|npm|glob|0.026|
+|npm|tap|0.023|
+|npm|[bluebird](https://github.com/petkaantonov/bluebird)|0.021|
+|npm|object-assign|0.02|
+|npm|nyc|0.015|
+|npm|istanbul|0.014|
+|npm|supertest|0.013|
+|npm|eslint|0.013|
+|npm|any-promise|0.012|
+|npm|thenify-all|0.012|
+|package.json|github/Kaixhin/FGMachine|0.01|
+|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|0.009|
+|npm|vary|0.009|
+|npm|after|0.009|
+|npm|tough-cookie|0.006|
+|npm|[request](https://github.com/request/request#readme)|0.005|
+|npm|browserify|0.005|
+|npm|split|0.004|
+|npm|eslint-plugin-standard|0.004|
+|npm|eslint-plugin-promise|0.004|
+|npm|eslint-plugin-node|0.004|
+|npm|eslint-plugin-markdown|0.004|
+|npm|eslint-plugin-import|0.004|
+|npm|eslint-config-standard|0.004|
+|npm|on-headers|0.004|
+|npm|on-finished|0.004|
+|npm|depd|0.004|
+|npm|debug|0.004|
+|npm|basic-auth|0.004|
+|npm|run-sequence|0.004|
+|npm|publish-please|0.004|
+|npm|gulp-mocha|0.004|
+|npm|gulp-istanbul|0.004|
+|npm|gulp-eslint|0.004|
+|npm|gulp-coveralls|0.004|
+|npm|gulp|0.004|
+|npm|chalk|0.004|
+|npm|chai|0.004|
+|npm|stealthy-require|0.004|
+|npm|request-promise-core|0.004|
+|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|0.003|
+|npm|[sinon](https://sinonjs.org/)|0.003|
+|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.003|
+|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|0.003|
+|npm|optimist|0.003|
+|npm|open|0.003|
+|npm|kefir|0.003|
+|npm|jshint-stylish|0.003|
+|npm|jshint|0.003|
+|npm|highland|0.003|
+|npm|grunt-saucelabs|0.003|
+|npm|cross-spawn|0.003|
+|npm|co|0.003|
+|npm|cli-table|0.003|
+|npm|baconjs|0.003|
+|npm|acorn-walk|0.003|
+|npm|acorn|0.003|
+|npm|taper|0.002|
+|npm|tape|0.002|
+|npm|standard|0.002|
+|npm|server-destroy|0.002|
+|npm|phantomjs-prebuilt|0.002|
+|npm|karma-tap|0.002|
+|npm|karma-phantomjs-launcher|0.002|
+|npm|karma-coverage|0.002|
+|npm|karma-cli|0.002|
+|npm|karma-browserify|0.002|
+|npm|karma|0.002|
+|npm|function-bind|0.002|
+|npm|coveralls|0.002|
+|npm|codecov|0.002|
+|npm|buffer-equal|0.002|
+|npm|browserify-istanbul|0.002|
+|npm|uuid|0.002|
+|npm|tunnel-agent|0.002|
+|npm|safe-buffer|0.002|
+|npm|qs|0.002|
+|npm|performance-now|0.002|
+|npm|oauth-sign|0.002|
+|npm|mime-types|0.002|
+|npm|json-stringify-safe|0.002|
+|npm|isstream|0.002|
+|npm|is-typedarray|0.002|
+|npm|http-signature|0.002|
+|npm|har-validator|0.002|
+|npm|form-data|0.002|
+|npm|forever-agent|0.002|
+|npm|extend|0.002|
+|npm|combined-stream|0.002|
+|npm|caseless|0.002|
+|npm|aws4|0.002|
+|npm|aws-sign2|0.002|
+|npm|[cors](https://github.com/expressjs/cors#readme)|0.001|
+|npm|[morgan](https://github.com/expressjs/morgan#readme)|0.001|
+|npm|[mz](https://github.com/normalize/mz#readme)|0.001|
+|npm|[request-promise](https://github.com/request/request-promise#readme)|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/Kaixhin/FGMachine/badge.png b/_repos/github/Kaixhin/FGMachine/badge.png
new file mode 100644
index 00000000..b1029172
Binary files /dev/null and b/_repos/github/Kaixhin/FGMachine/badge.png differ
diff --git a/_repos/github/Kaixhin/FGMachine/data.json b/_repos/github/Kaixhin/FGMachine/data.json
new file mode 100644
index 00000000..86e3ac2d
--- /dev/null
+++ b/_repos/github/Kaixhin/FGMachine/data.json
@@ -0,0 +1,426 @@
+{
+ "package.json": {
+ "github/Kaixhin/FGMachine": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "npm": {
+ "bluebird": {
+ "credit": 0.021043531512605046,
+ "url": "https://github.com/petkaantonov/bluebird"
+ },
+ "body-parser": {
+ "credit": 0.07763263865546219,
+ "url": "https://github.com/expressjs/body-parser#readme"
+ },
+ "bytes": {
+ "credit": 0.07071428571428572,
+ "url": "https://github.com/visionmedia/bytes.js#readme"
+ },
+ "chokidar": {
+ "credit": 0.07071428571428572,
+ "url": "https://github.com/paulmillr/chokidar"
+ },
+ "cors": {
+ "credit": 0.0007071428571428645,
+ "url": "https://github.com/expressjs/cors#readme"
+ },
+ "dotenv": {
+ "credit": 0.07071428571428572,
+ "url": "https://github.com/motdotla/dotenv#readme"
+ },
+ "express": {
+ "credit": 0.07946517857142857,
+ "url": "http://expressjs.com/"
+ },
+ "lodash": {
+ "credit": 0.07483235294117647,
+ "url": "https://lodash.com/"
+ },
+ "morgan": {
+ "credit": 0.0007071428571428645,
+ "url": "https://github.com/expressjs/morgan#readme"
+ },
+ "mz": {
+ "credit": 0.0007071428571428645,
+ "url": "https://github.com/normalize/mz#readme"
+ },
+ "request": {
+ "credit": 0.00482521008403362,
+ "url": "https://github.com/request/request#readme"
+ },
+ "request-promise": {
+ "credit": 0.0007071428571428645,
+ "url": "https://github.com/request/request-promise#readme"
+ },
+ "rimraf": {
+ "credit": 0.009375674369747906,
+ "url": "https://github.com/isaacs/rimraf#readme"
+ },
+ "ws": {
+ "credit": 0.07071428571428572,
+ "url": "https://github.com/websockets/ws"
+ },
+ "uglify-js": {
+ "credit": 0.002800285714285714,
+ "url": "https://github.com/mishoo/UglifyJS#readme"
+ },
+ "sinon": {
+ "credit": 0.002800285714285714,
+ "url": "https://sinonjs.org/"
+ },
+ "serve-static": {
+ "credit": 0.002800285714285714,
+ "url": "https://github.com/expressjs/serve-static#readme"
+ },
+ "rx": {
+ "credit": 0.002800285714285714,
+ "url": "https://github.com/Reactive-Extensions/RxJS"
+ },
+ "optimist": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "open": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "mocha": {
+ "credit": 0.02759448214285714,
+ "url": null
+ },
+ "mkdirp": {
+ "credit": 0.026135999999999996,
+ "url": null
+ },
+ "kefir": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "jshint-stylish": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "jshint": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "istanbul": {
+ "credit": 0.014468142857142855,
+ "url": null
+ },
+ "highland": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "grunt-saucelabs": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "glob": {
+ "credit": 0.026135999999999996,
+ "url": null
+ },
+ "cross-spawn": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "co": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "cli-table": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "browserify": {
+ "credit": 0.004550464285714285,
+ "url": null
+ },
+ "baconjs": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "acorn-walk": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "acorn": {
+ "credit": 0.002800285714285714,
+ "url": null
+ },
+ "nyc": {
+ "credit": 0.014876517857142856,
+ "url": null
+ },
+ "supertest": {
+ "credit": 0.013126339285714285,
+ "url": null
+ },
+ "object-assign": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "vary": {
+ "credit": 0.008750892857142856,
+ "url": null
+ },
+ "after": {
+ "credit": 0.008750892857142856,
+ "url": null
+ },
+ "eslint": {
+ "credit": 0.013126339285714285,
+ "url": null
+ },
+ "split": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "eslint-plugin-standard": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "eslint-plugin-promise": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "eslint-plugin-node": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "eslint-plugin-markdown": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "eslint-plugin-import": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "eslint-config-standard": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "on-headers": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "on-finished": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "depd": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "debug": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "basic-auth": {
+ "credit": 0.004375446428571428,
+ "url": null
+ },
+ "any-promise": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "thenify-all": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "taper": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "tape": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "standard": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "server-destroy": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "phantomjs-prebuilt": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "karma-tap": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "karma-phantomjs-launcher": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "karma-coverage": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "karma-cli": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "karma-browserify": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "karma": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "function-bind": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "coveralls": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "codecov": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "buffer-equal": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "browserify-istanbul": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "uuid": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "tunnel-agent": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "tough-cookie": {
+ "credit": 0.005868245798319327,
+ "url": null
+ },
+ "safe-buffer": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "qs": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "performance-now": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "oauth-sign": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "mime-types": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "json-stringify-safe": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "isstream": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "is-typedarray": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "http-signature": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "har-validator": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "form-data": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "forever-agent": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "extend": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "combined-stream": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "caseless": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "aws4": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "aws-sign2": {
+ "credit": 0.0017501785714285714,
+ "url": null
+ },
+ "run-sequence": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "publish-please": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "gulp-mocha": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "gulp-istanbul": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "gulp-eslint": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "gulp-coveralls": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "gulp": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "chalk": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "chai": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "stealthy-require": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "request-promise-core": {
+ "credit": 0.004118067226890756,
+ "url": null
+ },
+ "tap": {
+ "credit": 0.023335714285714283,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Kaixhin/FGMachine/package.json b/_repos/github/Kaixhin/FGMachine/package.json
new file mode 100644
index 00000000..6827ea94
--- /dev/null
+++ b/_repos/github/Kaixhin/FGMachine/package.json
@@ -0,0 +1,54 @@
+{
+ "name": "FGMachine",
+ "version": "0.7.6",
+ "description": "Future Gadget Machine",
+ "main": "machine.js",
+ "scripts": {
+ "start": "node machine.js",
+ "test": "echo \"No test specified\" && exit 0",
+ "update": "git pull && npm install"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Kaixhin/FGMachine.git"
+ },
+ "keywords": [
+ "machine learning"
+ ],
+ "author": "Kaixhin ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/Kaixhin/FGMachine/issues"
+ },
+ "homepage": "https://github.com/Kaixhin/FGMachine",
+ "dependencies": {
+ "bluebird": "^3.5.1",
+ "body-parser": "^1.18.2",
+ "bytes": "^2.5.0",
+ "chokidar": "^1.7.0",
+ "cors": "^2.8.3",
+ "dotenv": "^4.0.0",
+ "express": "^5.0.0-alpha.6",
+ "lodash": "^4.17.5",
+ "morgan": "^1.9.0",
+ "mz": "^2.7.0",
+ "request": "^2.83.0",
+ "request-promise": "^4.2.2",
+ "rimraf": "^2.6.2",
+ "ws": "^1.1.5"
+ },
+ "devDependencies": {
+ "conventional-github-releaser": "^1.1.13",
+ "conventional-recommended-bump": "^0.3.0",
+ "gulp": "^3.9.1",
+ "gulp-bump": "^2.9.0",
+ "gulp-conventional-changelog": "^1.1.18",
+ "gulp-git": "^2.5.2",
+ "gulp-util": "^3.0.8",
+ "minimist": "^1.2.0",
+ "run-sequence": "^1.2.2"
+ },
+ "engines": {
+ "node": "6.x"
+ }
+}
diff --git a/_repos/github/Kaixhin/PlaNet/README.md b/_repos/github/Kaixhin/PlaNet/README.md
new file mode 100644
index 00000000..91fd9bc9
--- /dev/null
+++ b/_repos/github/Kaixhin/PlaNet/README.md
@@ -0,0 +1,101 @@
+---
+title: github/Kaixhin/PlaNet
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[gym](https://www.gymlibrary.ml/)|0.198|
+|pypi|[numpy](https://www.numpy.org)|0.196|
+|pypi|[typing-extensions](https://typing.readthedocs.io/)|0.196|
+|pypi|[six](https://github.com/benjaminp/six)|0.098|
+|pypi|[tornado](http://www.tornadoweb.org/)|0.032|
+|pypi|[reno](https://docs.openstack.org/reno/latest/)|0.032|
+|pypi|[colorama](https://github.com/tartley/colorama)|0.026|
+|pypi|[docopt](https://pypi.org/project/docopt)|0.024|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.019|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.018|
+|requirements.txt|github/Kaixhin/PlaNet|0.01|
+|pypi|[urllib3](https://urllib3.readthedocs.io/)|0.006|
+|pypi|[requests](https://requests.readthedocs.io)|0.004|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.004|
+|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.003|
+|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.003|
+|pypi|[idna](https://github.com/kjd/idna)|0.003|
+|pypi|[chardet](https://github.com/chardet/chardet)|0.003|
+|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.003|
+|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.003|
+|pypi|[rich](https://pypi.org/project/rich)|0.003|
+|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.003|
+|pypi|[keyring](https://pypi.org/project/keyring)|0.003|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.003|
+|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.003|
+|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.003|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.003|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.003|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.002|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.002|
+|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.002|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.002|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.002|
+|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.002|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.002|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.002|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.002|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.002|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.002|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.002|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.002|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.002|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.002|
+|pypi|[opencv-python](https://github.com/skvark/opencv-python)|0.002|
+|pypi|[plotly](https://plotly.com/python/)|0.002|
+|pypi|[torch](https://pytorch.org/)|0.002|
+|pypi|[tqdm](https://tqdm.github.io)|0.002|
+|pypi|[types-requests](https://pypi.org/project/types-requests)|0.001|
+|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.001|
+|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.001|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.001|
+|pypi|[isort](https://pypi.org/project/isort)|0.001|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.001|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.001|
+|pypi|[imagesize](https://pypi.org/project/imagesize)|0.001|
+|pypi|[alabaster](https://pypi.org/project/alabaster)|0.001|
+|pypi|[babel](https://pypi.org/project/babel)|0.001|
+|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.001|
+|pypi|[docutils](https://pypi.org/project/docutils)|0.001|
+|pypi|[Pygments](https://pypi.org/project/Pygments)|0.001|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.001|
+|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.001|
+|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.001|
+|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.001|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.001|
+|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.001|
+|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.001|
+|pypi|[moto](https://pypi.org/project/moto)|0.001|
+|pypi|[databases](https://pypi.org/project/databases)|0.001|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.001|
+|pypi|[black](https://pypi.org/project/black)|0.001|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.001|
+|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.001|
+|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.001|
+|pypi|[Flask](https://pypi.org/project/Flask)|0.001|
+|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|0.001|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.001|
+|pypi|[websocket-client](https://pypi.org/project/websocket-client)|0.001|
+|pypi|[websockets](https://pypi.org/project/websockets)|0.001|
+|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.001|
+|pypi|[boto3](https://pypi.org/project/boto3)|0.001|
+|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.001|
+|pypi|[aiodns](https://pypi.org/project/aiodns)|0.001|
+|pypi|[tenacity](https://github.com/jd/tenacity)|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/Kaixhin/PlaNet/badge.png b/_repos/github/Kaixhin/PlaNet/badge.png
new file mode 100644
index 00000000..6cf4369d
Binary files /dev/null and b/_repos/github/Kaixhin/PlaNet/badge.png differ
diff --git a/_repos/github/Kaixhin/PlaNet/data.json b/_repos/github/Kaixhin/PlaNet/data.json
new file mode 100644
index 00000000..d64cc04d
--- /dev/null
+++ b/_repos/github/Kaixhin/PlaNet/data.json
@@ -0,0 +1,374 @@
+{
+ "requirements.txt": {
+ "github/Kaixhin/PlaNet": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "gym": {
+ "credit": 0.198,
+ "url": "https://www.gymlibrary.ml/"
+ },
+ "opencv-python": {
+ "credit": 0.0019800000000000095,
+ "url": "https://github.com/skvark/opencv-python"
+ },
+ "plotly": {
+ "credit": 0.0019800000000000095,
+ "url": "https://plotly.com/python/"
+ },
+ "torch": {
+ "credit": 0.0019800000000000095,
+ "url": "https://pytorch.org/"
+ },
+ "tqdm": {
+ "credit": 0.0019800000000000095,
+ "url": "https://tqdm.github.io"
+ },
+ "numpy": {
+ "credit": 0.19602,
+ "url": "https://www.numpy.org"
+ },
+ "six": {
+ "credit": 0.09801,
+ "url": "https://github.com/benjaminp/six"
+ },
+ "tenacity": {
+ "credit": 0.0009800999999999976,
+ "url": "https://github.com/jd/tenacity"
+ },
+ "typing-extensions": {
+ "credit": 0.19602,
+ "url": "https://typing.readthedocs.io/"
+ },
+ "requests": {
+ "credit": 0.004221094679999999,
+ "url": "https://requests.readthedocs.io"
+ },
+ "slack-sdk": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/slackapi/python-slack-sdk"
+ },
+ "ipywidgets": {
+ "credit": 0.0002450249999999994,
+ "url": "http://ipython.org"
+ },
+ "wheel": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/pypa/wheel"
+ },
+ "twine": {
+ "credit": 0.0002450249999999994,
+ "url": "https://twine.readthedocs.io/"
+ },
+ "py-make": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/tqdm/pymake"
+ },
+ "importlib-resources": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/python/importlib_resources"
+ },
+ "colorama": {
+ "credit": 0.02578329468,
+ "url": "https://github.com/tartley/colorama"
+ },
+ "tornado": {
+ "credit": 0.0323433,
+ "url": "http://www.tornadoweb.org/"
+ },
+ "sphinx": {
+ "credit": 0.002528657999999998,
+ "url": "https://www.sphinx-doc.org/"
+ },
+ "reno": {
+ "credit": 0.0323433,
+ "url": "https://docs.openstack.org/reno/latest/"
+ },
+ "win-inet-pton": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/hickeroar/win_inet_pton"
+ },
+ "PySocks": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/Anorov/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 3.465353571428581e-05,
+ "url": "https://github.com/ousret/charset_normalizer"
+ },
+ "idna": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/kjd/idna"
+ },
+ "chardet": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/chardet/chardet"
+ },
+ "certifi": {
+ "credit": 0.0034653535714285716,
+ "url": "https://certifiio.readthedocs.io/en/latest/"
+ },
+ "urllib3": {
+ "credit": 0.006160628571428572,
+ "url": "https://urllib3.readthedocs.io/"
+ },
+ "moto": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/moto"
+ },
+ "databases": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/databases"
+ },
+ "psutil": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "black": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/black"
+ },
+ "flake8": {
+ "credit": 0.002557503890526316,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "codecov": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "pytest-cov": {
+ "credit": 0.018036419210526317,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "itsdangerous": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/itsdangerous"
+ },
+ "Werkzeug": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/Werkzeug"
+ },
+ "Flask": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/Flask"
+ },
+ "Flask-Sockets": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/Flask-Sockets"
+ },
+ "pytest-asyncio": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "pytest": {
+ "credit": 0.019317213890526316,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "websocket-client": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/websocket-client"
+ },
+ "websockets": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/websockets"
+ },
+ "SQLAlchemy": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/SQLAlchemy"
+ },
+ "boto3": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/boto3"
+ },
+ "aiohttp": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/aiohttp"
+ },
+ "aiodns": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/aiodns"
+ },
+ "mock": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/mock"
+ },
+ "jupyterlab-widgets": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/jupyterlab-widgets"
+ },
+ "ipython": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "widgetsnbextension": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/widgetsnbextension"
+ },
+ "nbformat": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "traitlets": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/traitlets"
+ },
+ "ipython-genutils": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/ipython-genutils"
+ },
+ "ipykernel": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/ipykernel"
+ },
+ "rich": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/rich"
+ },
+ "rfc3986": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/rfc3986"
+ },
+ "keyring": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/keyring"
+ },
+ "importlib-metadata": {
+ "credit": 0.0039760696799999995,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "requests-toolbelt": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/requests-toolbelt"
+ },
+ "readme-renderer": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/readme-renderer"
+ },
+ "pkginfo": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/pkginfo"
+ },
+ "docopt": {
+ "credit": 0.024257475,
+ "url": "https://pypi.org/project/docopt"
+ },
+ "pytest-mypy": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "pytest-enabler": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "rst.linker": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "zipp": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/zipp"
+ },
+ "types-requests": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/types-requests"
+ },
+ "types-typed-ast": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/types-typed-ast"
+ },
+ "docutils-stubs": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/docutils-stubs"
+ },
+ "mypy": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "isort": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/isort"
+ },
+ "sphinxcontrib-websupport": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-websupport"
+ },
+ "packaging": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "imagesize": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/imagesize"
+ },
+ "alabaster": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/alabaster"
+ },
+ "babel": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/babel"
+ },
+ "snowballstemmer": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/snowballstemmer"
+ },
+ "docutils": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/docutils"
+ },
+ "Pygments": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/Pygments"
+ },
+ "Jinja2": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/Jinja2"
+ },
+ "sphinxcontrib-qthelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-qthelp"
+ },
+ "sphinxcontrib-serializinghtml": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-serializinghtml"
+ },
+ "sphinxcontrib-htmlhelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-htmlhelp"
+ },
+ "sphinxcontrib-jsmath": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-jsmath"
+ },
+ "sphinxcontrib-devhelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-devhelp"
+ },
+ "sphinxcontrib-applehelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-applehelp"
+ },
+ "unicodedata2": {
+ "credit": 0.0034307000357142858,
+ "url": "https://pypi.org/project/unicodedata2"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Kaixhin/PlaNet/requirements.txt b/_repos/github/Kaixhin/PlaNet/requirements.txt
new file mode 100644
index 00000000..e1e29a2e
--- /dev/null
+++ b/_repos/github/Kaixhin/PlaNet/requirements.txt
@@ -0,0 +1,5 @@
+gym
+opencv-python
+plotly
+torch
+tqdm
diff --git a/_repos/github/Kaixhin/Rainbow/README.md b/_repos/github/Kaixhin/Rainbow/README.md
new file mode 100644
index 00000000..59200d46
--- /dev/null
+++ b/_repos/github/Kaixhin/Rainbow/README.md
@@ -0,0 +1,101 @@
+---
+title: github/Kaixhin/Rainbow
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[atari-py](https://github.com/openai/atari-py)|0.198|
+|pypi|[numpy](https://www.numpy.org)|0.196|
+|pypi|[typing-extensions](https://typing.readthedocs.io/)|0.196|
+|pypi|[six](https://github.com/benjaminp/six)|0.098|
+|pypi|[tornado](http://www.tornadoweb.org/)|0.032|
+|pypi|[reno](https://docs.openstack.org/reno/latest/)|0.032|
+|pypi|[colorama](https://github.com/tartley/colorama)|0.026|
+|pypi|[docopt](https://pypi.org/project/docopt)|0.024|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.019|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.018|
+|requirements.txt|github/Kaixhin/Rainbow|0.01|
+|pypi|[urllib3](https://urllib3.readthedocs.io/)|0.006|
+|pypi|[requests](https://requests.readthedocs.io)|0.004|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.004|
+|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.003|
+|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.003|
+|pypi|[idna](https://github.com/kjd/idna)|0.003|
+|pypi|[chardet](https://github.com/chardet/chardet)|0.003|
+|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.003|
+|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.003|
+|pypi|[rich](https://pypi.org/project/rich)|0.003|
+|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.003|
+|pypi|[keyring](https://pypi.org/project/keyring)|0.003|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.003|
+|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.003|
+|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.003|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.003|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.003|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.002|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.002|
+|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.002|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.002|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.002|
+|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.002|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.002|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.002|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.002|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.002|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.002|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.002|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.002|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.002|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.002|
+|pypi|[opencv-python](https://github.com/skvark/opencv-python)|0.002|
+|pypi|[plotly](https://plotly.com/python/)|0.002|
+|pypi|[torch](https://pytorch.org/)|0.002|
+|pypi|[tqdm](https://tqdm.github.io)|0.002|
+|pypi|[types-requests](https://pypi.org/project/types-requests)|0.001|
+|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.001|
+|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.001|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.001|
+|pypi|[isort](https://pypi.org/project/isort)|0.001|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.001|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.001|
+|pypi|[imagesize](https://pypi.org/project/imagesize)|0.001|
+|pypi|[alabaster](https://pypi.org/project/alabaster)|0.001|
+|pypi|[babel](https://pypi.org/project/babel)|0.001|
+|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.001|
+|pypi|[docutils](https://pypi.org/project/docutils)|0.001|
+|pypi|[Pygments](https://pypi.org/project/Pygments)|0.001|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.001|
+|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.001|
+|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.001|
+|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.001|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.001|
+|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.001|
+|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.001|
+|pypi|[moto](https://pypi.org/project/moto)|0.001|
+|pypi|[databases](https://pypi.org/project/databases)|0.001|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.001|
+|pypi|[black](https://pypi.org/project/black)|0.001|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.001|
+|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.001|
+|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.001|
+|pypi|[Flask](https://pypi.org/project/Flask)|0.001|
+|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|0.001|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.001|
+|pypi|[websocket-client](https://pypi.org/project/websocket-client)|0.001|
+|pypi|[websockets](https://pypi.org/project/websockets)|0.001|
+|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.001|
+|pypi|[boto3](https://pypi.org/project/boto3)|0.001|
+|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.001|
+|pypi|[aiodns](https://pypi.org/project/aiodns)|0.001|
+|pypi|[tenacity](https://github.com/jd/tenacity)|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/Kaixhin/Rainbow/badge.png b/_repos/github/Kaixhin/Rainbow/badge.png
new file mode 100644
index 00000000..52d21e66
Binary files /dev/null and b/_repos/github/Kaixhin/Rainbow/badge.png differ
diff --git a/_repos/github/Kaixhin/Rainbow/data.json b/_repos/github/Kaixhin/Rainbow/data.json
new file mode 100644
index 00000000..4db06c44
--- /dev/null
+++ b/_repos/github/Kaixhin/Rainbow/data.json
@@ -0,0 +1,374 @@
+{
+ "requirements.txt": {
+ "github/Kaixhin/Rainbow": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "atari-py": {
+ "credit": 0.198,
+ "url": "https://github.com/openai/atari-py"
+ },
+ "opencv-python": {
+ "credit": 0.0019800000000000095,
+ "url": "https://github.com/skvark/opencv-python"
+ },
+ "plotly": {
+ "credit": 0.0019800000000000095,
+ "url": "https://plotly.com/python/"
+ },
+ "torch": {
+ "credit": 0.0019800000000000095,
+ "url": "https://pytorch.org/"
+ },
+ "tqdm": {
+ "credit": 0.0019800000000000095,
+ "url": "https://tqdm.github.io"
+ },
+ "numpy": {
+ "credit": 0.19602,
+ "url": "https://www.numpy.org"
+ },
+ "six": {
+ "credit": 0.09801,
+ "url": "https://github.com/benjaminp/six"
+ },
+ "tenacity": {
+ "credit": 0.0009800999999999976,
+ "url": "https://github.com/jd/tenacity"
+ },
+ "typing-extensions": {
+ "credit": 0.19602,
+ "url": "https://typing.readthedocs.io/"
+ },
+ "requests": {
+ "credit": 0.004221094679999999,
+ "url": "https://requests.readthedocs.io"
+ },
+ "slack-sdk": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/slackapi/python-slack-sdk"
+ },
+ "ipywidgets": {
+ "credit": 0.0002450249999999994,
+ "url": "http://ipython.org"
+ },
+ "wheel": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/pypa/wheel"
+ },
+ "twine": {
+ "credit": 0.0002450249999999994,
+ "url": "https://twine.readthedocs.io/"
+ },
+ "py-make": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/tqdm/pymake"
+ },
+ "importlib-resources": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/python/importlib_resources"
+ },
+ "colorama": {
+ "credit": 0.02578329468,
+ "url": "https://github.com/tartley/colorama"
+ },
+ "tornado": {
+ "credit": 0.0323433,
+ "url": "http://www.tornadoweb.org/"
+ },
+ "sphinx": {
+ "credit": 0.002528657999999998,
+ "url": "https://www.sphinx-doc.org/"
+ },
+ "reno": {
+ "credit": 0.0323433,
+ "url": "https://docs.openstack.org/reno/latest/"
+ },
+ "win-inet-pton": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/hickeroar/win_inet_pton"
+ },
+ "PySocks": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/Anorov/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 3.465353571428581e-05,
+ "url": "https://github.com/ousret/charset_normalizer"
+ },
+ "idna": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/kjd/idna"
+ },
+ "chardet": {
+ "credit": 0.0034653535714285716,
+ "url": "https://github.com/chardet/chardet"
+ },
+ "certifi": {
+ "credit": 0.0034653535714285716,
+ "url": "https://certifiio.readthedocs.io/en/latest/"
+ },
+ "urllib3": {
+ "credit": 0.006160628571428572,
+ "url": "https://urllib3.readthedocs.io/"
+ },
+ "moto": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/moto"
+ },
+ "databases": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/databases"
+ },
+ "psutil": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "black": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/black"
+ },
+ "flake8": {
+ "credit": 0.002557503890526316,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "codecov": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "pytest-cov": {
+ "credit": 0.018036419210526317,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "itsdangerous": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/itsdangerous"
+ },
+ "Werkzeug": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/Werkzeug"
+ },
+ "Flask": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/Flask"
+ },
+ "Flask-Sockets": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/Flask-Sockets"
+ },
+ "pytest-asyncio": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "pytest": {
+ "credit": 0.019317213890526316,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "websocket-client": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/websocket-client"
+ },
+ "websockets": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/websockets"
+ },
+ "SQLAlchemy": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/SQLAlchemy"
+ },
+ "boto3": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/boto3"
+ },
+ "aiohttp": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/aiohttp"
+ },
+ "aiodns": {
+ "credit": 0.0012767092105263158,
+ "url": "https://pypi.org/project/aiodns"
+ },
+ "mock": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/mock"
+ },
+ "jupyterlab-widgets": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/jupyterlab-widgets"
+ },
+ "ipython": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "widgetsnbextension": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/widgetsnbextension"
+ },
+ "nbformat": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "traitlets": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/traitlets"
+ },
+ "ipython-genutils": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/ipython-genutils"
+ },
+ "ipykernel": {
+ "credit": 0.0024257475,
+ "url": "https://pypi.org/project/ipykernel"
+ },
+ "rich": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/rich"
+ },
+ "rfc3986": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/rfc3986"
+ },
+ "keyring": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/keyring"
+ },
+ "importlib-metadata": {
+ "credit": 0.0039760696799999995,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "requests-toolbelt": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/requests-toolbelt"
+ },
+ "readme-renderer": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/readme-renderer"
+ },
+ "pkginfo": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/pkginfo"
+ },
+ "docopt": {
+ "credit": 0.024257475,
+ "url": "https://pypi.org/project/docopt"
+ },
+ "pytest-mypy": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "pytest-enabler": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "rst.linker": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "zipp": {
+ "credit": 0.002205225,
+ "url": "https://pypi.org/project/zipp"
+ },
+ "types-requests": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/types-requests"
+ },
+ "types-typed-ast": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/types-typed-ast"
+ },
+ "docutils-stubs": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/docutils-stubs"
+ },
+ "mypy": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "isort": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/isort"
+ },
+ "sphinxcontrib-websupport": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-websupport"
+ },
+ "packaging": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "imagesize": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/imagesize"
+ },
+ "alabaster": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/alabaster"
+ },
+ "babel": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/babel"
+ },
+ "snowballstemmer": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/snowballstemmer"
+ },
+ "docutils": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/docutils"
+ },
+ "Pygments": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/Pygments"
+ },
+ "Jinja2": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/Jinja2"
+ },
+ "sphinxcontrib-qthelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-qthelp"
+ },
+ "sphinxcontrib-serializinghtml": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-serializinghtml"
+ },
+ "sphinxcontrib-htmlhelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-htmlhelp"
+ },
+ "sphinxcontrib-jsmath": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-jsmath"
+ },
+ "sphinxcontrib-devhelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-devhelp"
+ },
+ "sphinxcontrib-applehelp": {
+ "credit": 0.00128079468,
+ "url": "https://pypi.org/project/sphinxcontrib-applehelp"
+ },
+ "unicodedata2": {
+ "credit": 0.0034307000357142858,
+ "url": "https://pypi.org/project/unicodedata2"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Kaixhin/Rainbow/requirements.txt b/_repos/github/Kaixhin/Rainbow/requirements.txt
new file mode 100644
index 00000000..bbaa1fc5
--- /dev/null
+++ b/_repos/github/Kaixhin/Rainbow/requirements.txt
@@ -0,0 +1,5 @@
+atari-py
+opencv-python
+plotly
+torch
+tqdm
diff --git a/_repos/github/Kaixhin/spinning-up-basic/README.md b/_repos/github/Kaixhin/spinning-up-basic/README.md
new file mode 100644
index 00000000..cfa6d1f5
--- /dev/null
+++ b/_repos/github/Kaixhin/spinning-up-basic/README.md
@@ -0,0 +1,75 @@
+---
+title: github/Kaixhin/spinning-up-basic
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[gym](https://www.gymlibrary.ml/)|0.247|
+|pypi|[matplotlib](https://matplotlib.org)|0.247|
+|pypi|[typing-extensions](https://typing.readthedocs.io/)|0.245|
+|pypi|[colorama](https://github.com/tartley/colorama)|0.031|
+|pypi|[docopt](https://pypi.org/project/docopt)|0.03|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.023|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.023|
+|requirements.txt|github/Kaixhin/spinning-up-basic|0.01|
+|pypi|[urllib3](https://urllib3.readthedocs.io/)|0.008|
+|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.004|
+|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.004|
+|pypi|[idna](https://github.com/kjd/idna)|0.004|
+|pypi|[chardet](https://github.com/chardet/chardet)|0.004|
+|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.004|
+|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.004|
+|pypi|[requests](https://requests.readthedocs.io)|0.004|
+|pypi|[rich](https://pypi.org/project/rich)|0.003|
+|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.003|
+|pypi|[keyring](https://pypi.org/project/keyring)|0.003|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.003|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.003|
+|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.003|
+|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.003|
+|pypi|[mock](https://pypi.org/project/mock)|0.003|
+|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.003|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.003|
+|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.003|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.003|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.003|
+|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.003|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.003|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.003|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.003|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.003|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.003|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.003|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.003|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.003|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.003|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.003|
+|pypi|[torch](https://pytorch.org/)|0.002|
+|pypi|[tqdm](https://tqdm.github.io)|0.002|
+|pypi|[moto](https://pypi.org/project/moto)|0.002|
+|pypi|[databases](https://pypi.org/project/databases)|0.002|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.002|
+|pypi|[black](https://pypi.org/project/black)|0.002|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.002|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.002|
+|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.002|
+|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.002|
+|pypi|[Flask](https://pypi.org/project/Flask)|0.002|
+|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|0.002|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.002|
+|pypi|[websocket-client](https://pypi.org/project/websocket-client)|0.002|
+|pypi|[websockets](https://pypi.org/project/websockets)|0.002|
+|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.002|
+|pypi|[boto3](https://pypi.org/project/boto3)|0.002|
+|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.002|
+|pypi|[aiodns](https://pypi.org/project/aiodns)|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/Kaixhin/spinning-up-basic/badge.png b/_repos/github/Kaixhin/spinning-up-basic/badge.png
new file mode 100644
index 00000000..f2ae5696
Binary files /dev/null and b/_repos/github/Kaixhin/spinning-up-basic/badge.png differ
diff --git a/_repos/github/Kaixhin/spinning-up-basic/data.json b/_repos/github/Kaixhin/spinning-up-basic/data.json
new file mode 100644
index 00000000..5a5db068
--- /dev/null
+++ b/_repos/github/Kaixhin/spinning-up-basic/data.json
@@ -0,0 +1,270 @@
+{
+ "requirements.txt": {
+ "github/Kaixhin/spinning-up-basic": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "gym": {
+ "credit": 0.2475,
+ "url": "https://www.gymlibrary.ml/"
+ },
+ "matplotlib": {
+ "credit": 0.2475,
+ "url": "https://matplotlib.org"
+ },
+ "torch": {
+ "credit": 0.002475000000000005,
+ "url": "https://pytorch.org/"
+ },
+ "tqdm": {
+ "credit": 0.002475000000000005,
+ "url": "https://tqdm.github.io"
+ },
+ "typing-extensions": {
+ "credit": 0.245025,
+ "url": "https://typing.readthedocs.io/"
+ },
+ "requests": {
+ "credit": 0.003675374999999998,
+ "url": "https://requests.readthedocs.io"
+ },
+ "slack-sdk": {
+ "credit": 0.00030628125000000186,
+ "url": "https://github.com/slackapi/python-slack-sdk"
+ },
+ "ipywidgets": {
+ "credit": 0.00030628125000000186,
+ "url": "http://ipython.org"
+ },
+ "wheel": {
+ "credit": 0.00030628125000000186,
+ "url": "https://github.com/pypa/wheel"
+ },
+ "twine": {
+ "credit": 0.00030628125000000186,
+ "url": "https://twine.readthedocs.io/"
+ },
+ "py-make": {
+ "credit": 0.00030628125000000186,
+ "url": "https://github.com/tqdm/pymake"
+ },
+ "importlib-resources": {
+ "credit": 0.00030628125000000186,
+ "url": "https://github.com/python/importlib_resources"
+ },
+ "colorama": {
+ "credit": 0.030628125,
+ "url": "https://github.com/tartley/colorama"
+ },
+ "win-inet-pton": {
+ "credit": 0.004331691964285714,
+ "url": "https://github.com/hickeroar/win_inet_pton"
+ },
+ "PySocks": {
+ "credit": 0.004331691964285714,
+ "url": "https://github.com/Anorov/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 4.331691964285737e-05,
+ "url": "https://github.com/ousret/charset_normalizer"
+ },
+ "idna": {
+ "credit": 0.004331691964285714,
+ "url": "https://github.com/kjd/idna"
+ },
+ "chardet": {
+ "credit": 0.004331691964285714,
+ "url": "https://github.com/chardet/chardet"
+ },
+ "certifi": {
+ "credit": 0.004331691964285714,
+ "url": "https://certifiio.readthedocs.io/en/latest/"
+ },
+ "urllib3": {
+ "credit": 0.007700785714285714,
+ "url": "https://urllib3.readthedocs.io/"
+ },
+ "moto": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/moto"
+ },
+ "databases": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/databases"
+ },
+ "psutil": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "black": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/black"
+ },
+ "flake8": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "codecov": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "pytest-cov": {
+ "credit": 0.022545524013157892,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "itsdangerous": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/itsdangerous"
+ },
+ "Werkzeug": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/Werkzeug"
+ },
+ "Flask": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/Flask"
+ },
+ "Flask-Sockets": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/Flask-Sockets"
+ },
+ "pytest-asyncio": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "pytest": {
+ "credit": 0.022545524013157892,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "websocket-client": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/websocket-client"
+ },
+ "websockets": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/websockets"
+ },
+ "SQLAlchemy": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/SQLAlchemy"
+ },
+ "boto3": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/boto3"
+ },
+ "aiohttp": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/aiohttp"
+ },
+ "aiodns": {
+ "credit": 0.0015958865131578946,
+ "url": "https://pypi.org/project/aiodns"
+ },
+ "mock": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/mock"
+ },
+ "jupyterlab-widgets": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/jupyterlab-widgets"
+ },
+ "ipython": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "widgetsnbextension": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/widgetsnbextension"
+ },
+ "nbformat": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "traitlets": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/traitlets"
+ },
+ "ipython-genutils": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/ipython-genutils"
+ },
+ "ipykernel": {
+ "credit": 0.0030321843749999996,
+ "url": "https://pypi.org/project/ipykernel"
+ },
+ "rich": {
+ "credit": 0.0033690937499999997,
+ "url": "https://pypi.org/project/rich"
+ },
+ "rfc3986": {
+ "credit": 0.0033690937499999997,
+ "url": "https://pypi.org/project/rfc3986"
+ },
+ "keyring": {
+ "credit": 0.0033690937499999997,
+ "url": "https://pypi.org/project/keyring"
+ },
+ "importlib-metadata": {
+ "credit": 0.0033690937499999997,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "requests-toolbelt": {
+ "credit": 0.0033690937499999997,
+ "url": "https://pypi.org/project/requests-toolbelt"
+ },
+ "readme-renderer": {
+ "credit": 0.0033690937499999997,
+ "url": "https://pypi.org/project/readme-renderer"
+ },
+ "pkginfo": {
+ "credit": 0.0033690937499999997,
+ "url": "https://pypi.org/project/pkginfo"
+ },
+ "docopt": {
+ "credit": 0.030321843749999997,
+ "url": "https://pypi.org/project/docopt"
+ },
+ "pytest-mypy": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "pytest-enabler": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "rst.linker": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "sphinx": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "zipp": {
+ "credit": 0.00275653125,
+ "url": "https://pypi.org/project/zipp"
+ },
+ "unicodedata2": {
+ "credit": 0.004288375044642857,
+ "url": "https://pypi.org/project/unicodedata2"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Kaixhin/spinning-up-basic/requirements.txt b/_repos/github/Kaixhin/spinning-up-basic/requirements.txt
new file mode 100644
index 00000000..f9f13498
--- /dev/null
+++ b/_repos/github/Kaixhin/spinning-up-basic/requirements.txt
@@ -0,0 +1,4 @@
+gym
+matplotlib
+torch
+tqdm
diff --git a/_repos/github/LabTranslationalArchitectomics/riboWaltz/DESCRIPTION b/_repos/github/LabTranslationalArchitectomics/riboWaltz/DESCRIPTION
new file mode 100644
index 00000000..34898934
--- /dev/null
+++ b/_repos/github/LabTranslationalArchitectomics/riboWaltz/DESCRIPTION
@@ -0,0 +1,43 @@
+Package: riboWaltz
+Type: Package
+Title: Optimization of ribosome P-site positioning in ribosome profiling data
+Version: 1.2.0
+Authors@R: c(
+ person("Fabio", "Lauria", email = "fabio.lauria@gmail.com", role = c("aut", "cre")),
+ person("Toma", "Tebaldi", email = "toma.tebaldi@gmail.com", role = "aut"),
+ person("Gabriella", "Viero", email = "gabriella.viero@cnr.it", role = "aut"))
+Description: riboWaltz is an R package designed for the analysis of
+ ribosome profiling (RiboSeq) data aimed at the identification of the
+ P-site offset. The P-site offset (PO) is specified by the localization of
+ the P-site of ribosomes within the fragments of the RNA (reads) resulting
+ from RiboSeq assays. It is defined as the distance of the P-site from the
+ two ends of the reads. Determining the PO is a crucial step for a variety of
+ RiboSeq-based analyses such as verify the so-called 3-nt periodicity of
+ ribosomes along the coding sequence, derive translation initiation and
+ elongation rates and reveal new translational events in unannotated open
+ reading frames and ncRNAs. riboWaltz performs accurate computation of the
+ PO for all the lengths of reads from single or multiple samples, taking
+ advantage from an original two-step algorithm. Moreover, riboWaltz
+ provides the user a variety of graphical representations, laying
+ the groundwork for further positional analyses and new biological
+ discoveries.
+License: MIT + file LICENSE
+LazyData: TRUE
+Depends:
+ R (>= 3.3.0)
+Imports:
+ Biostrings (>= 2.46.0),
+ data.table (>= 1.10.4.3),
+ GenomicAlignments (>= 1.14.1),
+ GenomicFeatures (>= 1.24.5),
+ GenomicRanges (>= 1.24.3),
+ ggplot2 (>= 2.2.1),
+ ggrepel (>= 0.6.5),
+ IRanges (>= 2.12.0)
+biocViews:
+RoxygenNote: 7.1.1
+Encoding: UTF-8
+Suggests:
+ knitr,
+ rmarkdown
+VignetteBuilder: knitr
diff --git a/_repos/github/LabTranslationalArchitectomics/riboWaltz/README.md b/_repos/github/LabTranslationalArchitectomics/riboWaltz/README.md
new file mode 100644
index 00000000..570d2aa4
--- /dev/null
+++ b/_repos/github/LabTranslationalArchitectomics/riboWaltz/README.md
@@ -0,0 +1,17 @@
+---
+title: github/LabTranslationalArchitectomics/riboWaltz
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|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/LabTranslationalArchitectomics/riboWaltz/badge.png b/_repos/github/LabTranslationalArchitectomics/riboWaltz/badge.png
new file mode 100644
index 00000000..1912695b
Binary files /dev/null and b/_repos/github/LabTranslationalArchitectomics/riboWaltz/badge.png differ
diff --git a/_repos/github/LabTranslationalArchitectomics/riboWaltz/data.json b/_repos/github/LabTranslationalArchitectomics/riboWaltz/data.json
new file mode 100644
index 00000000..03ee8a23
--- /dev/null
+++ b/_repos/github/LabTranslationalArchitectomics/riboWaltz/data.json
@@ -0,0 +1,8 @@
+{
+ "DESCRIPTION": {
+ "github/LabTranslationalArchitectomics/riboWaltz": {
+ "credit": 0.01,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/NathanSkene/EWCE/DESCRIPTION b/_repos/github/NathanSkene/EWCE/DESCRIPTION
new file mode 100644
index 00000000..8c2f8599
--- /dev/null
+++ b/_repos/github/NathanSkene/EWCE/DESCRIPTION
@@ -0,0 +1,79 @@
+Package: EWCE
+Type: Package
+Title: Expression Weighted Celltype Enrichment
+Version: 1.5.1
+Authors@R:
+ c(person(given = "Alan",
+ family = "Murphy",
+ role = c("cre"),
+ email = "alanmurph94@hotmail.com",
+ comment = c(ORCID = "0000-0002-2487-8753")),
+ person(given = "Brian",
+ family = "Schilder",
+ role = c("aut"),
+ email = "brian_schilder@alumni.brown.edu",
+ comment = c(ORCID = "0000-0001-5949-2191")),
+ person(given = "Nathan",
+ family = "Skene",
+ role = c("aut"),
+ email = "nathan.skene@gmail.com",
+ comment = c(ORCID = "0000-0002-6807-3180")))
+Description: Used to determine which cell types are enriched within gene lists. The package
+ provides tools for testing enrichments within simple gene lists (such as human disease
+ associated genes) and those resulting from differential expression studies. The package does
+ not depend upon any particular Single Cell Transcriptome dataset and user defined datasets
+ can be loaded in and used in the analyses.
+URL: https://github.com/NathanSkene/EWCE
+BugReports: https://github.com/NathanSkene/EWCE/issues
+License: GPL-3
+Depends: R (>= 4.1),
+ RNOmni (>= 1.0)
+VignetteBuilder: knitr
+Imports:
+ stats,
+ utils,
+ methods,
+ ewceData,
+ dplyr,
+ ggplot2,
+ reshape2,
+ limma,
+ stringr,
+ HGNChelper,
+ Matrix,
+ parallel,
+ SingleCellExperiment,
+ SummarizedExperiment,
+ DelayedArray,
+ BiocParallel,
+ orthogene (>= 0.99.8),
+ data.table
+Suggests:
+ remotes,
+ knitr,
+ BiocStyle,
+ rmarkdown,
+ testthat (>= 3.0.0),
+ readxl,
+ memoise,
+ markdown,
+ sctransform,
+ DESeq2,
+ MAST,
+ DelayedMatrixStats,
+ cowplot,
+ ggdendro,
+ grDevices,
+ grid,
+ gridExtra,
+ scales,
+ magick,
+ badger
+biocViews: GeneExpression, Transcription, DifferentialExpression,
+ GeneSetEnrichment, Genetics, Microarray,
+ mRNAMicroarray, OneChannel, RNASeq,
+ BiomedicalInformatics, Proteomics, Visualization,
+ FunctionalGenomics, SingleCell
+RoxygenNote: 7.1.2
+Encoding: UTF-8
+Config/testthat/edition: 3
diff --git a/_repos/github/NathanSkene/EWCE/README.md b/_repos/github/NathanSkene/EWCE/README.md
new file mode 100644
index 00000000..db6fd659
--- /dev/null
+++ b/_repos/github/NathanSkene/EWCE/README.md
@@ -0,0 +1,108 @@
+---
+title: github/NathanSkene/EWCE
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|R|0.085|
+|cran|testthat|0.065|
+|cran|rmarkdown|0.057|
+|cran|knitr|0.057|
+|cran|methods|0.047|
+|cran|covr|0.042|
+|cran|utils|0.036|
+|cran|lattice|0.032|
+|cran|glue|0.022|
+|cran|[stringr](http://stringr.tidyverse.org)|0.021|
+|cran|plyr|0.02|
+|cran|Rcpp|0.02|
+|cran|magrittr|0.018|
+|cran|htmlwidgets|0.014|
+|cran|htmltools|0.014|
+|cran|stringi|0.014|
+|cran|yaml|0.012|
+|cran|zoo|0.012|
+|cran|nanotime|0.012|
+|cran|xts|0.012|
+|cran|R.utils|0.012|
+|cran|curl|0.012|
+|cran|bit|0.012|
+|cran|bit64|0.012|
+|cran|sp|0.012|
+|cran|maptools|0.012|
+|cran|stats|0.012|
+|cran|MASS|0.012|
+|cran|grid|0.012|
+|DESCRIPTION|github/NathanSkene/EWCE|0.01|
+|cran|spdep|0.008|
+|cran|igraph|0.008|
+|cran|sfsmisc|0.008|
+|cran|SparseM|0.008|
+|cran|graph|0.008|
+|cran|MatrixModels|0.008|
+|cran|expm|0.008|
+|cran|graphics|0.008|
+|cran|[withr](https://withr.r-lib.org)|0.008|
+|cran|tibble|0.008|
+|cran|rlang|0.008|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.006|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.005|
+|cran|tidyr|0.004|
+|cran|RSQLite|0.004|
+|cran|RPostgreSQL|0.004|
+|cran|RMySQL|0.004|
+|cran|purrr|0.004|
+|cran|nycflights13|0.004|
+|cran|microbenchmark|0.004|
+|cran|lobstr|0.004|
+|cran|Lahman|0.004|
+|cran|dbplyr|0.004|
+|cran|DBI|0.004|
+|cran|callr|0.004|
+|cran|broom|0.004|
+|cran|bench|0.004|
+|cran|pillar|0.004|
+|cran|vctrs|0.004|
+|cran|tidyselect|0.004|
+|cran|R6|0.004|
+|cran|lifecycle|0.004|
+|cran|generics|0.004|
+|cran|xml2|0.003|
+|cran|vdiffr|0.003|
+|cran|svglite|0.003|
+|cran|sf|0.003|
+|cran|rpart|0.003|
+|cran|rgeos|0.003|
+|cran|RColorBrewer|0.003|
+|cran|quantreg|0.003|
+|cran|profvis|0.003|
+|cran|nlme|0.003|
+|cran|munsell|0.003|
+|cran|multcomp|0.003|
+|cran|maps|0.003|
+|cran|mapproj|0.003|
+|cran|interp|0.003|
+|cran|Hmisc|0.003|
+|cran|hexbin|0.003|
+|cran|ggplot2movies|0.003|
+|cran|ragg|0.003|
+|cran|scales|0.003|
+|cran|mgcv|0.003|
+|cran|isoband|0.003|
+|cran|gtable|0.003|
+|cran|grDevices|0.003|
+|cran|digest|0.003|
+|cran|[reshape2](https://github.com/hadley/reshape)|0.001|
+|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|0.001|
+|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.001|
+|cran|[data.table](https://r-datatable.com)|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/NathanSkene/EWCE/badge.png b/_repos/github/NathanSkene/EWCE/badge.png
new file mode 100644
index 00000000..a987a68f
Binary files /dev/null and b/_repos/github/NathanSkene/EWCE/badge.png differ
diff --git a/_repos/github/NathanSkene/EWCE/data.json b/_repos/github/NathanSkene/EWCE/data.json
new file mode 100644
index 00000000..3428b84c
--- /dev/null
+++ b/_repos/github/NathanSkene/EWCE/data.json
@@ -0,0 +1,374 @@
+{
+ "DESCRIPTION": {
+ "github/NathanSkene/EWCE": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "dplyr": {
+ "credit": 0.0048292682926829415,
+ "url": "https://dplyr.tidyverse.org"
+ },
+ "ggplot2": {
+ "credit": 0.005657142857142872,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "reshape2": {
+ "credit": 0.001414285714285729,
+ "url": "https://github.com/hadley/reshape"
+ },
+ "stringr": {
+ "credit": 0.02141632653061226,
+ "url": "http://stringr.tidyverse.org"
+ },
+ "HGNChelper": {
+ "credit": 0.001414285714285729,
+ "url": "https://github.com/waldronlab/HGNChelper"
+ },
+ "Matrix": {
+ "credit": 0.001414285714285729,
+ "url": "http://Matrix.R-forge.R-project.org/"
+ },
+ "data.table": {
+ "credit": 0.001414285714285729,
+ "url": "https://r-datatable.com"
+ },
+ "withr": {
+ "credit": 0.0076578397212543545,
+ "url": "https://withr.r-lib.org"
+ },
+ "tidyr": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "testthat": {
+ "credit": 0.06499702339472374,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "RPostgreSQL": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "RMySQL": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.05666283972125435,
+ "url": null
+ },
+ "purrr": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "nycflights13": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "lobstr": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "Lahman": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.05666283972125435,
+ "url": null
+ },
+ "dbplyr": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.041661309109009455,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "broom": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "bench": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.035814705882352936,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.0076578397212543545,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.0076578397212543545,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.047482563025210076,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.018244285714285713,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.021659268292682925,
+ "url": null
+ },
+ "generics": {
+ "credit": 0.004242857142857143,
+ "url": null
+ },
+ "R": {
+ "credit": 0.0849010149913624,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.011651117032178724,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "sf": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "rgeos": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "quantreg": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "profvis": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "nlme": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.011651117032178724,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.03165315784850525,
+ "url": null
+ },
+ "interp": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "Hmisc": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "ggplot2movies": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.011651117032178724,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.011651117032178724,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.011651117032178724,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "plyr": {
+ "credit": 0.02000204081632653,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.02000204081632653,
+ "url": null
+ },
+ "htmlwidgets": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "htmltools": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "stringi": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "spdep": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "igraph": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "sfsmisc": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "SparseM": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "graph": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "MatrixModels": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "expm": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.008236134453781511,
+ "url": null
+ },
+ "yaml": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "zoo": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "nanotime": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "xts": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "R.utils": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "bit": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "bit64": {
+ "credit": 0.011667857142857141,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/NathanSkene/MAGMA_Celltyping/DESCRIPTION b/_repos/github/NathanSkene/MAGMA_Celltyping/DESCRIPTION
new file mode 100644
index 00000000..f8ad142f
--- /dev/null
+++ b/_repos/github/NathanSkene/MAGMA_Celltyping/DESCRIPTION
@@ -0,0 +1,77 @@
+Package: MAGMA.Celltyping
+Type: Package
+Title: Find Causal Cell-Types Underlying Complex Trait Genetics
+Version: 2.0.4
+Authors@R:
+ c(person(given = "Brian",
+ family = "Schilder",
+ role = c("cre","aut"),
+ email = "brian_schilder@alumni.brown.edu",
+ comment = c(ORCID = "0000-0001-5949-2191")),
+ person(given = "Alan",
+ family = "Murphy",
+ role = c("ctb"),
+ email = "alanmurph94@hotmail.com",
+ comment = c(ORCID = "0000-0002-2487-8753")),
+ person(given = "Julien",
+ family = "Bryois",
+ role = c("aut"),
+ email = "julien.bryois@gmail.com",
+ comment = c(ORCID = "0000-0002-4747-2166")),
+ person(given = "Nathan",
+ family = "Skene",
+ role = c("aut"),
+ email = "nathan.skene@gmail.com",
+ comment = c(ORCID = "0000-0002-6807-3180")))
+Description: This R package contains code used for testing which cell types can explain the heritability signal from GWAS summary statistics.
+URL: https://github.com/neurogenomics/MAGMA_Celltyping
+BugReports: https://github.com/neurogenomics/MAGMA_Celltyping/issues
+License: GPL-3
+LazyData: true
+Depends: R(>= 4.1)
+VignetteBuilder: knitr
+biocViews: GeneExpression, Transcription, GWAS Summary Statistics,
+ Genetics, scRNASeq, Single Cell RNAseq,
+ BiomedicalInformatics, FunctionalGenomics
+Imports:
+ EWCE (>= 1.3.3),
+ MungeSumstats,
+ orthogene,
+ XML,
+ httr,
+ R.utils,
+ utils,
+ ggdendro,
+ dplyr,
+ data.table,
+ ggplot2,
+ stringr,
+ grDevices,
+ limma,
+ lme4,
+ gridExtra,
+ parallel,
+ Matrix,
+ methods,
+ reshape2,
+ tools
+Suggests:
+ markdown,
+ rmarkdown,
+ knitr,
+ BiocStyle,
+ usethis,
+ xml2,
+ covr,
+ testthat (>= 3.0.0),
+ piggyback,
+ DT,
+ biomaRt,
+ ewceData,
+ badger
+Remotes:
+ github::NathanSkene/EWCE
+SystemRequirements: A system installation of MAGMA (https://ctg.cncr.nl/software/magma) is required
+RoxygenNote: 7.1.2
+Encoding: UTF-8
+Config/testthat/edition: 3
diff --git a/_repos/github/NathanSkene/MAGMA_Celltyping/README.md b/_repos/github/NathanSkene/MAGMA_Celltyping/README.md
new file mode 100644
index 00000000..e8205a1c
--- /dev/null
+++ b/_repos/github/NathanSkene/MAGMA_Celltyping/README.md
@@ -0,0 +1,140 @@
+---
+title: github/NathanSkene/MAGMA_Celltyping
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[httr](https://httr.r-lib.org/)|0.083|
+|cran|R|0.079|
+|cran|utils|0.055|
+|cran|methods|0.051|
+|cran|testthat|0.042|
+|cran|knitr|0.037|
+|cran|[covr](https://covr.r-lib.org)|0.032|
+|cran|rmarkdown|0.029|
+|cran|lattice|0.029|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.021|
+|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.02|
+|cran|grid|0.017|
+|cran|MASS|0.017|
+|cran|graphics|0.015|
+|cran|tools|0.014|
+|cran|glue|0.013|
+|cran|[stringr](http://stringr.tidyverse.org)|0.012|
+|cran|plyr|0.012|
+|cran|Rcpp|0.012|
+|cran|magrittr|0.011|
+|cran|gtable|0.01|
+|cran|grDevices|0.01|
+|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|0.01|
+|cran|scales|0.009|
+|cran|rpart|0.009|
+|cran|stats|0.009|
+|cran|htmlwidgets|0.008|
+|cran|htmltools|0.008|
+|cran|stringi|0.008|
+|cran|egg|0.008|
+|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.008|
+|cran|spelling|0.007|
+|cran|cluster|0.007|
+|cran|tree|0.007|
+|cran|tibble|0.007|
+|cran|yaml|0.007|
+|cran|zoo|0.007|
+|cran|nanotime|0.007|
+|cran|xts|0.007|
+|cran|curl|0.007|
+|cran|bit|0.007|
+|cran|bit64|0.007|
+|cran|sp|0.007|
+|cran|maptools|0.007|
+|cran|[XML](http://www.omegahat.net/RSXML/)|0.005|
+|cran|spdep|0.005|
+|cran|igraph|0.005|
+|cran|sfsmisc|0.005|
+|cran|SparseM|0.005|
+|cran|graph|0.005|
+|cran|MatrixModels|0.005|
+|cran|expm|0.005|
+|cran|withr|0.004|
+|cran|rlang|0.004|
+|cran|nlme|0.004|
+|cran|mgcv|0.004|
+|cran|codetools|0.004|
+|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.003|
+|cran|simplermarkdown|0.003|
+|cran|tinytest|0.003|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.003|
+|cran|tidyr|0.002|
+|cran|RSQLite|0.002|
+|cran|RPostgreSQL|0.002|
+|cran|RMySQL|0.002|
+|cran|purrr|0.002|
+|cran|nycflights13|0.002|
+|cran|microbenchmark|0.002|
+|cran|lobstr|0.002|
+|cran|Lahman|0.002|
+|cran|dbplyr|0.002|
+|cran|DBI|0.002|
+|cran|callr|0.002|
+|cran|broom|0.002|
+|cran|bench|0.002|
+|cran|pillar|0.002|
+|cran|vctrs|0.002|
+|cran|tidyselect|0.002|
+|cran|R6|0.002|
+|cran|lifecycle|0.002|
+|cran|generics|0.002|
+|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|0.002|
+|cran|semEff|0.002|
+|cran|rr2|0.002|
+|cran|statmod|0.002|
+|cran|dfoptim|0.002|
+|cran|car|0.002|
+|cran|numDeriv|0.002|
+|cran|HSAUR3|0.002|
+|cran|pbkrtest|0.002|
+|cran|gamm4|0.002|
+|cran|optimx|0.002|
+|cran|mlmRev|0.002|
+|cran|MEMSS|0.002|
+|cran|PKPDmodels|0.002|
+|cran|nloptr|0.002|
+|cran|minqa|0.002|
+|cran|boot|0.002|
+|cran|parallel|0.002|
+|cran|splines|0.002|
+|cran|[digest](https://github.com/eddelbuettel/digest)|0.002|
+|cran|xml2|0.002|
+|cran|vdiffr|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|maps|0.002|
+|cran|mapproj|0.002|
+|cran|interp|0.002|
+|cran|Hmisc|0.002|
+|cran|hexbin|0.002|
+|cran|ggplot2movies|0.002|
+|cran|ragg|0.002|
+|cran|isoband|0.002|
+|cran|[ggdendro](https://github.com/andrie/ggdendro)|0.001|
+|cran|[data.table](https://r-datatable.com)|0.001|
+|cran|[lme4](https://github.com/lme4/lme4/)|0.001|
+|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.001|
+|cran|[reshape2](https://github.com/hadley/reshape)|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/NathanSkene/MAGMA_Celltyping/badge.png b/_repos/github/NathanSkene/MAGMA_Celltyping/badge.png
new file mode 100644
index 00000000..ac3fd163
Binary files /dev/null and b/_repos/github/NathanSkene/MAGMA_Celltyping/badge.png differ
diff --git a/_repos/github/NathanSkene/MAGMA_Celltyping/data.json b/_repos/github/NathanSkene/MAGMA_Celltyping/data.json
new file mode 100644
index 00000000..763fc615
--- /dev/null
+++ b/_repos/github/NathanSkene/MAGMA_Celltyping/data.json
@@ -0,0 +1,510 @@
+{
+ "DESCRIPTION": {
+ "github/NathanSkene/MAGMA_Celltyping": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "XML": {
+ "credit": 0.004867912500000006,
+ "url": "http://www.omegahat.net/RSXML/"
+ },
+ "httr": {
+ "credit": 0.0825,
+ "url": "https://httr.r-lib.org/"
+ },
+ "R.utils": {
+ "credit": 0.007631250000000006,
+ "url": "https://github.com/HenrikBengtsson/R.utils"
+ },
+ "ggdendro": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/andrie/ggdendro"
+ },
+ "dplyr": {
+ "credit": 0.0028170731707317137,
+ "url": "https://dplyr.tidyverse.org"
+ },
+ "data.table": {
+ "credit": 0.0008250000000000063,
+ "url": "https://r-datatable.com"
+ },
+ "ggplot2": {
+ "credit": 0.021294705882352934,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "stringr": {
+ "credit": 0.01249285714285715,
+ "url": "http://stringr.tidyverse.org"
+ },
+ "lme4": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/lme4/lme4/"
+ },
+ "gridExtra": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/baptiste/gridextra"
+ },
+ "Matrix": {
+ "credit": 0.0032272058823529476,
+ "url": "http://Matrix.R-forge.R-project.org/"
+ },
+ "reshape2": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/hadley/reshape"
+ },
+ "RCurl": {
+ "credit": 0.0001633499999999996,
+ "url": "http://www.omegahat.net/RCurl"
+ },
+ "bitops": {
+ "credit": 0.020377912499999998,
+ "url": "https://github.com/mmaechler/R-bitops"
+ },
+ "utils": {
+ "credit": 0.05490039800420168,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.05084387300420168,
+ "url": null
+ },
+ "R": {
+ "credit": 0.07940949081779052,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.002108751742160279,
+ "url": "https://github.com/eddelbuettel/digest"
+ },
+ "R.methodsS3": {
+ "credit": 0.0024269142857142856,
+ "url": "https://github.com/HenrikBengtsson/R.methodsS3"
+ },
+ "tools": {
+ "credit": 0.013978092857142858,
+ "url": null
+ },
+ "R.oo": {
+ "credit": 0.0001166785714285714,
+ "url": "https://github.com/HenrikBengtsson/R.oo"
+ },
+ "covr": {
+ "credit": 0.03172743031358885,
+ "url": "https://covr.r-lib.org"
+ },
+ "rmarkdown": {
+ "credit": 0.029268029053084645,
+ "url": null
+ },
+ "spelling": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.009417073170731708,
+ "url": null
+ },
+ "cluster": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.03743552905308464,
+ "url": null
+ },
+ "testthat": {
+ "credit": 0.04229713619594179,
+ "url": null
+ },
+ "tree": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.009417073170731708,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.016623690817790533,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.004467073170731707,
+ "url": null
+ },
+ "tidyr": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "RPostgreSQL": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "RMySQL": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "purrr": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "nycflights13": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "lobstr": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "Lahman": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "dbplyr": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "broom": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "bench": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.0068692790530846485,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.004467073170731707,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.0106425,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.012634573170731706,
+ "url": null
+ },
+ "generics": {
+ "credit": 0.0024749999999999998,
+ "url": null
+ },
+ "yaml": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "zoo": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "nanotime": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "xts": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "bit": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "bit64": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.0067964849354375904,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "sf": {
+ "credit": 0.0019920731707317074,
+ "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
+ },
+ "nlme": {
+ "credit": 0.004394279053084649,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.0067964849354375904,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.029034047960647673,
+ "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
+ },
+ "ragg": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.009198690817790532,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.004394279053084649,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.0019920731707317074,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.010159573170731706,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.01736619081779053,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.010159573170731706,
+ "url": null
+ },
+ "htmlwidgets": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "htmltools": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "stringi": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "semEff": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "rr2": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "statmod": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "dfoptim": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "car": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "numDeriv": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "HSAUR3": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "pbkrtest": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "gamm4": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "optimx": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "mlmRev": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "MEMSS": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "PKPDmodels": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "nloptr": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "minqa": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "boot": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "parallel": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "splines": {
+ "credit": 0.0024022058823529413,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.015374117647058823,
+ "url": null
+ },
+ "egg": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "spdep": {
+ "credit": 0.004804411764705883,
+ "url": null
+ },
+ "igraph": {
+ "credit": 0.004804411764705883,
+ "url": null
+ },
+ "sfsmisc": {
+ "credit": 0.004804411764705883,
+ "url": null
+ },
+ "SparseM": {
+ "credit": 0.004804411764705883,
+ "url": null
+ },
+ "graph": {
+ "credit": 0.004804411764705883,
+ "url": null
+ },
+ "MatrixModels": {
+ "credit": 0.004804411764705883,
+ "url": null
+ },
+ "expm": {
+ "credit": 0.004804411764705883,
+ "url": null
+ },
+ "plyr": {
+ "credit": 0.011667857142857143,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.011667857142857143,
+ "url": null
+ },
+ "simplermarkdown": {
+ "credit": 0.002887794642857143,
+ "url": null
+ },
+ "tinytest": {
+ "credit": 0.002887794642857143,
+ "url": null
+ },
+ "codetools": {
+ "credit": 0.0038503928571428573,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/OP2/PyOP2/README.md b/_repos/github/OP2/PyOP2/README.md
new file mode 100644
index 00000000..155cdf93
--- /dev/null
+++ b/_repos/github/OP2/PyOP2/README.md
@@ -0,0 +1,21 @@
+---
+title: github/OP2/PyOP2
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|setup.py|github/OP2/PyOP2|0.01|
+|pypi|[decorator](https://github.com/micheles/decorator)|0.002|
+|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.002|
+|pypi|[numpy](https://www.numpy.org)|0.002|
+|pypi|[COFFEE](UNKNOWN)|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/OP2/PyOP2/badge.png b/_repos/github/OP2/PyOP2/badge.png
new file mode 100644
index 00000000..08a681d9
Binary files /dev/null and b/_repos/github/OP2/PyOP2/badge.png differ
diff --git a/_repos/github/OP2/PyOP2/data.json b/_repos/github/OP2/PyOP2/data.json
new file mode 100644
index 00000000..19141e2d
--- /dev/null
+++ b/_repos/github/OP2/PyOP2/data.json
@@ -0,0 +1,26 @@
+{
+ "setup.py": {
+ "github/OP2/PyOP2": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "decorator": {
+ "credit": 0.002475,
+ "url": "https://github.com/micheles/decorator"
+ },
+ "mpi4py": {
+ "credit": 0.002475,
+ "url": "https://github.com/mpi4py/mpi4py/"
+ },
+ "numpy": {
+ "credit": 0.002475,
+ "url": "https://www.numpy.org"
+ },
+ "COFFEE": {
+ "credit": 0.002475,
+ "url": "UNKNOWN"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/OP2/PyOP2/setup.py b/_repos/github/OP2/PyOP2/setup.py
new file mode 100644
index 00000000..32a20fa1
--- /dev/null
+++ b/_repos/github/OP2/PyOP2/setup.py
@@ -0,0 +1,159 @@
+#!/usr/bin/env python
+#
+# This file is part of PyOP2
+#
+# PyOP2 is Copyright (c) 2012, Imperial College London and
+# others. Please see the AUTHORS file in the main source directory for
+# a full list of copyright holders. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+# * The name of Imperial College London or that of other
+# contributors may not be used to endorse or promote products
+# derived from this software without specific prior written
+# permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTERS
+# ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+# STRICT LIABILITY, 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.
+
+try:
+ from setuptools import setup, Extension
+except ImportError:
+ from distutils.core import setup
+ from distutils.extension import Extension
+from glob import glob
+from os import environ as env
+import sys
+import numpy as np
+import petsc4py
+import versioneer
+import os
+
+
+def get_petsc_dir():
+ try:
+ arch = '/' + env.get('PETSC_ARCH', '')
+ dir = env['PETSC_DIR']
+ return (dir, dir + arch)
+ except KeyError:
+ try:
+ import petsc
+ return (petsc.get_petsc_dir(), )
+ except ImportError:
+ sys.exit("""Error: Could not find PETSc library.
+
+Set the environment variable PETSC_DIR to your local PETSc base
+directory or install PETSc from PyPI: pip install petsc""")
+
+
+cmdclass = versioneer.get_cmdclass()
+_sdist = cmdclass['sdist']
+
+if "clean" in sys.argv[1:]:
+ # Forcibly remove the results of Cython.
+ for dirname, dirs, files in os.walk("pyop2"):
+ for f in files:
+ base, ext = os.path.splitext(f)
+ if ext in (".c", ".cpp", ".so") and base + ".pyx" in files:
+ os.remove(os.path.join(dirname, f))
+
+# If Cython is available, built the extension module from the Cython source
+try:
+ from Cython.Distutils import build_ext
+ cmdclass['build_ext'] = build_ext
+ sparsity_sources = ['pyop2/sparsity.pyx']
+# Else we require the Cython-compiled .c file to be present and use that
+# Note: file is not in revision control but needs to be included in distributions
+except ImportError:
+ sparsity_sources = ['pyop2/sparsity.c']
+ sources = sparsity_sources
+ from os.path import exists
+ if not all([exists(f) for f in sources]):
+ raise ImportError("Installing from source requires Cython")
+
+
+install_requires = [
+ 'decorator',
+ 'mpi4py',
+ 'numpy>=1.6',
+ 'COFFEE',
+]
+
+dep_links = ['git+https://github.com/coneoproject/COFFEE#egg=COFFEE-dev']
+
+version = sys.version_info[:2]
+
+if version < (3, 6):
+ raise ValueError("Python version >= 3.6 required")
+
+test_requires = [
+ 'flake8>=2.1.0',
+ 'pytest>=2.3',
+]
+
+petsc_dirs = get_petsc_dir()
+numpy_includes = [np.get_include()]
+includes = numpy_includes + [petsc4py.get_include()]
+includes += ["%s/include" % d for d in petsc_dirs]
+
+if 'CC' not in env:
+ env['CC'] = "mpicc"
+
+
+class sdist(_sdist):
+ def run(self):
+ # Make sure the compiled Cython files in the distribution are up-to-date
+ from Cython.Build import cythonize
+ cythonize(sparsity_sources, language="c", include_path=includes)
+ _sdist.run(self)
+
+
+cmdclass['sdist'] = sdist
+
+setup(name='PyOP2',
+ version=versioneer.get_version(),
+ description='Framework for performance-portable parallel computations on unstructured meshes',
+ author='Imperial College London and others',
+ author_email='mapdes@imperial.ac.uk',
+ url='https://github.com/OP2/PyOP2/',
+ classifiers=[
+ 'Development Status :: 3 - Alpha',
+ 'Intended Audience :: Developers',
+ 'Intended Audience :: Science/Research',
+ 'License :: OSI Approved :: BSD License',
+ 'Operating System :: OS Independent',
+ 'Programming Language :: C',
+ 'Programming Language :: Cython',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.6',
+ ],
+ install_requires=install_requires,
+ dependency_links=dep_links,
+ test_requires=test_requires,
+ packages=['pyop2', 'pyop2.codegen', 'pyop2.types'],
+ package_data={
+ 'pyop2': ['assets/*', '*.h', '*.pxd', '*.pyx', 'codegen/c/*.c']},
+ scripts=glob('scripts/*'),
+ cmdclass=cmdclass,
+ ext_modules=[Extension('pyop2.sparsity', sparsity_sources,
+ include_dirs=['pyop2'] + includes, language="c",
+ libraries=["petsc"],
+ extra_link_args=(["-L%s/lib" % d for d in petsc_dirs]
+ + ["-Wl,-rpath,%s/lib" % d for d in petsc_dirs]))])
diff --git a/_repos/github/OSS-Lab/ChemChaste/CMakeLists.txt b/_repos/github/OSS-Lab/ChemChaste/CMakeLists.txt
new file mode 100644
index 00000000..62304a5b
--- /dev/null
+++ b/_repos/github/OSS-Lab/ChemChaste/CMakeLists.txt
@@ -0,0 +1,54 @@
+# Copyright (c) 2005-2017, University of Oxford.
+# All rights reserved.
+#
+# University of Oxford means the Chancellor, Masters and Scholars of the
+# University of Oxford, having an administrative office at Wellington
+# Square, Oxford OX1 2JD, UK.
+#
+# This file is part of Chaste.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+# * Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution.
+# * Neither the name of the University of Oxford nor the names of its
+# contributors may be used to endorse or promote products derived from this
+# software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, 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.
+
+
+# Example CMake build configuration file for a Chaste user project.
+# See also https://chaste.cs.ox.ac.uk/trac/wiki/ChasteGuides/CmakeBuildGuide for full documentation.
+
+# You can set which Chaste components (or other projects) your project depends on by editing the
+# find_package() call for Chaste. E.g.
+# find_package(Chaste COMPONENTS cell_based)
+# for a project just using the cell_based component (and its dependencies), or
+# find_package(Chaste COMPONENTS heart lung)
+# for a project combining heart & lung simulations.
+#
+# Note that the order in which components are specified does not matter.
+
+# Here we just depend on core components (nothing application-specific).
+find_package(Chaste COMPONENTS cell_based crypt)
+
+# Alternatively, to specify a Chaste installation directory use a line like that below.
+# This is needed if your project is not contained in the projects folder within a Chaste source tree.
+#find_package(Chaste COMPONENTS heart crypt PATHS /path/to/chaste-install NO_DEFAULT_PATH)
+
+# Change the project name in the line below to match the folder this file is in,
+# i.e. the name of your project.
+chaste_do_project(ChemChaste)
diff --git a/_repos/github/OttoStruve/muler/README.md b/_repos/github/OttoStruve/muler/README.md
new file mode 100644
index 00000000..c439a614
--- /dev/null
+++ b/_repos/github/OttoStruve/muler/README.md
@@ -0,0 +1,64 @@
+---
+title: github/OttoStruve/muler
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.309|
+|pypi|[matplotlib](https://matplotlib.org)|0.157|
+|pypi|[typing](https://pypi.org/project/typing)|0.07|
+|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.07|
+|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.027|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.027|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.027|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.023|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.023|
+|pypi|[scipy](https://www.scipy.org)|0.017|
+|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.016|
+|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.016|
+|pypi|[asdf](https://pypi.org/project/asdf)|0.016|
+|pypi|[graphviz](https://pypi.org/project/graphviz)|0.016|
+|pypi|[astropy](http://astropy.org)|0.013|
+|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.012|
+|pypi|[spectral-cube](https://pypi.org/project/spectral-cube)|0.012|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.012|
+|pypi|[ndcube](https://pypi.org/project/ndcube)|0.012|
+|pypi|[gwcs](https://pypi.org/project/gwcs)|0.012|
+|setup.py|github/OttoStruve/muler|0.01|
+|pypi|[pandas](https://pandas.pydata.org)|0.005|
+|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.004|
+|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.004|
+|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.004|
+|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.004|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.004|
+|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.004|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.004|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.004|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.004|
+|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.004|
+|pypi|[mpmath](https://pypi.org/project/mpmath)|0.004|
+|pypi|[jplephem](https://pypi.org/project/jplephem)|0.004|
+|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.004|
+|pypi|[bleach](https://pypi.org/project/bleach)|0.004|
+|pypi|[html5lib](https://pypi.org/project/html5lib)|0.004|
+|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.004|
+|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.004|
+|pypi|[h5py](https://pypi.org/project/h5py)|0.004|
+|pypi|[dask](https://pypi.org/project/dask)|0.004|
+|pypi|[certifi](https://pypi.org/project/certifi)|0.004|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.004|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.004|
+|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.004|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.004|
+|pypi|[specutils](https://specutils.readthedocs.io/)|0.001|
+|pypi|[importlib_resources](http://importlib-resources.readthedocs.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/OttoStruve/muler/badge.png b/_repos/github/OttoStruve/muler/badge.png
new file mode 100644
index 00000000..88dcf807
Binary files /dev/null and b/_repos/github/OttoStruve/muler/badge.png differ
diff --git a/_repos/github/OttoStruve/muler/data.json b/_repos/github/OttoStruve/muler/data.json
new file mode 100644
index 00000000..0ea5c48c
--- /dev/null
+++ b/_repos/github/OttoStruve/muler/data.json
@@ -0,0 +1,202 @@
+{
+ "setup.py": {
+ "github/OttoStruve/muler": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.3087789795918367,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.017082551020408177,
+ "url": "https://www.scipy.org"
+ },
+ "astropy": {
+ "credit": 0.013082142857142898,
+ "url": "http://astropy.org"
+ },
+ "specutils": {
+ "credit": 0.001414285714285729,
+ "url": "https://specutils.readthedocs.io/"
+ },
+ "pandas": {
+ "credit": 0.005414693877551034,
+ "url": "https://pandas.pydata.org"
+ },
+ "importlib_resources": {
+ "credit": 0.001414285714285729,
+ "url": "http://importlib-resources.readthedocs.io/"
+ },
+ "matplotlib": {
+ "credit": 0.15709683673469388,
+ "url": "https://matplotlib.org"
+ },
+ "sgp4": {
+ "credit": 0.004000408163265305,
+ "url": "https://github.com/brandon-rhodes/python-sgp4"
+ },
+ "skyfield": {
+ "credit": 0.004000408163265305,
+ "url": "http://github.com/brandon-rhodes/python-skyfield/"
+ },
+ "coverage": {
+ "credit": 0.011707861224489795,
+ "url": "https://github.com/nedbat/coveragepy"
+ },
+ "objgraph": {
+ "credit": 4.0004081632653496e-05,
+ "url": "https://mg.pov.lt/objgraph/"
+ },
+ "pytest-xdist": {
+ "credit": 0.027336122448979587,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest-astropy": {
+ "credit": 0.015668265306122447,
+ "url": "https://pypi.org/project/pytest-astropy"
+ },
+ "pytest-astropy-header": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/pytest-astropy-header"
+ },
+ "pytest-doctestplus": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/pytest-doctestplus"
+ },
+ "Jinja2": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/Jinja2"
+ },
+ "sphinx-changelog": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/sphinx-changelog"
+ },
+ "sphinx-astropy": {
+ "credit": 0.015668265306122447,
+ "url": "https://pypi.org/project/sphinx-astropy"
+ },
+ "sphinx": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "typing-extensions": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "pytest": {
+ "credit": 0.027336122448979587,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "ipython": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "bottleneck": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/bottleneck"
+ },
+ "asdf": {
+ "credit": 0.015668265306122447,
+ "url": "https://pypi.org/project/asdf"
+ },
+ "mpmath": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/mpmath"
+ },
+ "jplephem": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/jplephem"
+ },
+ "pytz": {
+ "credit": 0.027336122448979587,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "sortedcontainers": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/sortedcontainers"
+ },
+ "bleach": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/bleach"
+ },
+ "html5lib": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/html5lib"
+ },
+ "beautifulsoup4": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/beautifulsoup4"
+ },
+ "pyarrow": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/pyarrow"
+ },
+ "h5py": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/h5py"
+ },
+ "dask": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/dask"
+ },
+ "certifi": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/certifi"
+ },
+ "packaging": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "PyYAML": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/PyYAML"
+ },
+ "pyerfa": {
+ "credit": 0.004000408163265305,
+ "url": "https://pypi.org/project/pyerfa"
+ },
+ "spectral-cube": {
+ "credit": 0.011667857142857141,
+ "url": "https://pypi.org/project/spectral-cube"
+ },
+ "pytest-cov": {
+ "credit": 0.011667857142857141,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "graphviz": {
+ "credit": 0.015628261224489792,
+ "url": "https://pypi.org/project/graphviz"
+ },
+ "ndcube": {
+ "credit": 0.011667857142857141,
+ "url": "https://pypi.org/project/ndcube"
+ },
+ "gwcs": {
+ "credit": 0.011667857142857141,
+ "url": "https://pypi.org/project/gwcs"
+ },
+ "hypothesis": {
+ "credit": 0.023335714285714283,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "python-dateutil": {
+ "credit": 0.023335714285714283,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "typing": {
+ "credit": 0.07000714285714285,
+ "url": "https://pypi.org/project/typing"
+ },
+ "pathlib2": {
+ "credit": 0.07000714285714285,
+ "url": "https://pypi.org/project/pathlib2"
+ },
+ "tomli": {
+ "credit": 0.003960404081632652,
+ "url": "https://pypi.org/project/tomli"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/OttoStruve/muler/setup.py b/_repos/github/OttoStruve/muler/setup.py
new file mode 100644
index 00000000..3612278a
--- /dev/null
+++ b/_repos/github/OttoStruve/muler/setup.py
@@ -0,0 +1,44 @@
+import setuptools
+
+import os.path
+
+readme = ""
+here = os.path.abspath(os.path.dirname(__file__))
+readme_path = os.path.join(here, "README.md")
+if os.path.exists(readme_path):
+ with open(readme_path, "rb") as stream:
+ readme = stream.read().decode("utf8")
+
+
+setuptools.setup(
+ name="muler",
+ version="0.3.4",
+ author="gully",
+ author_email="igully@gmail.com",
+ description="A Python package for working with data from IGRINS and HPF",
+ long_description=readme,
+ long_description_content_type="text/markdown",
+ url="https://github.com/OttoStruve/muler",
+ install_requires=[
+ "numpy",
+ "scipy",
+ "astropy>=4.1",
+ "specutils>=1.5",
+ "pandas",
+ "importlib_resources",
+ "matplotlib",
+ ],
+ extras_require={"extra": ["celerite2", "h5py", "black"]},
+ packages=setuptools.find_packages(where="src", exclude=["data/*, paper/*"]),
+ package_dir={"": "src"},
+ package_data={
+ # If any package contains *.txt files, include them:
+ "": ["*.csv"]
+ },
+ classifiers=[
+ "Programming Language :: Python :: 3",
+ "License :: OSI Approved :: MIT License",
+ "Operating System :: OS Independent",
+ ],
+ python_requires=">=3.8",
+)
diff --git a/_repos/github/ProjectPyRhO/PyRhO/README.md b/_repos/github/ProjectPyRhO/PyRhO/README.md
new file mode 100644
index 00000000..69c9e9ba
--- /dev/null
+++ b/_repos/github/ProjectPyRhO/PyRhO/README.md
@@ -0,0 +1,60 @@
+---
+title: github/ProjectPyRhO/PyRhO
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.41|
+|pypi|[matplotlib](https://matplotlib.org)|0.198|
+|pypi|[lmfit](https://lmfit.github.io/lmfit-py/)|0.198|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.018|
+|pypi|[ipython](https://ipython.org)|0.016|
+|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.016|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.016|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.016|
+|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.016|
+|pypi|[sympy](https://pypi.org/project/sympy)|0.016|
+|pypi|[cython](https://pypi.org/project/cython)|0.016|
+|setup.py|github/ProjectPyRhO/PyRhO|0.01|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.004|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.003|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.003|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.003|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.003|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.003|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[brian2](http://www.briansimulator.org/)|0.002|
+|pypi|[scipy](https://www.scipy.org)|0.002|
+|pypi|[rinohtype](https://pypi.org/project/rinohtype)|0.001|
+|pypi|[bs4](https://pypi.org/project/bs4)|0.001|
+|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|0.001|
+|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|0.001|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.001|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.001|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.001|
+|pypi|[docutils](https://pypi.org/project/docutils)|0.001|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.001|
+|pypi|[requests](https://pypi.org/project/requests)|0.001|
+|pypi|[nose](https://pypi.org/project/nose)|0.001|
+|pypi|[mock](https://pypi.org/project/mock)|0.001|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.001|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.001|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.001|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.001|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.001|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.001|
+|pypi|[py](https://pypi.org/project/py)|0.001|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.001|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.001|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.001|
+|pypi|[attrs](https://pypi.org/project/attrs)|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/ProjectPyRhO/PyRhO/badge.png b/_repos/github/ProjectPyRhO/PyRhO/badge.png
new file mode 100644
index 00000000..2ba6f672
Binary files /dev/null and b/_repos/github/ProjectPyRhO/PyRhO/badge.png differ
diff --git a/_repos/github/ProjectPyRhO/PyRhO/data.json b/_repos/github/ProjectPyRhO/PyRhO/data.json
new file mode 100644
index 00000000..baf05b14
--- /dev/null
+++ b/_repos/github/ProjectPyRhO/PyRhO/data.json
@@ -0,0 +1,190 @@
+{
+ "setup.py": {
+ "github/ProjectPyRhO/PyRhO": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.410355,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.0019800000000000095,
+ "url": "https://www.scipy.org"
+ },
+ "matplotlib": {
+ "credit": 0.198,
+ "url": "https://matplotlib.org"
+ },
+ "lmfit": {
+ "credit": 0.198,
+ "url": "https://lmfit.github.io/lmfit-py/"
+ },
+ "brian2": {
+ "credit": 0.0019800000000000373,
+ "url": "http://www.briansimulator.org/"
+ },
+ "pytest-xdist": {
+ "credit": 0.0001633499999999996,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.004328775,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "sphinx-tabs": {
+ "credit": 0.0001633499999999996,
+ "url": "https://github.com/executablebooks/sphinx-tabs"
+ },
+ "ipython": {
+ "credit": 0.016335,
+ "url": "https://ipython.org"
+ },
+ "sphinx": {
+ "credit": 0.01780515,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "py-cpuinfo": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/py-cpuinfo"
+ },
+ "setuptools": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/setuptools"
+ },
+ "jinja2": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/jinja2"
+ },
+ "pyparsing": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/pyparsing"
+ },
+ "sympy": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/sympy"
+ },
+ "cython": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/cython"
+ },
+ "filelock": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "setproctitle": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "xmlschema": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "requests": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/requests"
+ },
+ "pygments": {
+ "credit": 0.0024808781249999997,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/mock"
+ },
+ "hypothesis": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "argcomplete": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "colorama": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "atomicwrites": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "importlib-metadata": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "tomli": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "packaging": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "iniconfig": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "rinohtype": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/rinohtype"
+ },
+ "bs4": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/bs4"
+ },
+ "sphinx-testing": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/sphinx-testing"
+ },
+ "pytest-regressions": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/pytest-regressions"
+ },
+ "pytest-cov": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "coverage": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "pre-commit": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/pre-commit"
+ },
+ "docutils": {
+ "credit": 0.00147015,
+ "url": "https://pypi.org/project/docutils"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/ProjectPyRhO/PyRhO/setup.py b/_repos/github/ProjectPyRhO/PyRhO/setup.py
new file mode 100644
index 00000000..2c3f6ad1
--- /dev/null
+++ b/_repos/github/ProjectPyRhO/PyRhO/setup.py
@@ -0,0 +1,177 @@
+"""The PyRhO package setup script"""
+
+#from __future__ import print_function # Added for Python 2.x support
+from setuptools import setup, find_packages # Prefer setuptools over distutils
+from codecs import open # To use a consistent encoding
+import os
+
+# Download and install setuptools if not installed
+#from ez_setup import use_setuptools
+#use_setuptools()
+#python -m ensurepip --upgrade
+
+#from setuptools import setup
+#from distutils import setup
+
+here = os.path.abspath(os.path.dirname(__file__))
+home = os.path.expanduser("~")
+print(home)
+prwd = os.path.join(home, 'pyrho') # pyrho working directory
+
+# TODO: Test changes to package_data and include notebooks and license without MANIFEST
+
+# TODO: Fix this to remove redundant long_description text
+# Get the long description from the relevant file
+#with open(os.path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
+#with open('DESCRIPTION.rst', encoding='utf-8') as f:
+# long_description = f.read()
+
+long_description = """
+PyRhO - A Virtual Optogenetics Laboratory
+=========================================
+
+A Python module to fit and characterise rhodopsin photocurrents.
+
+Background
+----------
+
+Optogenetics has become a key tool for understanding the function of neural circuits and controlling their behaviour. An array of directly light driven opsins have been genetically isolated from several families of organisms, with a wide range of temporal and spectral properties. In order to characterize, understand and apply these rhodopsins, we present an integrated suite of open-source, multi-scale computational tools called PyRhO.
+
+PyRhO enables users to:
+
+(i) characterize new (and existing) rhodopsins by automatically fitting a minimal set of experimental data to three, four or six-state kinetic models,
+(ii) simulate these models at the channel, neuron & network levels and
+(iii) gain functional insights through model selection and virtual experiments *in silico*.
+
+The module is written in Python with an additional IPython/Jupyter notebook based GUI, allowing models to be fit, simulations to be run and results to be shared through simply interacting with a webpage. The seamless integration of model fitting algorithms with simulation environments for these virtual opsins will enable (neuro)scientists to gain a comprehensive understanding of their behaviour and rapidly identify the most suitable variant for application in a particular biological system. This process may thereby guide not only experimental design and opsin choice but also alterations of the rhodopsin genetic code in a neuro-engineering feed-back loop. In this way, we hope PyRhO will help to significantly improve optogenetics as a tool for transforming biological sciences.
+
+Further Information
+-------------------
+
+If you use PyRhO please cite our paper:
+
+Evans, B. D., Jarvis, S., Schultz, S. R. & Nikolic K. (2016) "PyRhO: A Multiscale Optogenetics Simulation Platform", *Frontiers in Neuroinformatics, 10* (8). `doi:10.3389/fninf.2016.00008 `_
+
+The PyRhO project website with additional documentation may be found here: `www.imperial.ac.uk/bio-modelling/pyrho `_
+
+Finally, don't forget to follow us on twitter for updates: `@ProjectPyRhO `_!
+
+"""
+
+
+setup(
+ name='PyRhO',
+
+ # Versions should comply with PEP440. For a discussion on single-sourcing
+ # the version across setup.py and the project code, see
+ # https://packaging.python.org/en/latest/single_source_version.html
+ version='0.9.5',
+
+ description='Fit and characterise rhodopsin photocurrents',
+ long_description=long_description,
+
+ # The project's main homepage.
+ url='https://github.com/ProjectPyRhO/PyRhO/',
+ # download_url='https://github.com/ProjectPyRhO/PyRhO/archive/master.zip',
+ # download_url='https://github.com/ProjectPyRhO/PyRhO/tarball/' + version,
+
+ # Author details
+ author='Benjamin D. Evans',
+ author_email='ben.d.evans@gmail.com',
+
+ license='BSD',
+ platforms=['Linux', 'Mac OS X', 'Windows'],
+ # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
+ classifiers=[
+ # 3 - Alpha
+ # 4 - Beta
+ # 5 - Production/Stable
+ 'Development Status :: 4 - Beta',
+
+ 'Intended Audience :: Science/Research',
+ 'Intended Audience :: Education',
+ 'Topic :: Scientific/Engineering',
+ 'Topic :: Scientific/Engineering :: Medical Science Apps.',
+ 'Topic :: Scientific/Engineering :: Bio-Informatics',
+ 'Topic :: Scientific/Engineering :: Artificial Life',
+ 'Topic :: Scientific/Engineering :: Human Machine Interfaces',
+
+ # The license should match "license" above
+ 'License :: OSI Approved :: BSD License',
+
+ # Supported Python versions
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
+ # 3.6 EOL: 23/12/21
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Framework :: IPython',
+ 'Natural Language :: English',
+ 'Operating System :: OS Independent',
+ ],
+
+ #keywords='optogenetics rhodopsin opsin brain neuroscience neuron brian jupyter',
+ keywords=['optogenetics', 'rhodopsin', 'opsin', 'brain', 'neuroscience',
+ 'neuron', 'brian', 'jupyter'],
+
+ # You can just specify the packages manually here if your project is
+ # simple. Or you can use find_packages().
+ packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
+
+ # package_dir = {'':'.'},
+ # package_dir = {'pyrho': 'pyrho'}, # Relative to this script
+
+ # List run-time dependencies here. These will be installed by pip when your
+ # project is installed. For an analysis of "install_requires" vs pip's
+ # requirements files see:
+ # https://packaging.python.org/en/latest/requirements.html
+ # ipython is used for latex repr - remove from requirements and have a fallback repr?
+ install_requires=['numpy>=1.8', 'scipy>=0.15', 'matplotlib>=1.3',
+ 'lmfit>=0.9.3,<1.0.3', 'brian2>=2.0'], # 'ipython>=4.1'
+
+ # List additional groups of dependencies here (e.g. development dependencies).
+ # You can install these using the following syntax, for example:
+ # $ pip install -e .[dev,test]
+ extras_require={
+ # 'dev': ['check-manifest'],
+ # 'test': ['coverage'],
+ # 'brian' : ['brian2'],
+ # 'docs' : ['sphinx>=1.3'],
+ 'extras': ['seaborn>=0.7', 'pandas>=0.17'], # 'cython>=0.23'
+ # traitlets is a dependency of ipywidgets and can be removed if 4.1 entails traitlets>=4.1
+ 'GUI' : ['jupyter>=1.0', 'notebook>=4.1', 'ipywidgets>=4.1,<5',
+ 'seaborn>=0.7'], # , 'traitlets>=4.1,<5'
+ 'full': ['jupyter>=1.0', 'notebook>=4.1', 'ipywidgets>=4.1,<5',
+ 'seaborn>=0.7', 'pandas>=0.17'], # 'cython>=0.23'
+ },
+
+ include_package_data=True,
+ # If there are data files included in your packages that need to be
+ # installed, specify them here. If using Python 2.6 or less, then these
+ # have to be included in MANIFEST.in as well.
+ package_data={
+ # TODO: Try this without MANIFEST
+ 'NEURON' : ['*.mod', '*.hoc', '*.sh'],
+ 'gui' : ['*.png'],
+ 'datasets': ['*.pkl'],
+ },
+
+
+ # Although 'package_data' is the preferred approach, in some case you may
+ # need to place data files outside of your packages.
+ # see http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files
+ # In this case, 'data_file' will be installed into '/my_data'
+ #data_files=[('my_data', ['data/data_file'])],
+ #data_files=[#(prwd, []),
+ # (prwd, [os.path.join(prwd, 'gui/*.png'), ])],
+
+ # To provide executable scripts, use entry points in preference to the
+ # "scripts" keyword. Entry points provide cross-platform support and allow
+ # pip to create the appropriate form of executable for the target platform.
+ #entry_points={
+ # 'console_scripts': [
+ # 'sample=sample:main',
+ # ],
+ #},
+)
diff --git a/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/CMakeLists.txt b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/CMakeLists.txt
new file mode 100644
index 00000000..caebb73c
--- /dev/null
+++ b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/CMakeLists.txt
@@ -0,0 +1,28 @@
+cmake_minimum_required(VERSION 3.13.4)
+
+project(RVesselX)
+
+#-----------------------------------------------------------------------------
+# Extension meta-information
+set(EXTENSION_HOMEPAGE "https://github.com/R-Vessel-X/SlicerRVXLiverSegmentation")
+set(EXTENSION_CATEGORY "Segmentation")
+set(EXTENSION_CONTRIBUTORS "Lucie Macron (Kitware SAS), Thibault Pelletier (Kitware SAS), Camille Huet (Kitware SAS)")
+set(EXTENSION_DESCRIPTION "Liver and hepatic vessels segmentation plugin")
+set(EXTENSION_ICONURL "https://github.com/R-Vessel-X/SlicerRVXLiverSegmentation/raw/main/RVXLiverSegmentation/Resources/Icons/RVXLiverSegmentation.png")
+set(EXTENSION_SCREENSHOTURLS "https://github.com/R-Vessel-X/SlicerRVXLiverSegmentation/raw/main/Screenshots/1.png")
+set(EXTENSION_DEPENDS "SlicerVMTK MarkupsToModel SegmentEditorExtraEffects PyTorch") # Specified as a list or "NA" if no dependencies
+
+#-----------------------------------------------------------------------------
+# Extension dependencies
+find_package(Slicer REQUIRED)
+include(${Slicer_USE_FILE})
+
+#-----------------------------------------------------------------------------
+# Extension modules
+add_subdirectory(RVXLiverSegmentation)
+add_subdirectory(RVXLiverSegmentationEffect)
+## NEXT_MODULE
+
+#-----------------------------------------------------------------------------
+include(${Slicer_EXTENSION_GENERATE_CONFIG})
+include(${Slicer_EXTENSION_CPACK})
diff --git a/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/README.md b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/README.md
new file mode 100644
index 00000000..2359cf1f
--- /dev/null
+++ b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/README.md
@@ -0,0 +1,53 @@
+---
+title: github/R-Vessel-X/SlicerRVXLiverSegmentation
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|slicer|0.495|
+|spack|python|0.081|
+|spack|[zlib](https://zlib.net)|0.057|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.041|
+|spack|[qt](https://qt.io)|0.041|
+|spack|ncurses|0.041|
+|spack|py-sphinx|0.041|
+|spack|gnuconfig|0.035|
+|spack|libbsd|0.02|
+|spack|perl|0.01|
+|spack|ca-certificates-mozilla|0.01|
+|spack|nasm|0.01|
+|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|0.01|
+|spack|automake|0.008|
+|spack|autoconf|0.008|
+|spack|libtool|0.008|
+|spack|m4|0.008|
+|spack|[openssl](https://www.openssl.org)|0.007|
+|spack|mbedtls|0.006|
+|spack|[cmake](https://www.cmake.org)|0.005|
+|spack|[expat](https://libexpat.github.io/)|0.004|
+|spack|gnutls|0.003|
+|spack|nss|0.003|
+|spack|libidn2|0.003|
+|spack|nghttp2|0.003|
+|spack|libssh2|0.003|
+|spack|libssh|0.003|
+|spack|krb5|0.003|
+|spack|pkgconfig|0.003|
+|spack|bzip2|0.003|
+|spack|lz4|0.003|
+|spack|lzo|0.003|
+|spack|xz|0.003|
+|spack|zstd|0.003|
+|spack|nettle|0.003|
+|spack|libxml2|0.003|
+|spack|libiconv|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/R-Vessel-X/SlicerRVXLiverSegmentation/badge.png b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/badge.png
new file mode 100644
index 00000000..a02e3d18
Binary files /dev/null and b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/badge.png differ
diff --git a/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/data.json b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/data.json
new file mode 100644
index 00000000..5ab60305
--- /dev/null
+++ b/_repos/github/R-Vessel-X/SlicerRVXLiverSegmentation/data.json
@@ -0,0 +1,170 @@
+{
+ "CMakeLists.txt": {
+ "github/R-Vessel-X/SlicerRVXLiverSegmentation": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.00495000000000001,
+ "url": "https://www.cmake.org"
+ },
+ "slicer": {
+ "credit": 0.495,
+ "url": null
+ },
+ "ninja": {
+ "credit": 0.0004083750000000025,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.0004083750000000025,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.0035183076923076947,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.05742380769230769,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.0004083750000000025,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.0004083750000000025,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.0408375,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.006887401442307694,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.0408375,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "python": {
+ "credit": 0.081266625,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.03477941394230769,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.006479026442307692,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.010107281249999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Shamir-Lab/domino_web/README.md b/_repos/github/Shamir-Lab/domino_web/README.md
new file mode 100644
index 00000000..2da98bd8
--- /dev/null
+++ b/_repos/github/Shamir-Lab/domino_web/README.md
@@ -0,0 +1,87 @@
+---
+title: github/Shamir-Lab/domino_web
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|npm|fortawesome|0.081|
+|npm|tslib|0.06|
+|npm|[express](http://expressjs.com/)|0.023|
+|npm|[axios](https://axios-http.com)|0.02|
+|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.02|
+|npm|[bootstrap](https://getbootstrap.com/)|0.02|
+|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|0.02|
+|npm|[cdbreact](https://www.devwares.com/product/contrast/)|0.02|
+|npm|[child_process](https://github.com/npm/security-holder#readme)|0.02|
+|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|0.02|
+|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|0.02|
+|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|0.02|
+|npm|[font-awesome](http://fontawesome.io/)|0.02|
+|npm|[fs](https://github.com/npm/security-holder#readme)|0.02|
+|npm|[jade](http://jade-lang.com)|0.02|
+|npm|js-cookie|0.02|
+|npm|mkdir-recursive|0.02|
+|npm|mongodb|0.02|
+|npm|mongoose|0.02|
+|npm|morgan|0.02|
+|npm|ncp|0.02|
+|npm|node-pre-gyp|0.02|
+|npm|react|0.02|
+|npm|react-bootstrap|0.02|
+|npm|react-bootstrap-drawer|0.02|
+|npm|react-collapsible|0.02|
+|npm|react-combo-select|0.02|
+|npm|react-dom|0.02|
+|npm|react-icons|0.02|
+|npm|react-jsx-parser|0.02|
+|npm|react-pro-sidebar|0.02|
+|npm|react-router-dom|0.02|
+|npm|react-scripts|0.02|
+|npm|react-spinners|0.02|
+|npm|reactour|0.02|
+|npm|recharts|0.02|
+|npm|sass|0.02|
+|npm|styled-components|0.02|
+|npm|util-promisifyall|0.02|
+|npm|web-vitals|0.02|
+|package.json|github/Shamir-Lab/domino_web|0.01|
+|npm|mocha|0.006|
+|npm|nyc|0.005|
+|npm||0.004|
+|npm|concat-stream|0.004|
+|npm|tape|0.004|
+|npm|argparse|0.004|
+|npm|generate-object-property|0.004|
+|npm|ndjson|0.004|
+|npm|supertest|0.004|
+|npm|eslint|0.004|
+|npm|object-assign|0.003|
+|npm|vary|0.003|
+|npm|after|0.003|
+|npm|typescript|0.002|
+|npm|tslint|0.002|
+|npm|ts-node|0.002|
+|npm|coveralls|0.002|
+|npm|codeclimate-test-reporter|0.002|
+|npm|eslint-plugin-standard|0.001|
+|npm|eslint-plugin-import|0.001|
+|npm|istanbul|0.001|
+|npm|http-errors|0.001|
+|npm|eslint-plugin-promise|0.001|
+|npm|ms|0.001|
+|npm|on-finished|0.001|
+|npm|eslint-config-standard|0.001|
+|npm|on-headers|0.001|
+|npm|eslint-plugin-markdown|0.001|
+|npm|eslint-plugin-node|0.001|
+|npm|testing-library|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/Shamir-Lab/domino_web/badge.png b/_repos/github/Shamir-Lab/domino_web/badge.png
new file mode 100644
index 00000000..711b2ed8
Binary files /dev/null and b/_repos/github/Shamir-Lab/domino_web/badge.png differ
diff --git a/_repos/github/Shamir-Lab/domino_web/data.json b/_repos/github/Shamir-Lab/domino_web/data.json
new file mode 100644
index 00000000..de607e3c
--- /dev/null
+++ b/_repos/github/Shamir-Lab/domino_web/data.json
@@ -0,0 +1,306 @@
+{
+ "package.json": {
+ "github/Shamir-Lab/domino_web": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "npm": {
+ "fortawesome": {
+ "credit": 0.08081632653061224,
+ "url": null
+ },
+ "testing-library": {
+ "credit": 0.0006061224489795937,
+ "url": null
+ },
+ "axios": {
+ "credit": 0.02020408163265306,
+ "url": "https://axios-http.com"
+ },
+ "body-parser": {
+ "credit": 0.02020408163265306,
+ "url": "https://github.com/expressjs/body-parser#readme"
+ },
+ "bootstrap": {
+ "credit": 0.02020408163265306,
+ "url": "https://getbootstrap.com/"
+ },
+ "bootstrap-icons": {
+ "credit": 0.02020408163265306,
+ "url": "https://icons.getbootstrap.com/"
+ },
+ "cdbreact": {
+ "credit": 0.02020408163265306,
+ "url": "https://www.devwares.com/product/contrast/"
+ },
+ "child_process": {
+ "credit": 0.02020408163265306,
+ "url": "https://github.com/npm/security-holder#readme"
+ },
+ "connect-timeout": {
+ "credit": 0.00020204081632653123,
+ "url": "https://github.com/expressjs/timeout#readme"
+ },
+ "cookie-parser": {
+ "credit": 0.02020408163265306,
+ "url": "https://github.com/expressjs/cookie-parser#readme"
+ },
+ "cors": {
+ "credit": 0.00020204081632653123,
+ "url": "https://github.com/expressjs/cors#readme"
+ },
+ "csv-write-stream": {
+ "credit": 0.00020204081632652776,
+ "url": "https://github.com/maxogden/csv-write-stream"
+ },
+ "csv-writer": {
+ "credit": 0.00020204081632653123,
+ "url": "https://github.com/ryu1kn/csv-writer#readme"
+ },
+ "danfojs-node": {
+ "credit": 0.02020408163265306,
+ "url": "https://github.com/opensource9ja/danfojs#readme"
+ },
+ "express": {
+ "credit": 0.022704336734693877,
+ "url": "http://expressjs.com/"
+ },
+ "express-fileupload": {
+ "credit": 0.02020408163265306,
+ "url": "https://github.com/richardgirges/express-fileupload#readme"
+ },
+ "font-awesome": {
+ "credit": 0.02020408163265306,
+ "url": "http://fontawesome.io/"
+ },
+ "fs": {
+ "credit": 0.02020408163265306,
+ "url": "https://github.com/npm/security-holder#readme"
+ },
+ "jade": {
+ "credit": 0.02020408163265306,
+ "url": "http://jade-lang.com"
+ },
+ "js-cookie": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "mkdir-recursive": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "mongodb": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "mongoose": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "morgan": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "ncp": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "node-pre-gyp": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-bootstrap": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-bootstrap-drawer": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-collapsible": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-combo-select": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-dom": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-icons": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-jsx-parser": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-pro-sidebar": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-router-dom": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-scripts": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "react-spinners": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "reactour": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "recharts": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "sass": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "styled-components": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "util-promisifyall": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "web-vitals": {
+ "credit": 0.02020408163265306,
+ "url": null
+ },
+ "tslib": {
+ "credit": 0.060006122448979585,
+ "url": null
+ },
+ "eslint-plugin-standard": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "eslint-plugin-import": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "istanbul": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "supertest": {
+ "credit": 0.003928972303206997,
+ "url": null
+ },
+ "http-errors": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "eslint-plugin-promise": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "ms": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "on-finished": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "eslint-config-standard": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "on-headers": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "eslint-plugin-markdown": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "eslint": {
+ "credit": 0.003928972303206997,
+ "url": null
+ },
+ "mocha": {
+ "credit": 0.006151421282798834,
+ "url": null
+ },
+ "eslint-plugin-node": {
+ "credit": 0.0014287172011661806,
+ "url": null
+ },
+ "nyc": {
+ "credit": 0.004722704081632653,
+ "url": null
+ },
+ "object-assign": {
+ "credit": 0.002500255102040816,
+ "url": null
+ },
+ "vary": {
+ "credit": 0.002500255102040816,
+ "url": null
+ },
+ "after": {
+ "credit": 0.002500255102040816,
+ "url": null
+ },
+ "concat-stream": {
+ "credit": 0.004000408163265306,
+ "url": null
+ },
+ "tape": {
+ "credit": 0.004000408163265306,
+ "url": null
+ },
+ "argparse": {
+ "credit": 0.004000408163265306,
+ "url": null
+ },
+ "generate-object-property": {
+ "credit": 0.004000408163265306,
+ "url": null
+ },
+ "ndjson": {
+ "credit": 0.004000408163265306,
+ "url": null
+ },
+ "typescript": {
+ "credit": 0.0022224489795918366,
+ "url": null
+ },
+ "tslint": {
+ "credit": 0.0022224489795918366,
+ "url": null
+ },
+ "ts-node": {
+ "credit": 0.0022224489795918366,
+ "url": null
+ },
+ "coveralls": {
+ "credit": 0.0022224489795918366,
+ "url": null
+ },
+ "codeclimate-test-reporter": {
+ "credit": 0.0022224489795918366,
+ "url": null
+ },
+ "": {
+ "credit": 0.004444897959183673,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/Shamir-Lab/domino_web/package.json b/_repos/github/Shamir-Lab/domino_web/package.json
new file mode 100644
index 00000000..f997e3b8
--- /dev/null
+++ b/_repos/github/Shamir-Lab/domino_web/package.json
@@ -0,0 +1,93 @@
+{
+ "name": "domino_web",
+ "version": "0.1.0",
+ "private": true,
+ "proxy": "http://localhost:3001",
+ "dependencies": {
+ "@chevtek/react-spinners": "^1.0.5",
+ "@fortawesome/fontawesome-svg-core": "^1.2.35",
+ "@fortawesome/free-brands-svg-icons": "^5.15.3",
+ "@fortawesome/free-solid-svg-icons": "^5.15.3",
+ "@fortawesome/react-fontawesome": "^0.1.14",
+ "@testing-library/jest-dom": "^5.11.9",
+ "@testing-library/react": "^11.2.5",
+ "@testing-library/user-event": "^12.7.1",
+ "axios": "^0.21.1",
+ "body-parser": "^1.19.0",
+ "bootstrap": "^4.6.0",
+ "bootstrap-icons": "^1.5.0",
+ "cdbreact": "^1.1.0",
+ "child_process": "^1.0.2",
+ "connect-timeout": "^1.9.0",
+ "cookie-parser": "^1.4.5",
+ "cors": "^2.8.5",
+ "csv-write-stream": "^2.0.0",
+ "csv-writer": "^1.6.0",
+ "danfojs-node": "^0.2.7",
+ "express": "^4.17.1",
+ "express-fileupload": "^1.2.1",
+ "font-awesome": "^4.7.0",
+ "fs": "0.0.1-security",
+ "jade": "^1.11.0",
+ "js-cookie": "^2.2.1",
+ "mkdir-recursive": "^0.4.0",
+ "mongodb": "^4.0.1",
+ "mongoose": "^5.13.7",
+ "morgan": "^1.10.0",
+ "ncp": "^2.0.0",
+ "node-pre-gyp": "^0.17.0",
+ "react": "^17.0.1",
+ "react-bootstrap": "^1.6.1",
+ "react-bootstrap-drawer": "^1.0.0",
+ "react-collapsible": "^2.8.3",
+ "react-combo-select": "^1.3.22",
+ "react-dom": "^17.0.1",
+ "react-icons": "^4.2.0",
+ "react-jsx-parser": "^1.28.4",
+ "react-pro-sidebar": "^0.6.0",
+ "react-router-dom": "^5.2.0",
+ "react-scripts": "^4.0.2",
+ "react-spinners": "^0.10.6",
+ "reactour": "^1.18.6",
+ "recharts": "^2.0.10",
+ "sass": "^1.35.2",
+ "styled-components": "^4.0.0",
+ "util-promisifyall": "^1.0.6",
+ "web-vitals": "^1.1.0"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject",
+ "dev:build-server": "NODE_ENV=development webpack --config webpack.server.js --mode=development -w",
+ "dev:start": "nodemon ./server-build/index.js",
+ "dev": "npm-run-all --parallel build dev:*"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ },
+ "devDependencies": {
+ "@babel/core": "^7.10.4",
+ "@babel/preset-env": "^7.10.4",
+ "@babel/preset-react": "^7.10.4",
+ "babel-loader": "^8.1.0",
+ "nodemon": "^2.0.4",
+ "npm-run-all": "^4.1.5"
+ }
+}
diff --git a/_repos/github/UK-Digital-Heart-Project/4Dsurvival/README.md b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/README.md
new file mode 100644
index 00000000..507c1b5d
--- /dev/null
+++ b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/README.md
@@ -0,0 +1,128 @@
+---
+title: github/UK-Digital-Heart-Project/4Dsurvival
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.077|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.072|
+|pypi|[pytest-black](https://github.com/shopkeep/pytest-black)|0.049|
+|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.042|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.038|
+|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.034|
+|pypi|[mock](http://mock.readthedocs.org/en/latest/)|0.034|
+|pypi|[pip](https://pip.pypa.io/)|0.033|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.033|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.033|
+|pypi|[sphinx-inline-tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|0.032|
+|pypi|[pygments-github-lexers](https://github.com/liluo/pygments-github-lexers)|0.032|
+|pypi|[virtualenv](https://virtualenv.pypa.io/)|0.021|
+|pypi|[path](https://pypi.org/project/path)|0.02|
+|pypi|[pytest-mypy](https://github.com/dbader/pytest-mypy)|0.018|
+|pypi|[pytest-enabler](https://github.com/jaraco/pytest-enabler)|0.018|
+|pypi|[pytest-flake8](https://github.com/tholo/pytest-flake8)|0.018|
+|pypi|[pytest-checkdocs](https://github.com/jaraco/pytest-checkdocs)|0.018|
+|pypi|[rst.linker](https://github.com/jaraco/rst.linker)|0.018|
+|pypi|[jaraco.packaging](https://github.com/jaraco/jaraco.packaging)|0.018|
+|pypi|[towncrier](https://pypi.org/project/towncrier)|0.017|
+|pypi|[filelock](https://github.com/tox-dev/py-filelock)|0.016|
+|pypi|[setuptools](https://github.com/pypa/setuptools)|0.014|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.013|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.011|
+|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|0.01|
+|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|0.01|
+|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.01|
+|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|0.01|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.01|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.009|
+|pypi|[pep517](https://pypi.org/project/pep517)|0.006|
+|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.006|
+|pypi|[furo](https://pradyunsg.me/furo/quickstart)|0.006|
+|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.005|
+|pypi|[six](https://pypi.org/project/six)|0.005|
+|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.005|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.005|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.005|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.005|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.005|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.005|
+|pypi|[types-docutils](https://pypi.org/project/types-docutils)|0.004|
+|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|0.004|
+|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|0.004|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.004|
+|pypi|[autocommand](https://pypi.org/project/autocommand)|0.004|
+|pypi|[process-tests](https://pypi.org/project/process-tests)|0.004|
+|pypi|[hunter](https://pypi.org/project/hunter)|0.004|
+|pypi|[fields](https://pypi.org/project/fields)|0.004|
+|pypi|[covdefaults](https://pypi.org/project/covdefaults)|0.004|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.004|
+|pypi|[toml](https://pypi.org/project/toml)|0.004|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.004|
+|pypi|[docutils](https://pypi.org/project/docutils)|0.003|
+|pypi|[requests](https://pypi.org/project/requests)|0.003|
+|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|0.003|
+|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|0.003|
+|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|0.003|
+|pypi|[tomlkit](https://pypi.org/project/tomlkit)|0.003|
+|pypi|[configupdater](https://pypi.org/project/configupdater)|0.003|
+|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|0.002|
+|pypi|[pyobjc](https://pypi.org/project/pyobjc)|0.002|
+|pypi|[singledispatch](https://pypi.org/project/singledispatch)|0.002|
+|pypi|[pip-run](https://github.com/jaraco/pip-run)|0.002|
+|pypi|[types-toml](https://pypi.org/project/types-toml)|0.002|
+|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|0.002|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.002|
+|pypi|[keyring](https://pypi.org/project/keyring)|0.002|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.002|
+|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.002|
+|pypi|[tempora](https://pypi.org/project/tempora)|0.002|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.002|
+|pypi|[nose](https://pypi.org/project/nose)|0.002|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.002|
+|pypi|[py](https://pypi.org/project/py)|0.002|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.002|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.002|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.002|
+|pypi|[wheel](https://github.com/pypa/wheel)|0.002|
+|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|0.001|
+|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|0.001|
+|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.001|
+|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|0.001|
+|pypi|[pytest-env](https://pypi.org/project/pytest-env)|0.001|
+|pypi|[flaky](https://pypi.org/project/flaky)|0.001|
+|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|0.001|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.001|
+|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|0.001|
+|pypi|[proselint](https://pypi.org/project/proselint)|0.001|
+|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.001|
+|pypi|[platformdirs](https://pypi.org/project/platformdirs)|0.001|
+|pypi|[distlib](https://pypi.org/project/distlib)|0.001|
+|pypi|[types-requests](https://pypi.org/project/types-requests)|0.001|
+|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.001|
+|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.001|
+|pypi|[isort](https://pypi.org/project/isort)|0.001|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.001|
+|pypi|[imagesize](https://pypi.org/project/imagesize)|0.001|
+|pypi|[alabaster](https://pypi.org/project/alabaster)|0.001|
+|pypi|[babel](https://pypi.org/project/babel)|0.001|
+|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.001|
+|pypi|[Pygments](https://pypi.org/project/Pygments)|0.001|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.001|
+|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.001|
+|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.001|
+|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.001|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.001|
+|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.001|
+|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|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/UK-Digital-Heart-Project/4Dsurvival/badge.png b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/badge.png
new file mode 100644
index 00000000..c964da37
Binary files /dev/null and b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/badge.png differ
diff --git a/_repos/github/UK-Digital-Heart-Project/4Dsurvival/data.json b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/data.json
new file mode 100644
index 00000000..0f539526
--- /dev/null
+++ b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/data.json
@@ -0,0 +1,490 @@
+{
+ "setup.py": {
+ "github/UK-Digital-Heart-Project/4Dsurvival": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "setuptools": {
+ "credit": 0.01399880529953919,
+ "url": "https://github.com/pypa/setuptools"
+ },
+ "pytest-mypy": {
+ "credit": 0.01792340477954209,
+ "url": "https://github.com/dbader/pytest-mypy"
+ },
+ "pytest-cov": {
+ "credit": 0.04158468991779094,
+ "url": "https://github.com/pytest-dev/pytest-cov"
+ },
+ "pytest-black": {
+ "credit": 0.04922337252147758,
+ "url": "https://github.com/shopkeep/pytest-black"
+ },
+ "tomli": {
+ "credit": 0.0376711823156682,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "tomli-w": {
+ "credit": 0.034224459677419355,
+ "url": "https://pypi.org/project/tomli-w"
+ },
+ "ini2toml": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/abravalheri/ini2toml/"
+ },
+ "pip-run": {
+ "credit": 0.0022724092741935485,
+ "url": "https://github.com/jaraco/pip-run"
+ },
+ "filelock": {
+ "credit": 0.016271014976958525,
+ "url": "https://github.com/tox-dev/py-filelock"
+ },
+ "build": {
+ "credit": 0.0003161612903225808,
+ "url": "https://pypa-build.readthedocs.io/en/stable/"
+ },
+ "jaraco.path": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/jaraco/jaraco.path"
+ },
+ "pytest-xdist": {
+ "credit": 0.0057191319124423965,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "jaraco.envs": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/jaraco/jaraco.envs"
+ },
+ "pip": {
+ "credit": 0.03345730360531309,
+ "url": "https://pip.pypa.io/"
+ },
+ "wheel": {
+ "credit": 0.0018066359447004609,
+ "url": "https://github.com/pypa/wheel"
+ },
+ "virtualenv": {
+ "credit": 0.021369115783410136,
+ "url": "https://virtualenv.pypa.io/"
+ },
+ "flake8-2020": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/asottile/flake8-2020"
+ },
+ "mock": {
+ "credit": 0.03357237701612903,
+ "url": "http://mock.readthedocs.org/en/latest/"
+ },
+ "pytest-perf": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/jaraco/pytest-perf"
+ },
+ "pytest-enabler": {
+ "credit": 0.01792340477954209,
+ "url": "https://github.com/jaraco/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.01792340477954209,
+ "url": "https://github.com/tholo/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.01792340477954209,
+ "url": "https://github.com/jaraco/pytest-checkdocs"
+ },
+ "pytest": {
+ "credit": 0.07686354749843609,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "furo": {
+ "credit": 0.0057191319124423965,
+ "url": "https://pradyunsg.me/furo/quickstart"
+ },
+ "sphinxcontrib-towncrier": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/sphinx-contrib/sphinxcontrib-towncrier"
+ },
+ "sphinx-inline-tabs": {
+ "credit": 0.031616129032258064,
+ "url": "https://github.com/pradyunsg/sphinx-inline-tabs"
+ },
+ "sphinx-favicon": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/tcmetzger/sphinx-favicon"
+ },
+ "pygments-github-lexers": {
+ "credit": 0.031616129032258064,
+ "url": "https://github.com/liluo/pygments-github-lexers"
+ },
+ "jaraco.tidelift": {
+ "credit": 0.0003161612903225808,
+ "url": "https://github.com/jaraco/jaraco.tidelift"
+ },
+ "rst.linker": {
+ "credit": 0.01792340477954209,
+ "url": "https://github.com/jaraco/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.01792340477954209,
+ "url": "https://github.com/jaraco/jaraco.packaging"
+ },
+ "sphinx": {
+ "credit": 0.07169905282101674,
+ "url": "https://www.sphinx-doc.org/"
+ },
+ "mypy": {
+ "credit": 0.010567465299539171,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "attrs": {
+ "credit": 0.00978123991935484,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "six": {
+ "credit": 0.005335221774193548,
+ "url": "https://pypi.org/project/six"
+ },
+ "process-tests": {
+ "credit": 0.003912495967741935,
+ "url": "https://pypi.org/project/process-tests"
+ },
+ "hunter": {
+ "credit": 0.003912495967741935,
+ "url": "https://pypi.org/project/hunter"
+ },
+ "fields": {
+ "credit": 0.003912495967741935,
+ "url": "https://pypi.org/project/fields"
+ },
+ "coverage": {
+ "credit": 0.009247717741935484,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "typing-extensions": {
+ "credit": 0.00409880529953917,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "validate-pyproject": {
+ "credit": 0.00260833064516129,
+ "url": "https://pypi.org/project/validate-pyproject"
+ },
+ "importlib-metadata": {
+ "credit": 0.033300690851856864,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "pyproject-fmt": {
+ "credit": 0.00260833064516129,
+ "url": "https://pypi.org/project/pyproject-fmt"
+ },
+ "tomlkit": {
+ "credit": 0.00260833064516129,
+ "url": "https://pypi.org/project/tomlkit"
+ },
+ "configupdater": {
+ "credit": 0.00260833064516129,
+ "url": "https://pypi.org/project/configupdater"
+ },
+ "packaging": {
+ "credit": 0.012527200356465167,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "pygments": {
+ "credit": 0.003797422556925996,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nbformat": {
+ "credit": 0.0018411745730550285,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "path": {
+ "credit": 0.01972687042558959,
+ "url": "https://pypi.org/project/path"
+ },
+ "autocommand": {
+ "credit": 0.00392783908918406,
+ "url": "https://pypi.org/project/autocommand"
+ },
+ "pytest-timeout": {
+ "credit": 0.005335221774193548,
+ "url": "https://pypi.org/project/pytest-timeout"
+ },
+ "covdefaults": {
+ "credit": 0.003912495967741935,
+ "url": "https://pypi.org/project/covdefaults"
+ },
+ "sphinx-autodoc-typehints": {
+ "credit": 0.005402970622119816,
+ "url": "https://pypi.org/project/sphinx-autodoc-typehints"
+ },
+ "toml": {
+ "credit": 0.0037261866359447,
+ "url": "https://pypi.org/project/toml"
+ },
+ "pytest-rerunfailures": {
+ "credit": 0.00149047465437788,
+ "url": "https://pypi.org/project/pytest-rerunfailures"
+ },
+ "pytest-mock": {
+ "credit": 0.002913200460829493,
+ "url": "https://pypi.org/project/pytest-mock"
+ },
+ "sphinx-argparse-cli": {
+ "credit": 0.00149047465437788,
+ "url": "https://pypi.org/project/sphinx-argparse-cli"
+ },
+ "colorama": {
+ "credit": 0.004698721347926267,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "pep517": {
+ "credit": 0.0063345172811059905,
+ "url": "https://pypi.org/project/pep517"
+ },
+ "jaraco.windows": {
+ "credit": 0.0024076898263027295,
+ "url": "https://pypi.org/project/jaraco.windows"
+ },
+ "pyobjc": {
+ "credit": 0.0024076898263027295,
+ "url": "https://pypi.org/project/pyobjc"
+ },
+ "singledispatch": {
+ "credit": 0.0024076898263027295,
+ "url": "https://pypi.org/project/singledispatch"
+ },
+ "setproctitle": {
+ "credit": 0.00521666129032258,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.00521666129032258,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.00521666129032258,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.00521666129032258,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "pytest-randomly": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/pytest-randomly"
+ },
+ "pytest-freezegun": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/pytest-freezegun"
+ },
+ "pytest-env": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/pytest-env"
+ },
+ "flaky": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/flaky"
+ },
+ "coverage-enable-subprocess": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/coverage-enable-subprocess"
+ },
+ "towncrier": {
+ "credit": 0.017072709677419355,
+ "url": "https://pypi.org/project/towncrier"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx-argparse": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/sphinx-argparse"
+ },
+ "proselint": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/proselint"
+ },
+ "importlib-resources": {
+ "credit": 0.0035093903225806447,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "pathlib2": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/pathlib2"
+ },
+ "platformdirs": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/platformdirs"
+ },
+ "distlib": {
+ "credit": 0.0014227258064516129,
+ "url": "https://pypi.org/project/distlib"
+ },
+ "flake8": {
+ "credit": 0.0325519664516129,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "jaraco.context": {
+ "credit": 0.004191959965437787,
+ "url": "https://pypi.org/project/jaraco.context"
+ },
+ "more-itertools": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/more-itertools"
+ },
+ "jaraco.functools": {
+ "credit": 0.004191959965437787,
+ "url": "https://pypi.org/project/jaraco.functools"
+ },
+ "tempora": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/tempora"
+ },
+ "types-toml": {
+ "credit": 0.00223571198156682,
+ "url": "https://pypi.org/project/types-toml"
+ },
+ "types-docutils": {
+ "credit": 0.004322376497695853,
+ "url": "https://pypi.org/project/types-docutils"
+ },
+ "docutils": {
+ "credit": 0.0034877106912442396,
+ "url": "https://pypi.org/project/docutils"
+ },
+ "xmlschema": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "requests": {
+ "credit": 0.003208246693548387,
+ "url": "https://pypi.org/project/requests"
+ },
+ "nose": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/nose"
+ },
+ "hypothesis": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "argcomplete": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "atomicwrites": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "py": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "iniconfig": {
+ "credit": 0.0019562479838709677,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "pygments~=2.7": {
+ "credit": 0.01043332258064516,
+ "url": "https://pypi.org/project/pygments~=2.7"
+ },
+ "sphinx~=4.0": {
+ "credit": 0.01043332258064516,
+ "url": "https://pypi.org/project/sphinx~=4.0"
+ },
+ "beautifulsoup4": {
+ "credit": 0.01043332258064516,
+ "url": "https://pypi.org/project/beautifulsoup4"
+ },
+ "keyring": {
+ "credit": 0.002086664516129032,
+ "url": "https://pypi.org/project/keyring"
+ },
+ "requests-toolbelt": {
+ "credit": 0.002086664516129032,
+ "url": "https://pypi.org/project/requests-toolbelt"
+ },
+ "types-python-dateutil": {
+ "credit": 0.00223571198156682,
+ "url": "https://pypi.org/project/types-python-dateutil"
+ },
+ "python-dateutil": {
+ "credit": 0.00223571198156682,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "types-requests": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/types-requests"
+ },
+ "types-typed-ast": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/types-typed-ast"
+ },
+ "docutils-stubs": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/docutils-stubs"
+ },
+ "isort": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/isort"
+ },
+ "sphinxcontrib-websupport": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/sphinxcontrib-websupport"
+ },
+ "imagesize": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/imagesize"
+ },
+ "alabaster": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/alabaster"
+ },
+ "babel": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/babel"
+ },
+ "snowballstemmer": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/snowballstemmer"
+ },
+ "Pygments": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/Pygments"
+ },
+ "Jinja2": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/Jinja2"
+ },
+ "sphinxcontrib-qthelp": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/sphinxcontrib-qthelp"
+ },
+ "sphinxcontrib-serializinghtml": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/sphinxcontrib-serializinghtml"
+ },
+ "sphinxcontrib-htmlhelp": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/sphinxcontrib-htmlhelp"
+ },
+ "sphinxcontrib-jsmath": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/sphinxcontrib-jsmath"
+ },
+ "sphinxcontrib-devhelp": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/sphinxcontrib-devhelp"
+ },
+ "sphinxcontrib-applehelp": {
+ "credit": 0.0012519987096774193,
+ "url": "https://pypi.org/project/sphinxcontrib-applehelp"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/UK-Digital-Heart-Project/4Dsurvival/setup.py b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/setup.py
new file mode 100644
index 00000000..6ac0e4c7
--- /dev/null
+++ b/_repos/github/UK-Digital-Heart-Project/4Dsurvival/setup.py
@@ -0,0 +1,13 @@
+from setuptools import setup, find_namespace_packages
+
+
+setup(
+ name="4Dsurvival",
+ use_scm_version=True,
+ author="Declan Oregan",
+ author_email="declan.oregan@lms.mrc.ac.uk",
+ description="",
+ packages=find_namespace_packages(),
+ setup_requires=["setuptools >= 40.0.0"],
+ include_package_data=True,
+)
diff --git a/_repos/github/WMD-group/MacroDensity/README.md b/_repos/github/WMD-group/MacroDensity/README.md
new file mode 100644
index 00000000..e6e93efb
--- /dev/null
+++ b/_repos/github/WMD-group/MacroDensity/README.md
@@ -0,0 +1,81 @@
+---
+title: github/WMD-group/MacroDensity
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.792|
+|pypi|[sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme)|0.029|
+|pypi|[matplotlib](https://matplotlib.org)|0.027|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.014|
+|setup.py|github/WMD-group/MacroDensity|0.01|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.007|
+|pypi|[tox](https://pypi.org/project/tox)|0.007|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.007|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.004|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.004|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.004|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.004|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.004|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.004|
+|pypi|[requests](https://pypi.org/project/requests)|0.003|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.003|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.003|
+|pypi|[scipy](https://www.scipy.org)|0.003|
+|pypi|[spglib](http://spglib.github.io/spglib/)|0.002|
+|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|0.002|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.002|
+|pypi|[xmlschema](https://github.com/sissaschool/xmlschema)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[nose](https://pypi.org/project/nose)|0.002|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.002|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.002|
+|pypi|[py](https://pypi.org/project/py)|0.002|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.002|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.002|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.002|
+|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.002|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.002|
+|pypi|[pyroma](https://pypi.org/project/pyroma)|0.002|
+|pypi|[markdown2](https://pypi.org/project/markdown2)|0.002|
+|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.002|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.002|
+|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.002|
+|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.002|
+|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.002|
+|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.002|
+|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.002|
+|pypi|[olefile](https://pypi.org/project/olefile)|0.002|
+|pypi|[types-requests](https://pypi.org/project/types-requests)|0.001|
+|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.001|
+|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.001|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.001|
+|pypi|[isort](https://pypi.org/project/isort)|0.001|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.001|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.001|
+|pypi|[imagesize](https://pypi.org/project/imagesize)|0.001|
+|pypi|[alabaster](https://pypi.org/project/alabaster)|0.001|
+|pypi|[babel](https://pypi.org/project/babel)|0.001|
+|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.001|
+|pypi|[docutils](https://pypi.org/project/docutils)|0.001|
+|pypi|[Pygments](https://pypi.org/project/Pygments)|0.001|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.001|
+|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.001|
+|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.001|
+|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.001|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.001|
+|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.001|
+|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|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/WMD-group/MacroDensity/badge.png b/_repos/github/WMD-group/MacroDensity/badge.png
new file mode 100644
index 00000000..ddc837f3
Binary files /dev/null and b/_repos/github/WMD-group/MacroDensity/badge.png differ
diff --git a/_repos/github/WMD-group/MacroDensity/data.json b/_repos/github/WMD-group/MacroDensity/data.json
new file mode 100644
index 00000000..facf5ead
--- /dev/null
+++ b/_repos/github/WMD-group/MacroDensity/data.json
@@ -0,0 +1,278 @@
+{
+ "setup.py": {
+ "github/WMD-group/MacroDensity": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "scipy": {
+ "credit": 0.0027472500000000066,
+ "url": "https://www.scipy.org"
+ },
+ "numpy": {
+ "credit": 0.79172775,
+ "url": "https://www.numpy.org"
+ },
+ "spglib": {
+ "credit": 0.002475000000000005,
+ "url": "http://spglib.github.io/spglib/"
+ },
+ "ase": {
+ "credit": 0.002475000000000005,
+ "url": "https://wiki.fysik.dtu.dk/ase"
+ },
+ "pytest": {
+ "credit": 0.014265219375,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "pytest-xdist": {
+ "credit": 0.00027225000000000166,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest-mock": {
+ "credit": 0.00027225000000000166,
+ "url": "https://github.com/pytest-dev/pytest-mock/"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.028909546874999997,
+ "url": "https://github.com/readthedocs/sphinx_rtd_theme"
+ },
+ "sphinx": {
+ "credit": 0.0019567968750000015,
+ "url": "https://www.sphinx-doc.org/"
+ },
+ "pillow": {
+ "credit": 0.00027225000000000166,
+ "url": "https://python-pillow.org"
+ },
+ "matplotlib": {
+ "credit": 0.027225,
+ "url": "https://matplotlib.org"
+ },
+ "xmlschema": {
+ "credit": 0.0016845468749999998,
+ "url": "https://github.com/sissaschool/xmlschema"
+ },
+ "requests": {
+ "credit": 0.002762656875,
+ "url": "https://pypi.org/project/requests"
+ },
+ "pygments": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/mock"
+ },
+ "hypothesis": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "argcomplete": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "colorama": {
+ "credit": 0.002762656875,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "atomicwrites": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "importlib-metadata": {
+ "credit": 0.002762656875,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "tomli": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "packaging": {
+ "credit": 0.00444720375,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "iniconfig": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "filelock": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "setproctitle": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "pytest-asyncio": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "tox": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/tox"
+ },
+ "pre-commit": {
+ "credit": 0.006738187499999999,
+ "url": "https://pypi.org/project/pre-commit"
+ },
+ "types-requests": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/types-requests"
+ },
+ "types-typed-ast": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/types-typed-ast"
+ },
+ "docutils-stubs": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/docutils-stubs"
+ },
+ "mypy": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "isort": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/isort"
+ },
+ "flake8": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "sphinxcontrib-websupport": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/sphinxcontrib-websupport"
+ },
+ "imagesize": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/imagesize"
+ },
+ "alabaster": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/alabaster"
+ },
+ "babel": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/babel"
+ },
+ "snowballstemmer": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/snowballstemmer"
+ },
+ "docutils": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/docutils"
+ },
+ "Pygments": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/Pygments"
+ },
+ "Jinja2": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/Jinja2"
+ },
+ "sphinxcontrib-qthelp": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/sphinxcontrib-qthelp"
+ },
+ "sphinxcontrib-serializinghtml": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/sphinxcontrib-serializinghtml"
+ },
+ "sphinxcontrib-htmlhelp": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/sphinxcontrib-htmlhelp"
+ },
+ "sphinxcontrib-jsmath": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/sphinxcontrib-jsmath"
+ },
+ "sphinxcontrib-devhelp": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/sphinxcontrib-devhelp"
+ },
+ "sphinxcontrib-applehelp": {
+ "credit": 0.00107811,
+ "url": "https://pypi.org/project/sphinxcontrib-applehelp"
+ },
+ "pytest-timeout": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pytest-timeout"
+ },
+ "pytest-cov": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pyroma": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pyroma"
+ },
+ "markdown2": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/markdown2"
+ },
+ "defusedxml": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/defusedxml"
+ },
+ "coverage": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "check-manifest": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/check-manifest"
+ },
+ "sphinxext-opengraph": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/sphinxext-opengraph"
+ },
+ "sphinx-removed-in": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/sphinx-removed-in"
+ },
+ "sphinx-issues": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/sphinx-issues"
+ },
+ "sphinx-copybutton": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/sphinx-copybutton"
+ },
+ "olefile": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/olefile"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/WMD-group/MacroDensity/setup.py b/_repos/github/WMD-group/MacroDensity/setup.py
new file mode 100644
index 00000000..dbf0a833
--- /dev/null
+++ b/_repos/github/WMD-group/MacroDensity/setup.py
@@ -0,0 +1,41 @@
+
+#!/usr/bin/env python
+
+__author__ = "Keith T. Butler"
+__copyright__ = "Copyright Keith T. Butler (2013)"
+__version__ = "1.0"
+__maintainer__ = "Keith T. Butler"
+__email__ = "keith.butler@stfc.ac.uk"
+__date__ = "Jan 11 2019"
+
+from setuptools import setup
+import os
+import unittest
+
+module_dir = os.path.dirname(os.path.abspath(__file__))
+
+def unit_tests():
+ test_loader = unittest.TestLoader()
+ test_suite = test_loader.discover('tests', pattern='unit_tests.py')
+ return test_suite
+
+if __name__ == "__main__":
+ setup(
+ name='MacroDensity',
+ version='1.0',
+ description='Manipulation of electron density',
+ long_description=open(os.path.join(module_dir, 'README.md')).read(),
+ url='https://github.com/WMD-group/MacroDensity',
+ author='Keith T. Butler',
+ author_email='keith.butler@stfc.ac.uk',
+ license='GNU General Public License (GPL) v3',
+ packages=['macrodensity'],
+ zip_safe=False,
+ install_requires=['scipy', 'numpy', 'spglib', 'ase'],
+ classifiers=['Programming Language :: Python',
+ 'Development Status :: 5 - Production/Stable',
+ 'Intended Audience :: Science/Research',
+ 'Operating System :: OS Independent',
+ 'Topic :: Scientific/Engineering'],
+ test_suite='setup.unit_tests'
+ )
diff --git a/_repos/github/WMD-group/SMACT/README.md b/_repos/github/WMD-group/SMACT/README.md
new file mode 100644
index 00000000..b011e79f
--- /dev/null
+++ b/_repos/github/WMD-group/SMACT/README.md
@@ -0,0 +1,51 @@
+---
+title: github/WMD-group/SMACT
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.47|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.039|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.039|
+|pypi|[ppft](https://pypi.org/project/ppft)|0.035|
+|pypi|[pox](https://pypi.org/project/pox)|0.035|
+|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.035|
+|pypi|[dill](https://pypi.org/project/dill)|0.035|
+|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.025|
+|pypi|[scipy](https://www.scipy.org)|0.024|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.023|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.023|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.023|
+|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|0.016|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.016|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.016|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.016|
+|setup.py|github/WMD-group/SMACT|0.01|
+|pypi|[spglib](http://spglib.github.io/spglib/)|0.009|
+|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|0.009|
+|pypi|[pandas](https://pandas.pydata.org)|0.009|
+|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.007|
+|pypi|[tqdm](https://pypi.org/project/tqdm)|0.007|
+|pypi|[pybtex](https://pypi.org/project/pybtex)|0.007|
+|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.007|
+|pypi|[plotly](https://pypi.org/project/plotly)|0.007|
+|pypi|[sympy](https://pypi.org/project/sympy)|0.007|
+|pypi|[palettable](https://pypi.org/project/palettable)|0.007|
+|pypi|[networkx](https://pypi.org/project/networkx)|0.007|
+|pypi|[tabulate](https://pypi.org/project/tabulate)|0.007|
+|pypi|[monty](https://pypi.org/project/monty)|0.007|
+|pypi|[ruamel.yaml](https://pypi.org/project/ruamel.yaml)|0.007|
+|pypi|[requests](https://pypi.org/project/requests)|0.007|
+|pypi|[wslink](https://pypi.org/project/wslink)|0.002|
+|pypi|[pymatgen](https://pymatgen.org)|0.001|
+|pypi|[pathos](https://github.com/uqfoundation/pathos)|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/WMD-group/SMACT/badge.png b/_repos/github/WMD-group/SMACT/badge.png
new file mode 100644
index 00000000..a474e972
Binary files /dev/null and b/_repos/github/WMD-group/SMACT/badge.png differ
diff --git a/_repos/github/WMD-group/SMACT/data.json b/_repos/github/WMD-group/SMACT/data.json
new file mode 100644
index 00000000..6add83a1
--- /dev/null
+++ b/_repos/github/WMD-group/SMACT/data.json
@@ -0,0 +1,150 @@
+{
+ "setup.py": {
+ "github/WMD-group/SMACT": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "scipy": {
+ "credit": 0.024340601503759413,
+ "url": "https://www.scipy.org"
+ },
+ "numpy": {
+ "credit": 0.47015099999999993,
+ "url": "https://www.numpy.org"
+ },
+ "spglib": {
+ "credit": 0.008783458646616556,
+ "url": "http://spglib.github.io/spglib/"
+ },
+ "pymatgen": {
+ "credit": 0.001414285714285729,
+ "url": "https://pymatgen.org"
+ },
+ "ase": {
+ "credit": 0.008783458646616556,
+ "url": "https://wiki.fysik.dtu.dk/ase"
+ },
+ "pandas": {
+ "credit": 0.008783458646616556,
+ "url": "https://pandas.pydata.org"
+ },
+ "pathos": {
+ "credit": 0.001414285714285729,
+ "url": "https://github.com/uqfoundation/pathos"
+ },
+ "vtk": {
+ "credit": 7.36917293233082e-05,
+ "url": "https://vtk.org"
+ },
+ "netcdf4": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/netcdf4"
+ },
+ "tqdm": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/tqdm"
+ },
+ "pybtex": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/pybtex"
+ },
+ "uncertainties": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/uncertainties"
+ },
+ "plotly": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/plotly"
+ },
+ "sympy": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/sympy"
+ },
+ "palettable": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/palettable"
+ },
+ "matplotlib": {
+ "credit": 0.025358142857142857,
+ "url": "https://pypi.org/project/matplotlib"
+ },
+ "networkx": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/networkx"
+ },
+ "tabulate": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/tabulate"
+ },
+ "monty": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/monty"
+ },
+ "ruamel.yaml": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/ruamel.yaml"
+ },
+ "requests": {
+ "credit": 0.0073691729323308265,
+ "url": "https://pypi.org/project/requests"
+ },
+ "pytest": {
+ "credit": 0.03889285714285714,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "pytest-xdist": {
+ "credit": 0.03889285714285714,
+ "url": "https://pypi.org/project/pytest-xdist"
+ },
+ "pytest-mock": {
+ "credit": 0.015557142857142856,
+ "url": "https://pypi.org/project/pytest-mock"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.015557142857142856,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx": {
+ "credit": 0.015557142857142856,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "pillow": {
+ "credit": 0.015557142857142856,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "hypothesis": {
+ "credit": 0.023335714285714283,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "pytz": {
+ "credit": 0.023335714285714283,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.023335714285714283,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "ppft": {
+ "credit": 0.035003571428571426,
+ "url": "https://pypi.org/project/ppft"
+ },
+ "pox": {
+ "credit": 0.035003571428571426,
+ "url": "https://pypi.org/project/pox"
+ },
+ "multiprocess": {
+ "credit": 0.035003571428571426,
+ "url": "https://pypi.org/project/multiprocess"
+ },
+ "dill": {
+ "credit": 0.035003571428571426,
+ "url": "https://pypi.org/project/dill"
+ },
+ "wslink": {
+ "credit": 0.002431827067669173,
+ "url": "https://pypi.org/project/wslink"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/WMD-group/SMACT/setup.py b/_repos/github/WMD-group/SMACT/setup.py
new file mode 100644
index 00000000..ddab623c
--- /dev/null
+++ b/_repos/github/WMD-group/SMACT/setup.py
@@ -0,0 +1,55 @@
+#!/usr/bin/env python
+
+__author__ = "Daniel W. Davies"
+__copyright__ = "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
+__version__ = "2.3.1"
+__maintainer__ = "Anthony O. Onwuli"
+__email__ = "anthony.onwuli16@imperial.ac.uk"
+__date__ = "Nov 4 2021"
+
+from setuptools import setup, Extension
+import os
+import unittest
+
+module_dir = os.path.dirname(os.path.abspath(__file__))
+
+if __name__ == "__main__":
+ setup(
+ name="SMACT",
+ version="2.3.1",
+ description="Semiconducting Materials by Analogy and Chemical Theory",
+ long_description=open(os.path.join(module_dir, "README.md")).read(),
+ long_description_content_type="text/markdown",
+ url="https://github.com/WMD-group/SMACT",
+ author="Daniel W. Davies",
+ author_email="d.davies16@imperial.ac.uk",
+ license="MIT",
+ packages=["smact", "smact.tests", "smact.structure_prediction"],
+ package_data={
+ "smact": [
+ "data/*.txt",
+ "data/*.csv",
+ "data/*.data",
+ "data/*.xlsx",
+ "data/*.json",
+ ]
+ },
+ zip_safe=False,
+ test_suite="smact.tests.test",
+ install_requires=[
+ "scipy",
+ "numpy",
+ "spglib",
+ "pymatgen",
+ "ase",
+ "pandas",
+ "pathos",
+ ],
+ classifiers=[
+ "Programming Language :: Python",
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Science/Research",
+ "Operating System :: OS Independent",
+ "Topic :: Scientific/Engineering",
+ ],
+ )
diff --git a/_repos/github/alstat/ALUES/DESCRIPTION b/_repos/github/alstat/ALUES/DESCRIPTION
new file mode 100644
index 00000000..c3a484ed
--- /dev/null
+++ b/_repos/github/alstat/ALUES/DESCRIPTION
@@ -0,0 +1,42 @@
+Package: ALUES
+Type: Package
+Title: Agricultural Land Use Evaluation System
+Version: 0.2.1
+Date: 2022-01-10
+Authors@R: c(
+ person("Al-Ahmadgaid B.", "Asaad", , "alahmadgaid@gmail.com", role = c("aut", "cre"),
+ comment = c(ORCID = "0000-0003-3784-8593")
+ ),
+ person("Arnold R.", "Salvacion", , "arsalvacion@gmail.com", role = "aut",
+ comment = c(ORCID = "0000-0001-8868-2226")
+ ),
+ person("Bui", "Tan Yen", , "", role = "aut")
+ )
+Maintainer: Al-Ahmadgaid B. Asaad
+Author: Al-Ahmadgaid B. Asaad [aut, cre] (),
+ Arnold R. Salvacion [aut] (),
+ Bui Tan Yen [aut]
+Description: Evaluates land suitability for different crops production.
+ The package is based on the Food and Agriculture Organization (FAO) and the
+ International Rice Research Institute (IRRI) methodology for land evaluation.
+ Development of ALUES is inspired by similar tool for land evaluation, Land Use
+ Suitability Evaluation Tool (LUSET). The package uses fuzzy logic approach to evaluate
+ land suitability of a particular area based on inputs such as rainfall, temperature,
+ topography, and soil properties. The membership functions used for fuzzy modeling are
+ the following: Triangular, Trapezoidal and Gaussian. The methods for computing the
+ overall suitability of a particular area are also included, and these are the Minimum,
+ Maximum and Average. Finally, ALUES is a highly optimized library with core algorithms
+ written in C++.
+License: MIT + file LICENSE
+LazyData: true
+LinkingTo: Rcpp
+Encoding: UTF-8
+Depends:
+ R (>= 3.5.0),
+ Rcpp (>= 0.10.6)
+Suggests:
+ testthat, markdown, knitr, microbenchmark, ggmap, raster, reshape2
+RoxygenNote: 7.1.2
+VignetteBuilder: knitr
+URL: https://github.com/alstat/ALUES/
+BugReports: https://github.com/alstat/ALUES/issues/
diff --git a/_repos/github/alstat/ALUES/README.md b/_repos/github/alstat/ALUES/README.md
new file mode 100644
index 00000000..5875144a
--- /dev/null
+++ b/_repos/github/alstat/ALUES/README.md
@@ -0,0 +1,17 @@
+---
+title: github/alstat/ALUES
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|DESCRIPTION|github/alstat/ALUES|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/alstat/ALUES/badge.png b/_repos/github/alstat/ALUES/badge.png
new file mode 100644
index 00000000..6ca28eee
Binary files /dev/null and b/_repos/github/alstat/ALUES/badge.png differ
diff --git a/_repos/github/alstat/ALUES/data.json b/_repos/github/alstat/ALUES/data.json
new file mode 100644
index 00000000..dbe5e126
--- /dev/null
+++ b/_repos/github/alstat/ALUES/data.json
@@ -0,0 +1,8 @@
+{
+ "DESCRIPTION": {
+ "github/alstat/ALUES": {
+ "credit": 0.01,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/baiwenjia/ukbb_cardiac/CMakeLists.txt b/_repos/github/baiwenjia/ukbb_cardiac/CMakeLists.txt
new file mode 100644
index 00000000..b34ffc17
--- /dev/null
+++ b/_repos/github/baiwenjia/ukbb_cardiac/CMakeLists.txt
@@ -0,0 +1,29 @@
+cmake_minimum_required(VERSION 2.8)
+
+# The directory for compiled executable files
+SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
+
+# MIRTK
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+set(MIRTK_SOURCE_DIR /vol/biomedic2/wbai/git/MIRTK)
+set(MIRTK_BINARY_DIR /vol/biomedic2/wbai/git/MIRTK_bin)
+
+include_directories(${MIRTK_SOURCE_DIR}/Modules/Common/include)
+include_directories(${MIRTK_SOURCE_DIR}/Modules/Image/include)
+include_directories(${MIRTK_SOURCE_DIR}/Modules/ImageIO/include)
+include_directories(${MIRTK_SOURCE_DIR}/Modules/Numerics/include)
+include_directories(${MIRTK_SOURCE_DIR}/Modules/PointSet/include)
+include_directories(${MIRTK_SOURCE_DIR}/Modules/Registration/include)
+include_directories(${MIRTK_SOURCE_DIR}/Modules/Transformation/include)
+include_directories(${MIRTK_BINARY_DIR}/include)
+
+link_directories(${MIRTK_BINARY_DIR}/lib)
+link_libraries(MIRTKCommon MIRTKNumerics MIRTKImage MIRTKIO MIRTKPointSet MIRTKRegistration MIRTKTransformation)
+
+# VTK
+find_package(VTK REQUIRED)
+include(${VTK_USE_FILE})
+link_libraries(${VTK_LIBRARIES})
+
+# Executables
+ADD_EXECUTABLE(average_3d_ffd average_3d_ffd.cc)
diff --git a/_repos/github/baiwenjia/ukbb_cardiac/README.md b/_repos/github/baiwenjia/ukbb_cardiac/README.md
new file mode 100644
index 00000000..f531868d
--- /dev/null
+++ b/_repos/github/baiwenjia/ukbb_cardiac/README.md
@@ -0,0 +1,81 @@
+---
+title: github/baiwenjia/ukbb_cardiac
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|python|0.095|
+|spack|[zlib](https://zlib.net)|0.071|
+|spack|[qt](https://qt.io)|0.055|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.041|
+|spack|ncurses|0.041|
+|spack|py-sphinx|0.041|
+|spack|gnuconfig|0.035|
+|spack|libbsd|0.02|
+|spack|[cmake](https://www.cmake.org)|0.019|
+|spack|[expat](https://libexpat.github.io/)|0.018|
+|spack|libxml2|0.017|
+|spack|lz4|0.017|
+|spack|py-mpi4py|0.014|
+|spack|gl|0.014|
+|spack|glx|0.014|
+|spack|libxt|0.014|
+|spack|osmesa|0.014|
+|spack|boost|0.014|
+|spack|ffmpeg|0.014|
+|spack|mpi|0.014|
+|spack|freetype|0.014|
+|spack|glew|0.014|
+|spack|hdf5|0.014|
+|spack|jpeg|0.014|
+|spack|jsoncpp|0.014|
+|spack|netcdf-c|0.014|
+|spack|netcdf-cxx|0.014|
+|spack|libpng|0.014|
+|spack|libtiff|0.014|
+|spack|eigen|0.014|
+|spack|double-conversion|0.014|
+|spack|sqlite|0.014|
+|spack|pugixml|0.014|
+|spack|libogg|0.014|
+|spack|libtheora|0.014|
+|spack|utf8cpp|0.014|
+|spack|gl2ps|0.014|
+|spack|proj|0.014|
+|spack|cgns|0.014|
+|spack|seacas|0.014|
+|spack|perl|0.01|
+|spack|ca-certificates-mozilla|0.01|
+|spack|nasm|0.01|
+|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|0.01|
+|spack|automake|0.008|
+|spack|autoconf|0.008|
+|spack|libtool|0.008|
+|spack|m4|0.008|
+|spack|[openssl](https://www.openssl.org)|0.007|
+|spack|mbedtls|0.006|
+|spack|[vtk](http://www.vtk.org)|0.005|
+|spack|gnutls|0.003|
+|spack|nss|0.003|
+|spack|libidn2|0.003|
+|spack|nghttp2|0.003|
+|spack|libssh2|0.003|
+|spack|libssh|0.003|
+|spack|krb5|0.003|
+|spack|pkgconfig|0.003|
+|spack|bzip2|0.003|
+|spack|lzo|0.003|
+|spack|xz|0.003|
+|spack|zstd|0.003|
+|spack|nettle|0.003|
+|spack|libiconv|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/baiwenjia/ukbb_cardiac/badge.png b/_repos/github/baiwenjia/ukbb_cardiac/badge.png
new file mode 100644
index 00000000..15f24a60
Binary files /dev/null and b/_repos/github/baiwenjia/ukbb_cardiac/badge.png differ
diff --git a/_repos/github/baiwenjia/ukbb_cardiac/data.json b/_repos/github/baiwenjia/ukbb_cardiac/data.json
new file mode 100644
index 00000000..7b644596
--- /dev/null
+++ b/_repos/github/baiwenjia/ukbb_cardiac/data.json
@@ -0,0 +1,282 @@
+{
+ "CMakeLists.txt": {
+ "github/baiwenjia/ukbb_cardiac": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.01895142857142858,
+ "url": "https://www.cmake.org"
+ },
+ "vtk": {
+ "credit": 0.00495000000000001,
+ "url": "http://www.vtk.org"
+ },
+ "ninja": {
+ "credit": 0.0004083750000000025,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.0004083750000000025,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.017519736263736266,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.07142523626373626,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.0004083750000000025,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.0004083750000000025,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.0408375,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.006887401442307694,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.054838928571428566,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "python": {
+ "credit": 0.09526805357142856,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "py-mpi4py": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "gl": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "glx": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "libxt": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "osmesa": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "boost": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "ffmpeg": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "mpi": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "freetype": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "glew": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "hdf5": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "jsoncpp": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.017111361263736264,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.017111361263736264,
+ "url": null
+ },
+ "netcdf-c": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "netcdf-cxx": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "libpng": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "libtiff": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "eigen": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "double-conversion": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "sqlite": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "pugixml": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "libogg": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "libtheora": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "utf8cpp": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "gl2ps": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "proj": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "cgns": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "seacas": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.03477941394230769,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.006479026442307692,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.010107281249999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/biomedia-mira/blast-ct/README.md b/_repos/github/biomedia-mira/blast-ct/README.md
new file mode 100644
index 00000000..bb30c068
--- /dev/null
+++ b/_repos/github/biomedia-mira/blast-ct/README.md
@@ -0,0 +1,70 @@
+---
+title: github/biomedia-mira/blast-ct
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.37|
+|pypi|[SimpleITK](http://simpleitk.org/)|0.165|
+|pypi|[typing-extensions](https://typing.readthedocs.io/)|0.163|
+|pypi|[pytz](http://pythonhosted.org/pytz)|0.029|
+|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.029|
+|pypi|[requests](https://pypi.org/project/requests)|0.014|
+|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.013|
+|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.013|
+|pypi|[setuptools](https://github.com/pypa/setuptools)|0.013|
+|pypi|[protobuf](https://pypi.org/project/protobuf)|0.013|
+|pypi|[markdown](https://pypi.org/project/markdown)|0.013|
+|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|0.013|
+|pypi|[google-auth](https://pypi.org/project/google-auth)|0.013|
+|pypi|[grpcio](https://pypi.org/project/grpcio)|0.013|
+|pypi|[absl-py](https://pypi.org/project/absl-py)|0.013|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.012|
+|pypi|[watchdog](https://pypi.org/project/watchdog)|0.012|
+|setup.py|github/biomedia-mira/blast-ct|0.01|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.006|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.004|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.004|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.004|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.004|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.004|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.003|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.003|
+|pypi|[pandas](https://pandas.pydata.org)|0.003|
+|pypi|[hypothesis](https://hypothesis.works)|0.002|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[nose](https://pypi.org/project/nose)|0.002|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.002|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.002|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.002|
+|pypi|[py](https://pypi.org/project/py)|0.002|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.002|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.002|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.002|
+|pypi|[scipy](https://www.scipy.org)|0.002|
+|pypi|[torch](https://pytorch.org/)|0.002|
+|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|0.002|
+|pypi|[tzdata](https://pypi.org/project/tzdata)|0.001|
+|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.001|
+|pypi|[rich](https://pypi.org/project/rich)|0.001|
+|pypi|[redis](https://pypi.org/project/redis)|0.001|
+|pypi|[libcst](https://pypi.org/project/libcst)|0.001|
+|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.001|
+|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|0.001|
+|pypi|[django](https://pypi.org/project/django)|0.001|
+|pypi|[click](https://pypi.org/project/click)|0.001|
+|pypi|[black](https://pypi.org/project/black)|0.001|
+|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|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/biomedia-mira/blast-ct/badge.png b/_repos/github/biomedia-mira/blast-ct/badge.png
new file mode 100644
index 00000000..0906f487
Binary files /dev/null and b/_repos/github/biomedia-mira/blast-ct/badge.png differ
diff --git a/_repos/github/biomedia-mira/blast-ct/data.json b/_repos/github/biomedia-mira/blast-ct/data.json
new file mode 100644
index 00000000..aeba0137
--- /dev/null
+++ b/_repos/github/biomedia-mira/blast-ct/data.json
@@ -0,0 +1,234 @@
+{
+ "setup.py": {
+ "github/biomedia-mira/blast-ct": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "scipy": {
+ "credit": 0.0016500000000000126,
+ "url": "https://www.scipy.org"
+ },
+ "numpy": {
+ "credit": 0.36963775961538464,
+ "url": "https://www.numpy.org"
+ },
+ "pandas": {
+ "credit": 0.003147375000000012,
+ "url": "https://pandas.pydata.org"
+ },
+ "SimpleITK": {
+ "credit": 0.165,
+ "url": "http://simpleitk.org/"
+ },
+ "torch": {
+ "credit": 0.0016500000000000126,
+ "url": "https://pytorch.org/"
+ },
+ "tensorboard": {
+ "credit": 0.0016500000000000126,
+ "url": "https://github.com/tensorflow/tensorboard"
+ },
+ "pytest-xdist": {
+ "credit": 0.00027225000000000166,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.012481615384615386,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "hypothesis": {
+ "credit": 0.0019567968750000015,
+ "url": "https://hypothesis.works"
+ },
+ "pytz": {
+ "credit": 0.028722374999999998,
+ "url": "http://pythonhosted.org/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.028722374999999998,
+ "url": "https://github.com/dateutil/dateutil"
+ },
+ "typing-extensions": {
+ "credit": 0.16335,
+ "url": "https://typing.readthedocs.io/"
+ },
+ "wheel": {
+ "credit": 0.00012565384615384652,
+ "url": "https://github.com/pypa/wheel"
+ },
+ "werkzeug": {
+ "credit": 0.00012565384615384652,
+ "url": "https://palletsprojects.com/p/werkzeug/"
+ },
+ "tensorboard-plugin-wit": {
+ "credit": 0.012565384615384615,
+ "url": "https://whatif-tool.dev"
+ },
+ "tensorboard-data-server": {
+ "credit": 0.012565384615384615,
+ "url": "https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server"
+ },
+ "setuptools": {
+ "credit": 0.012565384615384615,
+ "url": "https://github.com/pypa/setuptools"
+ },
+ "requests": {
+ "credit": 0.014249931490384615,
+ "url": "https://pypi.org/project/requests"
+ },
+ "protobuf": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/protobuf"
+ },
+ "markdown": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/markdown"
+ },
+ "google-auth-oauthlib": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/google-auth-oauthlib"
+ },
+ "google-auth": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/google-auth"
+ },
+ "grpcio": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/grpcio"
+ },
+ "absl-py": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/absl-py"
+ },
+ "filelock": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "setproctitle": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "xmlschema": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "pygments": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/mock"
+ },
+ "argcomplete": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "colorama": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "atomicwrites": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "importlib-metadata": {
+ "credit": 0.0031819218749999994,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "tomli": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "packaging": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "iniconfig": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.0031819218749999994,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "tzdata": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/tzdata"
+ },
+ "backports.zoneinfo": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/backports.zoneinfo"
+ },
+ "rich": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/rich"
+ },
+ "redis": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/redis"
+ },
+ "libcst": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/libcst"
+ },
+ "lark-parser": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/lark-parser"
+ },
+ "dpcontracts": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/dpcontracts"
+ },
+ "django": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/django"
+ },
+ "click": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/click"
+ },
+ "black": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/black"
+ },
+ "sortedcontainers": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/sortedcontainers"
+ },
+ "pytest-cov": {
+ "credit": 0.0062198653846153844,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "watchdog": {
+ "credit": 0.012439730769230769,
+ "url": "https://pypi.org/project/watchdog"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/biomedia-mira/blast-ct/setup.py b/_repos/github/biomedia-mira/blast-ct/setup.py
new file mode 100644
index 00000000..27256b71
--- /dev/null
+++ b/_repos/github/biomedia-mira/blast-ct/setup.py
@@ -0,0 +1,33 @@
+import setuptools
+
+with open("README.md", "r") as fh:
+ long_description = fh.read()
+
+setuptools.setup(
+ name="blast_ct",
+ version="0.1.1",
+ author="Miguel Monteiro",
+ author_email="miguel.monteiro@imperial.ac.uk",
+ description="Automatic segmentation of Traumatic Brain Injury (TBI) in Head CT",
+ long_description=long_description,
+ long_description_content_type="text/markdown",
+ url="https://github.com/biomedia-mira/blast_ct",
+ packages=['blast_ct', 'blast_ct.models', 'blast_ct.nifti', 'blast_ct.trainer'],
+ package_data={'': ['data/saved_models/*.pt', 'data/config.json', 'README.md']},
+ entry_points={
+ 'console_scripts': [
+ 'blast-ct = blast_ct.console_tool:console_tool',
+ 'blast-ct-inference = blast_ct.inference:inference',
+ 'blast-ct-train = blast_ct.train:train'
+ ]
+ },
+ install_requires=[
+ 'scipy',
+ 'numpy',
+ 'pandas',
+ 'SimpleITK==1.2.4',
+ 'torch',
+ 'tensorboard'
+ ],
+ python_requires='>=3.6',
+)
diff --git a/_repos/github/biomedia-mira/deepscm/README.md b/_repos/github/biomedia-mira/deepscm/README.md
new file mode 100644
index 00000000..03b97ab0
--- /dev/null
+++ b/_repos/github/biomedia-mira/deepscm/README.md
@@ -0,0 +1,133 @@
+---
+title: github/biomedia-mira/deepscm
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.228|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.097|
+|pypi|[jupyter](http://jupyter.org)|0.085|
+|pypi|[scipy](https://www.scipy.org)|0.043|
+|pypi|[pandas](https://pandas.pydata.org)|0.032|
+|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.031|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.026|
+|pypi|[requests](https://pypi.org/project/requests)|0.02|
+|pypi|[torch](https://pytorch.org/)|0.019|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.018|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.014|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.014|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.014|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.01|
+|requirements.txt|github/biomedia-mira/deepscm|0.01|
+|pypi|[seaborn](https://seaborn.pydata.org)|0.009|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.008|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.008|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.008|
+|pypi|[scikit-learn](http://scikit-learn.org)|0.007|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.006|
+|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.006|
+|pypi|[tensorboard-plugin-wit](https://pypi.org/project/tensorboard-plugin-wit)|0.006|
+|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.006|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.006|
+|pypi|[protobuf](https://pypi.org/project/protobuf)|0.006|
+|pypi|[markdown](https://pypi.org/project/markdown)|0.006|
+|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|0.006|
+|pypi|[google-auth](https://pypi.org/project/google-auth)|0.006|
+|pypi|[grpcio](https://pypi.org/project/grpcio)|0.006|
+|pypi|[absl-py](https://pypi.org/project/absl-py)|0.006|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.006|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.006|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.006|
+|pypi|[black](https://pypi.org/project/black)|0.006|
+|pypi|[torchvision](https://github.com/pytorch/vision)|0.005|
+|pypi|[scikit-image](https://scikit-image.org)|0.005|
+|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.004|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.004|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.004|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.004|
+|pypi|[horovod](https://pypi.org/project/horovod)|0.004|
+|pypi|[tqdm](https://pypi.org/project/tqdm)|0.004|
+|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|0.004|
+|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.004|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.004|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.004|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.004|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.004|
+|pypi|[joblib](https://pypi.org/project/joblib)|0.004|
+|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|0.003|
+|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|0.002|
+|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|0.002|
+|pypi|[asv](https://pypi.org/project/asv)|0.002|
+|pypi|[qtpy](https://pypi.org/project/qtpy)|0.002|
+|pypi|[astropy](https://pypi.org/project/astropy)|0.002|
+|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.002|
+|pypi|[kaleido](https://pypi.org/project/kaleido)|0.002|
+|pypi|[plotly](https://pypi.org/project/plotly)|0.002|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.002|
+|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.002|
+|pypi|[dask](https://pypi.org/project/dask)|0.002|
+|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.002|
+|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.002|
+|pypi|[pooch](https://pypi.org/project/pooch)|0.002|
+|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.002|
+|pypi|[tifffile](https://pypi.org/project/tifffile)|0.002|
+|pypi|[imageio](https://pypi.org/project/imageio)|0.002|
+|pypi|[networkx](https://pypi.org/project/networkx)|0.002|
+|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|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|[execnet](https://pypi.org/project/execnet)|0.002|
+|pypi|[snakeviz](https://pypi.org/project/snakeviz)|0.002|
+|pypi|[pytest-benchmark](https://pypi.org/project/pytest-benchmark)|0.002|
+|pypi|[prettytable](https://pypi.org/project/prettytable)|0.002|
+|pypi|[funsor](https://pypi.org/project/funsor)|0.002|
+|pypi|[yapf](https://pypi.org/project/yapf)|0.002|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.002|
+|pypi|[pypandoc](https://pypi.org/project/pypandoc)|0.002|
+|pypi|[ninja](https://pypi.org/project/ninja)|0.002|
+|pypi|[nbval](https://pypi.org/project/nbval)|0.002|
+|pypi|[nbstripout](https://pypi.org/project/nbstripout)|0.002|
+|pypi|[nbsphinx](https://pypi.org/project/nbsphinx)|0.002|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.002|
+|pypi|[isort](https://pypi.org/project/isort)|0.002|
+|pypi|[lap](https://pypi.org/project/lap)|0.002|
+|pypi|[wget](https://pypi.org/project/wget)|0.002|
+|pypi|[visdom](https://pypi.org/project/visdom)|0.002|
+|pypi|[graphviz](https://pypi.org/project/graphviz)|0.002|
+|pypi|[pyro-api](https://pypi.org/project/pyro-api)|0.002|
+|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.002|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.002|
+|pypi|[gym](https://pypi.org/project/gym)|0.002|
+|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|0.002|
+|pypi|[sklearn](https://pypi.org/project/sklearn)|0.002|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.002|
+|pypi|[twine](https://pypi.org/project/twine)|0.002|
+|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|0.002|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.002|
+|pypi|[wandb](https://pypi.org/project/wandb)|0.002|
+|pypi|[test-tube](https://pypi.org/project/test-tube)|0.002|
+|pypi|[mlflow](https://pypi.org/project/mlflow)|0.002|
+|pypi|[comet-ml](https://pypi.org/project/comet-ml)|0.002|
+|pypi|[neptune-client](https://pypi.org/project/neptune-client)|0.002|
+|pypi|[rich](https://pypi.org/project/rich)|0.002|
+|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.002|
+|pypi|[hydra-core](https://pypi.org/project/hydra-core)|0.002|
+|pypi|[omegaconf](https://pypi.org/project/omegaconf)|0.002|
+|pypi|[torchtext](https://pypi.org/project/torchtext)|0.002|
+|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|0.002|
+|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|0.002|
+|pypi|[fsspec](https://pypi.org/project/fsspec)|0.002|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002|
+|pypi|[pyro-ppl](http://pyro.ai)|0.001|
+|pypi|[pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning)|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/biomedia-mira/deepscm/badge.png b/_repos/github/biomedia-mira/deepscm/badge.png
new file mode 100644
index 00000000..5fba3a2c
Binary files /dev/null and b/_repos/github/biomedia-mira/deepscm/badge.png differ
diff --git a/_repos/github/biomedia-mira/deepscm/data.json b/_repos/github/biomedia-mira/deepscm/data.json
new file mode 100644
index 00000000..73186a7c
--- /dev/null
+++ b/_repos/github/biomedia-mira/deepscm/data.json
@@ -0,0 +1,474 @@
+{
+ "requirements.txt": {
+ "github/biomedia-mira/deepscm": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "jupyter": {
+ "credit": 0.08464934210526316,
+ "url": "http://jupyter.org"
+ },
+ "numpy": {
+ "credit": 0.22846571472654428,
+ "url": "https://www.numpy.org"
+ },
+ "pandas": {
+ "credit": 0.03160802241885201,
+ "url": "https://pandas.pydata.org"
+ },
+ "pyro-ppl": {
+ "credit": 0.0008250000000000063,
+ "url": "http://pyro.ai"
+ },
+ "pytorch-lightning": {
+ "credit": 0.0008249999999999924,
+ "url": "https://github.com/PyTorchLightning/pytorch-lightning"
+ },
+ "scikit-image": {
+ "credit": 0.00471428571428572,
+ "url": "https://scikit-image.org"
+ },
+ "scikit-learn": {
+ "credit": 0.007299986704566299,
+ "url": "http://scikit-learn.org"
+ },
+ "scipy": {
+ "credit": 0.043228449248120304,
+ "url": "https://www.scipy.org"
+ },
+ "seaborn": {
+ "credit": 0.009197199248120305,
+ "url": "https://seaborn.pydata.org"
+ },
+ "tensorboard": {
+ "credit": 0.0028170731707317137,
+ "url": "https://github.com/tensorflow/tensorboard"
+ },
+ "torch": {
+ "credit": 0.01857891527599487,
+ "url": "https://pytorch.org/"
+ },
+ "torchvision": {
+ "credit": 0.004966415275994871,
+ "url": "https://github.com/pytorch/vision"
+ },
+ "pytest-xdist": {
+ "credit": 0.0022854671052631587,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.026222834918852005,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "hypothesis": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "pytz": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "pytest-cov": {
+ "credit": 0.008372199248120299,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "snakeviz": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/snakeviz"
+ },
+ "pytest-benchmark": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/pytest-benchmark"
+ },
+ "prettytable": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/prettytable"
+ },
+ "horovod": {
+ "credit": 0.004141415275994865,
+ "url": "https://pypi.org/project/horovod"
+ },
+ "funsor": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/funsor"
+ },
+ "yapf": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/yapf"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx": {
+ "credit": 0.008372199248120299,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "pypandoc": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/pypandoc"
+ },
+ "ninja": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/ninja"
+ },
+ "nbval": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/nbval"
+ },
+ "nbstripout": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/nbstripout"
+ },
+ "nbsphinx": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/nbsphinx"
+ },
+ "nbformat": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "mypy": {
+ "credit": 0.008030700990280578,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "isort": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/isort"
+ },
+ "flake8": {
+ "credit": 0.010364272418852006,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "black": {
+ "credit": 0.006038627819548872,
+ "url": "https://pypi.org/project/black"
+ },
+ "lap": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/lap"
+ },
+ "wget": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/wget"
+ },
+ "pillow": {
+ "credit": 0.018095413533834585,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "visdom": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/visdom"
+ },
+ "matplotlib": {
+ "credit": 0.030783022418852005,
+ "url": "https://pypi.org/project/matplotlib"
+ },
+ "graphviz": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/graphviz"
+ },
+ "tqdm": {
+ "credit": 0.004141415275994865,
+ "url": "https://pypi.org/project/tqdm"
+ },
+ "pyro-api": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/pyro-api"
+ },
+ "opt-einsum": {
+ "credit": 0.002149342105263158,
+ "url": "https://pypi.org/project/opt-einsum"
+ },
+ "ipython": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "gym": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/gym"
+ },
+ "onnxruntime": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/onnxruntime"
+ },
+ "cloudpickle": {
+ "credit": 0.004325644599303136,
+ "url": "https://pypi.org/project/cloudpickle"
+ },
+ "jsonargparse": {
+ "credit": 0.003984146341463415,
+ "url": "https://pypi.org/project/jsonargparse"
+ },
+ "sklearn": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/sklearn"
+ },
+ "pytest-forked": {
+ "credit": 0.004238135670731707,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "pre-commit": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/pre-commit"
+ },
+ "twine": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/twine"
+ },
+ "pytest-rerunfailures": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/pytest-rerunfailures"
+ },
+ "codecov": {
+ "credit": 0.004325644599303136,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "coverage": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "wandb": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/wandb"
+ },
+ "test-tube": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/test-tube"
+ },
+ "mlflow": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/mlflow"
+ },
+ "comet-ml": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/comet-ml"
+ },
+ "neptune-client": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/neptune-client"
+ },
+ "rich": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/rich"
+ },
+ "gcsfs": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/gcsfs"
+ },
+ "hydra-core": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/hydra-core"
+ },
+ "omegaconf": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/omegaconf"
+ },
+ "torchtext": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/torchtext"
+ },
+ "typing-extensions": {
+ "credit": 0.0972795731707317,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "packaging": {
+ "credit": 0.004325644599303136,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "pyDeprecate": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/pyDeprecate"
+ },
+ "torchmetrics": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/torchmetrics"
+ },
+ "fsspec": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/fsspec"
+ },
+ "PyYAML": {
+ "credit": 0.0019920731707317074,
+ "url": "https://pypi.org/project/PyYAML"
+ },
+ "pytest-faulthandler": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/pytest-faulthandler"
+ },
+ "pytest-localserver": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/pytest-localserver"
+ },
+ "asv": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/asv"
+ },
+ "qtpy": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/qtpy"
+ },
+ "pyamg": {
+ "credit": 0.006222857142857143,
+ "url": "https://pypi.org/project/pyamg"
+ },
+ "astropy": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/astropy"
+ },
+ "SimpleITK": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/SimpleITK"
+ },
+ "kaleido": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/kaleido"
+ },
+ "plotly": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/plotly"
+ },
+ "ipywidgets": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/ipywidgets"
+ },
+ "myst-parser": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/myst-parser"
+ },
+ "dask": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/dask"
+ },
+ "pytest-runner": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/pytest-runner"
+ },
+ "sphinx-copybutton": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/sphinx-copybutton"
+ },
+ "numpydoc": {
+ "credit": 0.006222857142857143,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx-gallery": {
+ "credit": 0.006222857142857143,
+ "url": "https://pypi.org/project/sphinx-gallery"
+ },
+ "pooch": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/pooch"
+ },
+ "PyWavelets": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/PyWavelets"
+ },
+ "tifffile": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/tifffile"
+ },
+ "imageio": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/imageio"
+ },
+ "networkx": {
+ "credit": 0.0023335714285714283,
+ "url": "https://pypi.org/project/networkx"
+ },
+ "sphinxext-opengraph": {
+ "credit": 0.003889285714285714,
+ "url": "https://pypi.org/project/sphinxext-opengraph"
+ },
+ "sphinx-prompt": {
+ "credit": 0.003889285714285714,
+ "url": "https://pypi.org/project/sphinx-prompt"
+ },
+ "Pillow": {
+ "credit": 0.003889285714285714,
+ "url": "https://pypi.org/project/Pillow"
+ },
+ "memory-profiler": {
+ "credit": 0.003889285714285714,
+ "url": "https://pypi.org/project/memory-profiler"
+ },
+ "threadpoolctl": {
+ "credit": 0.003889285714285714,
+ "url": "https://pypi.org/project/threadpoolctl"
+ },
+ "joblib": {
+ "credit": 0.003889285714285714,
+ "url": "https://pypi.org/project/joblib"
+ },
+ "wheel": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "werkzeug": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/werkzeug"
+ },
+ "tensorboard-plugin-wit": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/tensorboard-plugin-wit"
+ },
+ "tensorboard-data-server": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/tensorboard-data-server"
+ },
+ "setuptools": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/setuptools"
+ },
+ "requests": {
+ "credit": 0.019895192307692308,
+ "url": "https://pypi.org/project/requests"
+ },
+ "protobuf": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/protobuf"
+ },
+ "markdown": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/markdown"
+ },
+ "google-auth-oauthlib": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/google-auth-oauthlib"
+ },
+ "google-auth": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/google-auth"
+ },
+ "grpcio": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/grpcio"
+ },
+ "absl-py": {
+ "credit": 0.006282692307692308,
+ "url": "https://pypi.org/project/absl-py"
+ },
+ "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"
+ },
+ "execnet": {
+ "credit": 0.0022460625,
+ "url": "https://pypi.org/project/execnet"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/biomedia-mira/deepscm/requirements.txt b/_repos/github/biomedia-mira/deepscm/requirements.txt
new file mode 100644
index 00000000..6d29542e
--- /dev/null
+++ b/_repos/github/biomedia-mira/deepscm/requirements.txt
@@ -0,0 +1,12 @@
+jupyter==1.0.0
+numpy==1.19.4
+pandas==1.2.0
+pyro-ppl==1.5.1
+pytorch-lightning==1.1.2
+scikit-image==0.18.1
+scikit-learn==0.24.0
+scipy==1.6.0
+seaborn==0.11.1
+tensorboard==2.4.0
+torch==1.7.1
+torchvision==0.8.2
diff --git a/_repos/github/biomedia-mira/drop2/CMakeLists.txt b/_repos/github/biomedia-mira/drop2/CMakeLists.txt
new file mode 100644
index 00000000..ae76dcf6
--- /dev/null
+++ b/_repos/github/biomedia-mira/drop2/CMakeLists.txt
@@ -0,0 +1,9 @@
+cmake_minimum_required(VERSION 3.0)
+
+project(drop)
+
+add_subdirectory(mia)
+add_subdirectory(itkio)
+add_subdirectory(mrfopt)
+add_subdirectory(drop)
+add_subdirectory(drop/apps/dropreg)
diff --git a/_repos/github/biomedia-mira/drop2/README.md b/_repos/github/biomedia-mira/drop2/README.md
new file mode 100644
index 00000000..6b931a7b
--- /dev/null
+++ b/_repos/github/biomedia-mira/drop2/README.md
@@ -0,0 +1,128 @@
+---
+title: github/biomedia-mira/drop2
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[zlib](https://zlib.net)|0.126|
+|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.11|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.082|
+|spack|pkgconfig|0.058|
+|spack|libbsd|0.04|
+|spack|[openssl](https://www.openssl.org)|0.025|
+|spack|perl|0.02|
+|spack|ca-certificates-mozilla|0.02|
+|spack|nasm|0.02|
+|spack|[expat](https://libexpat.github.io/)|0.017|
+|spack|automake|0.016|
+|spack|autoconf|0.016|
+|spack|libtool|0.016|
+|spack|m4|0.016|
+|spack|bzip2|0.016|
+|spack|xz|0.016|
+|spack|mbedtls|0.013|
+|spack|sqlite|0.011|
+|spack|gettext|0.011|
+|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.01|
+|CMakeLists.txt|github/biomedia-mira/drop2|0.01|
+|spack|[cmake](https://www.cmake.org)|0.01|
+|spack|readline|0.009|
+|spack|gdbm|0.009|
+|spack|libnsl|0.009|
+|spack|libffi|0.009|
+|spack|tk|0.009|
+|spack|tcl|0.009|
+|spack|uuid|0.009|
+|spack|tix|0.009|
+|spack|nss|0.008|
+|spack|zstd|0.008|
+|spack|libxml2|0.008|
+|spack|[gnutls](https://www.gnutls.org)|0.007|
+|spack|libidn2|0.007|
+|spack|nghttp2|0.007|
+|spack|libssh2|0.007|
+|spack|libssh|0.007|
+|spack|krb5|0.007|
+|spack|[python](https://www.python.org/)|0.007|
+|spack|lz4|0.006|
+|spack|lzo|0.006|
+|spack|nettle|0.006|
+|spack|libiconv|0.006|
+|spack|py-pip|0.003|
+|spack|py-wheel|0.003|
+|spack|py-sphinxcontrib-websupport|0.003|
+|spack|py-sphinxcontrib-applehelp|0.003|
+|spack|py-sphinxcontrib-devhelp|0.003|
+|spack|py-sphinxcontrib-jsmath|0.003|
+|spack|py-sphinxcontrib-htmlhelp|0.003|
+|spack|py-sphinxcontrib-serializinghtml|0.003|
+|spack|py-sphinxcontrib-qthelp|0.003|
+|spack|py-six|0.003|
+|spack|py-jinja2|0.003|
+|spack|py-pygments|0.003|
+|spack|py-docutils|0.003|
+|spack|py-snowballstemmer|0.003|
+|spack|py-babel|0.003|
+|spack|py-alabaster|0.003|
+|spack|py-imagesize|0.003|
+|spack|py-requests|0.003|
+|spack|py-setuptools|0.003|
+|spack|py-sphinx-rtd-theme|0.003|
+|spack|py-packaging|0.003|
+|spack|py-importlib-metadata|0.003|
+|spack|py-typing|0.003|
+|spack|py-colorama|0.003|
+|spack|[ninja](https://ninja-build.org/)|0.003|
+|spack|icu4c|0.002|
+|spack|jpeg|0.002|
+|spack|libmng|0.002|
+|spack|libtiff|0.002|
+|spack|freetype|0.002|
+|spack|gtkplus|0.002|
+|spack|libpng|0.002|
+|spack|libsm|0.002|
+|spack|pcre|0.002|
+|spack|inputproto|0.002|
+|spack|glib|0.002|
+|spack|dbus|0.002|
+|spack|gl|0.002|
+|spack|assimp|0.002|
+|spack|harfbuzz|0.002|
+|spack|double-conversion|0.002|
+|spack|pcre2|0.002|
+|spack|llvm|0.002|
+|spack|flex|0.002|
+|spack|bison|0.002|
+|spack|gperf|0.002|
+|spack|libdrm|0.002|
+|spack|libxcomposite|0.002|
+|spack|libxcursor|0.002|
+|spack|libxi|0.002|
+|spack|libxtst|0.002|
+|spack|libxrandr|0.002|
+|spack|libxdamage|0.002|
+|spack|fontconfig|0.002|
+|spack|libx11|0.002|
+|spack|libxcb|0.002|
+|spack|libxkbcommon|0.002|
+|spack|xcb-util-image|0.002|
+|spack|xcb-util-keysyms|0.002|
+|spack|xcb-util-renderutil|0.002|
+|spack|xcb-util-wm|0.002|
+|spack|libxext|0.002|
+|spack|libxrender|0.002|
+|spack|[curl](https://curl.se/)|0.001|
+|spack|[libarchive](https://www.libarchive.org)|0.001|
+|spack|[libuv](https://libuv.org)|0.001|
+|spack|[qt](https://qt.io)|0.001|
+|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|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/biomedia-mira/drop2/badge.png b/_repos/github/biomedia-mira/drop2/badge.png
new file mode 100644
index 00000000..e29f7e96
Binary files /dev/null and b/_repos/github/biomedia-mira/drop2/badge.png differ
diff --git a/_repos/github/biomedia-mira/drop2/data.json b/_repos/github/biomedia-mira/drop2/data.json
new file mode 100644
index 00000000..a1b31b89
--- /dev/null
+++ b/_repos/github/biomedia-mira/drop2/data.json
@@ -0,0 +1,454 @@
+{
+ "CMakeLists.txt": {
+ "github/biomedia-mira/drop2": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.00990000000000002,
+ "url": "https://www.cmake.org"
+ },
+ "ninja": {
+ "credit": 0.002501296875000005,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.000816750000000005,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.016501787002262448,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.12599733387726245,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.000816750000000005,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.081675,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.02492452137726245,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.000816750000000005,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.010281921617647063,
+ "url": "https://invisible-island.net/ncurses/ncurses.html"
+ },
+ "python": {
+ "credit": 0.006544209375000006,
+ "url": "https://www.python.org/"
+ },
+ "py-sphinx": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.sphinx-doc.org/en/master/"
+ },
+ "gnuconfig": {
+ "credit": 0.10998795288461538,
+ "url": "https://www.gnu.org/software/config/"
+ },
+ "gnutls": {
+ "credit": 0.006738187499999999,
+ "url": "https://www.gnutls.org"
+ },
+ "mbedtls": {
+ "credit": 0.012958052884615384,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.008422734375,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.05831703099264705,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.040429124999999996,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "icu4c": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libmng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libtiff": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "freetype": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gtkplus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "sqlite": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "libpng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libsm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "inputproto": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "glib": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "dbus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gl": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "assimp": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "harfbuzz": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "double-conversion": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "llvm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "flex": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "bison": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gperf": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libdrm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcomposite": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcursor": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxi": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxtst": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrandr": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxdamage": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gettext": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "fontconfig": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libx11": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcb": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxkbcommon": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-image": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-keysyms": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-renderutil": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-wm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxext": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrender": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "readline": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "gdbm": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libnsl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libffi": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tk": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tcl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "uuid": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tix": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "py-pip": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-wheel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-websupport": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-applehelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-devhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-jsmath": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-htmlhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-serializinghtml": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-qthelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-six": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-jinja2": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-pygments": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-docutils": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-snowballstemmer": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-babel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-alabaster": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-imagesize": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-requests": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-setuptools": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinx-rtd-theme": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-packaging": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-importlib-metadata": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-typing": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-colorama": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/biomedia-mira/istn/README.md b/_repos/github/biomedia-mira/istn/README.md
new file mode 100644
index 00000000..21603eb4
--- /dev/null
+++ b/_repos/github/biomedia-mira/istn/README.md
@@ -0,0 +1,73 @@
+---
+title: github/biomedia-mira/istn
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[six](https://github.com/benjaminp/six)|0.153|
+|pypi|[typing-extensions](https://typing.readthedocs.io/)|0.092|
+|pypi|[numpy](https://www.numpy.org)|0.075|
+|pypi|[protobuf](https://developers.google.com/protocol-buffers/)|0.064|
+|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.05|
+|pypi|[pytz](http://pythonhosted.org/pytz)|0.05|
+|pypi|[cycler](https://github.com/matplotlib/cycler)|0.043|
+|pypi|[matplotlib](https://matplotlib.org)|0.043|
+|pypi|[PyYAML](https://pyyaml.org/)|0.043|
+|pypi|[SimpleITK](http://simpleitk.org/)|0.043|
+|pypi|[watchdog](https://pypi.org/project/watchdog)|0.043|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.021|
+|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.021|
+|pypi|[requests](https://pypi.org/project/requests)|0.016|
+|pypi|[pyyaml](https://pyyaml.org/)|0.014|
+|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.014|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.014|
+|pypi|[enum34](https://bitbucket.org/stoneleaf/enum34)|0.011|
+|pypi|[futures](https://github.com/agronholm/pythonfutures)|0.011|
+|requirements.txt|github/biomedia-mira/istn|0.01|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.01|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.009|
+|pypi|[torch](https://pytorch.org/)|0.008|
+|pypi|[grpcio](https://grpc.io)|0.007|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.007|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.007|
+|pypi|[scipy](https://pypi.org/project/scipy)|0.007|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.007|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.007|
+|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.005|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.005|
+|pypi|[twine](https://pypi.org/project/twine)|0.005|
+|pypi|[py-make](https://pypi.org/project/py-make)|0.005|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.005|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.005|
+|pypi|[absl-py](https://github.com/abseil/abseil-py)|0.004|
+|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.003|
+|pypi|[tensorboard-plugin-wit](https://pypi.org/project/tensorboard-plugin-wit)|0.003|
+|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.003|
+|pypi|[markdown](https://pypi.org/project/markdown)|0.003|
+|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|0.003|
+|pypi|[google-auth](https://pypi.org/project/google-auth)|0.003|
+|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.003|
+|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.003|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.003|
+|pypi|[pyroma](https://pypi.org/project/pyroma)|0.003|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.003|
+|pypi|[markdown2](https://pypi.org/project/markdown2)|0.003|
+|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.003|
+|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.003|
+|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.003|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.003|
+|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.003|
+|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.003|
+|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.003|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.003|
+|pypi|[olefile](https://pypi.org/project/olefile)|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/biomedia-mira/istn/badge.png b/_repos/github/biomedia-mira/istn/badge.png
new file mode 100644
index 00000000..6977c33a
Binary files /dev/null and b/_repos/github/biomedia-mira/istn/badge.png differ
diff --git a/_repos/github/biomedia-mira/istn/data.json b/_repos/github/biomedia-mira/istn/data.json
new file mode 100644
index 00000000..88fbd28b
--- /dev/null
+++ b/_repos/github/biomedia-mira/istn/data.json
@@ -0,0 +1,282 @@
+{
+ "requirements.txt": {
+ "github/biomedia-mira/istn": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "absl-py": {
+ "credit": 0.003708361204013376,
+ "url": "https://github.com/abseil/abseil-py"
+ },
+ "attrdict": {
+ "credit": 0.0004304347826086935,
+ "url": "https://github.com/bcj/AttrDict"
+ },
+ "cycler": {
+ "credit": 0.043043478260869565,
+ "url": "https://github.com/matplotlib/cycler"
+ },
+ "grpcio": {
+ "credit": 0.007223937290969897,
+ "url": "https://grpc.io"
+ },
+ "kiwisolver": {
+ "credit": 0.0004304347826086935,
+ "url": "https://github.com/nucleic/kiwi"
+ },
+ "Markdown": {
+ "credit": 0.0004304347826086935,
+ "url": "https://Python-Markdown.github.io/"
+ },
+ "matplotlib": {
+ "credit": 0.043043478260869565,
+ "url": "https://matplotlib.org"
+ },
+ "numpy": {
+ "credit": 0.07473010033444816,
+ "url": "https://www.numpy.org"
+ },
+ "pandas": {
+ "credit": 0.0004304347826086935,
+ "url": "https://pandas.pydata.org"
+ },
+ "Pillow": {
+ "credit": 0.0004304347826086935,
+ "url": "https://python-pillow.org"
+ },
+ "protobuf": {
+ "credit": 0.06404132859531772,
+ "url": "https://developers.google.com/protocol-buffers/"
+ },
+ "pyparsing": {
+ "credit": 0.0004304347826086935,
+ "url": "https://pypi.org/project/pyparsing"
+ },
+ "python-dateutil": {
+ "credit": 0.05014565217391304,
+ "url": "https://github.com/dateutil/dateutil"
+ },
+ "pytz": {
+ "credit": 0.05014565217391304,
+ "url": "http://pythonhosted.org/pytz"
+ },
+ "PyYAML": {
+ "credit": 0.043043478260869565,
+ "url": "https://pyyaml.org/"
+ },
+ "SimpleITK": {
+ "credit": 0.043043478260869565,
+ "url": "http://simpleitk.org/"
+ },
+ "six": {
+ "credit": 0.15312717391304348,
+ "url": "https://github.com/benjaminp/six"
+ },
+ "tensorboard": {
+ "credit": 0.0004304347826086935,
+ "url": "https://github.com/tensorflow/tensorboard"
+ },
+ "tensorboardX": {
+ "credit": 0.0004304347826086935,
+ "url": "https://github.com/lanpa/tensorboardX"
+ },
+ "torch": {
+ "credit": 0.007532608695652172,
+ "url": "https://pytorch.org/"
+ },
+ "torchvision": {
+ "credit": 0.0004304347826086935,
+ "url": "https://github.com/pytorch/vision"
+ },
+ "tqdm": {
+ "credit": 0.0004304347826086935,
+ "url": "https://tqdm.github.io"
+ },
+ "Werkzeug": {
+ "credit": 0.0004304347826086935,
+ "url": "https://palletsprojects.com/p/werkzeug/"
+ },
+ "grpcio-tools": {
+ "credit": 0.00010653260869565237,
+ "url": "https://grpc.io"
+ },
+ "enum34": {
+ "credit": 0.010653260869565218,
+ "url": "https://bitbucket.org/stoneleaf/enum34"
+ },
+ "futures": {
+ "credit": 0.010653260869565218,
+ "url": "https://github.com/agronholm/pythonfutures"
+ },
+ "typing-extensions": {
+ "credit": 0.09232826086956522,
+ "url": "https://typing.readthedocs.io/"
+ },
+ "pyyaml": {
+ "credit": 0.014204347826086957,
+ "url": "https://pyyaml.org/"
+ },
+ "coverage": {
+ "credit": 0.0028053586956521743,
+ "url": "https://github.com/nedbat/coveragepy"
+ },
+ "importlib-metadata": {
+ "credit": 0.014204347826086957,
+ "url": "https://github.com/python/importlib_metadata"
+ },
+ "pytest-xdist": {
+ "credit": 0.007102173913043478,
+ "url": "https://pypi.org/project/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.009765489130434783,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "hypothesis": {
+ "credit": 0.007102173913043478,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "pytest-timeout": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/pytest-timeout"
+ },
+ "pytest-cov": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pyroma": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/pyroma"
+ },
+ "packaging": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "markdown2": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/markdown2"
+ },
+ "defusedxml": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/defusedxml"
+ },
+ "check-manifest": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/check-manifest"
+ },
+ "sphinxext-opengraph": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/sphinxext-opengraph"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx-removed-in": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/sphinx-removed-in"
+ },
+ "sphinx-issues": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/sphinx-issues"
+ },
+ "sphinx-copybutton": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/sphinx-copybutton"
+ },
+ "sphinx": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "olefile": {
+ "credit": 0.0026633152173913045,
+ "url": "https://pypi.org/project/olefile"
+ },
+ "jinja2": {
+ "credit": 0.021306521739130436,
+ "url": "https://pypi.org/project/jinja2"
+ },
+ "railroad-diagrams": {
+ "credit": 0.021306521739130436,
+ "url": "https://pypi.org/project/railroad-diagrams"
+ },
+ "wheel": {
+ "credit": 0.00860455685618729,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "werkzeug": {
+ "credit": 0.0032779264214046824,
+ "url": "https://pypi.org/project/werkzeug"
+ },
+ "tensorboard-plugin-wit": {
+ "credit": 0.0032779264214046824,
+ "url": "https://pypi.org/project/tensorboard-plugin-wit"
+ },
+ "tensorboard-data-server": {
+ "credit": 0.0032779264214046824,
+ "url": "https://pypi.org/project/tensorboard-data-server"
+ },
+ "setuptools": {
+ "credit": 0.006793502508361204,
+ "url": "https://pypi.org/project/setuptools"
+ },
+ "requests": {
+ "credit": 0.015706730769230768,
+ "url": "https://pypi.org/project/requests"
+ },
+ "markdown": {
+ "credit": 0.0032779264214046824,
+ "url": "https://pypi.org/project/markdown"
+ },
+ "google-auth-oauthlib": {
+ "credit": 0.0032779264214046824,
+ "url": "https://pypi.org/project/google-auth-oauthlib"
+ },
+ "google-auth": {
+ "credit": 0.0032779264214046824,
+ "url": "https://pypi.org/project/google-auth"
+ },
+ "scipy": {
+ "credit": 0.007102173913043478,
+ "url": "https://pypi.org/project/scipy"
+ },
+ "pillow": {
+ "credit": 0.007102173913043478,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "slack-sdk": {
+ "credit": 0.005326630434782609,
+ "url": "https://pypi.org/project/slack-sdk"
+ },
+ "ipywidgets": {
+ "credit": 0.005326630434782609,
+ "url": "https://pypi.org/project/ipywidgets"
+ },
+ "twine": {
+ "credit": 0.005326630434782609,
+ "url": "https://pypi.org/project/twine"
+ },
+ "py-make": {
+ "credit": 0.005326630434782609,
+ "url": "https://pypi.org/project/py-make"
+ },
+ "importlib-resources": {
+ "credit": 0.005326630434782609,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "colorama": {
+ "credit": 0.005326630434782609,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "watchdog": {
+ "credit": 0.04261304347826087,
+ "url": "https://pypi.org/project/watchdog"
+ },
+ "tomli": {
+ "credit": 0.014062304347826087,
+ "url": "https://pypi.org/project/tomli"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/biomedia-mira/istn/requirements.txt b/_repos/github/biomedia-mira/istn/requirements.txt
new file mode 100644
index 00000000..c6f2c73e
--- /dev/null
+++ b/_repos/github/biomedia-mira/istn/requirements.txt
@@ -0,0 +1,23 @@
+absl-py==0.7.1
+attrdict==2.0.1
+cycler==0.10.0
+grpcio==1.22.0
+kiwisolver==1.1.0
+Markdown==3.1.1
+matplotlib==3.0.3
+numpy==1.16.4
+pandas==0.24.2
+Pillow==8.1.1
+protobuf==3.9.0
+pyparsing==2.4.0
+python-dateutil==2.8.0
+pytz==2019.1
+PyYAML==5.4
+SimpleITK==1.2.0
+six==1.12.0
+tensorboard==1.14.0
+tensorboardX==1.8
+torch==1.1.0
+torchvision==0.3.0
+tqdm==4.32.2
+Werkzeug==0.15.5
diff --git a/_repos/github/biomedia-mira/masf/README.md b/_repos/github/biomedia-mira/masf/README.md
new file mode 100644
index 00000000..563d3a44
--- /dev/null
+++ b/_repos/github/biomedia-mira/masf/README.md
@@ -0,0 +1,54 @@
+---
+title: github/biomedia-mira/masf
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.185|
+|pypi|[python](http://www.python.org/2.5)|0.165|
+|pypi|[matplotlib](https://matplotlib.org)|0.165|
+|pypi|[skimage](https://github.com/scikit-image/scikit-image)|0.165|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.02|
+|pypi|[protobuf](https://pypi.org/project/protobuf)|0.02|
+|pypi|[grpcio](https://pypi.org/project/grpcio)|0.02|
+|pypi|[absl-py](https://pypi.org/project/absl-py)|0.02|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.013|
+|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.013|
+|pypi|[tensorboard-plugin-wit](https://pypi.org/project/tensorboard-plugin-wit)|0.013|
+|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.013|
+|pypi|[requests](https://pypi.org/project/requests)|0.013|
+|pypi|[markdown](https://pypi.org/project/markdown)|0.013|
+|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|0.013|
+|pypi|[google-auth](https://pypi.org/project/google-auth)|0.013|
+|requirements.txt|github/biomedia-mira/masf|0.01|
+|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|0.009|
+|pypi|[wrapt](https://github.com/GrahamDumpleton/wrapt)|0.007|
+|pypi|[typing-extensions](https://typing.readthedocs.io/)|0.007|
+|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.007|
+|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|0.007|
+|pypi|[six](https://pypi.org/project/six)|0.007|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.007|
+|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.007|
+|pypi|[libclang](https://pypi.org/project/libclang)|0.007|
+|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|0.007|
+|pypi|[keras](https://pypi.org/project/keras)|0.007|
+|pypi|[h5py](https://pypi.org/project/h5py)|0.007|
+|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.007|
+|pypi|[gast](https://pypi.org/project/gast)|0.007|
+|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.007|
+|pypi|[astunparse](https://pypi.org/project/astunparse)|0.007|
+|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|0.003|
+|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|0.001|
+|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|0.001|
+|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|0.001|
+|pypi|[tensorflow](https://pypi.org/project/tensorflow)|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/biomedia-mira/masf/badge.png b/_repos/github/biomedia-mira/masf/badge.png
new file mode 100644
index 00000000..b39c0a7d
Binary files /dev/null and b/_repos/github/biomedia-mira/masf/badge.png differ
diff --git a/_repos/github/biomedia-mira/masf/data.json b/_repos/github/biomedia-mira/masf/data.json
new file mode 100644
index 00000000..066adf5a
--- /dev/null
+++ b/_repos/github/biomedia-mira/masf/data.json
@@ -0,0 +1,162 @@
+{
+ "requirements.txt": {
+ "github/biomedia-mira/masf": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "python": {
+ "credit": 0.165,
+ "url": "http://www.python.org/2.5"
+ },
+ "numpy": {
+ "credit": 0.1849903846153846,
+ "url": "https://www.numpy.org"
+ },
+ "tensorflow-gpu": {
+ "credit": 0.0031201500000000125,
+ "url": "https://www.tensorflow.org/"
+ },
+ "tensorboard": {
+ "credit": 0.009075000000000014,
+ "url": "https://github.com/tensorflow/tensorboard"
+ },
+ "matplotlib": {
+ "credit": 0.165,
+ "url": "https://matplotlib.org"
+ },
+ "skimage": {
+ "credit": 0.165,
+ "url": "https://github.com/scikit-image/scikit-image"
+ },
+ "wrapt": {
+ "credit": 0.007425,
+ "url": "https://github.com/GrahamDumpleton/wrapt"
+ },
+ "typing-extensions": {
+ "credit": 0.007425,
+ "url": "https://typing.readthedocs.io/"
+ },
+ "termcolor": {
+ "credit": 0.007425,
+ "url": "http://pypi.python.org/pypi/termcolor"
+ },
+ "tensorflow-estimator": {
+ "credit": 0.007425,
+ "url": "https://www.tensorflow.org/"
+ },
+ "tensorflow-io-gcs-filesystem": {
+ "credit": 7.424999999999966e-05,
+ "url": "https://github.com/tensorflow/io"
+ },
+ "six": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/six"
+ },
+ "setuptools": {
+ "credit": 0.019990384615384615,
+ "url": "https://pypi.org/project/setuptools"
+ },
+ "protobuf": {
+ "credit": 0.019990384615384615,
+ "url": "https://pypi.org/project/protobuf"
+ },
+ "packaging": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "opt-einsum": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/opt-einsum"
+ },
+ "libclang": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/libclang"
+ },
+ "keras-preprocessing": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/keras-preprocessing"
+ },
+ "keras": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/keras"
+ },
+ "h5py": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/h5py"
+ },
+ "grpcio": {
+ "credit": 0.019990384615384615,
+ "url": "https://pypi.org/project/grpcio"
+ },
+ "google-pasta": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/google-pasta"
+ },
+ "gast": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/gast"
+ },
+ "flatbuffers": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/flatbuffers"
+ },
+ "astunparse": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/astunparse"
+ },
+ "absl-py": {
+ "credit": 0.019990384615384615,
+ "url": "https://pypi.org/project/absl-py"
+ },
+ "wheel": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "werkzeug": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/werkzeug"
+ },
+ "tensorboard-plugin-wit": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/tensorboard-plugin-wit"
+ },
+ "tensorboard-data-server": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/tensorboard-data-server"
+ },
+ "requests": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/requests"
+ },
+ "markdown": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/markdown"
+ },
+ "google-auth-oauthlib": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/google-auth-oauthlib"
+ },
+ "google-auth": {
+ "credit": 0.012565384615384615,
+ "url": "https://pypi.org/project/google-auth"
+ },
+ "tensorflow-rocm": {
+ "credit": 0.0014701500000000001,
+ "url": "https://pypi.org/project/tensorflow-rocm"
+ },
+ "tensorflow-cpu": {
+ "credit": 0.0014701500000000001,
+ "url": "https://pypi.org/project/tensorflow-cpu"
+ },
+ "tensorflow-aarch64": {
+ "credit": 0.0014701500000000001,
+ "url": "https://pypi.org/project/tensorflow-aarch64"
+ },
+ "tensorflow": {
+ "credit": 0.0014701500000000001,
+ "url": "https://pypi.org/project/tensorflow"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/biomedia-mira/masf/requirements.txt b/_repos/github/biomedia-mira/masf/requirements.txt
new file mode 100644
index 00000000..5bb2985d
--- /dev/null
+++ b/_repos/github/biomedia-mira/masf/requirements.txt
@@ -0,0 +1,6 @@
+python==2.7.15rc1
+numpy==1.16.4
+tensorflow-gpu==2.3.1
+tensorboard==1.14.0
+matplotlib==2.2.3
+skimage==0.14.2
diff --git a/_repos/github/brian-team/brian2/README.md b/_repos/github/brian-team/brian2/README.md
new file mode 100644
index 00000000..436d71a3
--- /dev/null
+++ b/_repos/github/brian-team/brian2/README.md
@@ -0,0 +1,61 @@
+---
+title: github/brian-team/brian2
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.22|
+|pypi|[cython](http://cython.org/)|0.11|
+|pypi|[py-cpuinfo](https://github.com/workhorsy/py-cpuinfo)|0.11|
+|pypi|[Babel](http://babel.pocoo.org/)|0.081|
+|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.081|
+|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.054|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.029|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.029|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.029|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.022|
+|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.022|
+|setup.py|github/brian-team/brian2|0.01|
+|pypi|[pytest-mypy](https://github.com/dbader/pytest-mypy)|0.007|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.007|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.007|
+|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.007|
+|pypi|[ini2toml](https://pypi.org/project/ini2toml)|0.007|
+|pypi|[pip-run](https://pypi.org/project/pip-run)|0.007|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.007|
+|pypi|[build](https://pypi.org/project/build)|0.007|
+|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|0.007|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.007|
+|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|0.007|
+|pypi|[pip](https://pypi.org/project/pip)|0.007|
+|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.007|
+|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|0.007|
+|pypi|[mock](https://pypi.org/project/mock)|0.007|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.007|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.007|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.007|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.007|
+|pypi|[furo](https://pypi.org/project/furo)|0.007|
+|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|0.007|
+|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.007|
+|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|0.007|
+|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.007|
+|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.007|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.007|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.007|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007|
+|pypi|[setuptools](https://github.com/pypa/setuptools)|0.002|
+|pypi|[jinja2](https://palletsprojects.com/p/jinja/)|0.002|
+|pypi|[sympy](https://sympy.org)|0.001|
+|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.001|
+|pypi|[mpmath](http://mpmath.org/)|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/brian-team/brian2/badge.png b/_repos/github/brian-team/brian2/badge.png
new file mode 100644
index 00000000..f6ba1855
Binary files /dev/null and b/_repos/github/brian-team/brian2/badge.png differ
diff --git a/_repos/github/brian-team/brian2/data.json b/_repos/github/brian-team/brian2/data.json
new file mode 100644
index 00000000..710e00ef
--- /dev/null
+++ b/_repos/github/brian-team/brian2/data.json
@@ -0,0 +1,186 @@
+{
+ "setup.py": {
+ "github/brian-team/brian2": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.22,
+ "url": "https://www.numpy.org"
+ },
+ "cython": {
+ "credit": 0.11,
+ "url": "http://cython.org/"
+ },
+ "sympy": {
+ "credit": 0.0011000000000000038,
+ "url": "https://sympy.org"
+ },
+ "pyparsing": {
+ "credit": 0.0011000000000000038,
+ "url": "https://pypi.org/project/pyparsing"
+ },
+ "jinja2": {
+ "credit": 0.001644500000000007,
+ "url": "https://palletsprojects.com/p/jinja/"
+ },
+ "py-cpuinfo": {
+ "credit": 0.11,
+ "url": "https://github.com/workhorsy/py-cpuinfo"
+ },
+ "setuptools": {
+ "credit": 0.0022000000000000075,
+ "url": "https://github.com/pypa/setuptools"
+ },
+ "mpmath": {
+ "credit": 0.0010890000000000066,
+ "url": "http://mpmath.org/"
+ },
+ "railroad-diagrams": {
+ "credit": 0.05445,
+ "url": "https://github.com/tabatkins/railroad-diagrams"
+ },
+ "Babel": {
+ "credit": 0.08140275,
+ "url": "http://babel.pocoo.org/"
+ },
+ "MarkupSafe": {
+ "credit": 0.08140275,
+ "url": "https://palletsprojects.com/p/markupsafe/"
+ },
+ "pytest-mypy": {
+ "credit": 0.007025806451612903,
+ "url": "https://github.com/dbader/pytest-mypy"
+ },
+ "pytest-cov": {
+ "credit": 0.0285880064516129,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pytest-black": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "tomli": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "tomli-w": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/tomli-w"
+ },
+ "ini2toml": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/ini2toml"
+ },
+ "pip-run": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pip-run"
+ },
+ "filelock": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "build": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/build"
+ },
+ "jaraco.path": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/jaraco.path"
+ },
+ "pytest-xdist": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pytest-xdist"
+ },
+ "jaraco.envs": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/jaraco.envs"
+ },
+ "pip": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pip"
+ },
+ "wheel": {
+ "credit": 0.0285880064516129,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "virtualenv": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/virtualenv"
+ },
+ "flake8-2020": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/flake8-2020"
+ },
+ "mock": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/mock"
+ },
+ "pytest-perf": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pytest-perf"
+ },
+ "pytest-enabler": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "pytest": {
+ "credit": 0.0285880064516129,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "furo": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/furo"
+ },
+ "sphinxcontrib-towncrier": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/sphinxcontrib-towncrier"
+ },
+ "sphinx-inline-tabs": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/sphinx-inline-tabs"
+ },
+ "sphinx-favicon": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/sphinx-favicon"
+ },
+ "pygments-github-lexers": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/pygments-github-lexers"
+ },
+ "jaraco.tidelift": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/jaraco.tidelift"
+ },
+ "rst.linker": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "sphinx": {
+ "credit": 0.007025806451612903,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "codecov": {
+ "credit": 0.021562199999999997,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "pycodestyle": {
+ "credit": 0.021562199999999997,
+ "url": "https://pypi.org/project/pycodestyle"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/brian-team/brian2/setup.py b/_repos/github/brian-team/brian2/setup.py
new file mode 100644
index 00000000..6a0bb2ae
--- /dev/null
+++ b/_repos/github/brian-team/brian2/setup.py
@@ -0,0 +1,200 @@
+#! /usr/bin/env python
+'''
+Brian2 setup script
+'''
+import io
+import sys
+import os
+import platform
+from pkg_resources import parse_version
+from setuptools import setup, find_packages, Extension
+from setuptools.command.build_ext import build_ext
+from distutils.errors import CompileError, DistutilsPlatformError
+
+import versioneer
+
+REQUIRED_CYTHON_VERSION = '0.29'
+
+try:
+ import Cython
+ if parse_version(Cython.__version__) < parse_version(REQUIRED_CYTHON_VERSION):
+ raise ImportError('Cython version %s is too old' % Cython.__version__)
+ from Cython.Build import cythonize
+ cython_available = True
+except ImportError:
+ cython_available = False
+
+
+def has_option(name):
+ try:
+ sys.argv.remove('--%s' % name)
+ return True
+ except ValueError:
+ pass
+ # allow passing all cmd line options also as environment variables
+ env_val = os.getenv(name.upper().replace('-', '_'), 'false').lower()
+ if env_val == "true":
+ return True
+ return False
+
+
+WITH_CYTHON = has_option('with-cython')
+FAIL_ON_ERROR = has_option('fail-on-error')
+
+pyx_fname = os.path.join('brian2', 'synapses', 'cythonspikequeue.pyx')
+cpp_fname = os.path.join('brian2', 'synapses', 'cythonspikequeue.cpp')
+
+if WITH_CYTHON or not os.path.exists(cpp_fname):
+ fname = pyx_fname
+ if not cython_available:
+ if FAIL_ON_ERROR and WITH_CYTHON:
+ raise RuntimeError('Compilation with Cython requested/necessary but '
+ 'Cython >= %s is not available.' % REQUIRED_CYTHON_VERSION)
+ else:
+ sys.stderr.write('Compilation with Cython requested/necessary but '
+ 'Cython >= %s is not available.\n' % REQUIRED_CYTHON_VERSION)
+ fname = None
+ if not os.path.exists(pyx_fname):
+ if FAIL_ON_ERROR and WITH_CYTHON:
+ raise RuntimeError(('Compilation with Cython requested/necessary but '
+ 'Cython source file %s does not exist') % pyx_fname)
+ else:
+ sys.stderr.write(('Compilation with Cython requested/necessary but '
+ 'Cython source file %s does not exist\n') % pyx_fname)
+ fname = None
+else:
+ fname = cpp_fname
+
+if fname is not None:
+ if (platform.system() == 'Linux' and
+ platform.architecture()[0] == '32bit' and
+ platform.machine() == 'x86_64'):
+ # We are cross-compiling (most likely to build a 32Bit package for conda
+ # on travis), set paths and flags for 32Bit explicitly
+ print('Configuring compilation for cross-compilation to 32 Bit')
+ extensions = [Extension("brian2.synapses.cythonspikequeue",
+ [fname],
+ include_dirs=[], # numpy include dir will be added later
+ library_dirs=['/lib32', '/usr/lib32'],
+ extra_compile_args=['-m32'],
+ extra_link_args=['-m32'])]
+ else:
+ extensions = [Extension("brian2.synapses.cythonspikequeue",
+ [fname],
+ include_dirs=[])] # numpy include dir will be added later
+ if fname == pyx_fname:
+ extensions = cythonize(extensions)
+else:
+ extensions = []
+
+
+class optional_build_ext(build_ext):
+ '''
+ This class allows the building of C extensions to fail and still continue
+ with the building process. This ensures that installation never fails, even
+ on systems without a C compiler, for example.
+ If brian is installed in an environment where building C extensions
+ *should* work, use the "--fail-on-error" option or set the environment
+ variable FAIL_ON_ERROR to true.
+ '''
+ def build_extension(self, ext):
+ import numpy
+ numpy_incl = numpy.get_include()
+ if hasattr(ext, 'include_dirs') and not numpy_incl in ext.include_dirs:
+ ext.include_dirs.append(numpy_incl)
+ try:
+ build_ext.build_extension(self, ext)
+ except (CompileError, DistutilsPlatformError) as ex:
+ if FAIL_ON_ERROR:
+ raise ex
+ else:
+ error_msg = ('Building %s failed (see error message(s) '
+ 'above) -- pure Python version will be used '
+ 'instead.') % ext.name
+ sys.stderr.write('*' * len(error_msg) + '\n' +
+ error_msg + '\n' +
+ '*' * len(error_msg) + '\n')
+
+
+# Use readme file as long description
+with io.open(os.path.join(os.path.dirname(__file__), 'README.rst'),
+ encoding='utf-8') as f:
+ long_description = f.read()
+
+setup(name='Brian2',
+ version=versioneer.get_version(),
+ packages=find_packages(),
+ package_data={# include template files
+ 'brian2.codegen.runtime.numpy_rt': ['templates/*.py_'],
+ 'brian2.codegen.runtime.cython_rt': ['templates/*.pyx'],
+ 'brian2.codegen.runtime.GSLcython_rt': ['templates/*.pyx'],
+ 'brian2.devices.cpp_standalone': ['templates/*.cpp',
+ 'templates/*.h',
+ 'templates/makefile',
+ 'templates/win_makefile',
+ 'templates_GSL/*.cpp',
+ 'brianlib/*.cpp',
+ 'brianlib/*.h'],
+ # include test template files
+ 'brian2.tests.test_templates.fake_package_1': ['templates/*.txt'],
+ 'brian2.tests.test_templates.fake_package_2': ['templates/*.txt'],
+ # Include RALLPACK test data, external code, and pytest config
+ 'brian2.tests': ['rallpack_data/README',
+ 'rallpack_data/ref_*',
+ 'func_def_cpp.cpp',
+ 'func_def_cpp.h',
+ 'func_def_cython.pyx',
+ 'func_def_cython.pxd',
+ 'pytest.ini'],
+ # include C++/Cython version of spike queue
+ 'brian2.synapses': ['cspikequeue.cpp',
+ 'cythonspikequeue.pyx',
+ 'stdint_compat.h'],
+ # include randomkit
+ 'brian2.random': ['randomkit/randomkit.c',
+ 'randomkit/randomkit.h']
+ },
+ install_requires=['numpy>=1.17',
+ 'cython>=0.29',
+ 'sympy>=1.2',
+ 'pyparsing',
+ 'jinja2>=2.7',
+ 'py-cpuinfo;platform_system=="Windows"',
+ 'setuptools>=24.2'
+ ],
+ setup_requires=['numpy>=1.10',
+ 'setuptools>=24.2'
+ ],
+ cmdclass=versioneer.get_cmdclass({'build_ext': optional_build_ext}),
+ provides=['brian2'],
+ extras_require={'test': ['pytest',
+ 'pytest-xdist>=1.22.3'],
+ 'docs': ['sphinx>=1.8',
+ 'ipython>=5',
+ 'sphinx-tabs']},
+ zip_safe=False,
+ ext_modules=extensions,
+ url='http://www.briansimulator.org/',
+ project_urls={
+ 'Documentation': 'https://brian2.readthedocs.io/',
+ 'Source': 'https://github.com/brian-team/brian2',
+ 'Tracker': 'https://github.com/brian-team/brian2/issues'
+ },
+ description='A clock-driven simulator for spiking neural networks',
+ long_description=long_description,
+ long_description_content_type='text/x-rst',
+ author='Marcel Stimberg, Dan Goodman, Romain Brette',
+ author_email='team@briansimulator.org',
+ keywords='computational neuroscience simulation',
+ classifiers=[
+ 'Development Status :: 5 - Production/Stable',
+ 'Intended Audience :: Science/Research',
+ 'License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)',
+ 'Natural Language :: English',
+ 'Operating System :: OS Independent',
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
+ 'Topic :: Scientific/Engineering :: Bio-Informatics'
+ ],
+ python_requires='>=3.7'
+ )
diff --git a/_repos/github/cog-imperial/GPdoemd/README.md b/_repos/github/cog-imperial/GPdoemd/README.md
new file mode 100644
index 00000000..def139e3
--- /dev/null
+++ b/_repos/github/cog-imperial/GPdoemd/README.md
@@ -0,0 +1,23 @@
+---
+title: github/cog-imperial/GPdoemd
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|setup.py|github/cog-imperial/GPdoemd|0.01|
+|pypi|[numpy](https://www.numpy.org)|0.003|
+|pypi|[scipy](https://www.scipy.org)|0.002|
+|pypi|[matplotlib](https://matplotlib.org)|0.002|
+|pypi|[six](https://github.com/benjaminp/six)|0.002|
+|pypi|[paramz](https://github.com/sods/paramz)|0.002|
+|pypi|[GPy](http://sheffieldml.github.com/GPy/)|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/cog-imperial/GPdoemd/badge.png b/_repos/github/cog-imperial/GPdoemd/badge.png
new file mode 100644
index 00000000..9c99a06f
Binary files /dev/null and b/_repos/github/cog-imperial/GPdoemd/badge.png differ
diff --git a/_repos/github/cog-imperial/GPdoemd/data.json b/_repos/github/cog-imperial/GPdoemd/data.json
new file mode 100644
index 00000000..ada0249b
--- /dev/null
+++ b/_repos/github/cog-imperial/GPdoemd/data.json
@@ -0,0 +1,34 @@
+{
+ "setup.py": {
+ "github/cog-imperial/GPdoemd": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.0032835,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.0016500000000000002,
+ "url": "https://www.scipy.org"
+ },
+ "matplotlib": {
+ "credit": 0.0016500000000000002,
+ "url": "https://matplotlib.org"
+ },
+ "six": {
+ "credit": 0.0016500000000000002,
+ "url": "https://github.com/benjaminp/six"
+ },
+ "paramz": {
+ "credit": 0.0016500000000000002,
+ "url": "https://github.com/sods/paramz"
+ },
+ "GPy": {
+ "credit": 0.0016500000000000002,
+ "url": "http://sheffieldml.github.com/GPy/"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/cog-imperial/GPdoemd/setup.py b/_repos/github/cog-imperial/GPdoemd/setup.py
new file mode 100644
index 00000000..5b00c1e6
--- /dev/null
+++ b/_repos/github/cog-imperial/GPdoemd/setup.py
@@ -0,0 +1,33 @@
+
+from setuptools import setup, find_packages
+from pathlib import Path
+
+project_root = Path(__file__).resolve().parent
+
+about = {}
+version_path = project_root / 'GPdoemd' / '__version__.py'
+with version_path.open() as f:
+ exec(f.read(), about)
+
+setup(
+ name='GPdoemd',
+ author=about['__author__'],
+ author_email=about['__author_email__'],
+ license=about['__license__'],
+ version=about['__version__'],
+ url='https://github.com/cog-imperial/GPdoemd',
+ packages=find_packages(exclude=['tests','docs']),
+ install_requires=['numpy>=1.7',
+ 'scipy>=0.17',
+ 'matplotlib>=1.3',
+ 'six',
+ 'paramz>=0.9.0',
+ 'GPy'],
+ setup_requires=['numpy>=1.7',
+ 'scipy>=0.17',
+ 'matplotlib>=1.3',
+ 'six',
+ 'paramz>=0.9.0',
+ 'GPy'],
+ tests_require=['pytest-runner','pytest', 'pytest-cov'],
+)
diff --git a/_repos/github/cog-imperial/entmoot/README.md b/_repos/github/cog-imperial/entmoot/README.md
new file mode 100644
index 00000000..14c86198
--- /dev/null
+++ b/_repos/github/cog-imperial/entmoot/README.md
@@ -0,0 +1,45 @@
+---
+title: github/cog-imperial/entmoot
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.268|
+|pypi|[pyYAML](https://pyyaml.org/)|0.165|
+|pypi|[pandas](https://pypi.org/project/pandas)|0.102|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.083|
+|pypi|[scipy](https://pypi.org/project/scipy)|0.062|
+|pypi|[dask](https://pypi.org/project/dask)|0.061|
+|pypi|[scikit-learn](http://scikit-learn.org)|0.055|
+|pypi|[mopti](https://github.com/basf/mopti)|0.042|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.02|
+|setup.py|github/cog-imperial/entmoot|0.01|
+|pypi|[mypy](http://www.mypy-lang.org/)|0.008|
+|pypi|[black](https://pypi.org/project/black)|0.008|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.008|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.008|
+|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.008|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.008|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.008|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.008|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.008|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.008|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.008|
+|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.008|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.008|
+|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.008|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.008|
+|pypi|[joblib](https://pypi.org/project/joblib)|0.008|
+|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.004|
+|pypi|[lightgbm](https://github.com/microsoft/LightGBM)|0.002|
+|pypi|[mbo](https://github.com/basf/mbo)|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/cog-imperial/entmoot/badge.png b/_repos/github/cog-imperial/entmoot/badge.png
new file mode 100644
index 00000000..95577bf9
Binary files /dev/null and b/_repos/github/cog-imperial/entmoot/badge.png differ
diff --git a/_repos/github/cog-imperial/entmoot/data.json b/_repos/github/cog-imperial/entmoot/data.json
new file mode 100644
index 00000000..be11fc81
--- /dev/null
+++ b/_repos/github/cog-imperial/entmoot/data.json
@@ -0,0 +1,122 @@
+{
+ "setup.py": {
+ "github/cog-imperial/entmoot": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.2679882857142857,
+ "url": "https://www.numpy.org"
+ },
+ "scikit-learn": {
+ "credit": 0.05473875000000002,
+ "url": "http://scikit-learn.org"
+ },
+ "pyYAML": {
+ "credit": 0.165,
+ "url": "https://pyyaml.org/"
+ },
+ "lightgbm": {
+ "credit": 0.0016500000000000126,
+ "url": "https://github.com/microsoft/LightGBM"
+ },
+ "mopti": {
+ "credit": 0.04248750000000001,
+ "url": "https://github.com/basf/mopti"
+ },
+ "mbo": {
+ "credit": 0.0016500000000000126,
+ "url": "https://github.com/basf/mbo"
+ },
+ "pyamg": {
+ "credit": 0.003928178571428571,
+ "url": "https://github.com/pyamg/pyamg"
+ },
+ "mypy": {
+ "credit": 0.007778571428571428,
+ "url": "http://www.mypy-lang.org/"
+ },
+ "black": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/black"
+ },
+ "flake8": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "pytest-cov": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pytest": {
+ "credit": 0.0825695357142857,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "sphinxext-opengraph": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/sphinxext-opengraph"
+ },
+ "sphinx-prompt": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/sphinx-prompt"
+ },
+ "Pillow": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/Pillow"
+ },
+ "numpydoc": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx-gallery": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/sphinx-gallery"
+ },
+ "sphinx": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "seaborn": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/seaborn"
+ },
+ "scikit-image": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/scikit-image"
+ },
+ "memory-profiler": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/memory-profiler"
+ },
+ "pandas": {
+ "credit": 0.10170482142857143,
+ "url": "https://pypi.org/project/pandas"
+ },
+ "matplotlib": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/matplotlib"
+ },
+ "threadpoolctl": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/threadpoolctl"
+ },
+ "joblib": {
+ "credit": 0.007778571428571428,
+ "url": "https://pypi.org/project/joblib"
+ },
+ "scipy": {
+ "credit": 0.062150785714285714,
+ "url": "https://pypi.org/project/scipy"
+ },
+ "dask": {
+ "credit": 0.06125625,
+ "url": "https://pypi.org/project/dask"
+ },
+ "wheel": {
+ "credit": 0.02041875,
+ "url": "https://pypi.org/project/wheel"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/cog-imperial/entmoot/setup.py b/_repos/github/cog-imperial/entmoot/setup.py
new file mode 100644
index 00000000..298d1ac4
--- /dev/null
+++ b/_repos/github/cog-imperial/entmoot/setup.py
@@ -0,0 +1,35 @@
+from setuptools import setup, find_packages
+from pathlib import Path
+
+project_root = Path(__file__).resolve().parent
+
+about = {}
+version_path = project_root / 'entmoot' / '__version__.py'
+with version_path.open() as f:
+ exec(f.read(), about)
+
+setup(
+ name='entmoot',
+ author=about['__author__'],
+ author_email=about['__author_email__'],
+ license=about['__license__'],
+ version=about['__version__'],
+ url='https://github.com/cog-imperial/entmoot',
+ packages=find_packages(exclude=['tests','docs']),
+ install_requires=[
+ 'numpy>=1.18.4',
+ 'scikit-learn>=0.21.3',
+ 'pyYAML>=5.3.1',
+ 'lightgbm>=2.3.1',
+ 'mopti>=0.9.2',
+ 'mbo>=0.0.1'
+ ],
+ setup_requires=[
+ 'numpy>=1.18.4',
+ 'scikit-learn>=0.21.3',
+ 'pyYAML>=5.3.1',
+ 'lightgbm>=2.3.1',
+ 'mopti>=0.9.2',
+ 'mbo>=0.01'
+ ]
+)
diff --git a/_repos/github/cog-imperial/galini/README.md b/_repos/github/cog-imperial/galini/README.md
new file mode 100644
index 00000000..acd1738e
--- /dev/null
+++ b/_repos/github/cog-imperial/galini/README.md
@@ -0,0 +1,79 @@
+---
+title: github/cog-imperial/galini
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.158|
+|pypi|[pydot](https://github.com/pydot/pydot)|0.08|
+|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|0.076|
+|pypi|[toml](https://github.com/uiri/toml)|0.076|
+|pypi|[texttable](https://github.com/foutaise/texttable/)|0.076|
+|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|0.076|
+|pypi|[protobuf](https://developers.google.com/protocol-buffers/)|0.076|
+|pypi|[h5py](http://www.h5py.org)|0.076|
+|pypi|[coramin](https://github.com/Coramin/Coramin)|0.076|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.013|
+|setup.py|github/cog-imperial/galini|0.01|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.01|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.01|
+|pypi|[scipy](https://www.scipy.org)|0.007|
+|pypi|[pandas](https://pypi.org/project/pandas)|0.006|
+|pypi|[sympy](https://pypi.org/project/sympy)|0.006|
+|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.006|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.006|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.006|
+|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.006|
+|pypi|[pytest-virtualenv](https://pypi.org/project/pytest-virtualenv)|0.006|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.006|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.006|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.006|
+|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.006|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.006|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.006|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.004|
+|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.004|
+|pypi|[lxml](https://pypi.org/project/lxml)|0.004|
+|pypi|[texext](https://pypi.org/project/texext)|0.004|
+|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.004|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.004|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.004|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.004|
+|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.004|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.004|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.004|
+|pypi|[networkx](https://networkx.org/)|0.003|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.003|
+|pypi|[pywin32](https://pypi.org/project/pywin32)|0.003|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.003|
+|pypi|[numdifftools](https://pypi.org/project/numdifftools)|0.003|
+|pypi|[casadi](https://pypi.org/project/casadi)|0.003|
+|pypi|[z3-solver](https://pypi.org/project/z3-solver)|0.003|
+|pypi|[xlrd](https://pypi.org/project/xlrd)|0.003|
+|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.003|
+|pypi|[python-louvain](https://pypi.org/project/python-louvain)|0.003|
+|pypi|[pint](https://pypi.org/project/pint)|0.003|
+|pypi|[openpyxl](https://pypi.org/project/openpyxl)|0.003|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.003|
+|pypi|[dill](https://pypi.org/project/dill)|0.003|
+|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|0.003|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.003|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.003|
+|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.003|
+|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.003|
+|pypi|[ply](https://pypi.org/project/ply)|0.003|
+|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.003|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.003|
+|pypi|[tblib](https://pypi.org/project/tblib)|0.001|
+|pypi|[pyomo](http://pyomo.org)|0.001|
+|pypi|[pytest-runner](https://github.com/pytest-dev/pytest-runner/)|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/cog-imperial/galini/data.json b/_repos/github/cog-imperial/galini/data.json
new file mode 100644
index 00000000..72aa5c85
--- /dev/null
+++ b/_repos/github/cog-imperial/galini/data.json
@@ -0,0 +1,270 @@
+{
+ "setup.py": {
+ "github/cog-imperial/galini": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "pyomo": {
+ "credit": 0.0007615384615384663,
+ "url": "http://pyomo.org"
+ },
+ "cog-suspect": {
+ "credit": 0.07615384615384616,
+ "url": "https://github.com/cog-imperial/suspect"
+ },
+ "numpy": {
+ "credit": 0.15791550397877985,
+ "url": "https://www.numpy.org"
+ },
+ "toml": {
+ "credit": 0.07615384615384616,
+ "url": "https://github.com/uiri/toml"
+ },
+ "pydot": {
+ "credit": 0.07992346153846154,
+ "url": "https://github.com/pydot/pydot"
+ },
+ "texttable": {
+ "credit": 0.07615384615384616,
+ "url": "https://github.com/foutaise/texttable/"
+ },
+ "pytimeparse": {
+ "credit": 0.07615384615384616,
+ "url": "https://github.com/wroberts/pytimeparse"
+ },
+ "protobuf": {
+ "credit": 0.07615384615384616,
+ "url": "https://developers.google.com/protocol-buffers/"
+ },
+ "h5py": {
+ "credit": 0.07615384615384616,
+ "url": "http://www.h5py.org"
+ },
+ "networkx": {
+ "credit": 0.003361273209549076,
+ "url": "https://networkx.org/"
+ },
+ "coramin": {
+ "credit": 0.07615384615384616,
+ "url": "https://github.com/Coramin/Coramin"
+ },
+ "scipy": {
+ "credit": 0.007130888594164461,
+ "url": "https://www.scipy.org"
+ },
+ "pytest-runner": {
+ "credit": 0.0007615384615384663,
+ "url": "https://github.com/pytest-dev/pytest-runner/"
+ },
+ "pybind11": {
+ "credit": 2.5997347480106146e-05,
+ "url": "https://github.com/pybind/pybind11"
+ },
+ "parameterized": {
+ "credit": 2.5997347480106146e-05,
+ "url": "https://github.com/wolever/parameterized"
+ },
+ "pytest-parallel": {
+ "credit": 2.5997347480106146e-05,
+ "url": "https://github.com/browsertron/pytest-parallel"
+ },
+ "pytest": {
+ "credit": 0.013455627116914915,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "coverage": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "pywin32": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/pywin32"
+ },
+ "seaborn": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/seaborn"
+ },
+ "pandas": {
+ "credit": 0.006369350132625995,
+ "url": "https://pypi.org/project/pandas"
+ },
+ "numdifftools": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/numdifftools"
+ },
+ "casadi": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/casadi"
+ },
+ "z3-solver": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/z3-solver"
+ },
+ "xlrd": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/xlrd"
+ },
+ "sympy": {
+ "credit": 0.006369350132625995,
+ "url": "https://pypi.org/project/sympy"
+ },
+ "pyyaml": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/pyyaml"
+ },
+ "python-louvain": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/python-louvain"
+ },
+ "pint": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/pint"
+ },
+ "openpyxl": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/openpyxl"
+ },
+ "matplotlib": {
+ "credit": 0.006369350132625995,
+ "url": "https://pypi.org/project/matplotlib"
+ },
+ "ipython": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "dill": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/dill"
+ },
+ "sphinxcontrib-napoleon": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/sphinxcontrib-napoleon"
+ },
+ "sphinxcontrib-jsmath": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/sphinxcontrib-jsmath"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx-copybutton": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/sphinx-copybutton"
+ },
+ "Sphinx": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/Sphinx"
+ },
+ "ply": {
+ "credit": 0.00259973474801061,
+ "url": "https://pypi.org/project/ply"
+ },
+ "codecov": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "pytest-cov": {
+ "credit": 0.009569023668639053,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pygraphviz": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/pygraphviz"
+ },
+ "lxml": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/lxml"
+ },
+ "texext": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/texext"
+ },
+ "nb2plots": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/nb2plots"
+ },
+ "pillow": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "numpydoc": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx-gallery": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/sphinx-gallery"
+ },
+ "pydata-sphinx-theme": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/pydata-sphinx-theme"
+ },
+ "sphinx": {
+ "credit": 0.009569023668639053,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "mypy": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "pre-commit": {
+ "credit": 0.0037696153846153843,
+ "url": "https://pypi.org/project/pre-commit"
+ },
+ "pytest-mypy": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "types-setuptools": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/types-setuptools"
+ },
+ "pytest-virtualenv": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/pytest-virtualenv"
+ },
+ "pytest-enabler": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "jaraco.tidelift": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/jaraco.tidelift"
+ },
+ "rst.linker": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.005799408284023668,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "pybind11-global": {
+ "credit": 0.0025737374005305037,
+ "url": "https://pypi.org/project/pybind11-global"
+ },
+ "jinja2": {
+ "credit": 0.0025737374005305037,
+ "url": "https://pypi.org/project/jinja2"
+ },
+ "tblib": {
+ "credit": 0.0012868687002652519,
+ "url": "https://pypi.org/project/tblib"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/cog-imperial/galini/setup.py b/_repos/github/cog-imperial/galini/setup.py
new file mode 100644
index 00000000..59de38f8
--- /dev/null
+++ b/_repos/github/cog-imperial/galini/setup.py
@@ -0,0 +1,188 @@
+# Copyright 2018 Francesco Ceccon
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# pylint: skip-file
+
+import os
+import subprocess
+import sys
+from distutils.cmd import Command
+from distutils.spawn import find_executable
+from pathlib import Path
+
+from setuptools import setup, find_packages
+from setuptools.command.test import test as TestCommand
+
+project_root = Path(__file__).resolve().parent
+
+about = {}
+version_path = project_root / 'galini' / '__version__.py'
+with version_path.open() as f:
+ exec(f.read(), about)
+
+with (project_root / 'README.rst').open() as f:
+ readme = f.read()
+
+with (project_root / 'CHANGELOG.rst').open() as f:
+ changelog = f.read()
+
+
+class PyTestCommand(TestCommand):
+ user_options = [
+ ('unit', None, 'Specify to run unit tests only.'),
+ ('e2e', None, 'Specify to run end to end tests only.'),
+ ('pdb', None, 'Drop into PDB on failure.'),
+ ]
+
+ def initialize_options(self):
+ super().initialize_options()
+ self.pytest_args = [
+ '--cov', 'galini',
+ '--cov-report=html',
+ '--cov-report=term',
+ ]
+ self.unit = None
+ self.e2e = None
+ self.pdb = None
+
+ def run_tests(self):
+ import pytest
+
+ if self.unit and self.e2e:
+ raise ValueError('Must specify only one of e2e or unit.')
+
+ if self.unit:
+ # run unit tests only
+ self.pytest_args.append('tests/unit')
+
+ if self.e2e:
+ # run e2e tests only
+ self.pytest_args.append('tests/e2e')
+
+ if self.pdb:
+ self.pytest_args.append('--pdb')
+
+ errno = pytest.main(self.pytest_args)
+ return sys.exit(errno)
+
+
+if 'PROTOC' in os.environ and os.path.exists(os.environ['PROTOC']):
+ protoc = os.environ['PROTOC']
+else:
+ protoc = find_executable('protoc')
+
+
+def generate_proto(source):
+ output = source.replace('.proto', '_pb2.py')
+
+ print('Generating {}...'.format(output))
+
+ if not os.path.exists(source):
+ print('Protobuf file {} does not exist.'.format(source), file=sys.stderr)
+ sys.exit(-1)
+
+ if protoc is None:
+ print('protoc executable not found. Please install it.', file=sys.stderr)
+ sys.exit(-1)
+
+ command = [protoc, '-Iproto', '--python_out=galini/io', source]
+ if subprocess.call(command) != 0:
+ sys.exit(-1)
+
+
+class GenerateProto(Command):
+ description = 'Generate _pb2.py files from .proto definition.'
+ user_options = []
+
+ def initialize_options(self):
+ pass
+
+ def finalize_options(self):
+ pass
+
+ def run(self):
+ generate_proto('proto/message.proto')
+
+
+setup(
+ name='galini',
+ description=about['__description__'],
+ author=about['__author__'],
+ author_email=about['__author_email__'],
+ license=about['__license__'],
+ version=about['__version__'],
+ long_description=readme + '\n\n' + changelog,
+ packages=find_packages(exclude=['tests']),
+ entry_points={
+ 'console_scripts': [
+ 'galini=galini.cli:main',
+ ],
+ 'galini.commands': [
+ 'solve=galini.commands.solve:SolveCommand',
+ 'special_structure=galini.commands.special_structure:SpecialStructureCommand',
+ 'info=galini.commands.info:InfoCommand',
+ 'plugins=galini.commands.plugins:PluginsCommand',
+ ],
+ 'galini.algorithms': [
+ 'bac=galini.branch_and_cut:BranchAndCutAlgorithm',
+ ],
+ 'galini.initial_primal_search': [
+ 'default=galini.branch_and_cut.primal:DefaultInitialPrimalSearchStrategy',
+ 'no_primal=galini.branch_and_cut.primal:NoInitialPrimalSearchStrategy',
+ ],
+ 'galini.primal_heuristic': [
+ 'default=galini.branch_and_cut.primal:DefaultPrimalHeuristic',
+ ],
+ 'galini.branching_strategy': [
+ 'default=galini.branch_and_cut.branching:BranchAndCutBranchingStrategy',
+ ],
+ 'galini.node_selection_strategy': [
+ 'default=galini.branch_and_bound.selection:BestLowerBoundSelectionStrategy',
+ ],
+ 'galini.relaxation': [
+ 'default=galini.branch_and_cut.relaxation:DefaultRelaxation',
+ ],
+ 'galini.cuts_generators': [
+ 'outer_approximation=galini.outer_approximation:OuterApproximationCutsGenerator',
+ 'triangle=galini.triangle:TriangleCutsGenerator',
+ 'sdp=galini.sdp:SdpCutsGenerator',
+ ],
+ },
+ cmdclass={
+ 'test': PyTestCommand,
+ 'generate_proto': GenerateProto,
+ },
+ include_package_data=True,
+ install_requires=[
+ 'pyomo>=5.6.7',
+ 'cog-suspect>=2.1.2',
+ 'numpy>=1.15',
+ 'toml',
+ 'pydot',
+ 'texttable>=1.4.0',
+ 'pytimeparse>=1.1.8',
+ 'protobuf>=3.0',
+ 'h5py>=2.0',
+ 'networkx>=2.4',
+ 'coramin>=0.1.0',
+ 'scipy>=1.5.2',
+ ],
+ setup_requires=['pytest-runner'],
+ tests_require=[
+ 'pytest',
+ 'pytest-cov',
+ 'hypothesis',
+ 'pytest-benchmark',
+ ],
+)
diff --git a/_repos/github/cog-imperial/suspect/README.md b/_repos/github/cog-imperial/suspect/README.md
new file mode 100644
index 00000000..3fd5eda8
--- /dev/null
+++ b/_repos/github/cog-imperial/suspect/README.md
@@ -0,0 +1,68 @@
+---
+title: github/cog-imperial/suspect
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.205|
+|pypi|[botocore](https://pypi.org/project/botocore)|0.098|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.064|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.054|
+|pypi|[s3transfer](https://pypi.org/project/s3transfer)|0.049|
+|pypi|[jmespath](https://pypi.org/project/jmespath)|0.049|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.039|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.039|
+|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.039|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.015|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.015|
+|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.015|
+|pypi|[pytest-virtualenv](https://pypi.org/project/pytest-virtualenv)|0.015|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.015|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.015|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.015|
+|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.015|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.015|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.015|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.015|
+|setup.py|github/cog-imperial/suspect|0.01|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.007|
+|pypi|[pywin32](https://pypi.org/project/pywin32)|0.007|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.007|
+|pypi|[scipy](https://pypi.org/project/scipy)|0.007|
+|pypi|[pandas](https://pypi.org/project/pandas)|0.007|
+|pypi|[numdifftools](https://pypi.org/project/numdifftools)|0.007|
+|pypi|[casadi](https://pypi.org/project/casadi)|0.007|
+|pypi|[z3-solver](https://pypi.org/project/z3-solver)|0.007|
+|pypi|[xlrd](https://pypi.org/project/xlrd)|0.007|
+|pypi|[sympy](https://pypi.org/project/sympy)|0.007|
+|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.007|
+|pypi|[python-louvain](https://pypi.org/project/python-louvain)|0.007|
+|pypi|[pint](https://pypi.org/project/pint)|0.007|
+|pypi|[openpyxl](https://pypi.org/project/openpyxl)|0.007|
+|pypi|[networkx](https://pypi.org/project/networkx)|0.007|
+|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.007|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.007|
+|pypi|[dill](https://pypi.org/project/dill)|0.007|
+|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|0.007|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.007|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.007|
+|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.007|
+|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.007|
+|pypi|[ply](https://pypi.org/project/ply)|0.007|
+|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.007|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.007|
+|pypi|[tblib](https://pypi.org/project/tblib)|0.003|
+|pypi|[pyomo](http://pyomo.org)|0.002|
+|pypi|[boto3](https://github.com/boto/boto3)|0.002|
+|pypi|[pytest-runner](https://github.com/pytest-dev/pytest-runner/)|0.002|
+|pypi|[mpmath](http://mpmath.org/)|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/cog-imperial/suspect/badge.png b/_repos/github/cog-imperial/suspect/badge.png
new file mode 100644
index 00000000..adedb05c
Binary files /dev/null and b/_repos/github/cog-imperial/suspect/badge.png differ
diff --git a/_repos/github/cog-imperial/suspect/data.json b/_repos/github/cog-imperial/suspect/data.json
new file mode 100644
index 00000000..66e6e514
--- /dev/null
+++ b/_repos/github/cog-imperial/suspect/data.json
@@ -0,0 +1,226 @@
+{
+ "setup.py": {
+ "github/cog-imperial/suspect": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "pyomo": {
+ "credit": 0.0019800000000000095,
+ "url": "http://pyomo.org"
+ },
+ "numpy": {
+ "credit": 0.20475931034482758,
+ "url": "https://www.numpy.org"
+ },
+ "mpmath": {
+ "credit": 0.0019799999999999818,
+ "url": "http://mpmath.org/"
+ },
+ "boto3": {
+ "credit": 0.0019800000000000095,
+ "url": "https://github.com/boto/boto3"
+ },
+ "pytest-runner": {
+ "credit": 0.0019800000000000095,
+ "url": "https://github.com/pytest-dev/pytest-runner/"
+ },
+ "pybind11": {
+ "credit": 6.759310344827633e-05,
+ "url": "https://github.com/pybind/pybind11"
+ },
+ "parameterized": {
+ "credit": 6.759310344827633e-05,
+ "url": "https://github.com/wolever/parameterized"
+ },
+ "pytest-parallel": {
+ "credit": 6.759310344827633e-05,
+ "url": "https://github.com/browsertron/pytest-parallel"
+ },
+ "pytest": {
+ "credit": 0.06438763050397879,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "coverage": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "pywin32": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/pywin32"
+ },
+ "seaborn": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/seaborn"
+ },
+ "scipy": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/scipy"
+ },
+ "pandas": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/pandas"
+ },
+ "numdifftools": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/numdifftools"
+ },
+ "casadi": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/casadi"
+ },
+ "z3-solver": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/z3-solver"
+ },
+ "xlrd": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/xlrd"
+ },
+ "sympy": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/sympy"
+ },
+ "pyyaml": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/pyyaml"
+ },
+ "python-louvain": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/python-louvain"
+ },
+ "pint": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/pint"
+ },
+ "openpyxl": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/openpyxl"
+ },
+ "networkx": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/networkx"
+ },
+ "matplotlib": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/matplotlib"
+ },
+ "ipython": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "dill": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/dill"
+ },
+ "sphinxcontrib-napoleon": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/sphinxcontrib-napoleon"
+ },
+ "sphinxcontrib-jsmath": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/sphinxcontrib-jsmath"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx-copybutton": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/sphinx-copybutton"
+ },
+ "Sphinx": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/Sphinx"
+ },
+ "ply": {
+ "credit": 0.006759310344827586,
+ "url": "https://pypi.org/project/ply"
+ },
+ "wheel": {
+ "credit": 0.039204,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "codecov": {
+ "credit": 0.039204,
+ "url": "https://pypi.org/project/codecov"
+ },
+ "pytest-cov": {
+ "credit": 0.05428246153846154,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pycodestyle": {
+ "credit": 0.039204,
+ "url": "https://pypi.org/project/pycodestyle"
+ },
+ "botocore": {
+ "credit": 0.09801,
+ "url": "https://pypi.org/project/botocore"
+ },
+ "s3transfer": {
+ "credit": 0.049005,
+ "url": "https://pypi.org/project/s3transfer"
+ },
+ "jmespath": {
+ "credit": 0.049005,
+ "url": "https://pypi.org/project/jmespath"
+ },
+ "pytest-mypy": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "types-setuptools": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/types-setuptools"
+ },
+ "pytest-virtualenv": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/pytest-virtualenv"
+ },
+ "pytest-enabler": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "jaraco.tidelift": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/jaraco.tidelift"
+ },
+ "rst.linker": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "sphinx": {
+ "credit": 0.015078461538461539,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "pybind11-global": {
+ "credit": 0.00669171724137931,
+ "url": "https://pypi.org/project/pybind11-global"
+ },
+ "jinja2": {
+ "credit": 0.00669171724137931,
+ "url": "https://pypi.org/project/jinja2"
+ },
+ "tblib": {
+ "credit": 0.003345858620689655,
+ "url": "https://pypi.org/project/tblib"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/cog-imperial/suspect/setup.py b/_repos/github/cog-imperial/suspect/setup.py
new file mode 100644
index 00000000..407ca53f
--- /dev/null
+++ b/_repos/github/cog-imperial/suspect/setup.py
@@ -0,0 +1,69 @@
+# Copyright 2018 Francesco Ceccon
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# pylint: skip-file
+from setuptools import setup, find_packages
+from pathlib import Path
+
+project_root = Path(__file__).resolve().parent
+
+about = {}
+version_path = project_root / 'suspect' / '__version__.py'
+with version_path.open() as f:
+ exec(f.read(), about)
+
+with open('README.rst') as f:
+ readme = f.read()
+
+with open('CHANGELOG.rst') as f:
+ changelog = f.read()
+
+setup(
+ name='cog-suspect',
+ author=about['__author__'],
+ author_email=about['__author_email__'],
+ license=about['__license__'],
+ version=about['__version__'],
+ url=about['__url__'],
+ description=about['__description__'],
+ long_description=readme + '\n\n' + changelog,
+ packages=find_packages(exclude=['tests.*', 'tests']),
+ entry_points={
+ 'suspect.convexity_detection': [
+ 'perspective=suspect.extras.convexity:PerspectiveFunctionConvexityDetector',
+ 'l2norm=suspect.extras.convexity:L2NormConvexityDetector',
+ 'quadratic=suspect.extras.convexity:QuadraticFormConvexityDetector',
+ 'fractional=suspect.extras.convexity:FractionalConvexityDetector',
+ ]
+ },
+ scripts=[
+ 'scripts/model_summary.py',
+ ],
+ classifiers=[
+ 'Development Status :: 4 - Beta',
+ 'Intended Audience :: Science/Research',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Topic :: Scientific/Engineering :: Mathematics',
+ ],
+ install_requires=[
+ 'pyomo>=5.6',
+ 'numpy>=1.14',
+ 'mpmath>=1.0',
+ 'boto3>=1.7.4',
+ ],
+ setup_requires=['pytest-runner'],
+ tests_require=[
+ 'pytest', 'pytest-cov', 'hypothesis', 'pytest-rerunfailures', 'sympy'],
+)
diff --git a/_repos/github/datngu/Circall/CMakeLists.txt b/_repos/github/datngu/Circall/CMakeLists.txt
new file mode 100644
index 00000000..5d2ad03d
--- /dev/null
+++ b/_repos/github/datngu/Circall/CMakeLists.txt
@@ -0,0 +1,437 @@
+#####
+#Date:23 April 2018
+#Note:This implementation is from Sailfish. We modified few parts for our purposes.
+#####
+
+set ( Circall_bsj_MAIN_SRCS
+Circall_bsj.cpp
+)
+
+set ( TXINDEXER_MAIN_SRCS
+TxIndexer.cpp
+)
+
+set ( Circall_wt_MAIN_SRCS
+Circall_wt.cpp
+)
+
+#set ( Circall_A_MAIN_SRCS
+#Circall_A.cpp
+#)
+
+set ( Circall_pseudo_MAIN_SRCS
+Circall_pseudo.cpp
+)
+
+#set ( GENTC_MAIN_SRCS
+#GenTC.cpp
+#)
+
+# Build the specific Sailfish commands as a
+# shared libraray (for some reason, building
+# them into a single executable was causing
+# multiple symbold definition errors).
+set (SAILFISH_LIB_SRCS
+VersionChecker.cpp
+TxIndexer.cpp
+Circall_wt.cpp
+Circall_bsj.cpp
+#GenTC.cpp
+#Circall_A.cpp
+Circall_pseudo.cpp
+SailfishUtils.cpp
+SailfishStringUtils.cpp
+LibraryFormat.cpp
+TranscriptGroup.cpp
+CollapsedEMOptimizer.cpp
+ExportFeq.cpp
+CollapsedGibbsSampler.cpp
+EmpiricalDistribution.cpp
+#HDF5Writer.cpp
+GZipWriter.cpp
+xxhash.c
+${GAT_SOURCE_DIR}/external/install/src/rapmap/RapMapFileSystem.cpp
+${GAT_SOURCE_DIR}/external/install/src/rapmap/RapMapSAIndexer.cpp
+${GAT_SOURCE_DIR}/external/install/src/rapmap/RapMapSAIndex.cpp
+#${GAT_SOURCE_DIR}/external/install/src/rapmap/RapMapSAMapper.cpp
+${GAT_SOURCE_DIR}/external/install/src/rapmap/RapMapUtils.cpp
+${GAT_SOURCE_DIR}/external/install/src/rapmap/HitManager.cpp
+${GAT_SOURCE_DIR}/external/install/src/rapmap/rank9b.cpp
+${GAT_SOURCE_DIR}/external/install/src/rapmap/bit_array.c
+${GAT_SOURCE_DIR}/external/install/src/rapmap/EMPHFCommon.cpp
+#${GAT_SOURCE_DIR}/external/install/src/EasyH5Utils.cpp
+)
+
+include_directories(
+${GAT_SOURCE_DIR}/tests
+${GAT_SOURCE_DIR}/include
+${GAT_SOURCE_DIR}/include/eigen3
+${GAT_SOURCE_DIR}/external
+${GAT_SOURCE_DIR}/external/cereal/include
+${GAT_SOURCE_DIR}/external/install/include
+${GAT_SOURCE_DIR}/external/install/include/rapmap
+${ZLIB_INCLUDE_DIR}
+${TBB_INCLUDE_DIRS}
+${Boost_INCLUDE_DIRS}
+)
+
+if (JELLYFISH_FOUND)
+ include_directories(${JELLYFISH_INCLUDE_DIR})
+else()
+ include_directories(${GAT_SOURCE_DIR}/external/install/include/jellyfish-2.2.5)
+endif()
+
+
+link_directories(
+${GAT_SOURCE_DIR}/lib
+${GAT_SOURCE_DIR}/external/install/lib
+${Boost_LIBRARY_DIRS}
+${TBB_LIBRARY_DIRS}
+${LAPACK_LIBRARY_DIR}
+${BLAS_LIBRARY_DIR}
+)
+
+#dd_library(pca SHARED ${PCA_LIB_SRCS})
+
+message("TBB_LIBRARIES = ${TBB_LIBRARIES}")
+message("Boost_LIBRARIES = ${Boost_LIBRARIES}")
+
+# Set the RPATH
+if (APPLE)
+ ## This DOES NOT do what I / any one sane, expects. Setting the
+ ## linker path on OSX is messed up. Just tell the user to use
+ ## DYLD_FALLBACK_LIBRARY_PATH for now
+ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+else()
+ set(CMAKE_INSTALL_RPATH "$ORIGIN/../lib:$ORIGIN/../../lib:$ORIGIN/:$ORIGIN/../../external/install/lib")
+endif()
+
+set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
+
+# Build the Sailfish library
+add_library(sailfish_core STATIC ${SAILFISH_LIB_SRCS} )
+
+# Build the Sailfish executable
+#add_executable(sailfish ${SAILFISH_MAIN_SRCS})
+
+#for Circall_bsj
+# Build the Circall_bsj executable
+add_executable(Circall_bsj ${Circall_bsj_MAIN_SRCS})
+# Build the TxIndexer executable
+add_executable(TxIndexer ${TXINDEXER_MAIN_SRCS})
+# Build the Circall_wt executable
+add_executable(Circall_wt ${Circall_wt_MAIN_SRCS})
+## Build the Circall_A executable
+#add_executable(Circall_A ${Circall_A_MAIN_SRCS})
+# Build the Circall_pseudo executable
+add_executable(Circall_pseudo ${Circall_pseudo_MAIN_SRCS})
+## Build the GenTC executable
+#add_executable(GenTC ${GENTC_MAIN_SRCS})
+
+#for Circall
+
+# Build the Sailfish executable
+#add_executable(unitTests ${UNIT_TESTS_SRCS})
+
+# our suffix array construction libraries
+set (SUFFARRAY_LIB ${GAT_SOURCE_DIR}/external/install/lib/libdivsufsort.a)
+set (SUFFARRAY64_LIB ${GAT_SOURCE_DIR}/external/install/lib/libdivsufsort64.a)
+
+# Link the executable
+#target_link_libraries(sailfish
+# sailfish_core
+# ${PTHREAD_LIB}
+# ${Boost_LIBRARIES}
+# gff
+# ${ZLIB_LIBRARY}
+# ${SUFFARRAY_LIB}
+# ${SUFFARRAY64_LIB}
+# ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+# m
+# ${TBB_LIBRARIES}
+# ${LIBSAILFISH_LINKER_FLAGS}
+# ${NON_APPLECLANG_LIBS}
+# #${HDF5_LIBRARIES}
+# ${FAST_MALLOC_LIB}
+#)
+#for Circall_bsj
+# Link the executable
+target_link_libraries(Circall_bsj
+ sailfish_core
+ ${PTHREAD_LIB}
+ ${Boost_LIBRARIES}
+ gff
+ ${ZLIB_LIBRARY}
+ ${SUFFARRAY_LIB}
+ ${SUFFARRAY64_LIB}
+ ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+ m
+ ${TBB_LIBRARIES}
+ ${LIBSAILFISH_LINKER_FLAGS}
+ ${NON_APPLECLANG_LIBS}
+ #${HDF5_LIBRARIES}
+ ${FAST_MALLOC_LIB}
+)
+
+# Link the executable
+target_link_libraries(TxIndexer
+ sailfish_core
+ ${PTHREAD_LIB}
+ ${Boost_LIBRARIES}
+ gff
+ ${ZLIB_LIBRARY}
+ ${SUFFARRAY_LIB}
+ ${SUFFARRAY64_LIB}
+ ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+ m
+ ${TBB_LIBRARIES}
+ ${LIBSAILFISH_LINKER_FLAGS}
+ ${NON_APPLECLANG_LIBS}
+ #${HDF5_LIBRARIES}
+ ${FAST_MALLOC_LIB}
+)
+
+target_link_libraries(Circall_wt
+ sailfish_core
+ ${PTHREAD_LIB}
+ ${Boost_LIBRARIES}
+ gff
+ ${ZLIB_LIBRARY}
+ ${SUFFARRAY_LIB}
+ ${SUFFARRAY64_LIB}
+ ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+ m
+ ${TBB_LIBRARIES}
+ ${LIBSAILFISH_LINKER_FLAGS}
+ ${NON_APPLECLANG_LIBS}
+ #${HDF5_LIBRARIES}
+ ${FAST_MALLOC_LIB}
+)
+#target_link_libraries(GenTC
+# sailfish_core
+# ${PTHREAD_LIB}
+# ${Boost_LIBRARIES}
+# gff
+# ${ZLIB_LIBRARY}
+# ${SUFFARRAY_LIB}
+# ${SUFFARRAY64_LIB}
+# ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+# m
+# ${TBB_LIBRARIES}
+# ${LIBSAILFISH_LINKER_FLAGS}
+# ${NON_APPLECLANG_LIBS}
+# #${HDF5_LIBRARIES}
+# ${FAST_MALLOC_LIB}
+#)
+#target_link_libraries(Circall_A
+# sailfish_core
+# ${PTHREAD_LIB}
+# ${Boost_LIBRARIES}
+# gff
+# ${ZLIB_LIBRARY}
+# ${SUFFARRAY_LIB}
+# ${SUFFARRAY64_LIB}
+# ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+# m
+# ${TBB_LIBRARIES}
+# ${LIBSAILFISH_LINKER_FLAGS}
+# ${NON_APPLECLANG_LIBS}
+# #${HDF5_LIBRARIES}
+# ${FAST_MALLOC_LIB}
+#)
+
+target_link_libraries(Circall_pseudo
+ sailfish_core
+ ${PTHREAD_LIB}
+ ${Boost_LIBRARIES}
+ gff
+ ${ZLIB_LIBRARY}
+ ${SUFFARRAY_LIB}
+ ${SUFFARRAY64_LIB}
+ ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+ m
+ ${TBB_LIBRARIES}
+ ${LIBSAILFISH_LINKER_FLAGS}
+ ${NON_APPLECLANG_LIBS}
+ #${HDF5_LIBRARIES}
+ ${FAST_MALLOC_LIB}
+)
+
+#for Circall
+
+## Link the executable
+#target_link_libraries(unitTests
+# sailfish_core
+# ${PTHREAD_LIB}
+# ${Boost_LIBRARIES}
+# gff
+# ${ZLIB_LIBRARY}
+# ${SUFFARRAY_LIB}
+# ${SUFFARRAY64_LIB}
+# ${GAT_SOURCE_DIR}/external/install/lib/libjellyfish-2.0.a
+# m
+# ${TBB_LIBRARIES}
+# ${LIBSAILFISH_LINKER_FLAGS}
+# ${NON_APPLECLANG_LIBS}
+# ${FAST_MALLOC_LIB}
+#)
+
+##
+# This ensures that the sailfish executable should work with or without `make install`
+##
+# Grumble grumble . . . OSX
+if (APPLE)
+ # only attempt install_name_tool for tbb if we installed it
+ if (${TBB_LIBRARY_DIRS} MATCHES ${GAT_SOURCE_DIR}/external/install/lib)
+# add_custom_command(TARGET sailfish
+# POST_BUILD
+# COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/sailfish
+# COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/sailfish
+# COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/sailfish
+# COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/sailfish
+# )
+ add_custom_command(TARGET Circall_bsj
+ POST_BUILD
+ COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/Circall_bsj
+ COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/Circall_bsj
+ COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/Circall_bsj
+ COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/Circall_bsj
+ )
+ add_custom_command(TARGET TxIndexer
+ POST_BUILD
+ COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/TxIndexer
+ COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/TxIndexer
+ COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/TxIndexer
+ COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/TxIndexer
+ )
+ add_custom_command(TARGET Circall_wt
+ POST_BUILD
+ COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/Circall_wt
+ COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/Circall_wt
+ COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/Circall_wt
+ COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/Circall_wt
+ )
+# add_custom_command(TARGET Circall_A
+# POST_BUILD
+# COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/Circall_A
+# COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/Circall_A
+# COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/Circall_A
+# COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/Circall_A
+# )
+ add_custom_command(TARGET Circall_pseudo
+ POST_BUILD
+ COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/Circall_pseudo
+ COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/Circall_pseudo
+ COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/Circall_pseudo
+ COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/Circall_pseudo
+ )
+# add_custom_command(TARGET GenTC
+# POST_BUILD
+# COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/GenTC
+# COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/GenTC
+# COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/GenTC
+# COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/GenTC
+# )
+
+# add_custom_command(TARGET unitTests
+# POST_BUILD
+# COMMAND install_name_tool -change libtbb.dylib @rpath/libtbb.dylib ${GAT_SOURCE_DIR}/build/src/unitTests
+# COMMAND install_name_tool -change libtbbmalloc.dylib @rpath/libtbbmalloc.dylib ${GAT_SOURCE_DIR}/build/src/unitTests
+# COMMAND install_name_tool -change libtbbmalloc_proxy.dylib @rpath/libtbbmalloc_proxy.dylib ${GAT_SOURCE_DIR}/build/src/unitTests
+# COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib ${GAT_SOURCE_DIR}/build/src/unitTests
+# )
+ endif()
+else()
+ # related to complete static linking --- on hold
+ set (BOOST_THREAD_LIBRARY)
+endif()
+
+
+#if (APPLE)
+# add_custom_command(TARGET sailfish
+# POST_BUILD
+# COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib/libtbb.dylib sailfish
+# COMMAND install_name_tool -add_rpath ${GAT_SOURCE_DIR}/external/install/lib/libtbbmalloc.dylib sailfish
+# COMMAND install_name_tool -add_rpath @executable_path/../lib/libtbb.dylib sailfish
+# COMMAND install_name_tool -add_rpath @executable_path/../lib/libtbbmalloc.dylib sailfish
+# )
+#endif()
+#
+##### ======================================
+IF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
+ SET(CMAKE_INSTALL_PREFIX
+ "${GAT_SOURCE_DIR}" CACHE PATH "Default install prefix" FORCE
+ )
+ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
+
+set(INSTALL_LIB_DIR lib )
+set(INSTALL_BIN_DIR bin )
+set(INSTALL_INCLUDE_DIR include )
+
+install(DIRECTORY
+ ${GAT_SOURCE_DIR}/external/install/lib/
+ DESTINATION ${INSTALL_LIB_DIR}
+ FILES_MATCHING PATTERN "libtbb*.${SHARED_LIB_EXTENSION}*"
+ )
+
+# install(FILES ${Boost_LIBRARIES}
+# DESTINATION ${INSTALL_LIB_DIR})
+
+#install(TARGETS sailfish sailfish_core
+# RUNTIME DESTINATION bin
+# LIBRARY DESTINATION lib
+# ARCHIVE DESTINATION lib
+# )
+install(TARGETS Circall_bsj sailfish_core
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+ )
+install(TARGETS TxIndexer sailfish_core
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+ )
+install(TARGETS Circall_wt sailfish_core
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+ )
+#install(TARGETS Circall_A sailfish_core
+# RUNTIME DESTINATION bin
+# LIBRARY DESTINATION lib
+# ARCHIVE DESTINATION lib
+# )
+install(TARGETS Circall_pseudo sailfish_core
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+ )
+#install(TARGETS GenTC sailfish_core
+# RUNTIME DESTINATION bin
+# LIBRARY DESTINATION lib
+# ARCHIVE DESTINATION lib
+# )
+#install(TARGETS unitTests
+# RUNTIME DESTINATION tests
+#)
+
+set(POST_INSTALL_SCRIPT ${GAT_SOURCE_DIR}/cmake/PostInstall.cmake)
+
+install(
+ CODE
+ "
+ execute_process(COMMAND \"${CMAKE_COMMAND}\"
+ -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME}
+ -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
+ -P \"${POST_INSTALL_SCRIPT}\")
+ "
+)
+
+# install(FILES ${GAT_SOURCE_DIR}/scripts/SFPipeline.py DESTINATION scripts/SFPipeline.py )
+# install(FILES ${GAT_SOURCE_DIR}/experimental_configs/SRX016368_25mers.cfg DESTINATION experimental_configs/SRX016368_25mers.cfg )
+
+#include(InstallRequiredSystemLibraries)
+#add_test( NAME unit_tests COMMAND ${CMAKE_COMMAND} -DTOPLEVEL_DIR=${CMAKE_INSTALL_PREFIX} -P ${GAT_SOURCE_DIR}/cmake/UnitTests.cmake )
+#add_test( NAME simple_test COMMAND ${CMAKE_COMMAND} -DTOPLEVEL_DIR=${CMAKE_INSTALL_PREFIX} -P ${GAT_SOURCE_DIR}/cmake/SimpleTest.cmake )
+
diff --git a/_repos/github/datngu/Circall/README.md b/_repos/github/datngu/Circall/README.md
new file mode 100644
index 00000000..a70adb41
--- /dev/null
+++ b/_repos/github/datngu/Circall/README.md
@@ -0,0 +1,17 @@
+---
+title: github/datngu/Circall
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|CMakeLists.txt|github/datngu/Circall|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/datngu/Circall/badge.png b/_repos/github/datngu/Circall/badge.png
new file mode 100644
index 00000000..4dcc6235
Binary files /dev/null and b/_repos/github/datngu/Circall/badge.png differ
diff --git a/_repos/github/datngu/Circall/data.json b/_repos/github/datngu/Circall/data.json
new file mode 100644
index 00000000..91819070
--- /dev/null
+++ b/_repos/github/datngu/Circall/data.json
@@ -0,0 +1,8 @@
+{
+ "CMakeLists.txt": {
+ "github/datngu/Circall": {
+ "credit": 0.01,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/deepmedic/deepmedic/README.md b/_repos/github/deepmedic/deepmedic/README.md
new file mode 100644
index 00000000..039eb150
--- /dev/null
+++ b/_repos/github/deepmedic/deepmedic/README.md
@@ -0,0 +1,45 @@
+---
+title: github/deepmedic/deepmedic
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.439|
+|pypi|[six](https://github.com/benjaminp/six)|0.199|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.047|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.034|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.033|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.033|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.033|
+|pypi|[scipy](https://www.scipy.org)|0.013|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.013|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.013|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.013|
+|pypi|[coverage](https://pypi.org/project/coverage)|0.012|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.011|
+|pypi|[h5py](https://pypi.org/project/h5py)|0.011|
+|pypi|[texext](https://pypi.org/project/texext)|0.011|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.011|
+|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.011|
+|pypi|[twine](https://pypi.org/project/twine)|0.011|
+|pypi|[gitpython](https://pypi.org/project/gitpython)|0.011|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.011|
+|pypi|[pydicom](https://pypi.org/project/pydicom)|0.011|
+|setup.py|github/deepmedic/deepmedic|0.01|
+|pypi|[pandas](https://pandas.pydata.org)|0.002|
+|pypi|[nibabel](https://nipy.org/nibabel)|0.002|
+|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|0.002|
+|pypi|[virtualenv](https://pypi.org/project/virtualenv)|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|
+
+
+> 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/deepmedic/deepmedic/badge.png b/_repos/github/deepmedic/deepmedic/badge.png
new file mode 100644
index 00000000..6e1eb4b4
Binary files /dev/null and b/_repos/github/deepmedic/deepmedic/badge.png differ
diff --git a/_repos/github/deepmedic/deepmedic/data.json b/_repos/github/deepmedic/deepmedic/data.json
new file mode 100644
index 00000000..b8fcc793
--- /dev/null
+++ b/_repos/github/deepmedic/deepmedic/data.json
@@ -0,0 +1,130 @@
+{
+ "setup.py": {
+ "github/deepmedic/deepmedic": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "nibabel": {
+ "credit": 0.0019800000000000095,
+ "url": "https://nipy.org/nibabel"
+ },
+ "numpy": {
+ "credit": 0.43937685,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.01287000000000001,
+ "url": "https://www.scipy.org"
+ },
+ "six": {
+ "credit": 0.1993476375,
+ "url": "https://github.com/benjaminp/six"
+ },
+ "pandas": {
+ "credit": 0.0019800000000000373,
+ "url": "https://pandas.pydata.org"
+ },
+ "pytest-doctestplus": {
+ "credit": 0.00010890000000000032,
+ "url": "https://github.com/astropy/pytest-doctestplus"
+ },
+ "pytest-cov": {
+ "credit": 0.00010890000000000032,
+ "url": "https://github.com/pytest-dev/pytest-cov"
+ },
+ "pytest": {
+ "credit": 0.0467044875,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "coverage": {
+ "credit": 0.0122376375,
+ "url": "https://pypi.org/project/coverage"
+ },
+ "flake8": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "h5py": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/h5py"
+ },
+ "texext": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/texext"
+ },
+ "sphinx": {
+ "credit": 0.01268685,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "numpydoc": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "matplotlib": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/matplotlib"
+ },
+ "twine": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/twine"
+ },
+ "gitpython": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/gitpython"
+ },
+ "pillow": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "pydicom": {
+ "credit": 0.01089,
+ "url": "https://pypi.org/project/pydicom"
+ },
+ "setuptools": {
+ "credit": 0.01268685,
+ "url": "https://pypi.org/project/setuptools"
+ },
+ "packaging": {
+ "credit": 0.01268685,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "pytest-xdist": {
+ "credit": 0.034017637499999996,
+ "url": "https://pypi.org/project/pytest-xdist"
+ },
+ "hypothesis": {
+ "credit": 0.03267,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "pytz": {
+ "credit": 0.03267,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.03267,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "pytest-remotedata": {
+ "credit": 0.00179685,
+ "url": "https://pypi.org/project/pytest-remotedata"
+ },
+ "virtualenv": {
+ "credit": 0.0013476375,
+ "url": "https://pypi.org/project/virtualenv"
+ },
+ "process-tests": {
+ "credit": 0.0013476375,
+ "url": "https://pypi.org/project/process-tests"
+ },
+ "hunter": {
+ "credit": 0.0013476375,
+ "url": "https://pypi.org/project/hunter"
+ },
+ "fields": {
+ "credit": 0.0013476375,
+ "url": "https://pypi.org/project/fields"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/deepmedic/deepmedic/setup.py b/_repos/github/deepmedic/deepmedic/setup.py
new file mode 100644
index 00000000..afaffb39
--- /dev/null
+++ b/_repos/github/deepmedic/deepmedic/setup.py
@@ -0,0 +1,34 @@
+import os
+from setuptools import setup, find_packages
+
+# Utility function to read the README file.
+# Used for the long_description. It's nice, because now 1) we have a top level
+# README file and 2) it's easier to type in the README file than to put a raw
+# string in below ...
+def read(fname):
+ return open(os.path.join(os.path.dirname(__file__), fname)).read()
+
+setup(
+ name = "deepmedic",
+ version = "0.8.4",
+ author = "Konstantinos Kamnitsas",
+ author_email = "konstantinos.kamnitsas12@ic.ac.uk",
+ description = "Efficient Multi-Scale 3D Convolutional Neural Network for Brain Lesion Segmentation",
+ license = "BSD",
+ keywords = "CNN convolutional neural network brain lesion segmentation",
+ url = "https://github.com/Kamnitsask/deepmedic",
+ download_url = 'https://github.com/Kamnitsask/deepmedic/tarball/0.8.3',
+ packages=find_packages(),
+ scripts = ['deepMedicRun'],
+ long_description=read('README.md'),
+ classifiers=[
+ "Development Status :: 4 - Beta",
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
+ "Topic :: Scientific/Engineering :: Image Recognition",
+ "Topic :: Scientific/Engineering :: Medical Science Apps.",
+ "Intended Audience :: Science/Research",
+ "License :: OSI Approved :: BSD License",
+ "Programming Language :: Python",
+ ],
+ install_requires=['nibabel', 'numpy>=1.7.1', 'scipy', 'six>=1.9.0', 'pandas']
+)
diff --git a/_repos/github/dolfin-adjoint/pyadjoint/README.md b/_repos/github/dolfin-adjoint/pyadjoint/README.md
new file mode 100644
index 00000000..bc8ffd47
--- /dev/null
+++ b/_repos/github/dolfin-adjoint/pyadjoint/README.md
@@ -0,0 +1,19 @@
+---
+title: github/dolfin-adjoint/pyadjoint
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|setup.py|github/dolfin-adjoint/pyadjoint|0.01|
+|pypi|[scipy](https://www.scipy.org)|0.01|
+|pypi|[numpy](https://www.numpy.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/dolfin-adjoint/pyadjoint/badge.png b/_repos/github/dolfin-adjoint/pyadjoint/badge.png
new file mode 100644
index 00000000..4a807ba2
Binary files /dev/null and b/_repos/github/dolfin-adjoint/pyadjoint/badge.png differ
diff --git a/_repos/github/dolfin-adjoint/pyadjoint/data.json b/_repos/github/dolfin-adjoint/pyadjoint/data.json
new file mode 100644
index 00000000..a108afbc
--- /dev/null
+++ b/_repos/github/dolfin-adjoint/pyadjoint/data.json
@@ -0,0 +1,18 @@
+{
+ "setup.py": {
+ "github/dolfin-adjoint/pyadjoint": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "scipy": {
+ "credit": 0.0099,
+ "url": "https://www.scipy.org"
+ },
+ "numpy": {
+ "credit": 0.009801,
+ "url": "https://www.numpy.org"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/dolfin-adjoint/pyadjoint/setup.py b/_repos/github/dolfin-adjoint/pyadjoint/setup.py
new file mode 100644
index 00000000..8a150540
--- /dev/null
+++ b/_repos/github/dolfin-adjoint/pyadjoint/setup.py
@@ -0,0 +1,34 @@
+from itertools import chain
+from setuptools import setup
+
+extras = {
+ 'moola': ['moola>=0.1.6'],
+ 'test': ['pytest>=3.10', 'flake8', 'coverage'],
+ 'visualisation': ['tensorflow', 'protobuf==3.6.0',
+ 'networkx', 'pygraphviz'],
+ 'meshing': ['pygmsh', 'meshio'],
+}
+# 'all' includes all of the above
+extras['all'] = list(chain(*extras.values()))
+
+setup(name='dolfin_adjoint',
+ version='2019.1.2',
+ description='High-level automatic differentiation library for FEniCS.',
+ author='Sebastian Kenji Mitusch',
+ author_email='sebastkm@math.uio.no',
+ packages=['fenics_adjoint',
+ 'fenics_adjoint.types',
+ 'fenics_adjoint.blocks',
+ 'dolfin_adjoint',
+ 'dolfin_adjoint_common',
+ 'dolfin_adjoint_common.blocks',
+ 'firedrake_adjoint',
+ 'numpy_adjoint',
+ 'pyadjoint',
+ 'pyadjoint.optimization'],
+ package_dir={'fenics_adjoint': 'fenics_adjoint', 'pyadjoint': 'pyadjoint',
+ 'firedrake_adjoint': 'firedrake_adjoint', 'dolfin_adjoint': 'dolfin_adjoint',
+ 'dolfin_adjoint_common': 'dolfin_adjoint_common', 'numpy_adjoint': 'numpy_adjoint'},
+ install_requires=['scipy>=1.0'],
+ extras_require=extras
+ )
diff --git a/_repos/github/drcandacemakedamoore/cleanX/README.md b/_repos/github/drcandacemakedamoore/cleanX/README.md
new file mode 100644
index 00000000..81b317fa
--- /dev/null
+++ b/_repos/github/drcandacemakedamoore/cleanX/README.md
@@ -0,0 +1,87 @@
+---
+title: github/drcandacemakedamoore/cleanX
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[docutils](http://docutils.sourceforge.net/)|0.078|
+|pypi|[mypy](http://www.mypy-lang.org/)|0.068|
+|pypi|[flake8](https://github.com/pycqa/flake8)|0.065|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.065|
+|pypi|[colorama](https://github.com/tartley/colorama)|0.049|
+|pypi|[docutils-stubs](https://github.com/tk0miya/docutils-stubs)|0.045|
+|pypi|[types-typed-ast](https://github.com/python/typeshed)|0.039|
+|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.039|
+|pypi|[alabaster](https://alabaster.readthedocs.io)|0.039|
+|pypi|[snowballstemmer](https://github.com/snowballstem/snowball)|0.039|
+|pypi|[Pygments](https://pygments.org/)|0.039|
+|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|0.039|
+|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.039|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.039|
+|pypi|[Babel](https://pypi.org/project/Babel)|0.019|
+|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.019|
+|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.013|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.012|
+|setup.py|github/drcandacemakedamoore/cleanX|0.01|
+|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.01|
+|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.01|
+|pypi|[mccabe](https://pypi.org/project/mccabe)|0.01|
+|pypi|[whoosh](https://pypi.org/project/whoosh)|0.01|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.009|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.008|
+|pypi|[pip-api](https://pypi.org/project/pip-api)|0.008|
+|pypi|[requirementslib](https://pypi.org/project/requirementslib)|0.008|
+|pypi|[pipreqs](https://pypi.org/project/pipreqs)|0.008|
+|pypi|[html5lib](https://pypi.org/project/html5lib)|0.008|
+|pypi|[lxml](https://pypi.org/project/lxml)|0.006|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.006|
+|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.006|
+|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.006|
+|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.006|
+|pypi|[PySocks](https://pypi.org/project/PySocks)|0.006|
+|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.006|
+|pypi|[idna](https://pypi.org/project/idna)|0.006|
+|pypi|[chardet](https://pypi.org/project/chardet)|0.006|
+|pypi|[certifi](https://pypi.org/project/certifi)|0.006|
+|pypi|[urllib3](https://pypi.org/project/urllib3)|0.006|
+|pypi|[sphinxcontrib-serializinghtml](http://sphinx-doc.org/)|0.005|
+|pypi|[packaging](https://github.com/pypa/packaging)|0.005|
+|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.005|
+|pypi|[sqlalchemy](https://pypi.org/project/sqlalchemy)|0.005|
+|pypi|[requests](https://requests.readthedocs.io)|0.003|
+|pypi|[xmlschema](https://github.com/sissaschool/xmlschema)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[nose](https://pypi.org/project/nose)|0.002|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.002|
+|pypi|[py](https://pypi.org/project/py)|0.002|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.002|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.002|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.002|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.002|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.002|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.002|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.002|
+|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.002|
+|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.002|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.002|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.002|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.002|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.002|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.002|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.002|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.002|
+|pypi|[zipp](https://pypi.org/project/zipp)|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/drcandacemakedamoore/cleanX/badge.png b/_repos/github/drcandacemakedamoore/cleanX/badge.png
new file mode 100644
index 00000000..b235543e
Binary files /dev/null and b/_repos/github/drcandacemakedamoore/cleanX/badge.png differ
diff --git a/_repos/github/drcandacemakedamoore/cleanX/data.json b/_repos/github/drcandacemakedamoore/cleanX/data.json
new file mode 100644
index 00000000..e52bbcf6
--- /dev/null
+++ b/_repos/github/drcandacemakedamoore/cleanX/data.json
@@ -0,0 +1,330 @@
+{
+ "setup.py": {
+ "github/drcandacemakedamoore/cleanX": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "sphinx": {
+ "credit": 0.012056220000000131,
+ "url": "https://www.sphinx-doc.org/"
+ },
+ "pytest": {
+ "credit": 0.06464739599999998,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "types-requests": {
+ "credit": 0.0003920400000000032,
+ "url": "https://github.com/python/typeshed"
+ },
+ "types-typed-ast": {
+ "credit": 0.039203999999999996,
+ "url": "https://github.com/python/typeshed"
+ },
+ "docutils-stubs": {
+ "credit": 0.045025794,
+ "url": "https://github.com/tk0miya/docutils-stubs"
+ },
+ "mypy": {
+ "credit": 0.06831297,
+ "url": "http://www.mypy-lang.org/"
+ },
+ "isort": {
+ "credit": 0.0003920400000000032,
+ "url": "https://pycqa.github.io/isort/"
+ },
+ "flake8": {
+ "credit": 0.06540207299999999,
+ "url": "https://github.com/pycqa/flake8"
+ },
+ "sphinxcontrib-websupport": {
+ "credit": 0.0003920400000000032,
+ "url": "http://sphinx-doc.org/"
+ },
+ "colorama": {
+ "credit": 0.049392139499999994,
+ "url": "https://github.com/tartley/colorama"
+ },
+ "importlib-metadata": {
+ "credit": 0.0125207775,
+ "url": "https://github.com/python/importlib_metadata"
+ },
+ "packaging": {
+ "credit": 0.004974007500000002,
+ "url": "https://github.com/pypa/packaging"
+ },
+ "requests": {
+ "credit": 0.0028177875000000028,
+ "url": "https://requests.readthedocs.io"
+ },
+ "imagesize": {
+ "credit": 0.039203999999999996,
+ "url": "https://github.com/shibukawa/imagesize_py"
+ },
+ "alabaster": {
+ "credit": 0.039203999999999996,
+ "url": "https://alabaster.readthedocs.io"
+ },
+ "babel": {
+ "credit": 0.0003920400000000032,
+ "url": "https://babel.pocoo.org/"
+ },
+ "snowballstemmer": {
+ "credit": 0.039203999999999996,
+ "url": "https://github.com/snowballstem/snowball"
+ },
+ "docutils": {
+ "credit": 0.07801596,
+ "url": "http://docutils.sourceforge.net/"
+ },
+ "Pygments": {
+ "credit": 0.039203999999999996,
+ "url": "https://pygments.org/"
+ },
+ "Jinja2": {
+ "credit": 0.0003920400000000032,
+ "url": "https://palletsprojects.com/p/jinja/"
+ },
+ "sphinxcontrib-qthelp": {
+ "credit": 0.0003920400000000032,
+ "url": "http://sphinx-doc.org/"
+ },
+ "sphinxcontrib-serializinghtml": {
+ "credit": 0.005243535000000002,
+ "url": "http://sphinx-doc.org/"
+ },
+ "sphinxcontrib-htmlhelp": {
+ "credit": 0.0003920400000000032,
+ "url": "http://sphinx-doc.org/"
+ },
+ "sphinxcontrib-jsmath": {
+ "credit": 0.0003920400000000032,
+ "url": "http://sphinx-doc.org/"
+ },
+ "sphinxcontrib-devhelp": {
+ "credit": 0.0003920400000000032,
+ "url": "http://sphinx-doc.org/"
+ },
+ "sphinxcontrib-applehelp": {
+ "credit": 0.0003920400000000032,
+ "url": "http://sphinx-doc.org/"
+ },
+ "xmlschema": {
+ "credit": 0.0024257474999999995,
+ "url": "https://github.com/sissaschool/xmlschema"
+ },
+ "pygments": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/mock"
+ },
+ "hypothesis": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "argcomplete": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "atomicwrites": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "tomli": {
+ "credit": 0.008894407499999998,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "iniconfig": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.0024257474999999995,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "types-urllib3": {
+ "credit": 0.03881195999999999,
+ "url": "https://pypi.org/project/types-urllib3"
+ },
+ "lxml": {
+ "credit": 0.0064686599999999985,
+ "url": "https://pypi.org/project/lxml"
+ },
+ "psutil": {
+ "credit": 0.0064686599999999985,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "typed-ast": {
+ "credit": 0.0064686599999999985,
+ "url": "https://pypi.org/project/typed-ast"
+ },
+ "mypy-extensions": {
+ "credit": 0.0064686599999999985,
+ "url": "https://pypi.org/project/mypy-extensions"
+ },
+ "typing-extensions": {
+ "credit": 0.008624879999999998,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "setuptools": {
+ "credit": 0.007762391999999998,
+ "url": "https://pypi.org/project/setuptools"
+ },
+ "pip-api": {
+ "credit": 0.007762391999999998,
+ "url": "https://pypi.org/project/pip-api"
+ },
+ "requirementslib": {
+ "credit": 0.007762391999999998,
+ "url": "https://pypi.org/project/requirementslib"
+ },
+ "pipreqs": {
+ "credit": 0.007762391999999998,
+ "url": "https://pypi.org/project/pipreqs"
+ },
+ "pyflakes": {
+ "credit": 0.009702989999999998,
+ "url": "https://pypi.org/project/pyflakes"
+ },
+ "pycodestyle": {
+ "credit": 0.009702989999999998,
+ "url": "https://pypi.org/project/pycodestyle"
+ },
+ "mccabe": {
+ "credit": 0.009702989999999998,
+ "url": "https://pypi.org/project/mccabe"
+ },
+ "Sphinx": {
+ "credit": 0.004851494999999999,
+ "url": "https://pypi.org/project/Sphinx"
+ },
+ "whoosh": {
+ "credit": 0.009702989999999998,
+ "url": "https://pypi.org/project/whoosh"
+ },
+ "sqlalchemy": {
+ "credit": 0.004851494999999999,
+ "url": "https://pypi.org/project/sqlalchemy"
+ },
+ "importlib-resources": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "pytest-mypy": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "pytest-perf": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pytest-perf"
+ },
+ "flufl.flake8": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/flufl.flake8"
+ },
+ "pyfakefs": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pyfakefs"
+ },
+ "pytest-enabler": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-cov": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pytest-flake8": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "ipython": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "rst.linker": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "zipp": {
+ "credit": 0.0021562199999999995,
+ "url": "https://pypi.org/project/zipp"
+ },
+ "pyparsing": {
+ "credit": 0.03881195999999999,
+ "url": "https://pypi.org/project/pyparsing"
+ },
+ "win-inet-pton": {
+ "credit": 0.0055445657142857135,
+ "url": "https://pypi.org/project/win-inet-pton"
+ },
+ "PySocks": {
+ "credit": 0.0055445657142857135,
+ "url": "https://pypi.org/project/PySocks"
+ },
+ "charset-normalizer": {
+ "credit": 0.0055445657142857135,
+ "url": "https://pypi.org/project/charset-normalizer"
+ },
+ "idna": {
+ "credit": 0.0055445657142857135,
+ "url": "https://pypi.org/project/idna"
+ },
+ "chardet": {
+ "credit": 0.0055445657142857135,
+ "url": "https://pypi.org/project/chardet"
+ },
+ "certifi": {
+ "credit": 0.0055445657142857135,
+ "url": "https://pypi.org/project/certifi"
+ },
+ "urllib3": {
+ "credit": 0.0055445657142857135,
+ "url": "https://pypi.org/project/urllib3"
+ },
+ "pytz": {
+ "credit": 0.03881195999999999,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "Babel": {
+ "credit": 0.019405979999999996,
+ "url": "https://pypi.org/project/Babel"
+ },
+ "MarkupSafe": {
+ "credit": 0.019405979999999996,
+ "url": "https://pypi.org/project/MarkupSafe"
+ },
+ "html5lib": {
+ "credit": 0.007762391999999998,
+ "url": "https://pypi.org/project/html5lib"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/drcandacemakedamoore/cleanX/setup.py b/_repos/github/drcandacemakedamoore/cleanX/setup.py
new file mode 100644
index 00000000..af9e8c3b
--- /dev/null
+++ b/_repos/github/drcandacemakedamoore/cleanX/setup.py
@@ -0,0 +1,731 @@
+#!/usr/bin/env python
+
+import sys
+import shlex
+import os
+import subprocess
+import site
+import shutil
+import platform
+import posixpath
+import zipfile
+import email
+import pkg_resources
+import setuptools
+
+from glob import glob
+from distutils.dir_util import copy_tree
+from io import BytesIO
+from string import Template
+
+from setuptools import setup
+from setuptools.command.install import install as InstallCommand
+from setuptools.command.easy_install import easy_install as EZInstallCommand
+from setuptools.dist import Distribution
+from setuptools.wheel import Wheel
+from setuptools.command.egg_info import write_requirements
+from setuptools import Command
+from pkg_resources import parse_version
+
+
+project_dir = os.path.dirname(os.path.realpath(__file__))
+# This will exclude the project directory from sys.path so that Sphinx
+# doesn't get confused about where to load the sources.
+# _Note_ you _must_ install the project
+# before you generate documentation, otherwise it will not work.
+sys.path = [x for x in sys.path if not x == project_dir]
+
+
+with open('README.md', 'r') as f:
+ readme = f.read()
+
+name = 'cleanX'
+try:
+ tag = subprocess.check_output([
+ 'git',
+ '--no-pager',
+ 'describe',
+ '--abbrev=0',
+ '--tags',
+ ]).strip().decode()
+except subprocess.CalledProcessError as e:
+ print(e.output)
+ tag = 'v0.0.0'
+
+version = tag[1:]
+
+
+def _convert_metadata(_, zf, destination_eggdir, dist_info, egg_info):
+ def get_metadata(name):
+ with zf.open(posixpath.join(dist_info, name)) as fp:
+ value = fp.read().decode('utf-8')
+ return email.parser.Parser().parsestr(value)
+
+ wheel_metadata = get_metadata('WHEEL')
+ # Check wheel format version is supported.
+ wheel_version = parse_version(wheel_metadata.get('Wheel-Version'))
+ wheel_v1 = (
+ parse_version('1.0') <= wheel_version < parse_version('2.0dev0')
+ )
+ if not wheel_v1:
+ raise ValueError(
+ 'unsupported wheel format version: %s' % wheel_version)
+ # Extract to target directory.
+
+ # PATCH(wvxvw): This function is copied from wheel.py.
+ # There are some issues. Specifically, this place will get conflicted with
+ # itself because it's trying to create a directory that it already
+ # created earlier...
+ try:
+ os.mkdir(destination_eggdir)
+ except FileExistsError:
+ pass
+ zf.extractall(destination_eggdir)
+ # Convert metadata.
+ dist_info = os.path.join(destination_eggdir, dist_info)
+ dist = pkg_resources.Distribution.from_location(
+ destination_eggdir, dist_info,
+ metadata=pkg_resources.PathMetadata(destination_eggdir, dist_info),
+ )
+
+ # Note: Evaluate and strip markers now,
+ # as it's difficult to convert back from the syntax:
+ # foobar; "linux" in sys_platform and extra == 'test'
+ def raw_req(req):
+ req.marker = None
+ return str(req)
+ install_requires = list(sorted(map(raw_req, dist.requires())))
+ extras_require = {
+ extra: sorted(
+ req
+ for req in map(raw_req, dist.requires((extra,)))
+ if req not in install_requires
+ )
+ for extra in dist.extras
+ }
+ try:
+ # This used to be outside try-except, but, as this function
+ # ultimately doesn't care if whatever it does succeeds... why
+ # not put this here too, as it fails anyways because one of
+ # the directories had some files in them.
+
+ # Eventually, we just need to create wheels ourselves, not
+ # relying on `pip` and its friends, and life will be a
+ # lot easier.
+ os.rename(dist_info, egg_info)
+ os.rename(
+ os.path.join(egg_info, 'METADATA'),
+ os.path.join(egg_info, 'PKG-INFO'),
+ )
+ setup_dist = setuptools.Distribution(
+ attrs=dict(
+ install_requires=install_requires,
+ extras_require=extras_require,
+ ),
+ )
+ write_requirements(
+ setup_dist.get_command_obj('egg_info'),
+ None,
+ os.path.join(egg_info, 'requires.txt'),
+ )
+ except Exception as e:
+ # The original function didn't care about exceptions here
+ # either. Turns out, all this work it did to store the
+ # metatada, and then: whatever, who cares if it was stored,
+ # right?
+ print(e)
+
+
+Wheel._convert_metadata = _convert_metadata
+
+
+class TestCommand(Command):
+
+ user_options = [
+ ('pytest-args=', 'a', 'Arguments to pass into py.test'),
+ ('fast', 'f', (
+ 'Don\'t install dependencies, test in the current environment'
+ )
+ ),
+ ]
+
+ def initialize_options(self):
+ self.pytest_args = ''
+ self.fast = False
+
+ def finalize_options(self):
+ self.test_args = []
+ self.test_suite = True
+
+ def prepare(self):
+ recs = self.distribution.tests_require
+
+ if os.environ.get('CONDA_DEFAULT_ENV'):
+ if recs:
+ result = subprocess.call([
+ 'conda',
+ 'install',
+ '-y',
+ '-c', 'conda-forge',
+ ] + recs
+ )
+ if result:
+ raise RuntimeError('Cannot install test requirements')
+ else:
+ test_dist = Distribution()
+ test_dist.install_requires = recs
+ ezcmd = EZInstallCommand(test_dist)
+ ezcmd.initialize_options()
+ ezcmd.args = recs
+ ezcmd.always_copy = True
+ ezcmd.finalize_options()
+ ezcmd.run()
+ site.main()
+
+ def run(self):
+ if not self.fast:
+ self.prepare()
+ self.run_tests()
+
+
+class PyTest(TestCommand):
+
+ description = 'run unit tests'
+
+ def run_tests(self):
+ import pytest
+
+ if self.fast:
+ here = os.path.dirname(os.path.abspath(__file__))
+ sys.path.insert(0, here)
+ errno = pytest.main(shlex.split(self.pytest_args))
+ sys.exit(errno)
+
+
+class Pep8(TestCommand):
+
+ description = 'validate sources against PEP8'
+
+ def run_tests(self):
+ from pycodestyle import StyleGuide
+
+ package_dir = os.path.dirname(os.path.abspath(__file__))
+ sources = glob(
+ os.path.join(package_dir, 'cleanX', '**/*.py'),
+ recursive=True,
+ )
+ style_guide = StyleGuide(paths=sources)
+ options = style_guide.options
+
+ report = style_guide.check_files()
+ report.print_statistics()
+
+ if report.total_errors:
+ if options.count:
+ sys.stderr.write(str(report.total_errors) + '\n')
+ sys.exit(1)
+
+
+class SphinxApiDoc(Command):
+
+ description = 'run apidoc to generate documentation'
+
+ user_options = []
+
+ def initialize_options(self):
+ pass
+
+ def finalize_options(self):
+ pass
+
+ def run(self):
+ from sphinx.ext.apidoc import main
+
+ src = os.path.join(project_dir, 'docs')
+ special = (
+ 'index.rst',
+ 'cli.rst',
+ 'developers.rst',
+ 'medical-professionals.rst',
+ )
+
+ for f in glob(os.path.join(src, '*.rst')):
+ for end in special:
+ if f.endswith(end):
+ os.utime(f, None)
+ break
+ else:
+ os.unlink(f)
+
+ sys.exit(main([
+ '-o', src,
+ '-f',
+ os.path.join(project_dir, 'cleanX'),
+ '--separate',
+ ]))
+
+
+class AnacondaUpload(Command):
+
+ description = 'upload packages for Anaconda'
+
+ user_options = [
+ ('token=', 't', 'Anaconda token'),
+ ('package=', 'p', 'Package to upload'),
+ ]
+
+ def initialize_options(self):
+ self.token = None
+ self.package = None
+
+ def finalize_options(self):
+ if (self.token is None) or (self.package is None):
+ sys.stderr.write('Token and package are required\n')
+ raise SystemExit(2)
+
+ def run(self):
+ env = dict(os.environ)
+ env['ANACONDA_API_TOKEN'] = self.token
+ upload = glob(self.package)[0]
+ sys.stderr.write('Uploading: {}\n'.format(upload))
+ args = ['upload', '--force', '--label', 'main', upload]
+ try:
+ proc = subprocess.Popen(
+ ['anaconda'] + args,
+ env=env,
+ stderr=subprocess.PIPE,
+ )
+ except FileNotFoundError:
+ for elt in os.environ.get('PATH', '').split(os.pathsep):
+ found = False
+ sys.stderr.write('Searching for anaconda: {!r}\n'.format(elt))
+ base = os.path.basename(elt)
+ if base == 'condabin':
+ # My guess is conda is adding path to shell
+ # profile with backslashes. Wouldn't be the first
+ # time they do something like this...
+ sub = os.path.join(os.path.dirname(elt), 'conda', 'bin')
+ sys.stderr.write(
+ 'Anacondas hiding place: {}\n'.format(sub),
+ )
+ sys.stderr.write(
+ ' {}: {}\n'.format(elt, os.path.isdir(elt)),
+ )
+ sys.stderr.write(
+ ' {}: {}\n'.format(sub, os.path.isdir(sub)),
+ )
+ if os.path.isdir(sub):
+ elt = sub
+ executable = os.path.join(elt, 'anaconda')
+ exists = os.path.isfile(executable)
+ sys.stderr.write(
+ ' {}: {}\n'.format(executable, exists),
+ )
+ sys.stderr.write(' Possible matches:\n')
+ for g in glob(os.path.join(elt, '*anaconda*')):
+ sys.stderr.write(' {}\n'.format(g))
+ elif base == 'miniconda':
+ # Another thing that might happen is that whoever
+ # configured our environment forgot to add
+ # miniconda/bin messed up the directory nam somehow
+ minibin = os.path.join(elt, 'bin')
+ if os.path.isdir(minibin):
+ sys.stderr.write(
+ 'Maybe anaconda is here:{}\n'.format(minibin),
+ )
+ elt = minibin
+ for p in glob(os.path.join(elt, 'anaconda')):
+ sys.stderr.write('Found anaconda: {}'.format(p))
+ anaconda = p
+ found = True
+ break
+ if found:
+ proc = subprocess.Popen(
+ [anaconda] + args,
+ env=env,
+ stderr=subprocess.PIPE,
+ )
+ break
+ else:
+ import traceback
+ traceback.print_exc()
+ raise
+
+ _, err = proc.communicate()
+ if proc.returncode:
+ sys.stderr.write('Upload to Anaconda failed\n')
+ sys.stderr.write('Stderr:\n')
+ for line in err.decode().split('\n'):
+ sys.stderr.write(line)
+ sys.stderr.write('\n')
+ raise SystemExit(1)
+
+
+class GenerateCondaYaml(Command):
+
+ description = 'generate metadata for conda package'
+
+ user_options = [(
+ 'target-python=',
+ 't',
+ 'Python version to build the package for',
+ )]
+
+ user_options = [(
+ 'target-conda=',
+ 'c',
+ 'Conda version to build the package for',
+ )]
+
+ def initialize_options(self):
+ self.target_python = None
+ self.target_conda = None
+
+ def finalize_options(self):
+ if self.target_python is None:
+ maj, min, patch = sys.version.split(maxsplit=1)[0].split('.')
+
+ self.target_python = '{}.{}'.format(maj, min)
+ if self.target_conda is None:
+ conda_exe = os.environ.get('CONDA_EXE', 'conda')
+ self.target_conda = subprocess.check_output(
+ [conda_exe, '--version'],
+ ).split()[-1].decode()
+
+ def run(self):
+ tpls = glob(os.path.join(project_dir, 'conda-pkg/*.in'))
+ versions = bool(os.environ.get('STRICT_PACKAGE_VERSIONS'))
+ rdeps = install_requires(versions, self.target_python)
+ ddeps = dev_deps(versions, self.target_python)
+ run_deps = '\n - '.join(rdeps)
+ sphinx_version = ''
+ for d in ddeps:
+ if d.startswith('sphinx'):
+ sphinx_version = d[len('sphinx'):]
+
+ for tpl_path in tpls:
+ if tpl_path.endswith('env.yml.in'):
+ continue
+ with open(tpl_path) as f:
+ tpl = Template(f.read())
+
+ dst_path = tpl_path[:-3]
+
+ with open(dst_path, 'w') as f:
+ f.write(tpl.substitute(
+ version=version,
+ tag=tag,
+ python_version=self.target_python,
+ conda_version=self.target_conda,
+ run_deps=run_deps,
+ sphinx_version=sphinx_version,
+ ))
+
+
+class FindEgg(Command):
+
+ description = 'find Eggs built by this script'
+
+ user_options = []
+
+ def initialize_options(self):
+ pass
+
+ def finalize_options(self):
+ pass
+
+ def run(self):
+ print(glob('./dist/*.egg')[0])
+
+
+class GenCondaEnv(Command):
+
+ description = (
+ 'generate YAML file with requirements for conda environmnent'
+ )
+
+ user_options = [(
+ 'output=',
+ 'o',
+ 'File to save the environmnent description',
+ )]
+
+ def initialize_options(self):
+ self.output = None
+
+ def finalize_options(self):
+ if self.output is None:
+ self.output = 'cleanx-env-{}-py{}{}.yml'.format(
+ platform.system().lower(),
+ sys.version_info[0],
+ sys.version_info[1],
+ )
+
+ def run(self):
+ if os.environ.get('CONDA_DEFAULT_ENV') is None:
+ raise RuntimeError(
+ 'This command can only run in conda environmnent',
+ )
+ env_tpl_path = os.path.join(
+ os.path.dirname(__file__),
+ 'conda-pkg',
+ 'env.yml.in',
+ )
+ with open(env_tpl_path) as f:
+ tpl = Template(f.read())
+ conda_recs = []
+ # TODO(wvxvw): Add flags to also include extras
+ all_recs = (
+ self.distribution.install_requires +
+ self.distribution.tests_require +
+ self.distribution.setup_requires
+ )
+ for rec in all_recs:
+ result = subprocess.check_output(['conda', 'list', '-e', rec])
+ for line in BytesIO(result):
+ if not line.startswith(b'#'):
+ conda_recs.append(line.strip().decode())
+ break
+ else:
+ raise RuntimeError(
+ 'Missing {}\n'.format(rec) +
+ 'run "conda install -c conda-forge {}"'.format(rec),
+ )
+ output_contents = tpl.substitute(
+ env_name=os.path.splitext(self.output)[0],
+ conda_recs='\n - '.join(conda_recs),
+ )
+ with open(self.output, 'w') as f:
+ f.write(output_contents)
+
+
+class Install(InstallCommand):
+
+ def run(self):
+ if os.environ.get('CONDA_DEFAULT_ENV'):
+ # Apparently, we need to specify this. You'd think that a
+ # sane package installer would leave your Python alone,
+ # and yet...
+ frozen = 'python={}.{}'.format(*sys.version_info[:2])
+ conda = subprocess.check_output(
+ ['conda', '--version'],
+ ).decode().replace(' ', '=')
+ packages = subprocess.check_output(['conda', 'list', '--export'])
+ cmd = [
+ 'conda',
+ 'install', '-y',
+ '--strict-channel-priority',
+ '--override-channels',
+ '-c', 'conda-forge',
+ 'conda-build',
+ 'conda-verify',
+ frozen,
+ conda,
+ ]
+ for line in packages.split(b'\n'):
+ if line.startswith(b'conda-build='):
+ break
+ else:
+ if subprocess.call(cmd):
+ raise RuntimeError('Cannot install conda-build')
+ shutil.rmtree(
+ os.path.join(project_dir, 'dist'),
+ ignore_errors=True,
+ )
+ shutil.rmtree(
+ os.path.join(project_dir, 'build'),
+ ignore_errors=True,
+ )
+
+ cmd = [
+ 'conda',
+ 'build',
+ '--no-anaconda-upload',
+ '--override-channels',
+ '-c', 'conda-forge',
+ os.path.join(project_dir, 'conda-pkg'),
+ ]
+ if subprocess.call(cmd):
+ raise RuntimeError('Couldn\'t build {} package'.format(name))
+ cmd = [
+ 'conda',
+ 'install',
+ '--strict-channel-priority',
+ '--override-channels',
+ '-c', 'conda-forge',
+ '--use-local',
+ '--update-deps',
+ '--force-reinstall',
+ '-y',
+ 'cleanx',
+ frozen,
+ conda,
+ ]
+ if subprocess.call(cmd):
+ raise RuntimeError('Couldn\'t install {} package'.format(name))
+ else:
+ # TODO(wvxvw): Find a way to avoid using subprocess to do
+ # this
+ if subprocess.call([sys.executable, __file__, 'bdist_egg']):
+ raise RuntimeError('Couldn\'t build {} package'.format(name))
+ egg = glob(os.path.join(project_dir, 'dist', '*.egg'))[0]
+ # TODO(wvxvw): Use EZInstallCommand instead
+ if subprocess.call([
+ sys.executable,
+ __file__,
+ 'easy_install',
+ '--always-copy',
+ egg
+ ]):
+ raise RuntimeError('Couldn\'t install {} package'.format(name))
+ package_dir = os.path.dirname(os.path.abspath(__file__))
+ egg_info = os.path.join(package_dir, 'cleanX.egg-info')
+
+ # Apparently, this is only set if we are in bdist_xxx
+ if self.root:
+ # PyPA members run setup.py install inside setup.py
+ # bdist_wheel. Because we don't do what a typical
+ # install command would, and they rely on a bunch of
+ # side effects of a typical install command, we need
+ # to pretend that install happened in a way that they
+ # expect.
+ egg_info_cmd = self.distribution.get_command_obj(
+ 'install_egg_info',
+ )
+ egg_info_cmd.ensure_finalized()
+ make_pypa_happy = egg_info_cmd.target
+ package_contents = os.path.join(
+ package_dir,
+ 'build',
+ 'lib',
+ )
+ copy_tree(egg_info, make_pypa_happy)
+ copy_tree(package_contents, self.root)
+
+
+class InstallDev(Install):
+
+ def run(self):
+ super().run()
+ if os.environ.get('CONDA_DEFAULT_ENV'):
+ frozen = 'python={}.{}'.format(*sys.version_info[:2])
+ cmd = [
+ 'conda',
+ 'install',
+ '-c', 'conda-forge',
+ '-y',
+ frozen,
+ ] + self.distribution.extras_require['dev']
+ if subprocess.call(cmd):
+ raise RuntimeError('Couldn\'t install {} package'.format(name))
+ else:
+ extras_dist = Distribution()
+ extras_dist.install_requires = self.distribution.extras_require['dev']
+ ezcmd = EZInstallCommand(extras_dist)
+ ezcmd.initialize_options()
+ ezcmd.args = self.distribution.extras_require['dev']
+ ezcmd.always_copy = True
+ ezcmd.finalize_options()
+ ezcmd.run()
+
+
+def install_requires(versions=False, python=None):
+ if os.environ.get('CONDA_DEFAULT_ENV'):
+ if python is None:
+ python = '{}.{}'.format(*sys.version_info[:2])
+ location = os.path.join(
+ os.path.dirname(__file__),
+ '.conda-versions',
+ python
+ )
+ deps = [d.strip() for d in open(location).readlines()]
+ if not versions:
+ deps = [d.split('=')[0] for d in deps]
+ return deps
+ return [
+ 'pandas',
+ 'numpy',
+ 'matplotlib',
+ 'tesserocr',
+ 'opencv-python',
+ 'pytz',
+ ]
+
+
+def dev_deps(versions=False, python=None):
+ if os.environ.get('CONDA_DEFAULT_ENV'):
+ if python is None:
+ python = '{}.{}'.format(*sys.version_info[:2])
+ location = os.path.join(
+ os.path.dirname(__file__),
+ '.conda-versions',
+ python + '.dev'
+ )
+ deps = [d.strip() for d in open(location).readlines()]
+ if not versions:
+ deps = [d.split('=')[0] for d in deps]
+ return deps
+ return [
+ 'wheel',
+ 'sphinx',
+ 'pytest',
+ 'codestyle',
+ 'click',
+ 'pydicom',
+ 'SimpleITK',
+ ]
+
+
+# If we don't do this, we cannot run tests that involve
+# multiprocessing
+if __name__ == '__main__':
+ versions = bool(os.environ.get('STRICT_PACKAGE_VERSIONS'))
+ setup(
+ name=name,
+ version=version,
+ description='Python library for cleaning data in large datasets of Xrays',
+ long_description=readme,
+ long_description_content_type='text/markdown',
+ author='doctormakeda@gmail.com',
+ author_email='doctormakeda@gmail.com',
+ maintainer='doctormakeda@gmail.com',
+ maintainer_email= 'doctormakeda@gmail.com',
+ url='https://github.com/drcandacemakedamoore/cleanX',
+ license='MIT',
+ packages=[
+ 'cleanX',
+ 'cleanX.dataset_processing',
+ 'cleanX.dicom_processing',
+ 'cleanX.image_work',
+ 'cleanX.cli',
+ ],
+ cmdclass={
+ 'test': PyTest,
+ 'lint': Pep8,
+ 'apidoc': SphinxApiDoc,
+ 'genconda': GenerateCondaYaml,
+ 'install': Install,
+ 'install_dev': InstallDev,
+ 'find_egg': FindEgg,
+ 'anaconda_upload': AnacondaUpload,
+ 'anaconda_gen_env': GenCondaEnv,
+ },
+ tests_require=['pytest', 'pycodestyle'],
+ command_options={
+ 'build_sphinx': {
+ 'project': ('setup.py', name),
+ 'version': ('setup.py', version),
+ 'source_dir': ('setup.py', './docs'),
+ 'config_dir': ('setup.py', './docs'),
+ },
+ },
+ setup_requires=['sphinx'],
+ install_requires=install_requires(versions),
+ extras_require={
+ 'cli': ['click'],
+ 'pydicom': ['pydicom'],
+ 'simpleitk': ['SimpleITK'],
+ 'dev': dev_deps(versions),
+ },
+ zip_safe=False,
+ )
diff --git a/_repos/github/ec363/fpcountr/DESCRIPTION b/_repos/github/ec363/fpcountr/DESCRIPTION
new file mode 100644
index 00000000..18154b24
--- /dev/null
+++ b/_repos/github/ec363/fpcountr/DESCRIPTION
@@ -0,0 +1,30 @@
+Package: fpcountr
+Title: FPCountR: Fluorescent protein calibration for plate readers
+Version: 0.0.0.9000
+Authors@R:
+ person(given = "Eszter",
+ family = "Csibra",
+ role = c("aut", "cre"),
+ email = "e.csibra@imperial.ac.uk",
+ comment = c(ORCID = "0000-0003-4759-5921"))
+Description: Calibrate microplate readers using fluorescent protein calibrants to allow quantification in molecular units. Functions in this package allow for the quantification of fluorescent proteins using any of three different quantification methods, as well as the comparison of protein concentrations with fluorescence intensity readings to obtain 'conversion factors'. These can then be used to convert fluorescence readings from microbiological growth and gene expression assays from 'arbitrary units' into 'molecules per cell'.
+License: GPL (>= 3)
+URL: https://ec363.github.io/fpcountr, https://github.com/ec363/fpcountr
+Encoding: UTF-8
+LazyData: true
+Roxygen: list(markdown = TRUE)
+RoxygenNote: 7.1.1
+Imports:
+ broom,
+ dplyr,
+ ggplot2,
+ jsonlite,
+ mgcv,
+ purrr,
+ rlang,
+ scales,
+ stats,
+ tibble,
+ tidyr,
+ tidyselect,
+ utils
diff --git a/_repos/github/ec363/fpcountr/README.md b/_repos/github/ec363/fpcountr/README.md
new file mode 100644
index 00000000..3352fdf6
--- /dev/null
+++ b/_repos/github/ec363/fpcountr/README.md
@@ -0,0 +1,28 @@
+---
+title: github/ec363/fpcountr
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[broom](https://broom.tidymodels.org/)|0.09|
+|cran|dplyr|0.09|
+|cran|ggplot2|0.09|
+|cran|jsonlite|0.09|
+|cran|mgcv|0.09|
+|cran|purrr|0.09|
+|cran|rlang|0.09|
+|cran|scales|0.09|
+|cran|tibble|0.09|
+|cran|tidyr|0.09|
+|cran|tidyselect|0.09|
+|DESCRIPTION|github/ec363/fpcountr|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/ec363/fpcountr/badge.png b/_repos/github/ec363/fpcountr/badge.png
new file mode 100644
index 00000000..bb6d88bd
Binary files /dev/null and b/_repos/github/ec363/fpcountr/badge.png differ
diff --git a/_repos/github/ec363/fpcountr/data.json b/_repos/github/ec363/fpcountr/data.json
new file mode 100644
index 00000000..6cb6c6f9
--- /dev/null
+++ b/_repos/github/ec363/fpcountr/data.json
@@ -0,0 +1,54 @@
+{
+ "DESCRIPTION": {
+ "github/ec363/fpcountr": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "broom": {
+ "credit": 0.09,
+ "url": "https://broom.tidymodels.org/"
+ },
+ "dplyr": {
+ "credit": 0.09,
+ "url": null
+ },
+ "ggplot2": {
+ "credit": 0.09,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.09,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.09,
+ "url": null
+ },
+ "purrr": {
+ "credit": 0.09,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.09,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.09,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.09,
+ "url": null
+ },
+ "tidyr": {
+ "credit": 0.09,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.09,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/fabiopardo/tonic/README.md b/_repos/github/fabiopardo/tonic/README.md
new file mode 100644
index 00000000..8e67ad06
--- /dev/null
+++ b/_repos/github/fabiopardo/tonic/README.md
@@ -0,0 +1,58 @@
+---
+title: github/fabiopardo/tonic
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.194|
+|pypi|[gym](https://www.gymlibrary.ml/)|0.165|
+|pypi|[matplotlib](https://matplotlib.org)|0.165|
+|pypi|[pyyaml](https://pyyaml.org/)|0.165|
+|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.165|
+|pypi|[pytz](http://pythonhosted.org/pytz)|0.029|
+|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.029|
+|setup.py|github/fabiopardo/tonic|0.01|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.006|
+|pypi|[filelock](https://github.com/tox-dev/py-filelock)|0.004|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.004|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.004|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.004|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.004|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.003|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.003|
+|pypi|[pandas](https://pandas.pydata.org)|0.003|
+|pypi|[hypothesis](https://hypothesis.works)|0.002|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.002|
+|pypi|[requests](https://pypi.org/project/requests)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[nose](https://pypi.org/project/nose)|0.002|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.002|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.002|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.002|
+|pypi|[py](https://pypi.org/project/py)|0.002|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.002|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.002|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.002|
+|pypi|[tzdata](https://pypi.org/project/tzdata)|0.001|
+|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.001|
+|pypi|[rich](https://pypi.org/project/rich)|0.001|
+|pypi|[redis](https://pypi.org/project/redis)|0.001|
+|pypi|[libcst](https://pypi.org/project/libcst)|0.001|
+|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.001|
+|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|0.001|
+|pypi|[django](https://pypi.org/project/django)|0.001|
+|pypi|[click](https://pypi.org/project/click)|0.001|
+|pypi|[black](https://pypi.org/project/black)|0.001|
+|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|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/fabiopardo/tonic/badge.png b/_repos/github/fabiopardo/tonic/badge.png
new file mode 100644
index 00000000..de092894
Binary files /dev/null and b/_repos/github/fabiopardo/tonic/badge.png differ
diff --git a/_repos/github/fabiopardo/tonic/data.json b/_repos/github/fabiopardo/tonic/data.json
new file mode 100644
index 00000000..1c086522
--- /dev/null
+++ b/_repos/github/fabiopardo/tonic/data.json
@@ -0,0 +1,178 @@
+{
+ "setup.py": {
+ "github/fabiopardo/tonic": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "gym": {
+ "credit": 0.165,
+ "url": "https://www.gymlibrary.ml/"
+ },
+ "matplotlib": {
+ "credit": 0.165,
+ "url": "https://matplotlib.org"
+ },
+ "numpy": {
+ "credit": 0.193722375,
+ "url": "https://www.numpy.org"
+ },
+ "pandas": {
+ "credit": 0.003147375000000012,
+ "url": "https://pandas.pydata.org"
+ },
+ "pyyaml": {
+ "credit": 0.165,
+ "url": "https://pyyaml.org/"
+ },
+ "termcolor": {
+ "credit": 0.165,
+ "url": "http://pypi.python.org/pypi/termcolor"
+ },
+ "pytest-xdist": {
+ "credit": 0.00027225000000000166,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.006261750000000001,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "hypothesis": {
+ "credit": 0.0019567968750000015,
+ "url": "https://hypothesis.works"
+ },
+ "pytz": {
+ "credit": 0.028722374999999998,
+ "url": "http://pythonhosted.org/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.028722374999999998,
+ "url": "https://github.com/dateutil/dateutil"
+ },
+ "filelock": {
+ "credit": 0.004492125,
+ "url": "https://github.com/tox-dev/py-filelock"
+ },
+ "setproctitle": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "xmlschema": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "requests": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/requests"
+ },
+ "pygments": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/mock"
+ },
+ "argcomplete": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "colorama": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "atomicwrites": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "importlib-metadata": {
+ "credit": 0.0031819218749999994,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "tomli": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "packaging": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "iniconfig": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.0031819218749999994,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "tzdata": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/tzdata"
+ },
+ "backports.zoneinfo": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/backports.zoneinfo"
+ },
+ "rich": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/rich"
+ },
+ "redis": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/redis"
+ },
+ "libcst": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/libcst"
+ },
+ "lark-parser": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/lark-parser"
+ },
+ "dpcontracts": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/dpcontracts"
+ },
+ "django": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/django"
+ },
+ "click": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/click"
+ },
+ "black": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/black"
+ },
+ "sortedcontainers": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/sortedcontainers"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/fabiopardo/tonic/setup.py b/_repos/github/fabiopardo/tonic/setup.py
new file mode 100644
index 00000000..ddf6bef4
--- /dev/null
+++ b/_repos/github/fabiopardo/tonic/setup.py
@@ -0,0 +1,15 @@
+import setuptools
+
+
+setuptools.setup(
+ name='tonic',
+ description='Tonic RL Library',
+ url='https://github.com/fabiopardo/tonic',
+ version='0.3.0',
+ author='Fabio Pardo',
+ author_email='f.pardo@imperial.ac.uk',
+ install_requires=[
+ 'gym', 'matplotlib', 'numpy', 'pandas', 'pyyaml', 'termcolor'],
+ license='MIT',
+ python_requires='>=3.6',
+ keywords=['tonic', 'deep learning', 'reinforcement learning'])
diff --git a/_repos/github/gilestrolab/ethoscope/README.md b/_repos/github/gilestrolab/ethoscope/README.md
new file mode 100644
index 00000000..59bf1fc7
--- /dev/null
+++ b/_repos/github/gilestrolab/ethoscope/README.md
@@ -0,0 +1,19 @@
+---
+title: github/gilestrolab/ethoscope
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|setup.py|github/gilestrolab/ethoscope|0.01|
+|pypi|[numpy](https://www.numpy.org)|0.01|
+|pypi|[scipy](https://www.scipy.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/gilestrolab/ethoscope/badge.png b/_repos/github/gilestrolab/ethoscope/badge.png
new file mode 100644
index 00000000..ebff8490
Binary files /dev/null and b/_repos/github/gilestrolab/ethoscope/badge.png differ
diff --git a/_repos/github/gilestrolab/ethoscope/data.json b/_repos/github/gilestrolab/ethoscope/data.json
new file mode 100644
index 00000000..5394f3b5
--- /dev/null
+++ b/_repos/github/gilestrolab/ethoscope/data.json
@@ -0,0 +1,18 @@
+{
+ "setup.py": {
+ "github/gilestrolab/ethoscope": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.009867,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.0033000000000000004,
+ "url": "https://www.scipy.org"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/gilestrolab/ethoscope/setup.py b/_repos/github/gilestrolab/ethoscope/setup.py
new file mode 100644
index 00000000..49a1cfec
--- /dev/null
+++ b/_repos/github/gilestrolab/ethoscope/setup.py
@@ -0,0 +1,39 @@
+from setuptools import setup, find_packages
+
+setup(
+ name='ethoscope',
+ version='1.0.0',
+ author=['Quentin Geissmann', 'Giorgio Gilestro', 'Luis Garcia'],
+ author_email=['quentin.geissmann@gmail.com', 'giorgio@gilest.ro', 'luis.garcia@uni-muenster.de'],
+ packages=find_packages(),
+ url="https://github.com/gilestrolab/ethoscope",
+ license="GPL3",
+ description='The API of the Ethoscope device.', #TODO
+ long_description="TODO",
+
+ keywords=["behaviour", "video tracking"],
+ scripts=['scripts/device_server.py'],
+
+ classifiers=[
+ 'Intended Audience :: Science/Research',
+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
+ 'Topic :: Scientific/Engineering'
+ ],
+ # data e.g. classifiers can be added as part of the package
+ # TODO
+ # package_data={'ethoscope': ['data/classifiers/*.pkl']},
+ extras_require={
+ 'device': ['picamera>=1.8', "GitPython >=1.0.1",
+ "mysql-connector-python >= 8.0.16", "cherrypy >= 3.6.0", "pyserial>=2.7", "bottle>=0.12.8"],
+ 'dev': ['Sphinx >= 1.4.4', "sphinx_rtd_theme >= 0.1.9", "mock >= 2.0.0"]
+ },
+ setup_requires=[
+ "numpy>=1.6.1"
+ ],
+ install_requires=[
+ "numpy>=1.6.1",
+ "scipy >= 0.15.1",
+ ],
+ tests_require=['nose', 'mock'],
+ test_suite='nose.collector'
+)
diff --git a/_repos/github/i-VRESSE/workflow-builder/README.md b/_repos/github/i-VRESSE/workflow-builder/README.md
new file mode 100644
index 00000000..bfc3cfc4
--- /dev/null
+++ b/_repos/github/i-VRESSE/workflow-builder/README.md
@@ -0,0 +1,59 @@
+---
+title: github/i-VRESSE/workflow-builder
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|npm||0.102|
+|npm|[ajv](https://ajv.js.org)|0.059|
+|npm|[react](https://reactjs.org/)|0.059|
+|npm|[react-dom](https://reactjs.org/)|0.059|
+|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|0.055|
+|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|0.055|
+|npm|[bootstrap](https://getbootstrap.com/)|0.055|
+|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|0.055|
+|npm|[react-bootstrap](https://react-bootstrap.github.io/)|0.055|
+|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|0.055|
+|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|0.055|
+|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|0.055|
+|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|0.055|
+|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|0.055|
+|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|0.055|
+|npm|babel-preset-minify|0.014|
+|package.json|github/i-VRESSE/workflow-builder|0.01|
+|npm|react-transition-group|0.004|
+|npm|react-test-renderer|0.004|
+|npm|moment|0.004|
+|npm|jest|0.004|
+|npm|eslint-plugin-react|0.004|
+|npm|eslint|0.004|
+|npm|babel-loader|0.004|
+|npm|babel-jest|0.004|
+|npm|babel-eslint|0.004|
+|npm|shortid|0.004|
+|npm|react-beautiful-dnd|0.004|
+|npm|prop-types|0.004|
+|npm|objectpath|0.004|
+|npm|deepmerge|0.004|
+|npm|clsx|0.004|
+|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|0.003|
+|npm|[mz](https://github.com/normalize/mz#readme)|0.003|
+|npm|debug|0.003|
+|npm|ejs|0.003|
+|npm|overland|0.003|
+|npm|commander|0.003|
+|npm|fs-extra|0.003|
+|npm|glob|0.003|
+|npm|[rjsf](https://www.rjsf.io/)|0.001|
+|npm|[ltd](https://github.com/overlandjs/ltd#readme)|0.001|
+|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|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/i-VRESSE/workflow-builder/badge.png b/_repos/github/i-VRESSE/workflow-builder/badge.png
new file mode 100644
index 00000000..01cf549d
Binary files /dev/null and b/_repos/github/i-VRESSE/workflow-builder/badge.png differ
diff --git a/_repos/github/i-VRESSE/workflow-builder/data.json b/_repos/github/i-VRESSE/workflow-builder/data.json
new file mode 100644
index 00000000..5891e497
--- /dev/null
+++ b/_repos/github/i-VRESSE/workflow-builder/data.json
@@ -0,0 +1,178 @@
+{
+ "package.json": {
+ "github/i-VRESSE/workflow-builder": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "npm": {
+ "ltd": {
+ "credit": 0.0005500000000000019,
+ "url": "https://github.com/overlandjs/ltd#readme"
+ },
+ "rjsf": {
+ "credit": 0.0011000000000000038,
+ "url": "https://www.rjsf.io/"
+ },
+ "storybook": {
+ "credit": 0.055,
+ "url": "https://github.com/storybookjs/storybook/tree/main/lib/cli"
+ },
+ "ajv": {
+ "credit": 0.059188461538461544,
+ "url": "https://ajv.js.org"
+ },
+ "ajv-formats": {
+ "credit": 0.055,
+ "url": "https://github.com/ajv-validator/ajv-formats#readme"
+ },
+ "bootstrap": {
+ "credit": 0.055,
+ "url": "https://getbootstrap.com/"
+ },
+ "file-saver": {
+ "credit": 0.0005500000000000019,
+ "url": "https://github.com/eligrey/FileSaver.js#readme"
+ },
+ "js-yaml": {
+ "credit": 0.055,
+ "url": "https://github.com/nodeca/js-yaml#readme"
+ },
+ "react": {
+ "credit": 0.059188461538461544,
+ "url": "https://reactjs.org/"
+ },
+ "react-bootstrap": {
+ "credit": 0.055,
+ "url": "https://react-bootstrap.github.io/"
+ },
+ "react-bootstrap-icons": {
+ "credit": 0.055,
+ "url": "https://github.com/ismamz/react-bootstrap-icons#readme"
+ },
+ "react-dnd": {
+ "credit": 0.055,
+ "url": "https://github.com/react-dnd/react-dnd#readme"
+ },
+ "react-dnd-html5-backend": {
+ "credit": 0.055,
+ "url": "https://github.com/react-dnd/react-dnd#readme"
+ },
+ "react-dom": {
+ "credit": 0.059188461538461544,
+ "url": "https://reactjs.org/"
+ },
+ "react-syntax-highlighter": {
+ "credit": 0.055,
+ "url": "https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme"
+ },
+ "react-toastify": {
+ "credit": 0.055,
+ "url": "https://github.com/fkhadra/react-toastify#readme"
+ },
+ "recoil": {
+ "credit": 0.055,
+ "url": "https://github.com/facebookexperimental/Recoil#readme"
+ },
+ "": {
+ "credit": 0.10157019230769235,
+ "url": null
+ },
+ "inquirer": {
+ "credit": 0.003403125,
+ "url": "https://github.com/SBoudrias/Inquirer.js#readme"
+ },
+ "mz": {
+ "credit": 0.003403125,
+ "url": "https://github.com/normalize/mz#readme"
+ },
+ "debug": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "ejs": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "overland": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "commander": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "fs-extra": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "glob": {
+ "credit": 0.003403125,
+ "url": null
+ },
+ "react-transition-group": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "react-test-renderer": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "moment": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "jest": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "eslint-plugin-react": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "eslint": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "babel-loader": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "babel-jest": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "babel-eslint": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "shortid": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "react-beautiful-dnd": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "prop-types": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "objectpath": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "deepmerge": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "clsx": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "babel-preset-minify": {
+ "credit": 0.0136125,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/i-VRESSE/workflow-builder/package.json b/_repos/github/i-VRESSE/workflow-builder/package.json
new file mode 100644
index 00000000..5d9dee09
--- /dev/null
+++ b/_repos/github/i-VRESSE/workflow-builder/package.json
@@ -0,0 +1,65 @@
+{
+ "name": "ivresse-workflow-builder",
+ "version": "0.0.0",
+ "private": true,
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc && vite build",
+ "serve": "vite preview",
+ "test": "vitest",
+ "lint": "ts-standard",
+ "storybook": "start-storybook -p 6006",
+ "build-storybook": "build-storybook"
+ },
+ "dependencies": {
+ "@ltd/j-toml": "^1.24.0",
+ "@rjsf/bootstrap-4": "^3.2.1",
+ "@rjsf/core": "^3.2.1",
+ "@storybook/testing-library": "^0.0.9",
+ "@zip.js/zip.js": "^2.3.23",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "bootstrap": "^4",
+ "file-saver": "^2.0.5",
+ "js-yaml": "^4.1.0",
+ "react": "^17.0.0",
+ "react-bootstrap": "^1",
+ "react-bootstrap-icons": "^1.7.2",
+ "react-dnd": "^14.0.5",
+ "react-dnd-html5-backend": "^14.1.0",
+ "react-dom": "^17.0.0",
+ "react-syntax-highlighter": "^15.4.5",
+ "react-toastify": "^8.1.0",
+ "recoil": "^0.5.2"
+ },
+ "devDependencies": {
+ "@storybook/addon-a11y": "^6.4.0",
+ "@storybook/addon-docs": "^6.4.0",
+ "@storybook/addon-essentials": "^6.4.19",
+ "@storybook/addon-links": "^6.4.19",
+ "@storybook/react": "^6.4.19",
+ "@types/file-saver": "^2.0.4",
+ "@types/hoist-non-react-statics": "^3.3.1",
+ "@types/js-yaml": "^4.0.5",
+ "@types/node": "16",
+ "@types/react": "^17.0.0",
+ "@types/react-dom": "^17.0.0",
+ "@types/react-syntax-highlighter": "^13.5.2",
+ "@vitejs/plugin-react": "^1.0.0",
+ "c8": "^7.11.0",
+ "storybook-builder-vite": "^0.1.15",
+ "ts-standard": "^11.0.0",
+ "typescript": "^4.3.2",
+ "vite": "^2.6.4",
+ "vite-node": "^0.7.8",
+ "vitest": "^0.7.8"
+ },
+ "engines": {
+ "node": ">=16"
+ },
+ "ts-standard": {
+ "ignore": [
+ "vite.config.ts"
+ ]
+ }
+}
diff --git a/_repos/github/jczarnowski/DeepFactors/CMakeLists.txt b/_repos/github/jczarnowski/DeepFactors/CMakeLists.txt
new file mode 100644
index 00000000..ec1b868b
--- /dev/null
+++ b/_repos/github/jczarnowski/DeepFactors/CMakeLists.txt
@@ -0,0 +1,137 @@
+cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
+# cmake_policy(SET CMP0060 NEW)
+
+# ------------------------------------------------------------------------------
+# Project name
+# ------------------------------------------------------------------------------
+project(deepfactors LANGUAGES CXX CUDA)
+set(${PROJECT_NAME}_VERSION 0.1)
+
+# ------------------------------------------------------------------------------
+# Default build configuration
+# ------------------------------------------------------------------------------
+if(NOT CMAKE_BUILD_TYPE)
+ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
+
+ # Set the possible values of build type for cmake-gui
+ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
+ "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
+endif()
+
+# output all executables to a single dir
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
+
+# ------------------------------------------------------------------------------
+# CMake modules directory
+# ------------------------------------------------------------------------------
+list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
+
+# ------------------------------------------------------------------------------
+# Build Options
+# ------------------------------------------------------------------------------
+option(DF_BUILD_TESTS "Build unit tests" ON)
+option(DF_BUILD_DEMO "Build the main demo" ON)
+option(DF_BUILD_TOOLS "Build tools" OFF)
+option(DF_ENABLE_TIMING "Enable timing of crucial parts of the system" OFF)
+option(DF_WITH_FLYCAP "Compile support for PoinGrey FlyCapture SDK cameras" OFF)
+
+# Allow selecting the network code_size at compile-time
+set(DF_CODE_SIZE 32 CACHE STRING "Size of the compact code representation")
+set_property(CACHE DF_CODE_SIZE PROPERTY STRINGS 32 64 128)
+add_definitions(-DDF_CODE_SIZE=${DF_CODE_SIZE})
+
+if(DF_ENABLE_TIMING)
+ add_definitions(-DENABLE_TIMING)
+endif()
+
+# ------------------------------------------------------------------------------
+# Compile Options
+# ------------------------------------------------------------------------------
+# enable c++17
+set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+
+# enable warnings
+add_compile_options($<$:-Wall>)
+add_compile_options($<$:-Wno-unused-parameter>)
+add_compile_options($<$:-Wno-unused-variable>)
+add_compile_options($<$:-Wno-catch-value>) # for pangolin
+
+# disable eigen vectorization and alignment
+# we were getting nasty segfaults heisenbugs with them
+add_definitions(-DEIGEN_DONT_VECTORIZE
+ -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT
+ -DEIGEN_DONT_ALIGN)
+
+# ------------------------------------------------------------------------------
+# Print Project Info
+# ------------------------------------------------------------------------------
+message("Project: ${PROJECT_NAME}")
+message("Version: ${${PROJECT_NAME}_VERSION}")
+message("Build type: ${CMAKE_BUILD_TYPE}")
+message("Compiled on: ${CMAKE_SYSTEM}")
+
+# ------------------------------------------------------------------------------
+# Dependencies
+# For the downloaded deps, we rely here on XXX_DIR cache variables
+# that were set by thirdparty/CMakeLists.txt file parsed earlier
+# ------------------------------------------------------------------------------
+add_subdirectory(thirdparty)
+find_package(CUDA QUIET REQUIRED)
+find_package(Jsoncpp QUIET REQUIRED)
+find_package(Sophus QUIET REQUIRED)
+find_package(VisionCore QUIET REQUIRED)
+find_package(brisk QUIET REQUIRED)
+find_package(Glog QUIET REQUIRED)
+find_package(OpenCV QUIET REQUIRED)
+find_package(opengv QUIET REQUIRED)
+find_package(GTSAM QUIET REQUIRED)
+find_package(Eigen3 QUIET REQUIRED)
+find_package(Pangolin QUIET REQUIRED)
+find_package(Boost QUIET REQUIRED COMPONENTS filesystem)
+find_package(TensorFlow QUIET REQUIRED)
+
+# ------------------------------------------------------------------------------
+# Build
+# ------------------------------------------------------------------------------
+add_subdirectory(sources)
+
+# ------------------------------------------------------------------------------
+# Unit Tests
+# ------------------------------------------------------------------------------
+if(DF_BUILD_TESTS)
+ add_subdirectory(tests)
+endif()
+
+# ------------------------------------------------------------------------------
+# Installation - generate version file
+# ------------------------------------------------------------------------------
+include(CMakePackageConfigHelpers)
+write_basic_package_version_file(
+ "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
+ VERSION ${${PROJECT_NAME}_VERSION}
+ COMPATIBILITY AnyNewerVersion
+)
+
+# ------------------------------------------------------------------------------
+# Installation - export Targets
+# ------------------------------------------------------------------------------
+# export(EXPORT ${PROJECT_NAME}Targets
+# FILE "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Targets.cmake"
+# NAMESPACE ${PROJECT_NAME}::)
+# configure_file(${PROJECT_NAME}Config.cmake.in
+# "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" COPYONLY)
+#
+# set(ConfigPackageLocation lib/cmake/${PROJECT_NAME})
+# install(EXPORT ${PROJECT_NAME}Targets
+# FILE ${PROJECT_NAME}Targets.cmake
+# NAMESPACE ${PROJECT_NAME}::
+# DESTINATION ${ConfigPackageLocation})
+# install(
+# FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
+# "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
+# DESTINATION ${ConfigPackageLocation}
+# )
+
+# export package to cmake cache
+export(PACKAGE ${PROJECT_NAME})
diff --git a/_repos/github/jczarnowski/DeepFactors/README.md b/_repos/github/jczarnowski/DeepFactors/README.md
new file mode 100644
index 00000000..d27f4b4a
--- /dev/null
+++ b/_repos/github/jczarnowski/DeepFactors/README.md
@@ -0,0 +1,85 @@
+---
+title: github/jczarnowski/DeepFactors
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[cmake](https://www.cmake.org)|0.086|
+|spack|sophus|0.071|
+|spack|visioncore|0.071|
+|spack|brisk|0.071|
+|spack|opengv|0.071|
+|spack|gtsam|0.071|
+|spack|eigen3|0.071|
+|spack|tensorflow|0.071|
+|spack|python|0.06|
+|spack|ncurses|0.041|
+|spack|gflags|0.037|
+|spack|libxml2|0.035|
+|spack|zlib|0.019|
+|spack|eigen|0.016|
+|spack|gl|0.016|
+|spack|glew|0.014|
+|spack|glu|0.014|
+|spack|py-numpy|0.013|
+|spack|icu4c|0.012|
+|spack|mpi|0.012|
+|spack|bzip2|0.012|
+|CMakeLists.txt|github/jczarnowski/DeepFactors|0.01|
+|spack|qt|0.007|
+|spack|[curl](https://curl.se/)|0.006|
+|spack|expat|0.006|
+|spack|libarchive|0.006|
+|spack|libuv|0.006|
+|spack|rhash|0.006|
+|spack|openssl|0.006|
+|spack|py-sphinx|0.006|
+|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.002|
+|spack|[glog](https://github.com/google/glog)|0.002|
+|spack|java|0.002|
+|spack|ant|0.002|
+|spack|py-setuptools|0.002|
+|spack|freetype|0.002|
+|spack|harfbuzz|0.002|
+|spack|hdf5|0.002|
+|spack|matlab|0.002|
+|spack|py-jinja2|0.002|
+|spack|ceres-solver|0.002|
+|spack|libiconv|0.002|
+|spack|clp|0.002|
+|spack|cudnn|0.002|
+|spack|ffmpeg|0.002|
+|spack|gdal|0.002|
+|spack|gtkplus|0.002|
+|spack|hpx|0.002|
+|spack|ipp|0.002|
+|spack|jasper|0.002|
+|spack|jpeg|0.002|
+|spack|lapack|0.002|
+|spack|onnx|0.002|
+|spack|opencl|0.002|
+|spack|openexr|0.002|
+|spack|openjpeg|0.002|
+|spack|libpng|0.002|
+|spack|protobuf|0.002|
+|spack|tbb|0.002|
+|spack|libtiff|0.002|
+|spack|vtk|0.002|
+|spack|libwebp|0.002|
+|spack|tesseract|0.002|
+|spack|leptonica|0.002|
+|spack|libdc1394|0.002|
+|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|0.001|
+|spack|[opencv](https://opencv.org/)|0.001|
+|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|0.001|
+|spack|[boost](https://www.boost.org)|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/jczarnowski/DeepFactors/badge.png b/_repos/github/jczarnowski/DeepFactors/badge.png
new file mode 100644
index 00000000..658bcc89
Binary files /dev/null and b/_repos/github/jczarnowski/DeepFactors/badge.png differ
diff --git a/_repos/github/jczarnowski/DeepFactors/data.json b/_repos/github/jczarnowski/DeepFactors/data.json
new file mode 100644
index 00000000..453dbaa4
--- /dev/null
+++ b/_repos/github/jczarnowski/DeepFactors/data.json
@@ -0,0 +1,286 @@
+{
+ "CMakeLists.txt": {
+ "github/jczarnowski/DeepFactors": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.08634378737541527,
+ "url": "https://www.cmake.org"
+ },
+ "cuda": {
+ "credit": 0.002335215946843861,
+ "url": "https://developer.nvidia.com/cuda-zone"
+ },
+ "jsoncpp": {
+ "credit": 0.0007071428571428645,
+ "url": "https://github.com/open-source-parsers/jsoncpp"
+ },
+ "sophus": {
+ "credit": 0.07071428571428572,
+ "url": null
+ },
+ "visioncore": {
+ "credit": 0.07071428571428572,
+ "url": null
+ },
+ "brisk": {
+ "credit": 0.07071428571428572,
+ "url": null
+ },
+ "glog": {
+ "credit": 0.002335215946843861,
+ "url": "https://github.com/google/glog"
+ },
+ "opencv": {
+ "credit": 0.0007071428571428645,
+ "url": "https://opencv.org/"
+ },
+ "opengv": {
+ "credit": 0.07071428571428572,
+ "url": null
+ },
+ "gtsam": {
+ "credit": 0.07071428571428572,
+ "url": null
+ },
+ "eigen3": {
+ "credit": 0.07071428571428572,
+ "url": null
+ },
+ "pangolin": {
+ "credit": 0.0007071428571428645,
+ "url": "https://github.com/stevenlovegrove/Pangolin"
+ },
+ "boost": {
+ "credit": 0.0007071428571428645,
+ "url": "https://www.boost.org"
+ },
+ "tensorflow": {
+ "credit": 0.07071428571428572,
+ "url": null
+ },
+ "ninja": {
+ "credit": 5.83392857142857e-05,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.005833928571428571,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.005833928571428571,
+ "url": null
+ },
+ "zlib": {
+ "credit": 0.01912985880398671,
+ "url": null
+ },
+ "libarchive": {
+ "credit": 0.005833928571428571,
+ "url": null
+ },
+ "libuv": {
+ "credit": 0.005833928571428571,
+ "url": null
+ },
+ "rhash": {
+ "credit": 0.005833928571428571,
+ "url": null
+ },
+ "openssl": {
+ "credit": 0.005833928571428571,
+ "url": null
+ },
+ "qt": {
+ "credit": 0.007462001661129567,
+ "url": null
+ },
+ "ncurses": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "python": {
+ "credit": 0.05990901951827242,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.005833928571428571,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.035003571428571426,
+ "url": null
+ },
+ "gflags": {
+ "credit": 0.03663164451827242,
+ "url": null
+ },
+ "java": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "ant": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "py-setuptools": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "py-numpy": {
+ "credit": 0.013295930232558137,
+ "url": null
+ },
+ "freetype": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "harfbuzz": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "hdf5": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "matlab": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "py-jinja2": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "ceres-solver": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "clp": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "cudnn": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "eigen": {
+ "credit": 0.015629501661129568,
+ "url": null
+ },
+ "ffmpeg": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "gdal": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "gtkplus": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "hpx": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "ipp": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "jasper": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "lapack": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "onnx": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "opencl": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "openexr": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "gl": {
+ "credit": 0.015629501661129568,
+ "url": null
+ },
+ "openjpeg": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "libpng": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "protobuf": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "tbb": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "libtiff": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "vtk": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "libwebp": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "tesseract": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "leptonica": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "libdc1394": {
+ "credit": 0.0016280730897009965,
+ "url": null
+ },
+ "glew": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "glu": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "icu4c": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "mpi": {
+ "credit": 0.011667857142857141,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.011667857142857141,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/johnlees/pp-sketchlib/README.md b/_repos/github/johnlees/pp-sketchlib/README.md
new file mode 100644
index 00000000..4121bf73
--- /dev/null
+++ b/_repos/github/johnlees/pp-sketchlib/README.md
@@ -0,0 +1,22 @@
+---
+title: github/johnlees/pp-sketchlib
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|setup.py|github/johnlees/pp-sketchlib|0.01|
+|pypi|[pybind11](https://github.com/pybind/pybind11)|0.004|
+|pypi|[numpy](https://www.numpy.org)|0.004|
+|pypi|[pybind11-global](https://github.com/pybind/pybind11)|0.004|
+|pypi|[scipy](https://www.scipy.org)|0.002|
+|pypi|[h5py](http://www.h5py.org)|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/johnlees/pp-sketchlib/badge.png b/_repos/github/johnlees/pp-sketchlib/badge.png
new file mode 100644
index 00000000..2e06ff18
Binary files /dev/null and b/_repos/github/johnlees/pp-sketchlib/badge.png differ
diff --git a/_repos/github/johnlees/pp-sketchlib/data.json b/_repos/github/johnlees/pp-sketchlib/data.json
new file mode 100644
index 00000000..99650e3c
--- /dev/null
+++ b/_repos/github/johnlees/pp-sketchlib/data.json
@@ -0,0 +1,30 @@
+{
+ "setup.py": {
+ "github/johnlees/pp-sketchlib": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "pybind11": {
+ "credit": 0.00396,
+ "url": "https://github.com/pybind/pybind11"
+ },
+ "numpy": {
+ "credit": 0.0039402,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.00198,
+ "url": "https://www.scipy.org"
+ },
+ "h5py": {
+ "credit": 0.00198,
+ "url": "http://www.h5py.org"
+ },
+ "pybind11-global": {
+ "credit": 0.0039204,
+ "url": "https://github.com/pybind/pybind11"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/johnlees/pp-sketchlib/setup.py b/_repos/github/johnlees/pp-sketchlib/setup.py
new file mode 100644
index 00000000..da41f68e
--- /dev/null
+++ b/_repos/github/johnlees/pp-sketchlib/setup.py
@@ -0,0 +1,134 @@
+#!/usr/bin/env python
+# vim: set fileencoding= :
+
+from codecs import open
+from os import path
+import os
+import re
+import sys
+import io
+import platform
+import subprocess
+
+from setuptools import setup, find_packages, Extension
+from setuptools.command.build_ext import build_ext
+from setuptools.command.install import install
+from distutils.version import LooseVersion
+
+def read(*names, **kwargs):
+ with io.open(
+ os.path.join(os.path.dirname(__file__), *names),
+ encoding=kwargs.get("encoding", "utf8")
+ ) as fp:
+ return fp.read()
+
+
+def find_version(*file_paths):
+ version_file = read(*file_paths)
+ version_match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]",
+ version_file, re.M)
+ if version_match:
+ return version_match.group(1)
+ raise RuntimeError("Unable to find version string.")
+
+
+class CMakeExtension(Extension):
+ def __init__(self, name, sourcedir=''):
+ Extension.__init__(self, name, sources=[])
+ self.sourcedir = os.path.abspath(sourcedir)
+
+class CMakeBuild(build_ext):
+ def run(self):
+ try:
+ out = subprocess.check_output(['cmake', '--version'])
+ except OSError:
+ raise RuntimeError("CMake must be installed to build the following extensions: " +
+ ", ".join(e.name for e in self.extensions))
+
+ if platform.system() == "Windows":
+ cmake_version = LooseVersion(re.search(r'version\s*([\d.]+)', out.decode()).group(1))
+ if cmake_version < '3.1.0':
+ raise RuntimeError("CMake >= 3.1.0 is required on Windows")
+
+ for ext in self.extensions:
+ self.build_extension(ext)
+
+ def build_extension(self, ext):
+ extdir = os.path.abspath(os.path.dirname(self.get_ext_fullpath(ext.name)))
+ cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
+ '-DPYTHON_EXECUTABLE=' + sys.executable,
+ # if icpc available
+ #'-DCMAKE_C_COMPILER=icc',
+ #'-DCMAKE_CXX_COMPILER=icpc',
+ '-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON']
+
+ cfg = 'Debug' if self.debug else 'Release'
+ build_args = ['--config', cfg]
+
+ if platform.system() == "Windows":
+ cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
+ if sys.maxsize > 2**32:
+ cmake_args += ['-A', 'x64']
+ build_args += ['--', '/m']
+ else:
+ cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
+ build_args += ['--', '-j2']
+
+ env = os.environ.copy()
+ env['CXXFLAGS'] = '{} -DVERSION_INFO=\\"{}\\"'.format(env.get('CXXFLAGS', ''),
+ self.distribution.get_version())
+
+ if not os.path.exists(self.build_temp):
+ os.makedirs(self.build_temp)
+
+ target = os.getenv('SKETCHLIB_INSTALL', None)
+ if target == 'conda':
+ subprocess.check_call(['make', 'python', 'LIBLOC="' + os.environ['PREFIX'] + '"'], cwd=ext.sourcedir + '/src', env=env)
+ subprocess.check_call(['make', 'install_python', 'LIBLOC="' + os.environ['PREFIX'] + '"', 'PYTHON_LIB_PATH=' + extdir], cwd=ext.sourcedir + '/src', env=env)
+ elif target == 'azure':
+ subprocess.check_call(['make', 'python'], cwd=ext.sourcedir + '/src', env=env)
+ subprocess.check_call(['make', 'install_python', 'PYTHON_LIB_PATH=' + extdir], cwd=ext.sourcedir + '/src', env=env)
+ else:
+ subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
+ subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp)
+
+here = path.abspath(path.dirname(__file__))
+
+
+with open(path.join(here, 'README.md'), encoding='utf-8') as f:
+ long_description = f.read()
+
+setup(
+ name='pp_sketchlib',
+ version=find_version("pp_sketch/__init__.py"),
+ description='Library of sketching functions used by PopPUNK',
+ long_description=long_description,
+ long_description_content_type='text/markdown',
+ url='https://github.com/johnlees/pp-sketchlib',
+ author='John Lees',
+ author_email='john@johnlees.me',
+ license='Apache Software License',
+ classifiers=[
+ 'Development Status :: 4 - Beta',
+ 'Intended Audience :: Science/Research',
+ 'Topic :: Scientific/Engineering :: Bio-Informatics',
+ 'License :: OSI Approved :: Apache Software License',
+ 'Programming Language :: Python :: 3.8',
+ ],
+ python_requires='>=3.8.0',
+ keywords='bacteria genomics population-genetics k-mer',
+ packages=['pp_sketch'],
+ entry_points={
+ "console_scripts": [
+ 'sketchlib = pp_sketch.__main__:main'
+ ]
+ },
+ setup_requires=['pybind11'],
+ install_requires=['numpy',
+ 'scipy',
+ 'h5py',
+ 'pybind11'],
+ ext_modules=[CMakeExtension('pp_sketchlib')],
+ cmdclass=dict(build_ext=CMakeBuild),
+ zip_safe=False
+)
diff --git a/_repos/github/klee/klee/CMakeLists.txt b/_repos/github/klee/klee/CMakeLists.txt
new file mode 100644
index 00000000..16e33ea9
--- /dev/null
+++ b/_repos/github/klee/klee/CMakeLists.txt
@@ -0,0 +1,797 @@
+#===------------------------------------------------------------------------===#
+#
+# The KLEE Symbolic Virtual Machine
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+#===------------------------------------------------------------------------===#
+
+###############################################################################
+# Minimum CMake version and policies
+###############################################################################
+cmake_minimum_required(VERSION 3.9.0)
+if (POLICY CMP0054)
+ cmake_policy(SET CMP0054 NEW)
+endif()
+
+if (POLICY CMP0042)
+ # Enable `MACOSX_RPATH` by default.
+ cmake_policy(SET CMP0042 NEW)
+endif()
+
+if (POLICY CMP0037)
+ # Disallow reserved target names
+ cmake_policy(SET CMP0037 NEW)
+endif()
+
+# This overrides the default flags for the different CMAKE_BUILD_TYPEs
+set(CMAKE_USER_MAKE_RULES_OVERRIDE_C
+ "${CMAKE_CURRENT_SOURCE_DIR}/cmake/c_flags_override.cmake")
+set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
+ "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_flags_override.cmake")
+project(KLEE CXX C)
+
+include(CheckFunctionExists)
+include(CheckLibraryExists)
+
+###############################################################################
+# Project version
+###############################################################################
+set(KLEE_VERSION_MAJOR 3)
+set(KLEE_VERSION_MINOR 0-pre)
+set(KLEE_VERSION "${KLEE_VERSION_MAJOR}.${KLEE_VERSION_MINOR}")
+
+# If a patch is needed, we can add KLEE_VERSION_PATCH
+# set(KLEE_VERSION_PATCH 0)
+# set(KLEE_VERSION "${KLEE_VERSION_MAJOR}.${KLEE_VERSION_MINOR}.${KLEE_VERSION_PATCH}")
+
+message(STATUS "KLEE version ${KLEE_VERSION}")
+set(PACKAGE_STRING "\"KLEE ${KLEE_VERSION}\"")
+set(PACKAGE_URL "\"https://klee.github.io\"")
+
+################################################################################
+# Sanity check - Disallow building in source.
+################################################################################
+if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
+ message(FATAL_ERROR "In source builds are not allowed. You should invoke "
+ "CMake from a different directory.")
+endif()
+
+################################################################################
+# Build type
+################################################################################
+message(STATUS "CMake generator: ${CMAKE_GENERATOR}")
+if (DEFINED CMAKE_CONFIGURATION_TYPES)
+ # Multi-configuration build (e.g. Xcode). Here
+ # CMAKE_BUILD_TYPE doesn't matter
+ message(STATUS "Available configurations: ${CMAKE_CONFIGURATION_TYPES}")
+else()
+ # Single configuration generator (e.g. Unix Makefiles, Ninja)
+ set(available_build_types Debug Release RelWithDebInfo MinSizeRel)
+ if(NOT CMAKE_BUILD_TYPE)
+ message(STATUS "CMAKE_BUILD_TYPE is not set. Setting default")
+ message(STATUS "The available build types are: ${available_build_types}")
+ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
+ "Options are ${available_build_types}"
+ FORCE)
+ # Provide drop down menu options in cmake-gui
+ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${available_build_types})
+ endif()
+ message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
+
+ # Check the selected build type is valid
+ list(FIND available_build_types "${CMAKE_BUILD_TYPE}" _build_type_index)
+ if ("${_build_type_index}" EQUAL "-1")
+ message(FATAL_ERROR "\"${CMAKE_BUILD_TYPE}\" is an invalid build type.\n"
+ "Use one of the following build types ${available_build_types}")
+ endif()
+endif()
+
+
+# Reference specific library paths used during linking for install
+SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+
+################################################################################
+# Add our CMake module directory to the list of module search directories
+################################################################################
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
+
+################################################################################
+# Compiler flags for KLEE components
+# Subsequent commands will append to these. These are used instead of
+# directly modifying CMAKE_CXX_FLAGS so that other code can be easily built with
+# different flags.
+################################################################################
+set(KLEE_COMPONENT_EXTRA_INCLUDE_DIRS "")
+set(KLEE_COMPONENT_CXX_DEFINES "")
+set(KLEE_COMPONENT_CXX_FLAGS "")
+set(KLEE_SOLVER_LIBRARIES "")
+set(KLEE_COMPONENT_EXTRA_LIBRARIES "")
+
+
+################################################################################
+# Assertions
+################################################################################
+option(ENABLE_KLEE_ASSERTS "Enable KLEE assertions" ON)
+if (ENABLE_KLEE_ASSERTS)
+ message(STATUS "KLEE assertions enabled")
+ # Assume that -DNDEBUG isn't set.
+else()
+ message(STATUS "KLEE assertions disabled")
+ list(APPEND KLEE_COMPONENT_CXX_DEFINES "-DNDEBUG")
+endif()
+
+################################################################################
+# KLEE timestamps
+################################################################################
+option(KLEE_ENABLE_TIMESTAMP "Add timestamps to KLEE sources" OFF)
+
+################################################################################
+# Include useful CMake functions
+################################################################################
+include(GNUInstallDirs)
+include(CheckCXXSymbolExists)
+include(CheckIncludeFile)
+include(CheckIncludeFileCXX)
+include(CheckPrototypeDefinition)
+include(CMakePushCheckState)
+include("${CMAKE_SOURCE_DIR}/cmake/string_to_list.cmake")
+include("${CMAKE_SOURCE_DIR}/cmake/klee_component_add_cxx_flag.cmake")
+include("${CMAKE_SOURCE_DIR}/cmake/add_global_flag.cmake")
+
+
+################################################################################
+# Find LLVM
+################################################################################
+include(${CMAKE_SOURCE_DIR}/cmake/find_llvm.cmake)
+set(NEEDED_LLVM_VARS
+ LLVM_PACKAGE_VERSION
+ LLVM_VERSION_MAJOR
+ LLVM_VERSION_MINOR
+ LLVM_VERSION_PATCH
+ LLVM_DEFINITIONS
+ LLVM_ENABLE_ASSERTIONS
+ LLVM_ENABLE_EH
+ LLVM_ENABLE_RTTI
+ LLVM_INCLUDE_DIRS
+ LLVM_LIBRARY_DIRS
+ LLVM_TOOLS_BINARY_DIR
+ LLVM_ENABLE_VISIBILITY_INLINES_HIDDEN
+ TARGET_TRIPLE
+)
+
+foreach (vname ${NEEDED_LLVM_VARS})
+ message(STATUS "${vname}: \"${${vname}}\"")
+ if (NOT (DEFINED "${vname}"))
+ message(FATAL_ERROR "${vname} was not defined")
+ endif()
+endforeach()
+
+set(OPTIONAL_LLVM_VARS
+ LLVM_BUILD_MAIN_SRC_DIR
+)
+foreach (vname ${OPTIONAL_LLVM_VARS})
+ if (${vname})
+ message(STATUS "${vname}: \"${${vname}}\"")
+ endif()
+endforeach()
+
+if (LLVM_ENABLE_ASSERTIONS)
+ # Certain LLVM debugging macros only work when LLVM was built with asserts
+ set(ENABLE_KLEE_DEBUG 1) # for config.h
+else()
+ unset(ENABLE_KLEE_DEBUG) # for config.h
+endif()
+
+# Warn about mixing build types.
+# This is likely a bad idea because some of LLVM's header files use the NDEBUG
+# macro which can change things like data layout.
+if (LLVM_ENABLE_ASSERTIONS AND (NOT ENABLE_KLEE_ASSERTS))
+ message(WARNING
+ "LLVM was built with assertions but KLEE will be built without them.\n"
+ "This might lead to unexpected behaviour."
+ )
+elseif ((NOT LLVM_ENABLE_ASSERTIONS) AND ENABLE_KLEE_ASSERTS)
+ message(WARNING
+ "LLVM was built without assertions but KLEE will be built with them.\n"
+ "This might lead to unexpected behaviour."
+ )
+endif()
+
+if (LLVM_ENABLE_VISIBILITY_INLINES_HIDDEN)
+ list(APPEND KLEE_COMPONENT_CXX_FLAGS "-fvisibility-inlines-hidden")
+endif()
+
+
+list(APPEND KLEE_COMPONENT_CXX_DEFINES ${LLVM_DEFINITIONS})
+list(APPEND KLEE_COMPONENT_EXTRA_INCLUDE_DIRS ${LLVM_INCLUDE_DIRS})
+
+# Find llvm-link
+set(LLVM_LINK "${LLVM_TOOLS_BINARY_DIR}/llvm-link")
+if (NOT EXISTS "${LLVM_LINK}")
+ message(FATAL_ERROR "Failed to find llvm-link at \"${LLVM_LINK}\"")
+endif()
+
+# Find llvm-ar
+set(LLVM_AR "${LLVM_TOOLS_BINARY_DIR}/llvm-ar")
+if (NOT EXISTS "${LLVM_AR}")
+ message(FATAL_ERROR "Failed to find llvm-ar at \"${LLVM_AR}\"")
+endif()
+
+# Find llvm-as
+set(LLVM_AS "${LLVM_TOOLS_BINARY_DIR}/llvm-as")
+if (NOT EXISTS "${LLVM_AS}")
+ message(FATAL_ERROR "Failed to find llvm-as at \"${LLVM_AS}\"")
+endif()
+
+################################################################################
+# Find bitcode compiler
+################################################################################
+include("${CMAKE_SOURCE_DIR}/cmake/find_bitcode_compiler.cmake")
+message(STATUS "LLVMCC: ${LLVMCC}")
+if (NOT EXISTS "${LLVMCC}")
+ message(FATAL_ERROR "Cannot find C bitcode compiler \"${LLVMCC}\"")
+endif()
+message(STATUS "LLVMCXX: ${LLVMCXX}")
+if (NOT EXISTS "${LLVMCXX}")
+ message(FATAL_ERROR "Cannot find C++ bitcode compiler \"${LLVMCXX}\"")
+endif()
+
+################################################################################
+# C++ version
+################################################################################
+set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+
+################################################################################
+# Warnings
+################################################################################
+include(${CMAKE_SOURCE_DIR}/cmake/compiler_warnings.cmake)
+
+################################################################################
+# Solvers
+################################################################################
+# STP
+include(${CMAKE_SOURCE_DIR}/cmake/find_stp.cmake)
+# Z3
+include(${CMAKE_SOURCE_DIR}/cmake/find_z3.cmake)
+# metaSMT
+include(${CMAKE_SOURCE_DIR}/cmake/find_metasmt.cmake)
+
+if ((NOT ${ENABLE_Z3}) AND (NOT ${ENABLE_STP}) AND (NOT ${ENABLE_METASMT}))
+ message(FATAL_ERROR "No solver was specified. At least one solver is required."
+ "You should enable a solver by passing one of more the following options"
+ " to cmake:\n"
+ "\"-DENABLE_SOLVER_STP=ON\"\n"
+ "\"-DENABLE_SOLVER_Z3=ON\"\n"
+ "\"-DENABLE_SOLVER_METASMT=ON\"")
+endif()
+
+###############################################################################
+# Exception handling
+###############################################################################
+if (NOT LLVM_ENABLE_EH)
+ if (ENABLE_SOLVER_METASMT)
+ message(WARNING "Not disabling exceptions because metaSMT uses them")
+ else()
+ klee_component_add_cxx_flag("-fno-exceptions" REQUIRED)
+ endif()
+endif()
+
+###############################################################################
+# RTTI
+###############################################################################
+if (NOT LLVM_ENABLE_RTTI)
+ if (ENABLE_SOLVER_METASMT AND metaSMT_REQUIRE_RTTI)
+ message(FATAL_ERROR
+ "RTTI cannot be disabled because metaSMT uses them."
+ "This build configuration is not supported and will likely not work."
+ "You should recompile LLVM with RTTI enabled.")
+ else()
+ klee_component_add_cxx_flag("-fno-rtti" REQUIRED)
+ endif()
+endif()
+
+################################################################################
+# Support for compressed logs
+################################################################################
+find_package(ZLIB)
+if (ZLIB_FOUND)
+ set(ENABLE_ZLIB_DEFAULT ON)
+else()
+ set(ENABLE_ZLIB_DEFAULT OFF)
+endif()
+option(ENABLE_ZLIB "Enable use of zlib" ${ENABLE_ZLIB_DEFAULT})
+if (ENABLE_ZLIB)
+ message(STATUS "Zlib support enabled")
+ if (ZLIB_FOUND)
+ set(HAVE_ZLIB_H 1) # For config.h
+ set(TARGET_LIBS ${TARGET_LIBS} z)
+ list(APPEND KLEE_COMPONENT_EXTRA_LIBRARIES ${ZLIB_LIBRARIES})
+ list(APPEND KLEE_COMPONENT_EXTRA_INCLUDE_DIRS ${ZLIB_INCLUDE_DIRS})
+ else()
+ message(FATAL_ERROR "ENABLE_ZLIB is true but zlib could not be found")
+ endif()
+else()
+ message(STATUS "Zlib support disabled")
+ unset(HAVE_ZLIB_H) # For config.h
+endif()
+
+################################################################################
+# TCMalloc support
+################################################################################
+OPTION(ENABLE_TCMALLOC "Enable TCMalloc support" ON)
+if (ENABLE_TCMALLOC)
+ message(STATUS "TCMalloc support enabled")
+ set(TCMALLOC_HEADER "gperftools/malloc_extension.h")
+ find_path(TCMALLOC_INCLUDE_DIR "${TCMALLOC_HEADER}")
+ cmake_push_check_state()
+ set(CMAKE_REQUIRED_INCLUDES "${TCMALLOC_INCLUDE_DIR}")
+ check_include_file_cxx("${TCMALLOC_HEADER}" HAVE_GPERFTOOLS_MALLOC_EXTENSION_H)
+ cmake_pop_check_state()
+ if (${HAVE_GPERFTOOLS_MALLOC_EXTENSION_H})
+ find_library(TCMALLOC_LIBRARIES
+ NAMES tcmalloc tcmalloc_minimal
+ DOC "TCMalloc libraries"
+ )
+ if (NOT TCMALLOC_LIBRARIES)
+ message(FATAL_ERROR
+ "Found \"${TCMALLOC_HEADER}\" but could not find library")
+ endif()
+ list(APPEND KLEE_COMPONENT_EXTRA_LIBRARIES ${TCMALLOC_LIBRARIES})
+ list(APPEND KLEE_COMPONENT_EXTRA_INCLUDE_DIRS ${TCMALLOC_INCLUDE_DIR})
+ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") OR ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU"))
+ # TCMalloc's documentation says its safest to pass these flags when
+ # building with gcc because gcc can optimize assuming its using its own
+ # malloc.
+ klee_component_add_cxx_flag(-fno-builtin-malloc REQUIRED)
+ klee_component_add_cxx_flag(-fno-builtin-calloc REQUIRED)
+ klee_component_add_cxx_flag(-fno-builtin-realloc REQUIRED)
+ klee_component_add_cxx_flag(-fno-builtin-free REQUIRED)
+ endif()
+ else()
+ message(FATAL_ERROR "Can't find \"${TCMALLOC_HEADER}\"")
+ endif()
+else()
+ unset(HAVE_GPERFTOOLS_MALLOC_EXTENSION_H)
+ unset(HAVE_GPERFTOOLS_MALLOC_EXTENSION_H CACHE)
+ message(STATUS "TCMalloc support disabled")
+endif()
+
+################################################################################
+# Detect SQLite3
+################################################################################
+find_package(SQLite3)
+if (SQLITE3_FOUND)
+ include_directories(${SQLITE3_INCLUDE_DIRS})
+else()
+ message( FATAL_ERROR "SQLite3 not found, please install" )
+endif()
+
+################################################################################
+# Detect libcap
+################################################################################
+check_include_file("sys/capability.h" HAVE_SYS_CAPABILITY_H)
+if (HAVE_SYS_CAPABILITY_H)
+ find_library(LIBCAP_LIBRARIES
+ NAMES cap
+ DOC "libcap library"
+ )
+# On FreeBSD is a different thing
+ if (NOT LIBCAP_LIBRARIES OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ set(HAVE_SYS_CAPABILITY_H 0)
+ endif()
+else()
+ set(LIBCAP_LIBRARIES "")
+endif()
+
+################################################################################
+# Detect libutil
+################################################################################
+check_include_file(pty.h HAVE_PTY_H)
+check_include_file(util.h HAVE_UTIL_H)
+check_include_file(libutil.h HAVE_LIBUTIL_H)
+if (HAVE_PTY_H OR HAVE_UTIL_H OR HAVE_LIBUTIL_H)
+ check_function_exists(openpty openpty_in_libc)
+ if (NOT openpty_in_libc)
+ check_library_exists(util openpty "" openpty_in_libutil)
+ if (openpty_in_libutil)
+ set(LIBUTIL_LIBRARIES util)
+ else ()
+ message(FATAL_ERROR "Could not find libutil")
+ endif (openpty_in_libutil)
+ endif (NOT openpty_in_libc)
+endif (HAVE_PTY_H OR HAVE_UTIL_H OR HAVE_LIBUTIL_H)
+
+################################################################################
+# Miscellaneous header file detection
+################################################################################
+check_cxx_symbol_exists(__ctype_b_loc ctype.h HAVE_CTYPE_EXTERNALS)
+check_cxx_symbol_exists(mallinfo malloc.h HAVE_MALLINFO)
+check_cxx_symbol_exists(mallinfo2 malloc.h HAVE_MALLINFO2)
+check_cxx_symbol_exists(malloc_zone_statistics malloc/malloc.h HAVE_MALLOC_ZONE_STATISTICS)
+
+check_include_file(sys/statfs.h HAVE_SYSSTATFS_H)
+
+# FIXME: This is needed by the runtime not KLEE itself so we are testing the wrong
+# compiler.
+check_include_file("selinux/selinux.h" HAVE_SELINUX_SELINUX_H)
+check_include_file("sys/acl.h" HAVE_SYS_ACL_H)
+if (HAVE_SELINUX_SELINUX_H)
+ message(STATUS "SELinux support enabled")
+ set(HAVE_SELINUX 1)
+ # Test what function signature we need to use for SELinux. The signatures
+ # have changed between 2.2 and 2.3. In particular, the type of the "security
+ # context" parameter was changed from char * to const char *, with this
+ # patch: [PATCH] Get rid of security_context_t and fix const declarations.
+ # [http://www.spinics.net/lists/selinux/msg14827.html]
+ check_prototype_definition(setcon
+ "int setcon(char* context)"
+ "0"
+ "selinux/selinux.h"
+ SELINUX_SECURITY_CTX_NO_CONST
+ )
+ if (SELINUX_SECURITY_CTX_NO_CONST)
+ message(STATUS "security_context_t is char*")
+ set(KLEE_SELINUX_CTX_CONST " ")
+ else()
+ check_prototype_definition(setcon
+ "int setcon(const char* context)"
+ "0"
+ "selinux/selinux.h"
+ SELINUX_SECURITY_CTX_WITH_CONST
+ )
+ if (SELINUX_SECURITY_CTX_WITH_CONST)
+ message(STATUS "security_context_t is const char*")
+ set(KLEE_SELINUX_CTX_CONST "const")
+ else()
+ message(FATAL_ERROR "Failed to determine function signature for \"setcon\"")
+ endif()
+ endif()
+else()
+ message(STATUS "SELinux support disabled")
+ set(HAVE_SELINUX 0)
+endif()
+
+################################################################################
+# Workarounds
+################################################################################
+include(${CMAKE_SOURCE_DIR}/cmake/workaround_llvm_pr39177.cmake)
+
+################################################################################
+# KLEE runtime support
+################################################################################
+# This is set here and not in `runtime` because `config.h` needs to be generated.
+
+
+set(available_klee_runtime_build_types
+ "Release"
+ "Release+Debug"
+ "Release+Asserts"
+ "Release+Debug+Asserts"
+ "Debug"
+ "Debug+Asserts"
+)
+if (NOT KLEE_RUNTIME_BUILD_TYPE)
+ message(STATUS "KLEE_RUNTIME_BUILD_TYPE is not set. Setting default")
+ message(STATUS "The available runtime build types are: ${available_klee_runtime_build_types}")
+ set(KLEE_RUNTIME_BUILD_TYPE "Debug+Asserts" CACHE STRING
+ "Options are ${available_klee_runtime_build_types}"
+ FORCE)
+endif()
+# Provide drop down menu options in cmake-gui
+set_property(CACHE
+ KLEE_RUNTIME_BUILD_TYPE
+ PROPERTY STRINGS ${available_klee_runtime_build_types})
+message(STATUS "KLEE_RUNTIME_BUILD_TYPE: ${KLEE_RUNTIME_BUILD_TYPE}")
+
+# Check availability of 32bit support for platform
+include(CheckCSourceRuns)
+cmake_push_check_state()
+set(CMAKE_REQUIRED_FLAGS "-m32")
+check_c_source_runs("int main(int argc, char** argv){return 0;}" M32_SUPPORTED)
+cmake_pop_check_state()
+message(STATUS "32bit platform supported: ${M32_SUPPORTED}")
+
+set(KLEE_INSTALL_RUNTIME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/klee/runtime")
+
+# Location where KLEE will look for the built runtimes by default.
+set(KLEE_RUNTIME_DIRECTORY "${CMAKE_BINARY_DIR}/runtime/lib")
+
+file(MAKE_DIRECTORY ${KLEE_RUNTIME_DIRECTORY})
+
+################################################################################
+# KLEE POSIX Runtime Support
+################################################################################
+option(ENABLE_POSIX_RUNTIME "Enable KLEE's POSIX runtime" OFF)
+if (ENABLE_POSIX_RUNTIME)
+ message(STATUS "POSIX runtime enabled")
+else()
+ message(STATUS "POSIX runtime disabled")
+endif()
+
+################################################################################
+# KLEE uclibc support
+################################################################################
+set(KLEE_UCLIBC_PATH "" CACHE PATH "Path to klee-uclibc root directory")
+set(KLEE_UCLIBC_BCA_NAME "klee-uclibc.bca")
+list(APPEND KLEE_COMPONENT_CXX_DEFINES
+ -DKLEE_UCLIBC_BCA_NAME=\"${KLEE_UCLIBC_BCA_NAME}\")
+if (NOT KLEE_UCLIBC_PATH STREQUAL "")
+ # Find the C library bitcode archive
+ set(KLEE_UCLIBC_C_BCA "${KLEE_UCLIBC_PATH}/lib/libc.a")
+ if (NOT EXISTS "${KLEE_UCLIBC_C_BCA}")
+ message(FATAL_ERROR
+ "klee-uclibc library not found at \"${KLEE_UCLIBC_C_BCA}\". Set KLEE_UCLIBC_PATH to klee-uclibc root directory or empty string.")
+ endif()
+ message(STATUS "Found klee-uclibc library: \"${KLEE_UCLIBC_C_BCA}\"")
+ # Copy KLEE_UCLIBC_C_BCA so KLEE can find it where it is expected.
+ execute_process(COMMAND ${CMAKE_COMMAND} -E copy
+ "${KLEE_UCLIBC_C_BCA}"
+ "${KLEE_RUNTIME_DIRECTORY}/${KLEE_UCLIBC_BCA_NAME}"
+ )
+else()
+ message(STATUS "Skipping copying of klee-uclibc runtime")
+endif()
+
+################################################################################
+# KLEE libc++ support
+################################################################################
+option(ENABLE_KLEE_LIBCXX "Enable libc++ for klee" OFF)
+if (ENABLE_KLEE_LIBCXX)
+ message(STATUS "klee-libc++ support enabled")
+ set(SUPPORT_KLEE_LIBCXX 1) # For config.h
+ set(KLEE_LIBCXX_DIR "" CACHE PATH "Path to directory containing libc++ shared object (bitcode)")
+ if (NOT EXISTS "${KLEE_LIBCXX_DIR}")
+ message(FATAL_ERROR
+ "KLEE_LIBCXX_DIR (\"${KLEE_LIBCXX_DIR}\") does not exist.\n"
+ "Try passing -DKLEE_LIBCXX_DIR= to CMake where is the path"
+ "to the directory containing the libc++ shared object file (as bitcode).")
+ endif()
+
+ set(KLEE_LIBCXX_INCLUDE_DIR "" CACHE PATH "Path to libc++ include directory")
+ if (NOT EXISTS "${KLEE_LIBCXX_INCLUDE_DIR}")
+ message(FATAL_ERROR
+ "KLEE_LIBCXX_INCLUDE_DIR (\"${KLEE_LIBCXX_INCLUDE_DIR}\") does not exist.\n"
+ "Try passing -DKLEE_LIBCXX_INCLUDE_DIR= to CMake where is the"
+ "libc++ include directory.")
+ endif()
+ message(STATUS "Use libc++ include path: \"${KLEE_LIBCXX_INCLUDE_DIR}\"")
+
+ # Find the library bitcode archive
+
+ # Check for static first
+ set(KLEE_LIBCXX_BC_NAME "libc++.bca")
+ set(KLEE_LIBCXX_BC_PATH "${KLEE_LIBCXX_DIR}/lib/${KLEE_LIBCXX_BC_NAME}")
+ if (NOT EXISTS "${KLEE_LIBCXX_BC_PATH}")
+ # Check for dynamic so lib
+ set(KLEE_LIBCXX_BC_NAME "libc++.so.bc")
+ set(KLEE_LIBCXX_BC_PATH "${KLEE_LIBCXX_DIR}/lib/${KLEE_LIBCXX_BC_NAME}")
+ if (NOT EXISTS "${KLEE_LIBCXX_BC_PATH}")
+ set(KLEE_LIBCXX_BC_NAME "libc++.dylib.bc")
+ set(KLEE_LIBCXX_BC_PATH "${KLEE_LIBCXX_DIR}/lib/${KLEE_LIBCXX_BC_NAME}")
+ if (NOT EXISTS "${KLEE_LIBCXX_BC_PATH}")
+ message(FATAL_ERROR
+ "libc++ library not found at \"${KLEE_LIBCXX_DIR}\"")
+ endif()
+ endif()
+ endif()
+ message(STATUS "Found libc++ library: \"${KLEE_LIBCXX_BC_PATH}\"")
+
+ # Copy KLEE_LIBCXX_BC_PATH so KLEE can find it where it is expected.
+ file(MAKE_DIRECTORY "${KLEE_RUNTIME_DIRECTORY}")
+ execute_process(COMMAND ${CMAKE_COMMAND} -E copy
+ "${KLEE_LIBCXX_BC_PATH}"
+ "${KLEE_RUNTIME_DIRECTORY}/${KLEE_LIBCXX_BC_NAME}"
+ )
+ list(APPEND KLEE_COMPONENT_CXX_DEFINES
+ -DKLEE_LIBCXX_BC_NAME=\"${KLEE_LIBCXX_BC_NAME}\")
+
+else()
+ message(STATUS "libc++ support disabled")
+ set(SUPPORT_KLEE_LIBCXX 0) # For config.h
+endif()
+
+################################################################################
+# KLEE Exception Handling Support for C++
+################################################################################
+option(ENABLE_KLEE_EH_CXX "Enable support for C++ Exceptions" OFF)
+if (ENABLE_KLEE_EH_CXX)
+ if (NOT ENABLE_KLEE_LIBCXX)
+ message(FATAL_ERROR "C++ Exception support requires klee-libc++."
+ "Pass -DENABLE_KLEE_LIBCXX=ON to CMake to enable it.")
+ endif()
+
+ set(KLEE_LIBCXXABI_SRC_DIR "" CACHE PATH "Path to libc++abi source directory")
+ if (NOT EXISTS "${KLEE_LIBCXXABI_SRC_DIR}")
+ message(FATAL_ERROR
+ "KLEE_LIBCXXABI_SRC_DIR (\"${KLEE_LIBCXXABI_SRC_DIR}\") does not exist.\n"
+ "Try passing -DKLEE_LIBCXXABI_SRC_DIR= to CMake where is the"
+ "libc++abi source directory.")
+ endif()
+ message(STATUS "Use libc++abi source path: \"${KLEE_LIBCXXABI_SRC_DIR}\"")
+
+ if (${LLVM_VERSION_MAJOR} GREATER 8 OR ${LLVM_VERSION_MAJOR} EQUAL 8)
+ set(SUPPORT_KLEE_EH_CXX 1) # For config.h
+ message(STATUS "Support for C++ Exceptions enabled")
+ else()
+ set(SUPPORT_KLEE_EH_CXX 0) # For config.h
+ message(STATUS "Support for C++ Exceptions (only available for LLVM >= 8.0.0) disabled")
+ endif()
+
+else()
+ set(SUPPORT_KLEE_EH_CXX 0) # For config.h
+endif()
+
+################################################################################
+# Sanitizer support
+################################################################################
+message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
+set(IS_ASAN_BUILD 0)
+set(IS_UBSAN_BUILD 0)
+set(IS_MSAN_BUILD 0)
+string(REPLACE " " ";" _flags ${CMAKE_CXX_FLAGS})
+foreach(arg IN ITEMS ${_flags})
+ if (${arg} STREQUAL -fsanitize=address)
+ set(IS_ASAN_BUILD 1)
+ elseif (${arg} STREQUAL -fsanitize=undefined)
+ set(IS_UBSAN_BUILD 1)
+ elseif (${arg} STREQUAL -fsanitize=memory)
+ set(IS_MSAN_BUILD 1)
+ endif()
+endforeach()
+unset(_flags)
+
+################################################################################
+# Generate `config.h`
+################################################################################
+configure_file(${CMAKE_SOURCE_DIR}/include/klee/Config/config.h.cmin
+ ${CMAKE_BINARY_DIR}/include/klee/Config/config.h)
+
+################################################################################
+# Generate `CompileTimeInfo.h`
+################################################################################
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+ # Get information from git. We use third-party code to do this. The nice
+ # thing about this code is it will trigger a re-configure if the HEAD changes
+ # which means when we build KLEE, it should always have the correct git
+ # information.
+ include(${CMAKE_SOURCE_DIR}/cmake/GetGitRevisionDescription.cmake)
+ get_git_head_revision(_NOT_USED_KLEE_GIT_REFSPEC KLEE_GIT_SHA1HASH)
+ message(STATUS "KLEE_GIT_SHA1HASH: ${KLEE_GIT_SHA1HASH}")
+else()
+ set(KLEE_GIT_SHA1HASH "unknown")
+endif()
+set(AUTO_GEN_MSG "AUTOMATICALLY GENERATED. DO NOT EDIT!")
+configure_file(${CMAKE_SOURCE_DIR}/include/klee/Config/CompileTimeInfo.h.cmin
+ ${CMAKE_BINARY_DIR}/include/klee/Config/CompileTimeInfo.h
+)
+
+################################################################################
+# Global include directories
+################################################################################
+include_directories("${CMAKE_BINARY_DIR}/include")
+include_directories("${CMAKE_SOURCE_DIR}/include")
+
+################################################################################
+# Set default location for targets in the build directory
+################################################################################
+set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
+set(KLEE_UTILS_DIR ${CMAKE_SOURCE_DIR}/utils)
+
+
+################################################################################
+# Report the value of various variables to aid debugging
+################################################################################
+message(STATUS "KLEE_COMPONENT_EXTRA_INCLUDE_DIRS: '${KLEE_COMPONENT_EXTRA_INCLUDE_DIRS}'")
+message(STATUS "KLEE_COMPONENT_CXX_DEFINES: '${KLEE_COMPONENT_CXX_DEFINES}'")
+message(STATUS "KLEE_COMPONENT_CXX_FLAGS: '${KLEE_COMPONENT_CXX_FLAGS}'")
+message(STATUS "KLEE_COMPONENT_EXTRA_LIBRARIES: '${KLEE_COMPONENT_EXTRA_LIBRARIES}'")
+message(STATUS "KLEE_SOLVER_LIBRARIES: '${KLEE_SOLVER_LIBRARIES}'")
+
+################################################################################
+# KLEE components
+################################################################################
+include("${CMAKE_SOURCE_DIR}/cmake/klee_add_component.cmake")
+add_subdirectory(lib)
+add_subdirectory(runtime)
+
+################################################################################
+# KLEE tools
+################################################################################
+add_subdirectory(tools)
+
+################################################################################
+# Testing
+################################################################################
+option(ENABLE_UNIT_TESTS "Enable unit tests" OFF)
+option(ENABLE_SYSTEM_TESTS "Enable system tests" ON)
+
+if (ENABLE_UNIT_TESTS OR ENABLE_SYSTEM_TESTS)
+ message(STATUS "Testing is enabled")
+
+ # Find lit
+ set(LIT_TOOL_NAMES "llvm-lit" "lit")
+ find_program(
+ LIT_TOOL
+ NAMES ${LIT_TOOL_NAMES}
+ HINTS "${LLVM_TOOLS_BINARY_DIR}"
+ DOC "Path to lit tool"
+ )
+
+ set(LIT_ARGS
+ "-v;-s"
+ CACHE
+ STRING
+ "Lit arguments"
+ )
+
+ if ((NOT LIT_TOOL) OR (NOT EXISTS "${LIT_TOOL}"))
+ message(FATAL_ERROR "The lit tool is required for testing."
+ " CMake tried to find lit with the following names \"${LIT_TOOL_NAMES}\""
+ " but it could not be found.\n"
+ "You should either disable testing by passing "
+ "\"-DENABLE_UNIT_TESTS=OFF -DENABLE_SYSTEM_TESTS=OFF\" to cmake"
+ " or you should install the lit tool from the Python Package Index by running"
+ " \"pip install lit\". Note \"pip\" requires root privileges to run. If you"
+ " don't have root privileges you can create a virtual python environment using"
+ " the \"virtualenv\" tool and run \"pip\" from there.")
+ else()
+ message(STATUS "Using lit: ${LIT_TOOL}")
+ endif()
+
+ # Add global test target
+ add_custom_target(check
+ COMMENT "Running tests"
+ )
+else()
+ message(STATUS "Testing is disabled")
+endif()
+
+
+if (ENABLE_UNIT_TESTS)
+ message(STATUS "Unit tests enabled")
+ add_subdirectory(unittests)
+ add_dependencies(check unittests)
+else()
+ message(STATUS "Unit tests disabled")
+endif()
+if (ENABLE_SYSTEM_TESTS)
+ message(STATUS "System tests enabled")
+ add_subdirectory(test)
+ add_dependencies(check systemtests)
+else()
+ message(STATUS "System tests disabled")
+endif()
+
+################################################################################
+# Documentation
+################################################################################
+option(ENABLE_DOCS "Enable building documentation" ON)
+if (ENABLE_DOCS)
+ add_subdirectory(docs)
+endif()
+
+################################################################################
+# Miscellaneous install
+################################################################################
+install(FILES include/klee/klee.h DESTINATION include/klee)
+
+################################################################################
+# Uninstall rule
+################################################################################
+configure_file(
+ "${PROJECT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
+ "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake"
+ @ONLY
+)
+
+add_custom_target(uninstall
+ COMMAND
+ "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake"
+ COMMENT "Uninstalling..."
+ VERBATIM
+)
diff --git a/_repos/github/klee/klee/README.md b/_repos/github/klee/klee/README.md
new file mode 100644
index 00000000..8f95a85f
--- /dev/null
+++ b/_repos/github/klee/klee/README.md
@@ -0,0 +1,53 @@
+---
+title: github/klee/klee
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[zlib](https://zlib.net)|0.368|
+|spack|sqlite3|0.33|
+|spack|python|0.054|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.027|
+|spack|[qt](https://qt.io)|0.027|
+|spack|ncurses|0.027|
+|spack|py-sphinx|0.027|
+|spack|gnuconfig|0.023|
+|spack|libbsd|0.013|
+|CMakeLists.txt|github/klee/klee|0.01|
+|spack|perl|0.007|
+|spack|ca-certificates-mozilla|0.007|
+|spack|nasm|0.007|
+|spack|automake|0.005|
+|spack|autoconf|0.005|
+|spack|libtool|0.005|
+|spack|m4|0.005|
+|spack|[openssl](https://www.openssl.org)|0.005|
+|spack|mbedtls|0.004|
+|spack|[cmake](https://www.cmake.org)|0.003|
+|spack|[expat](https://libexpat.github.io/)|0.002|
+|spack|gnutls|0.002|
+|spack|nss|0.002|
+|spack|libidn2|0.002|
+|spack|nghttp2|0.002|
+|spack|libssh2|0.002|
+|spack|libssh|0.002|
+|spack|krb5|0.002|
+|spack|pkgconfig|0.002|
+|spack|bzip2|0.002|
+|spack|lz4|0.002|
+|spack|lzo|0.002|
+|spack|xz|0.002|
+|spack|zstd|0.002|
+|spack|nettle|0.002|
+|spack|libxml2|0.002|
+|spack|libiconv|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/klee/klee/badge.png b/_repos/github/klee/klee/badge.png
new file mode 100644
index 00000000..ca95cadb
Binary files /dev/null and b/_repos/github/klee/klee/badge.png differ
diff --git a/_repos/github/klee/klee/data.json b/_repos/github/klee/klee/data.json
new file mode 100644
index 00000000..071ac1ea
--- /dev/null
+++ b/_repos/github/klee/klee/data.json
@@ -0,0 +1,170 @@
+{
+ "CMakeLists.txt": {
+ "github/klee/klee": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.003300000000000025,
+ "url": "https://www.cmake.org"
+ },
+ "zlib": {
+ "credit": 0.36828253846153847,
+ "url": "https://zlib.net"
+ },
+ "sqlite3": {
+ "credit": 0.33,
+ "url": null
+ },
+ "ninja": {
+ "credit": 0.00027225000000000166,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.00027225000000000166,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.002345538461538463,
+ "url": "https://libexpat.github.io/"
+ },
+ "libarchive": {
+ "credit": 0.00027225000000000166,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.00027225000000000166,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.027225,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.004591600961538463,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.027225,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.027225,
+ "url": null
+ },
+ "python": {
+ "credit": 0.05417775,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.027225,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.02318627596153846,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.004319350961538461,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.013476374999999999,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.006738187499999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/lsds/LightSaber/CMakeLists.txt b/_repos/github/lsds/LightSaber/CMakeLists.txt
new file mode 100644
index 00000000..190e3363
--- /dev/null
+++ b/_repos/github/lsds/LightSaber/CMakeLists.txt
@@ -0,0 +1,44 @@
+cmake_minimum_required(VERSION 3.6)
+
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
+
+project(LightSaber)
+
+include_directories(src)
+include_directories(test)
+
+add_subdirectory(src)
+add_subdirectory(test)
+
+set(CMAKE_CXX_STANDARD 17)
+
+SET(HEADERS
+ src/utils/Utils.h
+ test/benchmarks/queries/queries.h
+ test/benchmarks/queries/queryUtils.h
+ test/aggregation/windows/windowFunctions/aggregateFunctions.h
+ test/aggregation/windows/windowTypes/Windows.h
+ )
+SET(HEADERS_DATA_STRUCTURES
+ )
+# common source shared
+SET(SOURCES
+ ${HEADERS}
+ )
+
+SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread")
+
+# Boost Library
+set(Boost_USE_STATIC_LIBS OFF)
+set(Boost_USE_MULTITHREADED ON)
+set(Boost_USE_STATIC_RUNTIME OFF)
+find_package(Boost 1.63.0 COMPONENTS filesystem regex program_options iostreams)
+
+# VTune directory
+set(VTUNE_DIR ${VTUNE_HOME}/vtune_amplifier)
+#${VTUNE_HOME}/vtune_amplifier)#"/media/george/DATA/intel/vtune_amplifier")
+include_directories(${VTUNE_DIR}/include)
+#include_directories(/media/george/DATA/intel/vtune_amplifier/lib64)
+#link_directories(/media/george/DATA/intel/vtune_amplifier/lib64)
+#include_directories(/media/george/DATA/intel/vtune_amplifier/lib64/runtime)
+#link_directories(/media/george/DATA/intel/vtune_amplifier/lib64/runtime)
\ No newline at end of file
diff --git a/_repos/github/lsds/LightSaber/README.md b/_repos/github/lsds/LightSaber/README.md
new file mode 100644
index 00000000..390a7827
--- /dev/null
+++ b/_repos/github/lsds/LightSaber/README.md
@@ -0,0 +1,56 @@
+---
+title: github/lsds/LightSaber
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|python|0.163|
+|spack|[zlib](https://zlib.net)|0.139|
+|spack|bzip2|0.085|
+|spack|icu4c|0.082|
+|spack|mpi|0.082|
+|spack|py-numpy|0.082|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.041|
+|spack|[qt](https://qt.io)|0.041|
+|spack|ncurses|0.041|
+|spack|py-sphinx|0.041|
+|spack|gnuconfig|0.035|
+|spack|libbsd|0.02|
+|spack|perl|0.01|
+|spack|ca-certificates-mozilla|0.01|
+|spack|nasm|0.01|
+|CMakeLists.txt|github/lsds/LightSaber|0.01|
+|spack|automake|0.008|
+|spack|autoconf|0.008|
+|spack|libtool|0.008|
+|spack|m4|0.008|
+|spack|[openssl](https://www.openssl.org)|0.007|
+|spack|mbedtls|0.006|
+|spack|[cmake](https://www.cmake.org)|0.005|
+|spack|[boost](https://www.boost.org)|0.005|
+|spack|[expat](https://libexpat.github.io/)|0.004|
+|spack|gnutls|0.003|
+|spack|nss|0.003|
+|spack|libidn2|0.003|
+|spack|nghttp2|0.003|
+|spack|libssh2|0.003|
+|spack|libssh|0.003|
+|spack|krb5|0.003|
+|spack|pkgconfig|0.003|
+|spack|lz4|0.003|
+|spack|lzo|0.003|
+|spack|xz|0.003|
+|spack|zstd|0.003|
+|spack|nettle|0.003|
+|spack|libxml2|0.003|
+|spack|libiconv|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/lsds/LightSaber/badge.png b/_repos/github/lsds/LightSaber/badge.png
new file mode 100644
index 00000000..b9a7b6b5
Binary files /dev/null and b/_repos/github/lsds/LightSaber/badge.png differ
diff --git a/_repos/github/lsds/LightSaber/data.json b/_repos/github/lsds/LightSaber/data.json
new file mode 100644
index 00000000..4cdf84af
--- /dev/null
+++ b/_repos/github/lsds/LightSaber/data.json
@@ -0,0 +1,182 @@
+{
+ "CMakeLists.txt": {
+ "github/lsds/LightSaber": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.00495000000000001,
+ "url": "https://www.cmake.org"
+ },
+ "boost": {
+ "credit": 0.00495000000000001,
+ "url": "https://www.boost.org"
+ },
+ "ninja": {
+ "credit": 0.0004083750000000025,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.0004083750000000025,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.0035183076923076947,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.13909880769230767,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.0004083750000000025,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.0004083750000000025,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.0408375,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.006887401442307694,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.0408375,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "python": {
+ "credit": 0.16294162499999998,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "icu4c": {
+ "credit": 0.081675,
+ "url": null
+ },
+ "mpi": {
+ "credit": 0.081675,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.08478493269230769,
+ "url": null
+ },
+ "py-numpy": {
+ "credit": 0.081675,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.03477941394230769,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.006479026442307692,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0033690937499999997,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0031099326923076922,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.010107281249999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/lsds/Neptune/DESCRIPTION b/_repos/github/lsds/Neptune/DESCRIPTION
new file mode 100644
index 00000000..855eb5bf
--- /dev/null
+++ b/_repos/github/lsds/Neptune/DESCRIPTION
@@ -0,0 +1,62 @@
+Package: SparkR
+Type: Package
+Version: 2.4.0
+Title: R Frontend for Apache Spark
+Description: Provides an R Frontend for Apache Spark.
+Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),
+ email = "shivaram@cs.berkeley.edu"),
+ person("Xiangrui", "Meng", role = "aut",
+ email = "meng@databricks.com"),
+ person("Felix", "Cheung", role = "aut",
+ email = "felixcheung@apache.org"),
+ person(family = "The Apache Software Foundation", role = c("aut", "cph")))
+License: Apache License (== 2.0)
+URL: http://www.apache.org/ http://spark.apache.org/
+BugReports: http://spark.apache.org/contributing.html
+Depends:
+ R (>= 3.0),
+ methods
+Suggests:
+ knitr,
+ rmarkdown,
+ testthat,
+ e1071,
+ survival
+Collate:
+ 'schema.R'
+ 'generics.R'
+ 'jobj.R'
+ 'column.R'
+ 'group.R'
+ 'RDD.R'
+ 'pairRDD.R'
+ 'DataFrame.R'
+ 'SQLContext.R'
+ 'WindowSpec.R'
+ 'backend.R'
+ 'broadcast.R'
+ 'catalog.R'
+ 'client.R'
+ 'context.R'
+ 'deserialize.R'
+ 'functions.R'
+ 'install.R'
+ 'jvm.R'
+ 'mllib_classification.R'
+ 'mllib_clustering.R'
+ 'mllib_fpm.R'
+ 'mllib_recommendation.R'
+ 'mllib_regression.R'
+ 'mllib_stat.R'
+ 'mllib_tree.R'
+ 'mllib_utils.R'
+ 'serialize.R'
+ 'sparkR.R'
+ 'stats.R'
+ 'streaming.R'
+ 'types.R'
+ 'utils.R'
+ 'window.R'
+RoxygenNote: 5.0.1
+VignetteBuilder: knitr
+NeedsCompilation: no
diff --git a/_repos/github/lsds/Neptune/README.md b/_repos/github/lsds/Neptune/README.md
new file mode 100644
index 00000000..2ce223b5
--- /dev/null
+++ b/_repos/github/lsds/Neptune/README.md
@@ -0,0 +1,17 @@
+---
+title: github/lsds/Neptune
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|DESCRIPTION|github/lsds/Neptune|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/lsds/Neptune/badge.png b/_repos/github/lsds/Neptune/badge.png
new file mode 100644
index 00000000..504828d6
Binary files /dev/null and b/_repos/github/lsds/Neptune/badge.png differ
diff --git a/_repos/github/lsds/Neptune/data.json b/_repos/github/lsds/Neptune/data.json
new file mode 100644
index 00000000..788cd720
--- /dev/null
+++ b/_repos/github/lsds/Neptune/data.json
@@ -0,0 +1,8 @@
+{
+ "DESCRIPTION": {
+ "github/lsds/Neptune": {
+ "credit": 0.01,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/lsds/TaLoS/CMakeLists.txt b/_repos/github/lsds/TaLoS/CMakeLists.txt
new file mode 100644
index 00000000..589b6eb4
--- /dev/null
+++ b/_repos/github/lsds/TaLoS/CMakeLists.txt
@@ -0,0 +1,264 @@
+cmake_minimum_required (VERSION 2.8.8)
+include(CheckFunctionExists)
+include(CheckLibraryExists)
+include(CheckIncludeFiles)
+include(CheckTypeSize)
+
+project (LibreSSL C)
+
+enable_testing()
+
+file(READ ${CMAKE_SOURCE_DIR}/ssl/VERSION SSL_VERSION)
+string(STRIP ${SSL_VERSION} SSL_VERSION)
+string(REPLACE ":" "." SSL_VERSION ${SSL_VERSION})
+string(REGEX REPLACE "\\..*" "" SSL_MAJOR_VERSION ${SSL_VERSION})
+
+file(READ ${CMAKE_SOURCE_DIR}/crypto/VERSION CRYPTO_VERSION)
+string(STRIP ${CRYPTO_VERSION} CRYPTO_VERSION)
+string(REPLACE ":" "." CRYPTO_VERSION ${CRYPTO_VERSION})
+string(REGEX REPLACE "\\..*" "" CRYPTO_MAJOR_VERSION ${CRYPTO_VERSION})
+
+file(READ ${CMAKE_SOURCE_DIR}/tls/VERSION TLS_VERSION)
+string(STRIP ${TLS_VERSION} TLS_VERSION)
+string(REPLACE ":" "." TLS_VERSION ${TLS_VERSION})
+string(REGEX REPLACE "\\..*" "" TLS_MAJOR_VERSION ${TLS_VERSION})
+
+option(ENABLE_ASM "Enable assembly" ON)
+option(ENABLE_EXTRATESTS "Enable extra tests that may be unreliable on some platforms" OFF)
+option(ENABLE_NC "Enable installing TLS-enabled nc(1)" OFF)
+set(OPENSSLDIR ${OPENSSLDIR} CACHE PATH "Set the default openssl directory" FORCE)
+
+set(BUILD_NC true)
+
+if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
+ add_definitions(-fno-common)
+endif()
+
+if(CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
+ add_definitions(-DHAVE_ATTRIBUTE__BOUNDED__)
+endif()
+
+if(CMAKE_SYSTEM_NAME MATCHES "Linux")
+ add_definitions(-D_DEFAULT_SOURCE)
+ add_definitions(-D_BSD_SOURCE)
+ add_definitions(-D_POSIX_SOURCE)
+ add_definitions(-D_GNU_SOURCE)
+endif()
+
+if(CMAKE_SYSTEM_NAME MATCHES "MINGW")
+ set(BUILD_NC false)
+endif()
+
+if(CMAKE_SYSTEM_NAME MATCHES "HP-UX")
+ if(CMAKE_C_COMPILER MATCHES "gcc")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -std=gnu99 -fno-strict-aliasing")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mlp64")
+ else()
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 +DD64 +Otype_safety=off")
+ endif()
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XOPEN_SOURCE=600 -D__STRICT_ALIGNMENT")
+endif()
+
+if(CMAKE_SYSTEM_NAME MATCHES "SunOS")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -std=gnu99 -fno-strict-aliasing")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__EXTENSIONS__")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XOPEN_SOURCE=600")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DBSD_COMP")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fpic -m64")
+endif()
+
+add_definitions(-DLIBRESSL_INTERNAL)
+add_definitions(-DOPENSSL_NO_HW_PADLOCK)
+
+set(CMAKE_POSITION_INDEPENDENT_CODE true)
+
+if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
+ add_definitions(-Wno-pointer-sign)
+endif()
+
+if(MSVC)
+ add_definitions(-Dinline=__inline)
+ add_definitions(-Drestrict)
+ add_definitions(-D_CRT_SECURE_NO_WARNINGS)
+ add_definitions(-D_CRT_DEPRECATED_NO_WARNINGS)
+ add_definitions(-D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS)
+ add_definitions(-DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0501)
+ add_definitions(-DCPPFLAGS -DOPENSSL_NO_SPEED -DNO_SYSLOG -DNO_CRYPT)
+
+ set(MSVC_DISABLED_WARNINGS_LIST
+ "C4057" # C4057: 'initializing' : 'unsigned char *' differs in
+ # indirection to slightly different base types from 'char [2]'
+ "C4100" # 'exarg' : unreferenced formal parameter
+ "C4127" # conditional expression is constant
+ "C4242" # 'function' : conversion from 'int' to 'uint8_t',
+ # possible loss of data
+ "C4244" # 'function' : conversion from 'int' to 'uint8_t',
+ # possible loss of data
+ "C4706" # assignment within conditional expression
+ "C4820" # 'bytes' bytes padding added after construct 'member_name'
+ "C4996" # 'read': The POSIX name for this item is deprecated. Instead,
+ # use the ISO C++ conformant name: _read.
+ )
+ string(REPLACE "C" " -wd" MSVC_DISABLED_WARNINGS_STR
+ ${MSVC_DISABLED_WARNINGS_LIST})
+ set(CMAKE_C_FLAGS "-MP -W4 ${MSVC_DISABLED_WARNINGS_STR}")
+endif()
+
+check_function_exists(asprintf HAVE_ASPRINTF)
+if(HAVE_ASPRINTF)
+ add_definitions(-DHAVE_ASPRINTF)
+endif()
+
+check_function_exists(inet_pton HAVE_INET_PTON)
+if(HAVE_INET_PTON)
+ add_definitions(-DHAVE_INET_PTON)
+endif()
+
+check_function_exists(reallocarray HAVE_REALLOCARRAY)
+if(HAVE_REALLOCARRAY)
+ add_definitions(-DHAVE_REALLOCARRAY)
+endif()
+
+check_function_exists(strcasecmp HAVE_STRCASECMP)
+if(HAVE_STRCASECMP)
+ add_definitions(-DHAVE_STRCASECMP)
+endif()
+
+check_function_exists(strlcat HAVE_STRLCAT)
+if(HAVE_STRLCAT)
+ add_definitions(-DHAVE_STRLCAT)
+endif()
+
+check_function_exists(strlcpy HAVE_STRLCPY)
+if(HAVE_STRLCPY)
+ add_definitions(-DHAVE_STRLCPY)
+endif()
+
+check_function_exists(strndup HAVE_STRNDUP)
+if(HAVE_STRNDUP)
+ add_definitions(-DHAVE_STRNDUP)
+endif()
+
+if(MSVC)
+ set(HAVE_STRNLEN)
+ add_definitions(-DHAVE_STRNLEN)
+else()
+ check_function_exists(strnlen HAVE_STRNLEN)
+ if(HAVE_STRNLEN)
+ add_definitions(-DHAVE_STRNLEN)
+ endif()
+endif()
+
+check_function_exists(strsep HAVE_STRSEP)
+if(HAVE_STRSEP)
+ add_definitions(-DHAVE_STRSEP)
+endif()
+
+check_function_exists(timegm HAVE_TIMEGM)
+if(HAVE_TIMEGM)
+ add_definitions(-DHAVE_TIMEGM)
+endif()
+
+check_function_exists(arc4random_buf HAVE_ARC4RANDOM_BUF)
+if(HAVE_ARC4RANDOM_BUF)
+ add_definitions(-DHAVE_ARC4RANDOM_BUF)
+endif()
+
+check_function_exists(arc4random_uniform HAVE_ARC4RANDOM_UNIFORM)
+if(HAVE_ARC4RANDOM_UNIFORM)
+ add_definitions(-DHAVE_ARC4RANDOM_UNIFORM)
+endif()
+
+check_function_exists(explicit_bzero HAVE_EXPLICIT_BZERO)
+if(HAVE_EXPLICIT_BZERO)
+ add_definitions(-DHAVE_EXPLICIT_BZERO)
+endif()
+
+check_function_exists(getauxval HAVE_GETAUXVAL)
+if(HAVE_GETAUXVAL)
+ add_definitions(-DHAVE_GETAUXVAL)
+endif()
+
+check_function_exists(getentropy HAVE_GETENTROPY)
+if(HAVE_GETENTROPY)
+ add_definitions(-DHAVE_GETENTROPY)
+endif()
+
+check_function_exists(timingsafe_bcmp HAVE_TIMINGSAFE_BCMP)
+if(HAVE_TIMINGSAFE_BCMP)
+ add_definitions(-DHAVE_TIMINGSAFE_BCMP)
+endif()
+
+check_function_exists(timingsafe_memcmp HAVE_TIMINGSAFE_MEMCMP)
+if(HAVE_MEMCMP)
+ add_definitions(-DHAVE_MEMCMP)
+endif()
+
+check_function_exists(memmem HAVE_MEMMEM)
+if(HAVE_MEMMEM)
+ add_definitions(-DHAVE_MEMMEM)
+endif()
+
+check_include_files(err.h HAVE_ERR_H)
+if(HAVE_ERR_H)
+ add_definitions(-DHAVE_ERR_H)
+endif()
+
+if(ENABLE_ASM)
+ if("${CMAKE_C_COMPILER_ABI}" STREQUAL "ELF")
+ if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86_64|amd64)")
+ set(HOST_ASM_ELF_X86_64 true)
+ elseif(CMAKE_SYSTEM_NAME STREQUAL "SunOS" AND "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "i386")
+ set(HOST_ASM_ELF_X86_64 true)
+ endif()
+ elseif(APPLE AND "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
+ set(HOST_ASM_MACOSX_X86_64 true)
+ endif()
+endif()
+
+set(OPENSSL_LIBS ssl crypto)
+if(CMAKE_HOST_WIN32)
+ set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32)
+endif()
+if(CMAKE_SYSTEM_NAME MATCHES "Linux")
+ check_library_exists(rt clock_gettime "time.h" HAVE_CLOCK_GETTIME)
+ if (HAVE_CLOCK_GETTIME)
+ set(OPENSSL_LIBS ${OPENSSL_LIBS} rt)
+ endif()
+endif()
+if(CMAKE_SYSTEM_NAME MATCHES "HP-UX")
+ set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread)
+endif()
+if(CMAKE_SYSTEM_NAME MATCHES "SunOS")
+ set(OPENSSL_LIBS ${OPENSSL_LIBS} nsl socket)
+endif()
+
+if(NOT (CMAKE_SYSTEM_NAME MATCHES "(Darwin|MINGW|CYGWIN)" OR MSVC))
+ set(BUILD_SHARED true)
+endif()
+
+check_type_size(time_t SIZEOF_TIME_T)
+if(SIZEOF_TIME_T STREQUAL "4")
+ set(SMALL_TIME_T true)
+ message(WARNING " ** Warning, this system is unable to represent times past 2038\n"
+ " ** It will behave incorrectly when handling valid RFC5280 dates")
+endif()
+add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T})
+
+add_subdirectory(crypto)
+add_subdirectory(ssl)
+add_subdirectory(apps)
+add_subdirectory(tls)
+add_subdirectory(include)
+if(NOT MSVC)
+ add_subdirectory(man)
+ add_subdirectory(tests)
+endif()
+
+configure_file(
+ "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
+ "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
+ IMMEDIATE @ONLY)
+
+add_custom_target(uninstall
+ COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
diff --git a/_repos/github/lsds/TaLoS/README.md b/_repos/github/lsds/TaLoS/README.md
new file mode 100644
index 00000000..5796a97b
--- /dev/null
+++ b/_repos/github/lsds/TaLoS/README.md
@@ -0,0 +1,128 @@
+---
+title: github/lsds/TaLoS
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[zlib](https://zlib.net)|0.126|
+|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.11|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.082|
+|spack|pkgconfig|0.058|
+|spack|libbsd|0.04|
+|spack|[openssl](https://www.openssl.org)|0.025|
+|spack|perl|0.02|
+|spack|ca-certificates-mozilla|0.02|
+|spack|nasm|0.02|
+|spack|[expat](https://libexpat.github.io/)|0.017|
+|spack|automake|0.016|
+|spack|autoconf|0.016|
+|spack|libtool|0.016|
+|spack|m4|0.016|
+|spack|bzip2|0.016|
+|spack|xz|0.016|
+|spack|mbedtls|0.013|
+|spack|sqlite|0.011|
+|spack|gettext|0.011|
+|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.01|
+|CMakeLists.txt|github/lsds/TaLoS|0.01|
+|spack|[cmake](https://www.cmake.org)|0.01|
+|spack|readline|0.009|
+|spack|gdbm|0.009|
+|spack|libnsl|0.009|
+|spack|libffi|0.009|
+|spack|tk|0.009|
+|spack|tcl|0.009|
+|spack|uuid|0.009|
+|spack|tix|0.009|
+|spack|nss|0.008|
+|spack|zstd|0.008|
+|spack|libxml2|0.008|
+|spack|[gnutls](https://www.gnutls.org)|0.007|
+|spack|libidn2|0.007|
+|spack|nghttp2|0.007|
+|spack|libssh2|0.007|
+|spack|libssh|0.007|
+|spack|krb5|0.007|
+|spack|[python](https://www.python.org/)|0.007|
+|spack|lz4|0.006|
+|spack|lzo|0.006|
+|spack|nettle|0.006|
+|spack|libiconv|0.006|
+|spack|py-pip|0.003|
+|spack|py-wheel|0.003|
+|spack|py-sphinxcontrib-websupport|0.003|
+|spack|py-sphinxcontrib-applehelp|0.003|
+|spack|py-sphinxcontrib-devhelp|0.003|
+|spack|py-sphinxcontrib-jsmath|0.003|
+|spack|py-sphinxcontrib-htmlhelp|0.003|
+|spack|py-sphinxcontrib-serializinghtml|0.003|
+|spack|py-sphinxcontrib-qthelp|0.003|
+|spack|py-six|0.003|
+|spack|py-jinja2|0.003|
+|spack|py-pygments|0.003|
+|spack|py-docutils|0.003|
+|spack|py-snowballstemmer|0.003|
+|spack|py-babel|0.003|
+|spack|py-alabaster|0.003|
+|spack|py-imagesize|0.003|
+|spack|py-requests|0.003|
+|spack|py-setuptools|0.003|
+|spack|py-sphinx-rtd-theme|0.003|
+|spack|py-packaging|0.003|
+|spack|py-importlib-metadata|0.003|
+|spack|py-typing|0.003|
+|spack|py-colorama|0.003|
+|spack|[ninja](https://ninja-build.org/)|0.003|
+|spack|icu4c|0.002|
+|spack|jpeg|0.002|
+|spack|libmng|0.002|
+|spack|libtiff|0.002|
+|spack|freetype|0.002|
+|spack|gtkplus|0.002|
+|spack|libpng|0.002|
+|spack|libsm|0.002|
+|spack|pcre|0.002|
+|spack|inputproto|0.002|
+|spack|glib|0.002|
+|spack|dbus|0.002|
+|spack|gl|0.002|
+|spack|assimp|0.002|
+|spack|harfbuzz|0.002|
+|spack|double-conversion|0.002|
+|spack|pcre2|0.002|
+|spack|llvm|0.002|
+|spack|flex|0.002|
+|spack|bison|0.002|
+|spack|gperf|0.002|
+|spack|libdrm|0.002|
+|spack|libxcomposite|0.002|
+|spack|libxcursor|0.002|
+|spack|libxi|0.002|
+|spack|libxtst|0.002|
+|spack|libxrandr|0.002|
+|spack|libxdamage|0.002|
+|spack|fontconfig|0.002|
+|spack|libx11|0.002|
+|spack|libxcb|0.002|
+|spack|libxkbcommon|0.002|
+|spack|xcb-util-image|0.002|
+|spack|xcb-util-keysyms|0.002|
+|spack|xcb-util-renderutil|0.002|
+|spack|xcb-util-wm|0.002|
+|spack|libxext|0.002|
+|spack|libxrender|0.002|
+|spack|[curl](https://curl.se/)|0.001|
+|spack|[libarchive](https://www.libarchive.org)|0.001|
+|spack|[libuv](https://libuv.org)|0.001|
+|spack|[qt](https://qt.io)|0.001|
+|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|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/lsds/TaLoS/badge.png b/_repos/github/lsds/TaLoS/badge.png
new file mode 100644
index 00000000..189b58be
Binary files /dev/null and b/_repos/github/lsds/TaLoS/badge.png differ
diff --git a/_repos/github/lsds/TaLoS/data.json b/_repos/github/lsds/TaLoS/data.json
new file mode 100644
index 00000000..33c5b2de
--- /dev/null
+++ b/_repos/github/lsds/TaLoS/data.json
@@ -0,0 +1,454 @@
+{
+ "CMakeLists.txt": {
+ "github/lsds/TaLoS": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.00990000000000002,
+ "url": "https://www.cmake.org"
+ },
+ "ninja": {
+ "credit": 0.002501296875000005,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.000816750000000005,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.016501787002262448,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.12599733387726245,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.000816750000000005,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.081675,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.02492452137726245,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.000816750000000005,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.010281921617647063,
+ "url": "https://invisible-island.net/ncurses/ncurses.html"
+ },
+ "python": {
+ "credit": 0.006544209375000006,
+ "url": "https://www.python.org/"
+ },
+ "py-sphinx": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.sphinx-doc.org/en/master/"
+ },
+ "gnuconfig": {
+ "credit": 0.10998795288461538,
+ "url": "https://www.gnu.org/software/config/"
+ },
+ "gnutls": {
+ "credit": 0.006738187499999999,
+ "url": "https://www.gnutls.org"
+ },
+ "mbedtls": {
+ "credit": 0.012958052884615384,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.008422734375,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.05831703099264705,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.040429124999999996,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "icu4c": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libmng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libtiff": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "freetype": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gtkplus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "sqlite": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "libpng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libsm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "inputproto": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "glib": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "dbus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gl": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "assimp": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "harfbuzz": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "double-conversion": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "llvm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "flex": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "bison": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gperf": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libdrm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcomposite": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcursor": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxi": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxtst": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrandr": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxdamage": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gettext": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "fontconfig": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libx11": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcb": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxkbcommon": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-image": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-keysyms": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-renderutil": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-wm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxext": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrender": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "readline": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "gdbm": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libnsl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libffi": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tk": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tcl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "uuid": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tix": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "py-pip": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-wheel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-websupport": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-applehelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-devhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-jsmath": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-htmlhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-serializinghtml": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-qthelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-six": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-jinja2": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-pygments": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-docutils": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-snowballstemmer": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-babel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-alabaster": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-imagesize": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-requests": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-setuptools": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinx-rtd-theme": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-packaging": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-importlib-metadata": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-typing": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-colorama": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/lsds/faasm/CMakeLists.txt b/_repos/github/lsds/faasm/CMakeLists.txt
new file mode 100644
index 00000000..019e75a1
--- /dev/null
+++ b/_repos/github/lsds/faasm/CMakeLists.txt
@@ -0,0 +1,236 @@
+cmake_minimum_required(VERSION 3.18.2)
+project(faasm)
+
+# Optional functionality
+option(FAASM_STATIC_LIBS "Statically link Faasm libs" ON)
+
+if (FAASM_STATIC_LIBS)
+ set(BUILD_SHARED_LIBS FALSE CACHE BOOL "" FORCE)
+ # Resolve mixed RTTI linking issues when using static libraries
+ add_compile_options($<$:-fno-rtti>)
+endif ()
+
+# Performance functionality
+option(FAASM_SELF_TRACING "Turn on system tracing using the logger" OFF)
+option(FAASM_PERF_PROFILING "Turn on profiling features as described in debugging.md" OFF)
+
+# This option customises the SGX features _provided_ SGX is found:
+option(FAASM_SGX_MODE "Type of SGX support: Disabled, Simulation or Hardware" "Simulation")
+
+option(FAASM_TARGET_CPU "CPU to optimise for, e.g. skylake, icelake or native" OFF)
+
+# Top-level CMake config
+set(CMAKE_CXX_FLAGS "-Wall")
+set(CMAKE_CXX_FLAGS_DEBUG "-g")
+set(CMAKE_CXX_STANDARD 20)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+set(CMAKE_CXX_EXTENSIONS OFF)
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
+set(CMAKE_EXE_LINKER_FLAGS "-fuse-ld=lld")
+
+if(FAASM_TARGET_CPU)
+ message(STATUS "Optimising Faasm for CPU ${FAASM_TARGET_CPU}")
+ add_compile_options(-march=${FAASM_TARGET_CPU} -mtune=${FAASM_TARGET_CPU})
+else()
+ message(STATUS "Faasm not optimised for specific CPU")
+endif()
+
+# Faasm profiling
+if (${FAASM_SELF_TRACING})
+ message("-- Activated FAASM tracing")
+ add_definitions(-DTRACE_ALL=1)
+ set(FAABRIC_SELF_TRACING 1)
+endif ()
+
+# Ensure all targets can generate readable stacktraces
+add_compile_options(-fno-omit-frame-pointer)
+add_link_options(-Wl,--export-dynamic)
+
+# Set-up use of sanitisers
+set(WAVM_ENABLE_ASAN OFF CACHE BOOL "" FORCE)
+set(WAVM_ENABLE_UBSAN OFF CACHE BOOL "" FORCE)
+set(WAVM_ENABLE_TSAN OFF CACHE BOOL "" FORCE)
+
+# Disable SGX when building with sanitisers due to linking problems
+if (FAASM_USE_SANITISER STREQUAL "Address")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address")
+ set(WAVM_ENABLE_ASAN ON CACHE BOOL "" FORCE)
+ set(FAASM_SGX_MODE "Disabled")
+elseif (FAASM_USE_SANITISER STREQUAL "Thread")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=thread -fsanitize-ignorelist=${CMAKE_CURRENT_LIST_DIR}/thread-sanitizer-ignorelist.txt")
+ set(WAVM_ENABLE_TSAN ON CACHE BOOL "" FORCE)
+ set(FAASM_SGX_MODE "Disabled")
+elseif (FAASM_USE_SANITISER STREQUAL "Undefined")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=undefined")
+ set(WAVM_ENABLE_UBSAN ON CACHE BOOL "" FORCE)
+ set(FAASM_SGX_MODE "Disabled")
+elseif (FAASM_USE_SANITISER STREQUAL "Leak")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=leak -fsanitize-ignorelist=${CMAKE_CURRENT_LIST_DIR}/leak-sanitizer-ignorelist.txt")
+ set(FAASM_SGX_MODE "Disabled")
+elseif (FAASM_USE_SANITISER STREQUAL "Memory")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=memory")
+ set(FAASM_SGX_MODE "Disabled")
+elseif (NOT ((FAASM_USE_SANITISER STREQUAL "None") OR (NOT FAASM_USE_SANITISER)))
+ message(FATAL_ERROR "Invalid FAASM_USE_SANITISER setting: ${FAASM_USE_SANITISER}")
+endif()
+
+set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
+
+# Faasm directories
+set(FAASM_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/src)
+set(FAASM_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/include)
+set(FAASM_NATIVE_INSTALL "/usr/local/faasm/native")
+
+# Faabric
+set(FAABRIC_TARGET_CPU ${FAASM_TARGET_CPU} CACHE BOOL "" FORCE)
+add_subdirectory(faabric)
+list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_BINARY_DIR}/faabric)
+list(PREPEND CMAKE_PREFIX_PATH ${CMAKE_CURRENT_BINARY_DIR}/faabric)
+include(${CMAKE_CURRENT_BINARY_DIR}/faabric/conan_paths.cmake)
+find_package(cpprestsdk REQUIRED)
+
+# ----------------------------------------
+# SGX configuration
+# ----------------------------------------
+
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
+if (NOT (FAASM_SGX_MODE STREQUAL "Disabled"))
+ # Set macro definitions for conditional compilation
+ if (FAASM_SGX_MODE STREQUAL "Hardware")
+ add_definitions(-DFAASM_SGX_HARDWARE_MODE)
+ elseif (FAASM_SGX_MODE STREQUAL "Simulation")
+ add_definitions(-DFAASM_SGX_SIMULATION_MODE)
+ else ()
+ message(FATAL_ERROR "Unrecognised SGX mode: ${FAASM_SGX_MODE}")
+ endif ()
+
+ # Detect SGX intallation
+ find_package(SGX)
+ if (NOT SGX_FOUND)
+ message(FATAL_ERROR "FAASM SGX in mode ${FAASM_SGX_MODE} but SGX not found!")
+ endif ()
+else ()
+ add_definitions(-DFAASM_SGX_DISABLED_MODE)
+endif ()
+message(STATUS "FAASM SGX Mode: ${FAASM_SGX_MODE}")
+
+# ----------------------------------------
+# WAMR configuration
+# ----------------------------------------
+
+add_definitions(-DBUILD_TARGET_X86_64)
+add_definitions(-DWAMR_EXECUTION_MODE_INTERP=0)
+
+# ----------------------------------------
+# Faasm configuration
+# ----------------------------------------
+
+# Library type (for shared libraries)
+if (FAASM_STATIC_LIBS)
+ set(FAABRIC_STATIC_LIBS ON CACHE BOOL "Faabric static")
+ function(faasm_public_lib lib_name)
+ add_library(${lib_name} STATIC ${ARGN})
+ target_link_libraries(${lib_name} PRIVATE faasm::common_deps)
+ add_library(faasm::${lib_name} ALIAS ${lib_name})
+ endfunction()
+ function(faasm_private_lib lib_name)
+ add_library(${lib_name} STATIC ${ARGN})
+ target_link_libraries(${lib_name} PRIVATE faasm::common_deps)
+ add_library(faasm::${lib_name} ALIAS ${lib_name})
+ endfunction()
+else ()
+ set(FAABRIC_STATIC_LIBS OFF CACHE BOOL "Faabric static")
+ function(faasm_public_lib lib_name)
+ add_library(${lib_name} SHARED ${ARGN})
+ target_link_options(${lib_name} PRIVATE "-fuse-ld=lld")
+ target_link_libraries(${lib_name} PRIVATE faasm::common_deps)
+ add_library(faasm::${lib_name} ALIAS ${lib_name})
+ endfunction()
+ function(faasm_private_lib lib_name)
+ add_library(${lib_name} STATIC ${ARGN})
+ target_link_libraries(${lib_name} PRIVATE faasm::common_deps)
+ target_compile_options(${lib_name} PRIVATE "-fPIC")
+ add_library(faasm::${lib_name} ALIAS ${lib_name})
+ endfunction()
+endif ()
+
+# LLVM config
+if (${FAASM_PERF_PROFILING})
+ # In accordance with bin/build_llvm_perf.sh and LLVM version for WAVM
+ set(LLVM_DIR ${CMAKE_CURRENT_LIST_DIR}/dev/llvm-perf/build/lib/cmake/llvm)
+ message(STATUS "Using custom LLVM at ${LLVM_DIR} for profiling")
+ find_package(LLVM REQUIRED CONFIG NO_DEFAULT_PATH)
+
+ set(WAVM_PERF_LIBS 1)
+ add_definitions(-DWAVM_PERF_EVENTS=1)
+
+ # Don't omit frame pointers (lets perf get better stack traces)
+ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer")
+else ()
+ # We have to be very careful here to explicitly state which LLVM
+ # installation we are linking against, as there may be more than one on the
+ # system
+ set(LLVM_DIR "/usr/lib/llvm-10/cmake" CACHE STRING "" FORCE)
+ find_package(LLVM REQUIRED CONFIG)
+endif ()
+
+# Separate LLVM vars into CMake-friendly lists
+separate_arguments(LLVM_DEFINITIONS)
+separate_arguments(LLVM_INCLUDE_DIRS)
+
+message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION} (${LLVM_INCLUDE_DIRS})")
+include_directories(${LLVM_INCLUDE_DIRS})
+add_definitions(${LLVM_DEFINITIONS})
+
+# Third party deps
+include(cmake/ExternalProjects.cmake)
+
+# See https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/build_wamr.md
+set(WAMR_SHARED_DIR ${WAMR_ROOT_DIR}/core/shared)
+set(WAMR_IWASM_DIR ${WAMR_ROOT_DIR}/core/iwasm)
+set(WAMR_BUILD_TARGET X86_64)
+set(WAMR_NO_LLVM_IMPORT ON)
+
+add_library(faasm_common_deps INTERFACE)
+add_library(faasm::common_deps ALIAS faasm_common_deps)
+target_link_libraries(faasm_common_deps INTERFACE
+ faabric::faabric
+)
+target_include_directories(faasm_common_deps INTERFACE
+ # WAMR includes
+ ${WAMR_SHARED_DIR}/include
+ ${WAMR_SHARED_DIR}/utils
+ ${WAMR_IWASM_DIR}/include
+ ${WAMR_IWASM_DIR}/common
+ # Faasm
+ ${FAASM_INCLUDE_DIR}
+ ${FAASM_PYTHON_LIB_DIR}
+)
+
+# Faasm SGX support
+if (SGX_FOUND)
+ add_subdirectory(src/enclave)
+else ()
+ add_library(faasm_enclave_dummy INTERFACE)
+ add_library(faasm::enclave ALIAS faasm_enclave_dummy)
+endif ()
+
+# Faasm runtime
+add_subdirectory(src/codegen)
+add_subdirectory(src/conf)
+add_subdirectory(src/faaslet)
+add_subdirectory(src/runner)
+add_subdirectory(src/storage)
+add_subdirectory(src/system)
+add_subdirectory(src/threads)
+add_subdirectory(src/upload)
+add_subdirectory(src/wasm)
+add_subdirectory(src/wamr)
+add_subdirectory(src/wavm)
+
+# Tests
+add_subdirectory(tests/test)
+add_subdirectory(tests/dist)
+add_subdirectory(tests/utils)
diff --git a/_repos/github/lsds/faasm/README.md b/_repos/github/lsds/faasm/README.md
new file mode 100644
index 00000000..d1513597
--- /dev/null
+++ b/_repos/github/lsds/faasm/README.md
@@ -0,0 +1,69 @@
+---
+title: github/lsds/faasm
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|sgx|0.198|
+|spack|[cmake](https://www.cmake.org)|0.088|
+|spack|[openssl](https://www.openssl.org)|0.068|
+|spack|boost|0.065|
+|spack|python|0.053|
+|spack|[zlib](https://zlib.net)|0.044|
+|spack|ncurses|0.037|
+|spack|pkgconfig|0.022|
+|spack|libxml2|0.022|
+|spack|[ninja](https://ninja-build.org/)|0.021|
+|spack|cuda|0.021|
+|spack|z3|0.021|
+|spack|perl-data-dumper|0.021|
+|spack|hwloc|0.021|
+|spack|libelf|0.021|
+|spack|libffi|0.021|
+|spack|swig|0.021|
+|spack|libedit|0.021|
+|spack|py-six|0.021|
+|spack|binutils|0.021|
+|spack|gmp|0.021|
+|spack|isl|0.021|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.016|
+|spack|[qt](https://qt.io)|0.016|
+|spack|py-sphinx|0.016|
+|spack|gnuconfig|0.014|
+|CMakeLists.txt|github/lsds/faasm|0.01|
+|spack|libbsd|0.008|
+|spack|perl|0.004|
+|spack|ca-certificates-mozilla|0.004|
+|spack|nasm|0.004|
+|spack|[llvm](https://llvm.org/)|0.004|
+|spack|automake|0.003|
+|spack|autoconf|0.003|
+|spack|libtool|0.003|
+|spack|m4|0.003|
+|spack|mbedtls|0.003|
+|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|0.002|
+|spack|[expat](https://libexpat.github.io/)|0.001|
+|spack|gnutls|0.001|
+|spack|nss|0.001|
+|spack|libidn2|0.001|
+|spack|nghttp2|0.001|
+|spack|libssh2|0.001|
+|spack|libssh|0.001|
+|spack|krb5|0.001|
+|spack|bzip2|0.001|
+|spack|lz4|0.001|
+|spack|lzo|0.001|
+|spack|xz|0.001|
+|spack|zstd|0.001|
+|spack|nettle|0.001|
+|spack|libiconv|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/lsds/faasm/badge.png b/_repos/github/lsds/faasm/badge.png
new file mode 100644
index 00000000..ee2e9fd8
Binary files /dev/null and b/_repos/github/lsds/faasm/badge.png differ
diff --git a/_repos/github/lsds/faasm/data.json b/_repos/github/lsds/faasm/data.json
new file mode 100644
index 00000000..49742cd1
--- /dev/null
+++ b/_repos/github/lsds/faasm/data.json
@@ -0,0 +1,230 @@
+{
+ "CMakeLists.txt": {
+ "github/lsds/faasm": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.08795368421052634,
+ "url": "https://www.cmake.org"
+ },
+ "cpprestsdk": {
+ "credit": 0.0019800000000000373,
+ "url": "https://github.com/Microsoft/cpprestsdk"
+ },
+ "sgx": {
+ "credit": 0.198,
+ "url": null
+ },
+ "llvm": {
+ "credit": 0.003960000000000019,
+ "url": "https://llvm.org/"
+ },
+ "ninja": {
+ "credit": 0.020797034210526314,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.0001633499999999996,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.0014073230769230765,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.04360320728744939,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.0001633499999999996,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.0001633499999999996,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.016335,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.06809496057692306,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.016335,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.03696868421052631,
+ "url": null
+ },
+ "python": {
+ "credit": 0.053140334210526316,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "boost": {
+ "credit": 0.06534,
+ "url": null
+ },
+ "cuda": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.021981321710526313,
+ "url": null
+ },
+ "z3": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "perl-data-dumper": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "hwloc": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "libelf": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "libffi": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.021877657287449392,
+ "url": null
+ },
+ "swig": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "libedit": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "py-six": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "binutils": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "gmp": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "isl": {
+ "credit": 0.020633684210526314,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.013911765576923075,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.002591610576923077,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.0040429125,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/lucydot/effmass/README.md b/_repos/github/lucydot/effmass/README.md
new file mode 100644
index 00000000..95771ba7
--- /dev/null
+++ b/_repos/github/lucydot/effmass/README.md
@@ -0,0 +1,56 @@
+---
+title: github/lucydot/effmass
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.232|
+|pypi|[matplotlib](https://matplotlib.org)|0.143|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.107|
+|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|0.09|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.082|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.023|
+|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.018|
+|pypi|[scipy](https://www.scipy.org)|0.017|
+|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|0.017|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.016|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.016|
+|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.016|
+|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.014|
+|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.014|
+|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|0.014|
+|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.014|
+|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|0.014|
+|pypi|[six](https://pypi.org/project/six)|0.01|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.01|
+|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.01|
+|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.01|
+|pypi|[cycler](https://pypi.org/project/cycler)|0.01|
+|requirements.txt|github/lucydot/effmass|0.01|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.009|
+|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|0.009|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.009|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.009|
+|pypi|[lxml](https://lxml.de/)|0.007|
+|pypi|[tqdm](https://tqdm.github.io)|0.007|
+|pypi|[fortranformat](https://pypi.org/project/fortranformat)|0.007|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.007|
+|pypi|[pymatgen](https://pypi.org/project/pymatgen)|0.007|
+|pypi|[pandas](https://pypi.org/project/pandas)|0.007|
+|pypi|[monty](https://pypi.org/project/monty)|0.007|
+|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|0.001|
+|pypi|[octopuspy](https://github.com/afatt/octopuspy)|0.001|
+|pypi|[adjustText](https://github.com/Phlya/adjustText)|0.001|
+|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|0.001|
+|pypi|[questionary](https://github.com/tmbo/questionary)|0.001|
+|pypi|[prettytable](https://github.com/jazzband/prettytable)|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/lucydot/effmass/badge.png b/_repos/github/lucydot/effmass/badge.png
new file mode 100644
index 00000000..22bcd61f
Binary files /dev/null and b/_repos/github/lucydot/effmass/badge.png differ
diff --git a/_repos/github/lucydot/effmass/data.json b/_repos/github/lucydot/effmass/data.json
new file mode 100644
index 00000000..fd4f3e49
--- /dev/null
+++ b/_repos/github/lucydot/effmass/data.json
@@ -0,0 +1,166 @@
+{
+ "requirements.txt": {
+ "github/lucydot/effmass": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "vasppy": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/bjmorgan/vasppy"
+ },
+ "octopuspy": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/afatt/octopuspy"
+ },
+ "scipy": {
+ "credit": 0.017325000000000007,
+ "url": "https://www.scipy.org"
+ },
+ "numpy": {
+ "credit": 0.231721875,
+ "url": "https://www.numpy.org"
+ },
+ "matplotlib": {
+ "credit": 0.142621875,
+ "url": "https://matplotlib.org"
+ },
+ "adjustText": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/Phlya/adjustText"
+ },
+ "pytest-lazy-fixture": {
+ "credit": 0.017160000000000005,
+ "url": "https://github.com/tvorog/pytest-lazy-fixture"
+ },
+ "coverage": {
+ "credit": 0.018459375000000007,
+ "url": "https://github.com/nedbat/coveragepy"
+ },
+ "codeclimate-test-reporter": {
+ "credit": 0.089925,
+ "url": "http://github.com/codeclimate/python-test-reporter"
+ },
+ "ase": {
+ "credit": 0.0008250000000000063,
+ "url": "https://wiki.fysik.dtu.dk/ase"
+ },
+ "questionary": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/tmbo/questionary"
+ },
+ "prettytable": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/jazzband/prettytable"
+ },
+ "lxml": {
+ "credit": 0.007425,
+ "url": "https://lxml.de/"
+ },
+ "tqdm": {
+ "credit": 0.007425,
+ "url": "https://tqdm.github.io"
+ },
+ "fortranformat": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/fortranformat"
+ },
+ "PyYAML": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/PyYAML"
+ },
+ "pymatgen": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/pymatgen"
+ },
+ "pandas": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/pandas"
+ },
+ "monty": {
+ "credit": 0.007425,
+ "url": "https://pypi.org/project/monty"
+ },
+ "six": {
+ "credit": 0.010209375,
+ "url": "https://pypi.org/project/six"
+ },
+ "python-dateutil": {
+ "credit": 0.010209375,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "pyparsing": {
+ "credit": 0.010209375,
+ "url": "https://pypi.org/project/pyparsing"
+ },
+ "kiwisolver": {
+ "credit": 0.010209375,
+ "url": "https://pypi.org/project/kiwisolver"
+ },
+ "cycler": {
+ "credit": 0.010209375,
+ "url": "https://pypi.org/project/cycler"
+ },
+ "pytest": {
+ "credit": 0.107085,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "tomli": {
+ "credit": 0.081675,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "pytest-xdist": {
+ "credit": 0.009075,
+ "url": "https://pypi.org/project/pytest-xdist"
+ },
+ "pytest-mock": {
+ "credit": 0.009075,
+ "url": "https://pypi.org/project/pytest-mock"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.0226875,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx": {
+ "credit": 0.009075,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "pillow": {
+ "credit": 0.009075,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "sphinx-autodoc-typehints": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/sphinx-autodoc-typehints"
+ },
+ "sphinx-copybutton": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/sphinx-copybutton"
+ },
+ "sphinx-autobuild": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/sphinx-autobuild"
+ },
+ "Sphinx": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/Sphinx"
+ },
+ "prompt_toolkit": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/prompt_toolkit"
+ },
+ "pytest-cov": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "importlib-metadata": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "wcwidth": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/wcwidth"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/lucydot/effmass/requirements.txt b/_repos/github/lucydot/effmass/requirements.txt
new file mode 100644
index 00000000..5a24bca0
--- /dev/null
+++ b/_repos/github/lucydot/effmass/requirements.txt
@@ -0,0 +1,12 @@
+vasppy>=0.5.0.0
+octopuspy>=1.0.2
+scipy
+numpy
+matplotlib
+adjustText
+pytest-lazy-fixture
+coverage==4.3.4
+codeclimate-test-reporter
+ase>=3.21.1
+questionary>=1.9.0
+prettytable>=2.1.0
diff --git a/_repos/github/mc-imperial/jfs/CMakeLists.txt b/_repos/github/mc-imperial/jfs/CMakeLists.txt
new file mode 100644
index 00000000..7b565a37
--- /dev/null
+++ b/_repos/github/mc-imperial/jfs/CMakeLists.txt
@@ -0,0 +1,434 @@
+#===------------------------------------------------------------------------===#
+#
+# JFS
+#
+# Copyright 2017-2018 Daniel Liew
+#
+# This file is distributed under the MIT license.
+# See LICENSE.txt for details.
+#
+#===------------------------------------------------------------------------===#
+
+###############################################################################
+# Minimum CMake version and policies
+###############################################################################
+cmake_minimum_required(VERSION 2.8.12)
+if (POLICY CMP0054)
+ # FIXME: This is horrible. With the old behaviour,
+ # quoted strings like "MSVC" in if() conditionals
+ # get implicitly dereferenced. The NEW behaviour
+ # doesn't do this but CMP0054 was only introduced
+ # in CMake 3.1 and we support lower versions as the
+ # minimum. We could set NEW here but it would be very
+ # confusing to use NEW for some builds and OLD for others
+ # which could lead to some subtle bugs. Instead when the
+ # minimum version is 3.1 change this policy to NEW and remove
+ # the hacks in place to work around it.
+ cmake_policy(SET CMP0054 OLD)
+endif()
+
+if (POLICY CMP0042)
+ # Enable `MACOSX_RPATH` by default.
+ cmake_policy(SET CMP0042 NEW)
+endif()
+
+if (POLICY CMP0037)
+ # Disallow reserved target names
+ cmake_policy(SET CMP0037 NEW)
+endif()
+
+# This overrides the default flags for the different CMAKE_BUILD_TYPEs
+set(CMAKE_USER_MAKE_RULES_OVERRIDE_C
+ "${CMAKE_CURRENT_SOURCE_DIR}/cmake/c_flags_override.cmake")
+set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
+ "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_flags_override.cmake")
+project(JFS CXX C)
+
+###############################################################################
+# Project version
+###############################################################################
+set(JFS_VERSION_MAJOR 0)
+set(JFS_VERSION_MINOR 0)
+set(JFS_VERSION_PATCH 0)
+set(JFS_VERSION_TWEAK 0)
+set(JFS_VERSION "${JFS_VERSION_MAJOR}.${JFS_VERSION_MINOR}.${JFS_VERSION_PATCH}.${JFS_VERSION_TWEAK}")
+message(STATUS "JFS version ${JFS_VERSION}")
+
+################################################################################
+# Set various useful variables depending on CMake version
+################################################################################
+if (("${CMAKE_VERSION}" VERSION_EQUAL "3.2") OR ("${CMAKE_VERSION}" VERSION_GREATER "3.2"))
+ # In CMake >= 3.2 add_custom_command() supports a ``USES_TERMINAL`` argument
+ set(ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG "USES_TERMINAL")
+else()
+ set(ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG "")
+endif()
+
+if (("${CMAKE_VERSION}" VERSION_EQUAL "3.4") OR ("${CMAKE_VERSION}" VERSION_GREATER "3.4"))
+ # In CMake >= 3.4 ExternalProject_Add_Step() supports a `USES_TERMINAL` argument
+ set(EXTERNAL_PROJECT_ADD_STEP_USES_TERMINAL_ARG "USES_TERMINAL" "1")
+else()
+ set(EXTERNAL_PROJECT_ADD_STEP_USES_TERMINAL_ARG "")
+endif()
+
+################################################################################
+# Sanity check - Disallow building in source.
+################################################################################
+if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
+ message(FATAL_ERROR "In source builds are not allowed. You should invoke "
+ "CMake from a different directory.")
+endif()
+
+################################################################################
+# Build type
+################################################################################
+message(STATUS "CMake generator: ${CMAKE_GENERATOR}")
+if (DEFINED CMAKE_CONFIGURATION_TYPES)
+ # Multi-configuration build (e.g. Xcode). Here
+ # CMAKE_BUILD_TYPE doesn't matter
+ message(STATUS "Available configurations: ${CMAKE_CONFIGURATION_TYPES}")
+else()
+ # Single configuration generator (e.g. Unix Makefiles, Ninja)
+ set(available_build_types Debug Release RelWithDebInfo MinSizeRel)
+ if(NOT CMAKE_BUILD_TYPE)
+ message(STATUS "CMAKE_BUILD_TYPE is not set. Setting default")
+ message(STATUS "The available build types are: ${available_build_types}")
+ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE String
+ "Options are ${available_build_types}"
+ FORCE)
+ # Provide drop down menu options in cmake-gui
+ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${available_build_types})
+ endif()
+ message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
+
+ # Check the selected build type is valid
+ list(FIND available_build_types "${CMAKE_BUILD_TYPE}" _build_type_index)
+ if ("${_build_type_index}" EQUAL "-1")
+ message(FATAL_ERROR "\"${CMAKE_BUILD_TYPE}\" is an invalid build type.\n"
+ "Use one of the following build types ${available_build_types}")
+ endif()
+endif()
+
+################################################################################
+# Add our CMake module directory to the list of module search directories
+################################################################################
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
+
+################################################################################
+# Compiler flags for JFS components
+# Subsequent commands will append to these. These are used instead of
+# directly modifying CMAKE_CXX_FLAGS so that other code can be easily built with
+# different flags.
+################################################################################
+set(JFS_COMPONENT_EXTRA_INCLUDE_DIRS "")
+set(JFS_COMPONENT_CXX_DEFINES "")
+set(JFS_COMPONENT_CXX_FLAGS "")
+set(JFS_SOLVER_LIBRARIES "")
+set(JFS_COMPONENT_EXTRA_LIBRARIES "")
+include("${CMAKE_SOURCE_DIR}/cmake/jfs_component_add_cxx_flag.cmake")
+
+################################################################################
+# JFS include directories
+################################################################################
+list(APPEND JFS_COMPONENT_EXTRA_INCLUDE_DIRS
+ "${CMAKE_BINARY_DIR}/include"
+ "${CMAKE_SOURCE_DIR}/include"
+)
+
+################################################################################
+# Assertions
+################################################################################
+option(ENABLE_JFS_ASSERTS "Enable JFS assertions" ON)
+if (ENABLE_JFS_ASSERTS)
+ message(STATUS "JFS assertions enabled")
+ # Assume that -DNDEBUG isn't set.
+else()
+ message(STATUS "JFS assertions disabled")
+ list(APPEND JFS_COMPONENT_CXX_DEFINES "NDEBUG")
+endif()
+
+################################################################################
+# Find LLVM
+################################################################################
+find_package(LLVM 6.0.0
+ CONFIG
+)
+set(NEEDED_LLVM_VARS
+ LLVM_PACKAGE_VERSION
+ LLVM_VERSION_MAJOR
+ LLVM_VERSION_MINOR
+ LLVM_VERSION_PATCH
+ LLVM_DEFINITIONS
+ LLVM_ENABLE_ASSERTIONS
+ LLVM_ENABLE_EH
+ LLVM_ENABLE_RTTI
+ LLVM_INCLUDE_DIRS
+ LLVM_LIBRARY_DIRS
+ LLVM_TOOLS_BINARY_DIR
+)
+
+foreach (vname ${NEEDED_LLVM_VARS})
+ message(STATUS "${vname}: \"${${vname}}\"")
+ if (NOT (DEFINED "${vname}"))
+ message(FATAL_ERROR "${vname} was not defined")
+ endif()
+endforeach()
+message(STATUS "LLVM_DIR: \"${LLVM_DIR}\"")
+
+# Find Clang
+# FIXME: This won't work if LLVM was built with a multi-configuration generator.
+set(LLVM_CLANG_CXX_TOOL "${LLVM_TOOLS_BINARY_DIR}/clang++")
+if (NOT EXISTS "${LLVM_CLANG_CXX_TOOL}")
+ message(FATAL_ERROR "Failed to find clang++ at \"${LLVM_CLANG_CXX_TOOL}\"")
+else()
+ message(STATUS "Found clang++ at \"${LLVM_CLANG_CXX_TOOL}\"")
+endif()
+
+if (LLVM_ENABLE_ASSERTIONS)
+ # Certain LLVM debugging macros only work when LLVM was built with asserts
+ set(ENABLE_JFS_DEBUG 1) # for config.h
+else()
+ unset(ENABLE_JFS_DEBUG) # for config.h
+endif()
+
+# LLVM_DEFINITIONS aren't lists. Instead they are space separated
+string(REPLACE " " ";" LLVM_DEFINITIONS_AS_LIST "${LLVM_DEFINITIONS}")
+list(APPEND JFS_COMPONENT_CXX_DEFINES ${LLVM_DEFINITIONS_AS_LIST})
+
+# LLVM_INCLUDE_DIRS aren't lists. Instead they are space separated
+string(REPLACE " " ";" LLVM_INCLUDE_DIRS_AS_LIST "${LLVM_INCLUDE_DIRS}")
+list(APPEND JFS_COMPONENT_EXTRA_INCLUDE_DIRS ${LLVM_INCLUDE_DIRS_AS_LIST})
+
+if (NOT LLVM_ENABLE_EH)
+ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") OR ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU"))
+ jfs_component_add_cxx_flag("-fno-exceptions" REQUIRED)
+ else()
+ message(FATAL_ERROR "${CMAKE_CXX_COMPILER_ID} not supported")
+ endif()
+endif()
+
+if (NOT LLVM_ENABLE_RTTI)
+ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") OR ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU"))
+ jfs_component_add_cxx_flag("-fno-rtti" REQUIRED)
+ else()
+ message(FATAL_ERROR "${CMAKE_CXX_COMPILER_ID} not supported")
+ endif()
+endif()
+include("${CMAKE_SOURCE_DIR}/cmake/jfs_get_llvm_components.cmake")
+
+################################################################################
+# Find Z3
+################################################################################
+# FIXME: Specify version. Need to upstream support for config setting version.
+find_package(Z3 CONFIG)
+set(NEEDED_Z3_VARS
+ Z3_VERSION_MAJOR
+ Z3_VERSION_MINOR
+ Z3_VERSION_PATCH
+ Z3_VERSION_TWEAK
+ Z3_VERSION_STRING
+ Z3_C_INCLUDE_DIRS
+ Z3_LIBRARIES
+)
+foreach (vname ${NEEDED_Z3_VARS})
+ message(STATUS "${vname}: \"${${vname}}\"")
+ if (NOT (DEFINED "${vname}"))
+ message(FATAL_ERROR "${vname} was not defined")
+ endif()
+endforeach()
+if ("${Z3_VERSION_STRING}" VERSION_LESS "4.6")
+ message(FATAL_ERROR "Need Z3 4.6 or newer")
+endif()
+
+list(APPEND JFS_COMPONENT_EXTRA_INCLUDE_DIRS ${Z3_C_INCLUDE_DIRS})
+
+################################################################################
+# C++ version
+################################################################################
+# FIXME: Use CMake's support for this
+if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") OR ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU"))
+ set(JFS_USE_CXX_FLAG "-std=c++11")
+ jfs_component_add_cxx_flag("${JFS_USE_CXX_FLAG}" REQUIRED)
+else()
+ set(JFS_USE_CXX_FLAG "")
+endif()
+
+################################################################################
+# Warnings
+################################################################################
+include("${CMAKE_SOURCE_DIR}/cmake/compiler_warnings.cmake")
+
+################################################################################
+# Report flags
+################################################################################
+message(STATUS "JFS_COMPONENT_CXX_DEFINES: \"${JFS_COMPONENT_CXX_DEFINES}\"")
+message(STATUS "JFS_COMPONENT_EXTRA_INCLUDE_DIRS: \"${JFS_COMPONENT_EXTRA_INCLUDE_DIRS}\"")
+message(STATUS "JFS_COMPONENT_CXX_FLAGS: \"${JFS_COMPONENT_CXX_FLAGS}\"")
+message(STATUS "JFS_COMPONENT_EXTRA_LIBRARIES: \"${JFS_COMPONENT_EXTRA_LIBRARIES}\"")
+
+################################################################################
+# Report default CMake flags
+################################################################################
+# This is mainly for debugging.
+message(STATUS "CMAKE_CXX_FLAGS: \"${CMAKE_CXX_FLAGS}\"")
+message(STATUS "CMAKE_EXE_LINKER_FLAGS: \"${CMAKE_EXE_LINKER_FLAGS}\"")
+message(STATUS "CMAKE_STATIC_LINKER_FLAGS: \"${CMAKE_STATIC_LINKER_FLAGS}\"")
+message(STATUS "CMAKE_SHARED_LINKER_FLAGS: \"${CMAKE_SHARED_LINKER_FLAGS}\"")
+if (DEFINED CMAKE_CONFIGURATION_TYPES)
+ # Multi configuration generator
+ string(TOUPPER "${available_build_types}" build_types_to_report)
+else()
+ # Single configuration generator
+ string(TOUPPER "${CMAKE_BUILD_TYPE}" build_types_to_report)
+endif()
+foreach (_build_type ${build_types_to_report})
+ message(STATUS "CMAKE_CXX_FLAGS_${_build_type}: \"${CMAKE_CXX_FLAGS_${_build_type}}\"")
+ message(STATUS "CMAKE_EXE_LINKER_FLAGS_${_build_type}: \"${CMAKE_EXE_LINKER_FLAGS_${_build_type}}\"")
+ message(STATUS "CMAKE_SHARED_LINKER_FLAGS_${_build_type}: \"${CMAKE_SHARED_LINKER_FLAGS_${_build_type}}\"")
+ message(STATUS "CMAKE_STATIC_LINKER_FLAGS_${_build_type}: \"${CMAKE_STATIC_LINKER_FLAGS_${_build_type}}\"")
+endforeach()
+
+################################################################################
+# Handle git hash and description
+################################################################################
+include(${CMAKE_SOURCE_DIR}/cmake/git_utils.cmake)
+macro(disable_git_describe)
+ message(WARNING "Disabling INCLUDE_GIT_DESCRIBE")
+ set(INCLUDE_GIT_DESCRIBE OFF CACHE BOOL "Include git describe output in version output" FORCE)
+endmacro()
+macro(disable_git_hash)
+ message(WARNING "Disabling INCLUDE_GIT_HASH")
+ set(INCLUDE_GIT_HASH OFF CACHE BOOL "Include git hash in version output" FORCE)
+ unset(Z3GITHASH) # Used in configure_file()
+endmacro()
+option(INCLUDE_GIT_HASH "Include git hash in version output" ON)
+option(INCLUDE_GIT_DESCRIBE "Include git describe output in version output" ON)
+
+set(GIT_DIR "${CMAKE_SOURCE_DIR}/.git")
+if (EXISTS "${GIT_DIR}")
+ # Try to make CMake configure depend on the current git HEAD so that
+ # a re-configure is triggered when the HEAD changes.
+ add_git_dir_dependency("${GIT_DIR}" ADD_GIT_DEP_SUCCESS)
+ if (ADD_GIT_DEP_SUCCESS)
+ if (INCLUDE_GIT_HASH)
+ get_git_head_hash("${GIT_DIR}" JFS_GIT_HASH)
+ if (NOT JFS_GIT_HASH)
+ message(WARNING "Failed to get Git hash")
+ disable_git_hash()
+ endif()
+ message(STATUS "Using Git hash in version output: ${JFS_GIT_HASH}")
+ else()
+ message(STATUS "Not using Git hash in version output")
+ unset(JFS_GIT_HASH) # Used in configure_file()
+ endif()
+ if (INCLUDE_GIT_DESCRIBE)
+ get_git_head_describe("${GIT_DIR}" JFS_GIT_DESCRIPTION)
+ if (NOT Z3_GIT_DESCRIPTION)
+ message(WARNING "Failed to get Git description")
+ disable_git_describe()
+ endif()
+ message(STATUS "Using Git description in version output: ${JFS_GIT_DESCRIPTION}")
+ else()
+ message(STATUS "Not including git descrption in version")
+ endif()
+ else()
+ message(WARNING "Failed to add git dependency.")
+ disable_git_describe()
+ disable_git_hash()
+ endif()
+else()
+ message(STATUS "Failed to find git directory.")
+ disable_git_describe()
+ disable_git_hash()
+endif()
+
+################################################################################
+# Generate configuration header files
+################################################################################
+set(AUTO_GEN_MSG "Automatically generated. DO NOT EDIT")
+set(configuration_files "version.h" "depsVersion.h" "config.h")
+foreach (configuration_file ${configuration_files})
+ configure_file(
+ "${CMAKE_SOURCE_DIR}/include/jfs/Config/${configuration_file}.in"
+ "${CMAKE_BINARY_DIR}/include/jfs/Config/${configuration_file}"
+ )
+endforeach()
+
+################################################################################
+# Set default location for targets in the build directory
+################################################################################
+set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
+
+
+################################################################################
+# Top level unit test target
+################################################################################
+# This is top level because there are multiple unit test suites to run
+add_custom_target(unittests)
+
+################################################################################
+# Detect lit tool
+################################################################################
+# This can't belong in `tests/` because `runtime/` needs to run its own tests.
+option(ENABLE_SYSTEM_TESTS "Enable system tests" ON)
+option(ENABLE_UNIT_TESTS "Enable unit tests" ON)
+if (ENABLE_SYSTEM_TESTS OR ENABLE_UNIT_TESTS)
+ # Find lit
+ set(LIT_TOOL_NAMES "llvm-lit" "lit")
+ find_program(
+ LIT_TOOL
+ NAMES ${LIT_TOOL_NAMES}
+ HINTS "${LLVM_TOOLS_BINARY_DIR}"
+ DOC "Path to lit tool"
+ )
+
+ set(LIT_ARGS
+ "-v;-s"
+ CACHE
+ STRING
+ "Lit arguments"
+ )
+
+ if ((NOT LIT_TOOL) OR (NOT EXISTS "${LIT_TOOL}"))
+ message(FATAL_ERROR "The lit tool is required for testing.")
+ else()
+ message(STATUS "Using lit: ${LIT_TOOL}")
+ endif()
+endif()
+
+################################################################################
+# Utilities
+################################################################################
+set(GTEST_SRC_DIR "${CMAKE_SOURCE_DIR}/utils/googletest/googletest")
+add_subdirectory(utils)
+
+################################################################################
+# Runtime
+################################################################################
+add_subdirectory(runtime)
+# Sanity checks
+if ("${JFS_LLVM_CLANG_CXX_TOOL}" STREQUAL "")
+ message(FATAL_ERROR "JFS_LLVM_CLANG_CXX_TOOL not set")
+endif()
+if (NOT (EXISTS "${JFS_LLVM_CLANG_CXX_TOOL}"))
+ message(FATAL_ERROR "JFS_LLVM_CLANG_CXX_TOOL (\"${JFS_LLVM_CLANG_CXX_TOOL}\") doest not exist")
+endif()
+message(STATUS "JFS_LLVM_CLANG_CXX_TOOL: ${JFS_LLVM_CLANG_CXX_TOOL}")
+
+################################################################################
+# Libraries
+################################################################################
+include("${CMAKE_SOURCE_DIR}/cmake/jfs_add_component.cmake")
+add_subdirectory(lib)
+
+################################################################################
+# Tools
+################################################################################
+add_subdirectory(tools)
+
+################################################################################
+# Tests
+################################################################################
+add_subdirectory(tests)
diff --git a/_repos/github/mc-imperial/jfs/README.md b/_repos/github/mc-imperial/jfs/README.md
new file mode 100644
index 00000000..b044279b
--- /dev/null
+++ b/_repos/github/mc-imperial/jfs/README.md
@@ -0,0 +1,67 @@
+---
+title: github/mc-imperial/jfs
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|python|0.153|
+|spack|[cmake](https://www.cmake.org)|0.102|
+|spack|gmp|0.099|
+|spack|py-setuptools|0.082|
+|spack|[zlib](https://zlib.net)|0.055|
+|spack|ncurses|0.044|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.027|
+|spack|[qt](https://qt.io)|0.027|
+|spack|py-sphinx|0.027|
+|spack|gnuconfig|0.023|
+|spack|[z3](https://github.com/Z3Prover/z3/wiki)|0.02|
+|spack|pkgconfig|0.019|
+|spack|libxml2|0.019|
+|spack|[ninja](https://ninja-build.org/)|0.017|
+|spack|cuda|0.017|
+|spack|perl-data-dumper|0.017|
+|spack|hwloc|0.017|
+|spack|libelf|0.017|
+|spack|libffi|0.017|
+|spack|swig|0.017|
+|spack|libedit|0.017|
+|spack|py-six|0.017|
+|spack|binutils|0.017|
+|spack|isl|0.017|
+|spack|libbsd|0.013|
+|CMakeLists.txt|github/mc-imperial/jfs|0.01|
+|spack|perl|0.007|
+|spack|ca-certificates-mozilla|0.007|
+|spack|nasm|0.007|
+|spack|automake|0.005|
+|spack|autoconf|0.005|
+|spack|libtool|0.005|
+|spack|m4|0.005|
+|spack|[openssl](https://www.openssl.org)|0.005|
+|spack|mbedtls|0.004|
+|spack|[llvm](https://llvm.org/)|0.003|
+|spack|[expat](https://libexpat.github.io/)|0.002|
+|spack|gnutls|0.002|
+|spack|nss|0.002|
+|spack|libidn2|0.002|
+|spack|nghttp2|0.002|
+|spack|libssh2|0.002|
+|spack|libssh|0.002|
+|spack|krb5|0.002|
+|spack|bzip2|0.002|
+|spack|lz4|0.002|
+|spack|lzo|0.002|
+|spack|xz|0.002|
+|spack|zstd|0.002|
+|spack|nettle|0.002|
+|spack|libiconv|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/mc-imperial/jfs/badge.png b/_repos/github/mc-imperial/jfs/badge.png
new file mode 100644
index 00000000..c4271b62
Binary files /dev/null and b/_repos/github/mc-imperial/jfs/badge.png differ
diff --git a/_repos/github/mc-imperial/jfs/data.json b/_repos/github/mc-imperial/jfs/data.json
new file mode 100644
index 00000000..caa340de
--- /dev/null
+++ b/_repos/github/mc-imperial/jfs/data.json
@@ -0,0 +1,222 @@
+{
+ "CMakeLists.txt": {
+ "github/mc-imperial/jfs": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.10216973684210529,
+ "url": "https://www.cmake.org"
+ },
+ "llvm": {
+ "credit": 0.003300000000000025,
+ "url": "https://llvm.org/"
+ },
+ "z3": {
+ "credit": 0.020494736842105288,
+ "url": "https://github.com/Z3Prover/z3/wiki"
+ },
+ "ninja": {
+ "credit": 0.017466986842105264,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.00027225000000000166,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.002345538461538463,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.05547727530364372,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.00027225000000000166,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.00027225000000000166,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.027225,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.004591600961538463,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.027225,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.04441973684210526,
+ "url": null
+ },
+ "python": {
+ "credit": 0.15304748684210526,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.027225,
+ "url": null
+ },
+ "cuda": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.019440799342105262,
+ "url": null
+ },
+ "perl-data-dumper": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "hwloc": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "libelf": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "libffi": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.019268025303643722,
+ "url": null
+ },
+ "swig": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "libedit": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "py-six": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "binutils": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "gmp": {
+ "credit": 0.09886973684210526,
+ "url": null
+ },
+ "isl": {
+ "credit": 0.017194736842105263,
+ "url": null
+ },
+ "py-setuptools": {
+ "credit": 0.081675,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.02318627596153846,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.004319350961538461,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0022460625,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.013476374999999999,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0020732884615384615,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.005390549999999999,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.006738187499999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mgalardini/pyseer/README.md b/_repos/github/mgalardini/pyseer/README.md
new file mode 100644
index 00000000..98498abf
--- /dev/null
+++ b/_repos/github/mgalardini/pyseer/README.md
@@ -0,0 +1,73 @@
+---
+title: github/mgalardini/pyseer
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.218|
+|pypi|[matplotlib](https://matplotlib.org)|0.104|
+|pypi|[statsmodels](https://www.statsmodels.org/)|0.099|
+|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.099|
+|pypi|[DendroPy](http://packages.python.org/DendroPy/)|0.099|
+|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.099|
+|pypi|[hypothesis](https://hypothesis.works)|0.017|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.016|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.016|
+|pypi|[requests](https://pypi.org/project/requests)|0.013|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.013|
+|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.012|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.012|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.012|
+|pypi|[twine](https://pypi.org/project/twine)|0.012|
+|pypi|[py-make](https://pypi.org/project/py-make)|0.012|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.012|
+|setup.py|github/mgalardini/pyseer|0.01|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.008|
+|pypi|[pandas](https://pandas.pydata.org)|0.006|
+|pypi|[scipy](https://www.scipy.org)|0.006|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.005|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.005|
+|pypi|[black](https://pypi.org/project/black)|0.005|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.005|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.005|
+|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.005|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.005|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.005|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.005|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.005|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.005|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.005|
+|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.005|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.005|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.005|
+|pypi|[joblib](https://pypi.org/project/joblib)|0.005|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.003|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.003|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.003|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.003|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.003|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.001|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.001|
+|pypi|[nose](https://pypi.org/project/nose)|0.001|
+|pypi|[mock](https://pypi.org/project/mock)|0.001|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.001|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.001|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.001|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.001|
+|pypi|[py](https://pypi.org/project/py)|0.001|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.001|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.001|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.001|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.001|
+|pypi|[tqdm](https://tqdm.github.io)|0.001|
+|pypi|[scikit-learn](http://scikit-learn.org)|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/mgalardini/pyseer/badge.png b/_repos/github/mgalardini/pyseer/badge.png
new file mode 100644
index 00000000..8cff37f0
Binary files /dev/null and b/_repos/github/mgalardini/pyseer/badge.png differ
diff --git a/_repos/github/mgalardini/pyseer/data.json b/_repos/github/mgalardini/pyseer/data.json
new file mode 100644
index 00000000..e1feda8b
--- /dev/null
+++ b/_repos/github/mgalardini/pyseer/data.json
@@ -0,0 +1,238 @@
+{
+ "setup.py": {
+ "github/mgalardini/pyseer": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.21801214285714288,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.005657142857142862,
+ "url": "https://www.scipy.org"
+ },
+ "pandas": {
+ "credit": 0.005657142857142876,
+ "url": "https://pandas.pydata.org"
+ },
+ "statsmodels": {
+ "credit": 0.099,
+ "url": "https://www.statsmodels.org/"
+ },
+ "scikit-learn": {
+ "credit": 0.0009899999999999909,
+ "url": "http://scikit-learn.org"
+ },
+ "pysam": {
+ "credit": 0.099,
+ "url": "https://github.com/pysam-developers/pysam"
+ },
+ "DendroPy": {
+ "credit": 0.099,
+ "url": "http://packages.python.org/DendroPy/"
+ },
+ "matplotlib": {
+ "credit": 0.10366714285714286,
+ "url": "https://matplotlib.org"
+ },
+ "pybedtools": {
+ "credit": 0.099,
+ "url": "https://github.com/daler/pybedtools"
+ },
+ "tqdm": {
+ "credit": 0.0009900000000000048,
+ "url": "https://tqdm.github.io"
+ },
+ "pytest-xdist": {
+ "credit": 0.0001633499999999996,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.007525767857142858,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "hypothesis": {
+ "credit": 0.017345728124999998,
+ "url": "https://hypothesis.works"
+ },
+ "pytz": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.016335,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "pyamg": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/pyamg"
+ },
+ "mypy": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "black": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/black"
+ },
+ "flake8": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "pytest-cov": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "sphinxext-opengraph": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/sphinxext-opengraph"
+ },
+ "sphinx-prompt": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/sphinx-prompt"
+ },
+ "Pillow": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/Pillow"
+ },
+ "numpydoc": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx-gallery": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/sphinx-gallery"
+ },
+ "sphinx": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "seaborn": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/seaborn"
+ },
+ "scikit-image": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/scikit-image"
+ },
+ "memory-profiler": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/memory-profiler"
+ },
+ "threadpoolctl": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/threadpoolctl"
+ },
+ "joblib": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/joblib"
+ },
+ "requests": {
+ "credit": 0.013261978125,
+ "url": "https://pypi.org/project/requests"
+ },
+ "slack-sdk": {
+ "credit": 0.01225125,
+ "url": "https://pypi.org/project/slack-sdk"
+ },
+ "ipywidgets": {
+ "credit": 0.01225125,
+ "url": "https://pypi.org/project/ipywidgets"
+ },
+ "wheel": {
+ "credit": 0.01225125,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "twine": {
+ "credit": 0.01225125,
+ "url": "https://pypi.org/project/twine"
+ },
+ "py-make": {
+ "credit": 0.01225125,
+ "url": "https://pypi.org/project/py-make"
+ },
+ "importlib-resources": {
+ "credit": 0.01225125,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "colorama": {
+ "credit": 0.013261978125,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "filelock": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "setproctitle": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.002695275,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "xmlschema": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "pygments": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/mock"
+ },
+ "argcomplete": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "atomicwrites": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "importlib-metadata": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "tomli": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "packaging": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "iniconfig": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.001010728125,
+ "url": "https://pypi.org/project/attrs"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mgalardini/pyseer/setup.py b/_repos/github/mgalardini/pyseer/setup.py
new file mode 100644
index 00000000..80cb6e91
--- /dev/null
+++ b/_repos/github/mgalardini/pyseer/setup.py
@@ -0,0 +1,81 @@
+from setuptools import setup, find_packages
+from codecs import open
+from os import path
+import os
+import re
+import io
+
+
+def read(*names, **kwargs):
+ with io.open(
+ os.path.join(os.path.dirname(__file__), *names),
+ encoding=kwargs.get("encoding", "utf8")
+ ) as fp:
+ return fp.read()
+
+
+def find_version(*file_paths):
+ version_file = read(*file_paths)
+ version_match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]",
+ version_file, re.M)
+ if version_match:
+ return version_match.group(1)
+ raise RuntimeError("Unable to find version string.")
+
+
+here = path.abspath(path.dirname(__file__))
+
+
+with open(path.join(here, 'README.md'), encoding='utf-8') as f:
+ long_description = f.read()
+
+setup(
+ name='pyseer',
+ version=find_version("pyseer/__init__.py"),
+ description='Sequence Elements Enrichment Analysis (SEER), python implementation',
+ long_description=long_description,
+ long_description_content_type='text/markdown',
+ url='https://github.com/mgalardini/pyseer',
+ author='Marco Galardini and John Lees',
+ author_email='galardini.marco@mh-hannover.de',
+ license='Apache Software License',
+ classifiers=[
+ 'Development Status :: 4 - Beta',
+ 'Intended Audience :: Science/Research',
+ 'Topic :: Scientific/Engineering :: Bio-Informatics',
+ 'License :: OSI Approved :: Apache Software License',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ ],
+ keywords='gwas bacteria k-mer',
+ packages=['pyseer',
+ 'pyseer.fastlmm',
+ 'pyseer.kmer_mapping'],
+ entry_points={
+ "console_scripts": [
+ 'pyseer = pyseer.__main__:main',
+ 'square_mash = pyseer.mash:main',
+ 'similarity_pyseer = pyseer.similarity:main',
+ 'scree_plot_pyseer = pyseer.scree_plot:main',
+ 'phandango_mapper = pyseer.kmer_mapping.phandango_plot:main',
+ 'annotate_hits_pyseer = pyseer.kmer_mapping.annotate_hits:main',
+ 'enet_predict_pyseer = pyseer.enet_predict:main'
+ ]
+ },
+ install_requires=['numpy',
+ 'scipy',
+ 'pandas',
+ 'statsmodels>=0.10.0',
+ 'scikit-learn',
+ 'pysam',
+ 'DendroPy',
+ 'matplotlib',
+ 'pybedtools',
+ 'tqdm',
+ 'glmnet_python@https://github.com/johnlees/glmnet_python/archive/v1.0.2.zip'],
+ dependency_links = ['https://github.com/johnlees/glmnet_python/tarball/v1.0.2#egg=glmnet_python-v1.0.2'],
+ test_suite="tests",
+)
diff --git a/_repos/github/mithun218/GiNaCDE/CMakeLists.txt b/_repos/github/mithun218/GiNaCDE/CMakeLists.txt
new file mode 100644
index 00000000..2b6fe12e
--- /dev/null
+++ b/_repos/github/mithun218/GiNaCDE/CMakeLists.txt
@@ -0,0 +1,178 @@
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+# #
+# File: CMakeLists.txt #
+# #
+# - CMake configuration file to compile GiNaCDE V1.5.0 #
+# #
+# Project name: GiNaCDE - GiNaC Differential Equation Solver #
+# Contact: Mithun Bairagi #
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+# Version: 1.5.0 #
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+
+
+cmake_minimum_required(VERSION 3.1)
+project(GINACDE)
+
+INCLUDE(GNUInstallDirs)
+
+# information about the project
+set( PROJECT_FULLNAME "GiNaCDE")
+set( PROJECT_DESCRIPTION "GiNaCDE- an NLPDE solver")
+
+# NOTE: On Windows and Cygwin, the dll's are placed in the
+# CMAKE_RUNTIME_OUTPUT_DIRECTORY, while their corresponding import
+# libraries end up in CMAKE_ARCHIVE_OUTPUT_DIRECTORY. On other
+# platforms, such as Linux, the shared libraries are put in
+# CMAKE_ARCHIVE_OUTPUT_DIRECTORY instead.
+# Static libraries end up in CMAKE_ARCHIVE_OUTPUT_DIRECTORY on all
+# platforms.
+SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
+SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
+SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
+
+
+
+# The version number.
+set (GINACDE_VERSION_MAJOR 1)
+set (GINACDE_VERSION_MINOR 5)
+set(GINACDE_VERSION_MAINTENANCE 0)
+
+set( GINACDE_VERSION "${GINACDE_VERSION_MAJOR}.${GINACDE_VERSION_MINOR}.${GINACDE_VERSION_MAINTENANCE}")
+set( PROJECT_VERSION ${GINACDE_VERSION} )
+set( GINACDE_NAME \"${PROJECT_FULLNAME}\")
+
+
+# configure file specification in order to translate CMake variables to C++
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+set( DOLLAR "$" )
+configure_file( ${CMAKE_SOURCE_DIR}/version.h.in ${CMAKE_BINARY_DIR}/version.h )
+configure_file( ${CMAKE_SOURCE_DIR}/GiNaCDE.pc.in ${CMAKE_BINARY_DIR}/GiNaCDE.pc )
+include_directories( ${CMAKE_BINARY_DIR} )
+
+# specify pkg-config file to be installed
+install( FILES ${CMAKE_BINARY_DIR}/GiNaCDE.pc DESTINATION lib/pkgconfig )
+
+# add the binary tree to the search path for include files
+# so that we will find version.h
+include_directories("${PROJECT_BINARY_DIR}")
+
+OPTION(GINACDE_BUILD_SHARED_LIBS "Build GiNaCDE shared library." ON)
+OPTION(GINACDE_BUILD_STATIC_LIBS "Build GiNaCDE static library." ON)
+OPTION(GINACDE_GUI_BUILD "Build GiNaCDE gui." OFF)
+
+set (CMAKE_CXX_STANDARD 11)
+
+# path to find own modules
+set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )
+
+#for finding external libraries ginac and cln.
+find_package( GiNaC 1.7.6 REQUIRED )
+find_package( cln 1.3.4 REQUIRED )
+
+set(CORELIBS ${CLN_LIBRARIES} ${GINAC_LIBRARY})
+
+
+include_directories(${GINACDE_SOURCE_DIR}/src)
+link_directories(${GINACDE_BINARY_DIR}/lib)
+
+SET(GINACDE_SRCS
+ src/derivative.cpp
+ src/desolve.cpp
+ src/F_expns_methd.cpp
+ src/fim.cpp
+ src/inifcns.cpp
+ src/integrate.cpp
+ src/outform.cpp
+ src/simplify.cpp
+ src/solve.cpp
+ src/utility.cpp
+)
+SET(GINACDE_HEADERS
+ src/derivative.h
+ src/desolve.h
+ src/F_expns_methd.h
+ src/fim.h
+ src/inifcns.h
+ src/integrate.h
+ src/outform.h
+ src/simplify.h
+ src/solve.h
+ src/utility.h
+ src/GiNaCDE.h
+)
+
+
+# Building shared or static library
+IF(GINACDE_BUILD_SHARED_LIBS)
+ ADD_LIBRARY(GiNaCDE SHARED ${GINACDE_SRCS} ${GINACDE_HEADERS})
+ target_link_libraries(GiNaCDE ${CORELIBS})
+ENDIF()
+IF(GINACDE_BUILD_STATIC_LIBS)
+ ADD_LIBRARY(GiNaCDE_static STATIC ${GINACDE_SRCS} ${GINACDE_HEADERS})
+ target_link_libraries(GiNaCDE_static ${CORELIBS})
+ENDIF()
+
+# Installing library
+IF(GINACDE_BUILD_SHARED_LIBS)
+ install (TARGETS GiNaCDE
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib)
+ENDIF()
+IF(GINACDE_BUILD_STATIC_LIBS)
+ install (TARGETS GiNaCDE_static DESTINATION lib)
+ENDIF()
+
+# Testing library
+include(CTest)
+
+
+IF(GINACDE_BUILD_SHARED_LIBS)
+ set(testlibs ${CORELIBS} GiNaCDE)
+ENDIF()
+IF(GINACDE_BUILD_STATIC_LIBS)
+ set(testlibs ${CORELIBS} GiNaCDE_static)
+ENDIF()
+
+add_subdirectory(examples EXCLUDE_FROM_ALL)
+
+add_executable(test1 test/test1.cpp)
+target_link_libraries(test1 ${testlibs})
+
+add_executable(test2 test/test2.cpp)
+target_link_libraries(test2 ${testlibs})
+
+add_executable(checkSolutest1 test/checkSolu_cahnAllen_mF.cpp)
+target_link_libraries(checkSolutest1 ${testlibs})
+
+add_executable(checkSolutest2 test/checkSolu_Painlev_FIMextravar.cpp)
+target_link_libraries(checkSolutest2 ${testlibs})
+
+add_test(test1Run ${GINACDE_BINARY_DIR}/bin/test1)
+add_test(test2Run ${GINACDE_BINARY_DIR}/bin/test2)
+add_test(checkSolutest1Run ${GINACDE_BINARY_DIR}/bin/checkSolutest1)
+add_test(checkSolutest2Run ${GINACDE_BINARY_DIR}/bin/checkSolutest2)
+
+# Building gui program
+add_executable(gtools tools/gtools.cpp)
+target_link_libraries(gtools ${CORELIBS} GiNaCDE)
+
+IF(GINACDE_GUI_BUILD)
+ find_package (PkgConfig REQUIRED)
+ pkg_check_modules (GTK3 REQUIRED gtk+-3.0)
+ include_directories (${GTK3_INCLUDE_DIRS})
+ link_directories (${GTK3_LIBRARY_DIRS})
+ add_executable(GiNaCDE_gui tools/GiNaCDE_gui.cpp src/icon.rc ${GINACDE_SRCS} ${GINACDE_HEADERS})
+ target_compile_definitions(GiNaCDE_gui PUBLIC -DGiNaCDE_gui)
+ target_link_libraries(GiNaCDE_gui ${GTK3_LIBRARIES} ${CORELIBS})
+ENDIF()
+
+install (TARGETS gtools DESTINATION bin)
+
+IF(GINACDE_GUI_BUILD)
+install (TARGETS GiNaCDE_gui DESTINATION bin)
+ENDIF()
+# Installing headers
+install (FILES ${GINACDE_HEADERS} DESTINATION include/GiNaCDE)
+install (FILES "${PROJECT_BINARY_DIR}/version.h" DESTINATION include/GiNaCDE)
diff --git a/_repos/github/mofanv/darknetz/CMakeLists.txt b/_repos/github/mofanv/darknetz/CMakeLists.txt
new file mode 100644
index 00000000..5c3702d5
--- /dev/null
+++ b/_repos/github/mofanv/darknetz/CMakeLists.txt
@@ -0,0 +1,24 @@
+project (darknetp C)
+
+set(THREADS_PREFER_PTHREAD_FLAG ON)
+
+set( THREADS_PTHREAD_ARG
+ "0"
+ CACHE STRING "Result from TRY_RUN" FORCE)
+
+find_package(Threads REQUIRED)
+
+FILE(GLOB SRC host/src/*.c)
+FILE(GLOB EXAM host/examples/*.c)
+set(MAIN host/main.c)
+
+add_executable (${PROJECT_NAME} ${SRC} ${EXAM} ${MAIN})
+
+target_include_directories(${PROJECT_NAME}
+ PRIVATE host/include
+ PRIVATE host/src
+ PRIVATE include)
+
+target_link_libraries (${PROJECT_NAME} PRIVATE teec -lm Threads::Threads)
+
+install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
diff --git a/_repos/github/mofanv/darknetz/README.md b/_repos/github/mofanv/darknetz/README.md
new file mode 100644
index 00000000..cdb303ad
--- /dev/null
+++ b/_repos/github/mofanv/darknetz/README.md
@@ -0,0 +1,18 @@
+---
+title: github/mofanv/darknetz
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|CMakeLists.txt|github/mofanv/darknetz|0.01|
+|spack|threads|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/mofanv/darknetz/badge.png b/_repos/github/mofanv/darknetz/badge.png
new file mode 100644
index 00000000..61f95c77
Binary files /dev/null and b/_repos/github/mofanv/darknetz/badge.png differ
diff --git a/_repos/github/mofanv/darknetz/data.json b/_repos/github/mofanv/darknetz/data.json
new file mode 100644
index 00000000..8cee7ce0
--- /dev/null
+++ b/_repos/github/mofanv/darknetz/data.json
@@ -0,0 +1,14 @@
+{
+ "CMakeLists.txt": {
+ "github/mofanv/darknetz": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "threads": {
+ "credit": 0.0099,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mp3guy/ElasticFusion/CMakeLists.txt b/_repos/github/mp3guy/ElasticFusion/CMakeLists.txt
new file mode 100644
index 00000000..fa7ea503
--- /dev/null
+++ b/_repos/github/mp3guy/ElasticFusion/CMakeLists.txt
@@ -0,0 +1,100 @@
+cmake_minimum_required(VERSION 2.6.0)
+
+project(ElasticFusion)
+
+set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}")
+
+if(WIN32)
+ macro(CANONIFY_BOOL var)
+ if(${var})
+ set(${var} TRUE)
+ else()
+ set(${var} FALSE)
+ endif()
+ endmacro()
+endif()
+
+if(WIN32)
+ find_package(JPEG REQUIRED)
+endif()
+
+find_package(LAPACK REQUIRED)
+find_package(BLAS REQUIRED)
+find_package(ZLIB REQUIRED)
+find_package(Pangolin 0.1 REQUIRED)
+find_package(CUDA REQUIRED)
+find_package(OpenNI2 REQUIRED)
+find_package(efusion REQUIRED)
+find_package(SuiteSparse REQUIRED)
+
+if(WIN32)
+ find_package(RealSense QUIET)
+ CANONIFY_BOOL(REALSENSE_FOUND)
+ message(STATUS "librealsense found: ${REALSENSE_FOUND}")
+ option(WITH_REALSENSE "Build with Intel RealSense support?" ${REALSENSE_FOUND})
+endif()
+
+if(WIN32)
+ include_directories(${JPEG_INCLUDE_DIR})
+endif()
+
+include_directories(${ZLIB_INCLUDE_DIR})
+include_directories(${EIGEN_INCLUDE_DIRS})
+include_directories(${Pangolin_INCLUDE_DIRS})
+include_directories(${CUDA_INCLUDE_DIRS})
+include_directories(${EFUSION_INCLUDE_DIR})
+include_directories(${OPENNI2_INCLUDE_DIR})
+
+if(WITH_REALSENSE)
+ include_directories(${REALSENSE_INCLUDE_DIR})
+ add_definitions(-DWITH_REALSENSE)
+ set(EXTRA_LIBS ${EXTRA_LIBS} ${REALSENSE_LIBRARY})
+endif()
+
+file(GLOB srcs *.cpp)
+file(GLOB tools_srcs Tools/*.cpp)
+
+if(WIN32)
+ file(GLOB hdrs *.h)
+ file(GLOB tools_hdrs Tools/*.h)
+endif()
+
+if(WIN32)
+ add_definitions(-Dlinux=0)
+ add_definitions(-DWIN32_LEAN_AND_MEAN)
+ add_definitions(-DNOMINMAX)
+ set(ADDITIONAL_CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
+ set(EXTRA_WINDOWS_LIBS ${EXTRA_WINDOWS_LIBS} ws2_32 ${JPEG_LIBRARY})
+else()
+ add_definitions(-Dlinux=1)
+endif()
+
+set(CMAKE_CXX_FLAGS ${ADDITIONAL_CMAKE_CXX_FLAGS} "-O3 -msse2 -msse3 -Wall -std=c++11")
+#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -std=c++11")
+
+add_executable(ElasticFusion
+ ${srcs}
+ ${tools_srcs}
+ ${hdrs}
+ ${tools_hdrs}
+)
+
+target_link_libraries(ElasticFusion
+ ${EXTRA_WINDOWS_LIBS}
+ ${ZLIB_LIBRARY}
+ ${Pangolin_LIBRARIES}
+ ${CUDA_LIBRARIES}
+ ${EXTRA_LIBS}
+ ${EFUSION_LIBRARY}
+ ${OPENNI2_LIBRARY}
+ ${SUITESPARSE_LIBRARIES}
+ ${BLAS_LIBRARIES}
+ ${LAPACK_LIBRARIES}
+)
+
+
+INSTALL(TARGETS ElasticFusion
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+)
diff --git a/_repos/github/mp3guy/ElasticFusion/README.md b/_repos/github/mp3guy/ElasticFusion/README.md
new file mode 100644
index 00000000..8cced048
--- /dev/null
+++ b/_repos/github/mp3guy/ElasticFusion/README.md
@@ -0,0 +1,44 @@
+---
+title: github/mp3guy/ElasticFusion
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|gnuconfig|0.178|
+|spack|[zlib](https://zlib.net)|0.097|
+|spack|[lapack](https://github.com/mcg1969/vecLibFort)|0.09|
+|spack|openni2|0.09|
+|spack|efusion|0.09|
+|spack|suitesparse|0.09|
+|spack|realsense|0.09|
+|spack|ncurses|0.052|
+|spack|libxml2|0.045|
+|spack|[cmake](https://www.cmake.org)|0.019|
+|spack|gl|0.018|
+|spack|glew|0.018|
+|spack|glu|0.018|
+|spack|eigen|0.018|
+|spack|python|0.015|
+|CMakeLists.txt|github/mp3guy/ElasticFusion|0.01|
+|spack|[curl](https://curl.se/)|0.007|
+|spack|expat|0.007|
+|spack|libarchive|0.007|
+|spack|libuv|0.007|
+|spack|rhash|0.007|
+|spack|openssl|0.007|
+|spack|qt|0.007|
+|spack|py-sphinx|0.007|
+|spack|[jpeg](http://www.ijg.org)|0.001|
+|spack|[blas](https://www.netlib.org/xblas)|0.001|
+|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|0.001|
+|spack|[cuda](https://developer.nvidia.com/cuda-zone)|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/mp3guy/ElasticFusion/badge.png b/_repos/github/mp3guy/ElasticFusion/badge.png
new file mode 100644
index 00000000..c94df0eb
Binary files /dev/null and b/_repos/github/mp3guy/ElasticFusion/badge.png differ
diff --git a/_repos/github/mp3guy/ElasticFusion/data.json b/_repos/github/mp3guy/ElasticFusion/data.json
new file mode 100644
index 00000000..8fa368c0
--- /dev/null
+++ b/_repos/github/mp3guy/ElasticFusion/data.json
@@ -0,0 +1,122 @@
+{
+ "CMakeLists.txt": {
+ "github/mp3guy/ElasticFusion": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.018719999999999997,
+ "url": "https://www.cmake.org"
+ },
+ "jpeg": {
+ "credit": 0.000899999999999998,
+ "url": "http://www.ijg.org"
+ },
+ "lapack": {
+ "credit": 0.09,
+ "url": "https://github.com/mcg1969/vecLibFort"
+ },
+ "blas": {
+ "credit": 0.000899999999999998,
+ "url": "https://www.netlib.org/xblas"
+ },
+ "zlib": {
+ "credit": 0.097425,
+ "url": "https://zlib.net"
+ },
+ "pangolin": {
+ "credit": 0.000899999999999998,
+ "url": "https://github.com/stevenlovegrove/Pangolin"
+ },
+ "cuda": {
+ "credit": 0.000899999999999998,
+ "url": "https://developer.nvidia.com/cuda-zone"
+ },
+ "openni2": {
+ "credit": 0.09,
+ "url": null
+ },
+ "efusion": {
+ "credit": 0.09,
+ "url": null
+ },
+ "suitesparse": {
+ "credit": 0.09,
+ "url": null
+ },
+ "realsense": {
+ "credit": 0.09,
+ "url": null
+ },
+ "ninja": {
+ "credit": 7.424999999999966e-05,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.007425,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "libarchive": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "libuv": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "rhash": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "openssl": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "qt": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "ncurses": {
+ "credit": 0.051975,
+ "url": null
+ },
+ "python": {
+ "credit": 0.01477575,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.1782,
+ "url": null
+ },
+ "gl": {
+ "credit": 0.01782,
+ "url": null
+ },
+ "glew": {
+ "credit": 0.01782,
+ "url": null
+ },
+ "glu": {
+ "credit": 0.01782,
+ "url": null
+ },
+ "eigen": {
+ "credit": 0.01782,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.04455,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/EpiEstim/DESCRIPTION b/_repos/github/mrc-ide/EpiEstim/DESCRIPTION
new file mode 100644
index 00000000..d724b50d
--- /dev/null
+++ b/_repos/github/mrc-ide/EpiEstim/DESCRIPTION
@@ -0,0 +1,59 @@
+Package: EpiEstim
+Version: 2.3
+Title: Estimate Time Varying Reproduction Numbers from Epidemic Curves
+Authors@R: c(person("Anne", "Cori", email = "a.cori@imperial.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8443-9162")),
+ person("Simon", "Cauchemez", role = "ctb"),
+ person("Neil M.", "Ferguson", role = "ctb", comment = c(ORCID = "0000-0002-1154-8093")),
+ person("Christophe", "Fraser", role = "ctb", comment = c(ORCID = "0000-0003-2399-9657")),
+ person("Elisabeth", "Dahlqwist", role = "ctb", comment = c(ORCID = "0000-0001-5797-6803")),
+ person("P. Alex", "Demarsh", role = "ctb"),
+ person("Thibaut", "Jombart", role = "ctb", comment = c(ORCID = "0000-0003-2226-8692")),
+ person("Zhian N.", "Kamvar", role = "ctb", comment = c(ORCID = "0000-0003-1458-7108")),
+ person("Justin", "Lessler", role = "ctb", comment = c(ORCID = "0000-0002-9741-8109")),
+ person("Shikun", "Li", role = "ctb"),
+ person("Jonathan A.", "Polonsky", role = "ctb", comment = c(ORCID = "0000-0002-8634-4255")),
+ person("Jake", "Stockwin", role = "ctb"),
+ person("Robin", "Thompson", role = "ctb", comment = c(ORCID = "0000-0001-8545-5212")),
+ person("Rolina", "van Gaalen", role = "ctb"),
+ person("Rebecca", "Nash", email = "r.nash@imperial.ac.uk", role = "ctb", comment = c(ORCID = "0000-0002-5213-4364"))
+ )
+Maintainer: Anne Cori
+Description: Tools to quantify transmissibility throughout
+ an epidemic from the analysis of time series of incidence as described in
+ Cori et al. (2013) and Wallinga and Teunis (2004)
+ .
+URL: https://github.com/mrc-ide/EpiEstim
+BugReports: https://github.com/mrc-ide/EpiEstim/issues
+Depends: R (>= 2.10)
+Imports:
+ coarseDataTools (>= 0.6-4),
+ stats,
+ graphics,
+ reshape2,
+ ggplot2,
+ gridExtra,
+ fitdistrplus,
+ coda,
+ incidence (>= 1.7.0),
+ scales,
+ grDevices,
+ abind
+Suggests:
+ testthat,
+ utils,
+ vdiffr,
+ covr,
+ knitr,
+ rmarkdown,
+ kableExtra,
+ hrbrthemes,
+ gghighlight,
+ MCMCglmm,
+ projections,
+ dplyr,
+ readxl
+License: GPL (>=2)
+LazyLoad: yes
+Encoding: UTF-8
+RoxygenNote: 7.1.1
+VignetteBuilder: knitr
diff --git a/_repos/github/mrc-ide/EpiEstim/README.md b/_repos/github/mrc-ide/EpiEstim/README.md
new file mode 100644
index 00000000..cfca7682
--- /dev/null
+++ b/_repos/github/mrc-ide/EpiEstim/README.md
@@ -0,0 +1,86 @@
+---
+title: github/mrc-ide/EpiEstim
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|R|0.156|
+|cran|lattice|0.084|
+|cran|methods|0.052|
+|cran|testthat|0.048|
+|cran|utils|0.047|
+|cran|grDevices|0.041|
+|cran|[knitr](https://yihui.org/knitr/)|0.039|
+|cran|covr|0.038|
+|cran|MASS|0.03|
+|cran|survival|0.027|
+|cran|graphics|0.026|
+|cran|Rcpp|0.025|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.022|
+|cran|stats|0.018|
+|cran|markdown|0.016|
+|cran|MCMCpack|0.016|
+|cran|plyr|0.016|
+|cran|stringr|0.016|
+|cran|[scales](https://scales.r-lib.org)|0.014|
+|cran|gtable|0.014|
+|cran|grid|0.014|
+|cran|vdiffr|0.013|
+|cran|rmarkdown|0.013|
+|cran|RColorBrewer|0.012|
+|cran|munsell|0.012|
+|cran|egg|0.011|
+|DESCRIPTION|github/mrc-ide/EpiEstim|0.01|
+|cran|cowplot|0.01|
+|cran|outbreaks|0.01|
+|cran|magrittr|0.01|
+|cran|aweek|0.01|
+|cran|R6|0.009|
+|cran|bit64|0.009|
+|cran|viridisLite|0.009|
+|cran|dichromat|0.009|
+|cran|labeling|0.009|
+|cran|hms|0.009|
+|cran|sp|0.003|
+|cran|xml2|0.003|
+|cran|svglite|0.003|
+|cran|sf|0.003|
+|cran|rpart|0.003|
+|cran|rgeos|0.003|
+|cran|quantreg|0.003|
+|cran|profvis|0.003|
+|cran|nlme|0.003|
+|cran|multcomp|0.003|
+|cran|maptools|0.003|
+|cran|maps|0.003|
+|cran|mapproj|0.003|
+|cran|interp|0.003|
+|cran|Hmisc|0.003|
+|cran|hexbin|0.003|
+|cran|ggplot2movies|0.003|
+|cran|dplyr|0.003|
+|cran|ragg|0.003|
+|cran|withr|0.003|
+|cran|tibble|0.003|
+|cran|rlang|0.003|
+|cran|mgcv|0.003|
+|cran|isoband|0.003|
+|cran|glue|0.003|
+|cran|digest|0.003|
+|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|0.001|
+|cran|[reshape2](https://github.com/hadley/reshape)|0.001|
+|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.001|
+|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|0.001|
+|cran|coda|0.001|
+|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|0.001|
+|cran|[abind](NA)|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/mrc-ide/EpiEstim/badge.png b/_repos/github/mrc-ide/EpiEstim/badge.png
new file mode 100644
index 00000000..f24dc706
Binary files /dev/null and b/_repos/github/mrc-ide/EpiEstim/badge.png differ
diff --git a/_repos/github/mrc-ide/EpiEstim/data.json b/_repos/github/mrc-ide/EpiEstim/data.json
new file mode 100644
index 00000000..008f882c
--- /dev/null
+++ b/_repos/github/mrc-ide/EpiEstim/data.json
@@ -0,0 +1,286 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/EpiEstim": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "coarseDataTools": {
+ "credit": 0.0011000000000000038,
+ "url": "https://cran.r-project.org/package=coarseDataTools"
+ },
+ "reshape2": {
+ "credit": 0.0011000000000000038,
+ "url": "https://github.com/hadley/reshape"
+ },
+ "ggplot2": {
+ "credit": 0.021890000000000003,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "gridExtra": {
+ "credit": 0.0011000000000000038,
+ "url": "https://github.com/baptiste/gridextra"
+ },
+ "fitdistrplus": {
+ "credit": 0.0011000000000000038,
+ "url": "https://lbbe.univ-lyon1.fr/fr/fitdistrplus"
+ },
+ "coda": {
+ "credit": 0.0011000000000000038,
+ "url": null
+ },
+ "incidence": {
+ "credit": 0.0011000000000000038,
+ "url": "https://www.repidemicsconsortium.org/incidence/"
+ },
+ "scales": {
+ "credit": 0.013656097560975612,
+ "url": "https://scales.r-lib.org"
+ },
+ "abind": {
+ "credit": 0.0011000000000000038,
+ "url": "NA"
+ },
+ "knitr": {
+ "credit": 0.039003240418118465,
+ "url": "https://yihui.org/knitr/"
+ },
+ "markdown": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.05185714285714285,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.018213240418118466,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.026447142857142857,
+ "url": null
+ },
+ "MCMCpack": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "R": {
+ "credit": 0.15648016588395697,
+ "url": null
+ },
+ "plyr": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.025026708074534162,
+ "url": null
+ },
+ "stringr": {
+ "credit": 0.015557142857142856,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.03758280563550977,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.08355324041811846,
+ "url": null
+ },
+ "testthat": {
+ "credit": 0.048472805635509764,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.012556097560975608,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "sf": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.012556097560975608,
+ "url": null
+ },
+ "rgeos": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.012125662778366915,
+ "url": null
+ },
+ "quantreg": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "profvis": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "nlme": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.012125662778366915,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "interp": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "Hmisc": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "ggplot2movies": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.02988109756097561,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.01354609756097561,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.01354609756097561,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.040771097560975605,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.0026560975609756098,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.047189999999999996,
+ "url": null
+ },
+ "egg": {
+ "credit": 0.01089,
+ "url": null
+ },
+ "survival": {
+ "credit": 0.027225,
+ "url": null
+ },
+ "cowplot": {
+ "credit": 0.009899999999999999,
+ "url": null
+ },
+ "outbreaks": {
+ "credit": 0.009899999999999999,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.009899999999999999,
+ "url": null
+ },
+ "aweek": {
+ "credit": 0.009899999999999999,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.009469565217391304,
+ "url": null
+ },
+ "bit64": {
+ "credit": 0.009469565217391304,
+ "url": null
+ },
+ "viridisLite": {
+ "credit": 0.009469565217391304,
+ "url": null
+ },
+ "dichromat": {
+ "credit": 0.009469565217391304,
+ "url": null
+ },
+ "labeling": {
+ "credit": 0.009469565217391304,
+ "url": null
+ },
+ "hms": {
+ "credit": 0.009469565217391304,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/PlasmoMAPI/DESCRIPTION b/_repos/github/mrc-ide/PlasmoMAPI/DESCRIPTION
new file mode 100644
index 00000000..d041592e
--- /dev/null
+++ b/_repos/github/mrc-ide/PlasmoMAPI/DESCRIPTION
@@ -0,0 +1,37 @@
+Package: PlasmoMAPI
+Type: Package
+Title: Mapping Plasmodium Spatial Connectivity from Genetic Data
+Version: 0.1.0
+Authors@R: as.person(c(
+ "Bob Verity [aut, cre]",
+ "Keith Fraser [aut]"
+ ))
+Description: Genetic data from Plasmodium parasites can tell us something about the spatial
+ connectivity of parasite populations. Infections that trace back to a common ancestor in
+ the recent past tend to be highly related, meaning we can use estimates of pairwise
+ relatedness between sampling locations to infer levels of gene flow in the population,
+ and to identify barriers and corridors of migration. PlasmoMAPI does this in a statistically
+ robust way, accounting for the natural fall-off of relatedness with distance to identify
+ significant discontinuities in the overall spatial pattern.
+BugReports: https://github.com/username/mrc-ide/PlasmoMAPI/issues
+License: MIT + file LICENSE
+Encoding: UTF-8
+LazyData: true
+RoxygenNote: 7.1.1
+LinkingTo:
+ Rcpp
+Imports:
+ Rcpp,
+ sf,
+ ggplot2,
+ leaflet,
+ methods,
+ tidyr,
+ viridisLite,
+ magrittr
+SystemRequirements: C++11
+Suggests:
+ knitr,
+ rmarkdown,
+ testthat
+VignetteBuilder: knitr
diff --git a/_repos/github/mrc-ide/PlasmoMAPI/README.md b/_repos/github/mrc-ide/PlasmoMAPI/README.md
new file mode 100644
index 00000000..1a21b6fc
--- /dev/null
+++ b/_repos/github/mrc-ide/PlasmoMAPI/README.md
@@ -0,0 +1,112 @@
+---
+title: github/mrc-ide/PlasmoMAPI
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[tidyr](https://tidyr.tidyverse.org)|0.144|
+|cran|testthat|0.063|
+|cran|R|0.063|
+|cran|covr|0.058|
+|cran|utils|0.049|
+|cran|methods|0.039|
+|cran|knitr|0.035|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.032|
+|cran|hexbin|0.031|
+|cran|rmarkdown|0.03|
+|cran|rlang|0.03|
+|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.023|
+|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.016|
+|cran|[Rcpp](http://www.rcpp.org)|0.012|
+|cran|sp|0.012|
+|cran|maps|0.012|
+|cran|stats|0.012|
+|cran|[sf](https://r-spatial.github.io/sf/)|0.01|
+|DESCRIPTION|github/mrc-ide/PlasmoMAPI|0.01|
+|cran|[magrittr](https://magrittr.tidyverse.org)|0.01|
+|cran|rgeos|0.009|
+|cran|RColorBrewer|0.009|
+|cran|scales|0.009|
+|cran|raster|0.008|
+|cran|s2|0.008|
+|cran|roxygen2|0.008|
+|cran|whoami|0.008|
+|cran|tibble|0.006|
+|cran|dplyr|0.006|
+|cran|grid|0.006|
+|cran|grDevices|0.006|
+|cran|purrr|0.005|
+|cran|RJSONIO|0.005|
+|cran|R6|0.005|
+|cran|rgdal|0.005|
+|cran|shiny|0.005|
+|cran|leaflet.providers|0.005|
+|cran|viridis|0.005|
+|cran|png|0.005|
+|cran|markdown|0.005|
+|cran|htmltools|0.005|
+|cran|htmlwidgets|0.005|
+|cran|crosstalk|0.005|
+|cran|base64enc|0.005|
+|cran|xml2|0.003|
+|cran|vdiffr|0.003|
+|cran|svglite|0.003|
+|cran|rpart|0.003|
+|cran|quantreg|0.003|
+|cran|profvis|0.003|
+|cran|nlme|0.003|
+|cran|munsell|0.003|
+|cran|multcomp|0.003|
+|cran|maptools|0.003|
+|cran|mapproj|0.003|
+|cran|lattice|0.003|
+|cran|interp|0.003|
+|cran|Hmisc|0.003|
+|cran|ggplot2movies|0.003|
+|cran|ragg|0.003|
+|cran|withr|0.003|
+|cran|mgcv|0.003|
+|cran|MASS|0.003|
+|cran|isoband|0.003|
+|cran|gtable|0.003|
+|cran|glue|0.003|
+|cran|digest|0.003|
+|cran|[wk](https://paleolimbot.github.io/wk/)|0.003|
+|cran|vctrs|0.003|
+|cran|tmap|0.003|
+|cran|tidyselect|0.003|
+|cran|terra|0.003|
+|cran|stars|0.003|
+|cran|spatstat.utils|0.003|
+|cran|spatstat.linnet|0.003|
+|cran|spatstat.random|0.003|
+|cran|spatstat.geom|0.003|
+|cran|spatstat|0.003|
+|cran|RSQLite|0.003|
+|cran|RPostgreSQL|0.003|
+|cran|RPostgres|0.003|
+|cran|pool|0.003|
+|cran|pillar|0.003|
+|cran|odbc|0.003|
+|cran|microbenchmark|0.003|
+|cran|Matrix|0.003|
+|cran|mapview|0.003|
+|cran|lwgeom|0.003|
+|cran|blob|0.003|
+|cran|units|0.003|
+|cran|tools|0.003|
+|cran|graphics|0.003|
+|cran|DBI|0.003|
+|cran|classInt|0.003|
+|cran|[leaflet](https://rstudio.github.io/leaflet/)|0.001|
+|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|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/mrc-ide/PlasmoMAPI/badge.png b/_repos/github/mrc-ide/PlasmoMAPI/badge.png
new file mode 100644
index 00000000..0f94bd6b
Binary files /dev/null and b/_repos/github/mrc-ide/PlasmoMAPI/badge.png differ
diff --git a/_repos/github/mrc-ide/PlasmoMAPI/data.json b/_repos/github/mrc-ide/PlasmoMAPI/data.json
new file mode 100644
index 00000000..a88e8bc2
--- /dev/null
+++ b/_repos/github/mrc-ide/PlasmoMAPI/data.json
@@ -0,0 +1,398 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/PlasmoMAPI": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "Rcpp": {
+ "credit": 0.012032035714285728,
+ "url": "http://www.rcpp.org"
+ },
+ "sf": {
+ "credit": 0.010014982578397228,
+ "url": "https://r-spatial.github.io/sf/"
+ },
+ "ggplot2": {
+ "credit": 0.03233410714285716,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "leaflet": {
+ "credit": 0.001414285714285729,
+ "url": "https://rstudio.github.io/leaflet/"
+ },
+ "tidyr": {
+ "credit": 0.1443455357142857,
+ "url": "https://tidyr.tidyverse.org"
+ },
+ "viridisLite": {
+ "credit": 0.001414285714285729,
+ "url": "https://github.com/sjmgarnier/viridisLite"
+ },
+ "magrittr": {
+ "credit": 0.009516964285714299,
+ "url": "https://magrittr.tidyverse.org"
+ },
+ "pkgKitten": {
+ "credit": 0.0002333571428571428,
+ "url": "https://github.com/eddelbuettel/pkgkitten"
+ },
+ "rbenchmark": {
+ "credit": 0.023335714285714283,
+ "url": "http://rbenchmark.googlecode.com"
+ },
+ "inline": {
+ "credit": 0.0002333571428571428,
+ "url": "https://github.com/eddelbuettel/inline"
+ },
+ "tinytest": {
+ "credit": 0.015634928571428567,
+ "url": "https://github.com/markvanderloo/tinytest"
+ },
+ "utils": {
+ "credit": 0.049355035714285705,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.03913917857142857,
+ "url": null
+ },
+ "wk": {
+ "credit": 0.0029169642857142853,
+ "url": "https://paleolimbot.github.io/wk/"
+ },
+ "vctrs": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tmap": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.006331946864111497,
+ "url": null
+ },
+ "testthat": {
+ "credit": 0.0628562325783972,
+ "url": null
+ },
+ "terra": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "stars": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.utils": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.linnet": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.random": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat.geom": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "spatstat": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.011517661149825782,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "RPostgreSQL": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "RPostgres": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.02966766114982578,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.02966766114982578,
+ "url": null
+ },
+ "raster": {
+ "credit": 0.008102678571428571,
+ "url": null
+ },
+ "pool": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "odbc": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "Matrix": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "mapview": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.011517661149825782,
+ "url": null
+ },
+ "lwgeom": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.03485337543554007,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.006331946864111497,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.057670518292682924,
+ "url": null
+ },
+ "blob": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "units": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "tools": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.011517661149825782,
+ "url": null
+ },
+ "s2": {
+ "credit": 0.008102678571428571,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.006331946864111497,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.006331946864111497,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "classInt": {
+ "credit": 0.0029169642857142853,
+ "url": null
+ },
+ "R": {
+ "credit": 0.0628562325783972,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "rgeos": {
+ "credit": 0.008600696864111497,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.008600696864111497,
+ "url": null
+ },
+ "quantreg": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "profvis": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "nlme": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "interp": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "Hmisc": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.03141783972125435,
+ "url": null
+ },
+ "ggplot2movies": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.008600696864111497,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.003414982578397212,
+ "url": null
+ },
+ "purrr": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "RJSONIO": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "rgdal": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "leaflet.providers": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "viridis": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "png": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "markdown": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "htmltools": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "htmlwidgets": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "crosstalk": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "base64enc": {
+ "credit": 0.005185714285714286,
+ "url": null
+ },
+ "roxygen2": {
+ "credit": 0.007700785714285713,
+ "url": null
+ },
+ "whoami": {
+ "credit": 0.007700785714285713,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/cinterpolate/DESCRIPTION b/_repos/github/mrc-ide/cinterpolate/DESCRIPTION
new file mode 100644
index 00000000..cc065e69
--- /dev/null
+++ b/_repos/github/mrc-ide/cinterpolate/DESCRIPTION
@@ -0,0 +1,22 @@
+Package: cinterpolate
+Title: Interpolation From C
+Version: 1.0.0
+Description: Simple interpolation methods designed to be used from C
+ code. Supports constant, linear and spline interpolation. An R
+ wrapper is included but this package is primarily designed to be
+ used from C code using 'LinkingTo'. The spline calculations are
+ classical cubic interpolation, e.g., Forsythe, Malcolm and Moler
+ (1977) .
+License: MIT + file LICENSE
+Encoding: UTF-8
+Authors@R: person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com")
+URL: https://github.com/mrc-ide/cinterpolate
+BugReports: https://github.com/mrc-ide/cinterpolate/issues
+RoxygenNote: 6.1.1
+Suggests:
+ knitr,
+ rmarkdown,
+ testthat
+VignetteBuilder: knitr
+Language: en-GB
diff --git a/_repos/github/mrc-ide/cinterpolate/README.md b/_repos/github/mrc-ide/cinterpolate/README.md
new file mode 100644
index 00000000..a203fe40
--- /dev/null
+++ b/_repos/github/mrc-ide/cinterpolate/README.md
@@ -0,0 +1,17 @@
+---
+title: github/mrc-ide/cinterpolate
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|DESCRIPTION|github/mrc-ide/cinterpolate|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/mrc-ide/cinterpolate/badge.png b/_repos/github/mrc-ide/cinterpolate/badge.png
new file mode 100644
index 00000000..8d3e9f57
Binary files /dev/null and b/_repos/github/mrc-ide/cinterpolate/badge.png differ
diff --git a/_repos/github/mrc-ide/cinterpolate/data.json b/_repos/github/mrc-ide/cinterpolate/data.json
new file mode 100644
index 00000000..dcdb91aa
--- /dev/null
+++ b/_repos/github/mrc-ide/cinterpolate/data.json
@@ -0,0 +1,8 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/cinterpolate": {
+ "credit": 0.01,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/covid-sim/CMakeLists.txt b/_repos/github/mrc-ide/covid-sim/CMakeLists.txt
new file mode 100644
index 00000000..2218a8b3
--- /dev/null
+++ b/_repos/github/mrc-ide/covid-sim/CMakeLists.txt
@@ -0,0 +1,93 @@
+# CMakeLists.txt
+
+# CMake setup
+cmake_minimum_required (VERSION 3.11)
+
+# Project initialisation
+project("CovidSim")
+
+# Work around some policy behaviours
+if(POLICY CMP0076)
+ cmake_policy(SET CMP0076 NEW)
+endif()
+
+# Set a default build type if none was specified
+set(default_build_type "RelWithDebInfo")
+
+if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
+ message(STATUS "Setting build type to '${default_build_type}' as none was specified.")
+ set(CMAKE_BUILD_TYPE "${default_build_type}" CACHE
+ STRING "Choose the type of build." FORCE)
+ # Set the possible values of build type for cmake-gui
+ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
+ "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
+endif()
+
+option(USE_OPENMP "Compile with OpenMP parallelism enabled" ON)
+
+# Packages used
+if(USE_OPENMP)
+# Kludge to get openmp working with clang using cmake on Visual Studio.
+ if(WIN32 AND (CMAKE_C_COMPILER_ID MATCHES "Clang"))
+ set(OpenMP_CXX_FLAGS "-Xclang -fopenmp")
+ set(OpenMP_C_FLAGS "-Xclang -fopenmp")
+ endif()
+ find_package(OpenMP REQUIRED)
+endif()
+
+# Python3 needed for testing
+if (CMAKE_VERSION VERSION_LESS 3.12)
+ set(Python_ADDITIONAL_VERSIONS 3 3.9 3.8 3.7 3.6)
+ find_package(PythonInterp REQUIRED)
+ set(Python3_EXECUTABLE "${PYTHON_EXECUTABLE}")
+else()
+ find_package(Python3 REQUIRED)
+endif()
+
+# Specify the C++ standard
+set(CMAKE_CXX_STANDARD 14)
+
+include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
+
+add_subdirectory(include)
+add_subdirectory(src)
+
+enable_testing()
+add_subdirectory(unit_tests)
+add_subdirectory(tests)
+
+# First we can indicate the documentation build as an option and set it to OFF by default
+option(BUILD_DOC "Build documentation" OFF)
+
+# Check if Doxygen is installed
+find_package(Doxygen)
+if(DOXYGEN_FOUND)
+ # Set input and output files
+ set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/docs/Doxyfile.in)
+ set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
+
+ # Set whether or not to make diagrams
+ set(HaveDot NO)
+ set(DotPath)
+ if(DOXYGEN_DOT_FOUND)
+ set(HaveDot YES)
+ get_filename_component(DotPath ${DOXYGEN_DOT_EXECUTABLE} DIRECTORY)
+ file(TO_NATIVE_PATH ${DotPath} DotPath)
+ endif(DOXYGEN_DOT_FOUND)
+
+ # Request to configure the file
+ configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
+ message("Doxygen build started")
+
+ # Don't build by default
+ add_custom_target(doxygen
+ COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT}
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+ COMMENT "Generating documentation with Doxygen"
+ VERBATIM)
+ if(BUILD_DOC)
+ add_custom_target(docs ALL DEPENDS doxygen)
+ endif(BUILD_DOC)
+elseif(DOXYGEN_FOUND)
+ message("Doxygen needs to be installed to generate the doxygen documentation")
+endif(DOXYGEN_FOUND)
diff --git a/_repos/github/mrc-ide/covid-sim/README.md b/_repos/github/mrc-ide/covid-sim/README.md
new file mode 100644
index 00000000..ffb44dbd
--- /dev/null
+++ b/_repos/github/mrc-ide/covid-sim/README.md
@@ -0,0 +1,61 @@
+---
+title: github/mrc-ide/covid-sim
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|openmp|0.198|
+|spack|pythoninterp|0.198|
+|spack|python3|0.198|
+|spack|python|0.061|
+|spack|[cmake](https://www.cmake.org)|0.03|
+|spack|iconv|0.028|
+|spack|flex|0.028|
+|spack|bison|0.028|
+|spack|graphviz|0.028|
+|spack|mscgen|0.028|
+|spack|[zlib](https://zlib.net)|0.023|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.016|
+|spack|[qt](https://qt.io)|0.016|
+|spack|ncurses|0.016|
+|spack|py-sphinx|0.016|
+|spack|gnuconfig|0.014|
+|CMakeLists.txt|github/mrc-ide/covid-sim|0.01|
+|spack|libbsd|0.008|
+|spack|perl|0.004|
+|spack|ca-certificates-mozilla|0.004|
+|spack|nasm|0.004|
+|spack|automake|0.003|
+|spack|autoconf|0.003|
+|spack|libtool|0.003|
+|spack|m4|0.003|
+|spack|[openssl](https://www.openssl.org)|0.003|
+|spack|mbedtls|0.003|
+|spack|[doxygen](https://github.com/doxygen/doxygen/)|0.002|
+|spack|[expat](https://libexpat.github.io/)|0.001|
+|spack|gnutls|0.001|
+|spack|nss|0.001|
+|spack|libidn2|0.001|
+|spack|nghttp2|0.001|
+|spack|libssh2|0.001|
+|spack|libssh|0.001|
+|spack|krb5|0.001|
+|spack|pkgconfig|0.001|
+|spack|bzip2|0.001|
+|spack|lz4|0.001|
+|spack|lzo|0.001|
+|spack|xz|0.001|
+|spack|zstd|0.001|
+|spack|nettle|0.001|
+|spack|libxml2|0.001|
+|spack|libiconv|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/mrc-ide/covid-sim/badge.png b/_repos/github/mrc-ide/covid-sim/badge.png
new file mode 100644
index 00000000..393f4b83
Binary files /dev/null and b/_repos/github/mrc-ide/covid-sim/badge.png differ
diff --git a/_repos/github/mrc-ide/covid-sim/data.json b/_repos/github/mrc-ide/covid-sim/data.json
new file mode 100644
index 00000000..967f7484
--- /dev/null
+++ b/_repos/github/mrc-ide/covid-sim/data.json
@@ -0,0 +1,202 @@
+{
+ "CMakeLists.txt": {
+ "github/mrc-ide/covid-sim": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.02998285714285718,
+ "url": "https://www.cmake.org"
+ },
+ "openmp": {
+ "credit": 0.198,
+ "url": null
+ },
+ "pythoninterp": {
+ "credit": 0.198,
+ "url": null
+ },
+ "python3": {
+ "credit": 0.198,
+ "url": null
+ },
+ "doxygen": {
+ "credit": 0.0019800000000000095,
+ "url": "https://github.com/doxygen/doxygen/"
+ },
+ "ninja": {
+ "credit": 0.0001633499999999996,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.0001633499999999996,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.0014073230769230765,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.022969523076923074,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.0001633499999999996,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.0001633499999999996,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.016335,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.0027549605769230765,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.016335,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "python": {
+ "credit": 0.06050950714285713,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "iconv": {
+ "credit": 0.028002857142857142,
+ "url": null
+ },
+ "flex": {
+ "credit": 0.028002857142857142,
+ "url": null
+ },
+ "bison": {
+ "credit": 0.028002857142857142,
+ "url": null
+ },
+ "graphviz": {
+ "credit": 0.028002857142857142,
+ "url": null
+ },
+ "mscgen": {
+ "credit": 0.028002857142857142,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.013911765576923075,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.002591610576923077,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.008085825,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0012439730769230768,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.0040429125,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/dde/DESCRIPTION b/_repos/github/mrc-ide/dde/DESCRIPTION
new file mode 100644
index 00000000..04fc775c
--- /dev/null
+++ b/_repos/github/mrc-ide/dde/DESCRIPTION
@@ -0,0 +1,31 @@
+Package: dde
+Title: Solve Delay Differential Equations
+Version: 1.0.3
+Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com"),
+ person("Wes", "Hinsley", role = "aut"),
+ person("Imperial College of Science, Technology and Medicine",
+ role = "cph"))
+Description: Solves ordinary and delay differential equations, where
+ the objective function is written in either R or C. Suitable only
+ for non-stiff equations, the solver uses a 'Dormand-Prince' method
+ that allows interpolation of the solution at any point. This
+ approach is as described by Hairer, Norsett and Wanner (1993)
+ . Support is also included for iterating
+ difference equations.
+License: MIT + file LICENSE
+URL: https://github.com/mrc-ide/dde
+BugReports: https://github.com/mrc-ide/dde/issues
+Depends: R (>= 3.1.0)
+LinkingTo: ring (>= 1.0.0)
+Suggests:
+ deSolve,
+ knitr,
+ microbenchmark,
+ rmarkdown,
+ testthat
+RoxygenNote: 7.1.1
+Roxygen: list(old_usage = TRUE)
+VignetteBuilder: knitr
+Encoding: UTF-8
+Language: en-GB
diff --git a/_repos/github/mrc-ide/dde/README.md b/_repos/github/mrc-ide/dde/README.md
new file mode 100644
index 00000000..93e80540
--- /dev/null
+++ b/_repos/github/mrc-ide/dde/README.md
@@ -0,0 +1,17 @@
+---
+title: github/mrc-ide/dde
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|DESCRIPTION|github/mrc-ide/dde|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/mrc-ide/dde/badge.png b/_repos/github/mrc-ide/dde/badge.png
new file mode 100644
index 00000000..42184ee4
Binary files /dev/null and b/_repos/github/mrc-ide/dde/badge.png differ
diff --git a/_repos/github/mrc-ide/dde/data.json b/_repos/github/mrc-ide/dde/data.json
new file mode 100644
index 00000000..74412840
--- /dev/null
+++ b/_repos/github/mrc-ide/dde/data.json
@@ -0,0 +1,8 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/dde": {
+ "credit": 0.01,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/drjacoby/DESCRIPTION b/_repos/github/mrc-ide/drjacoby/DESCRIPTION
new file mode 100644
index 00000000..94ac377f
--- /dev/null
+++ b/_repos/github/mrc-ide/drjacoby/DESCRIPTION
@@ -0,0 +1,43 @@
+Package: drjacoby
+Type: Package
+Title: Flexible Markov Chain Monte Carlo via Reparameterization
+Version: 1.5.2
+Authors@R: c(
+ person("Bob", "Verity", email = "r.verity@imperial.ac.uk", role = c("aut", "cre")),
+ person("Pete", "Winskill", email = "p.winskill@imperial.ac.uk", role = c("aut"))
+ )
+Description: drjacoby is an R package for performing Bayesian inference via
+ Markov chain monte carlo (MCMC). In addition to being highly flexible it
+ implements some advanced techniques that can improve mixing in tricky
+ situations.
+License: MIT + file LICENSE
+Encoding: UTF-8
+LazyData: true
+RoxygenNote: 7.1.1
+LinkingTo:
+ Rcpp
+Imports:
+ Rcpp,
+ coda,
+ parallel,
+ ggplot2,
+ RcppXPtrUtils,
+ usethis,
+ tools,
+ rlang,
+ cowplot,
+ dplyr,
+ magrittr,
+ readr,
+ data.table
+SystemRequirements: C++11
+Suggests:
+ testthat,
+ covr,
+ knitr,
+ rmarkdown,
+ microbenchmark,
+ gridExtra
+BugReports: https://github.com/mrc-ide/drjacoby/issues
+VignetteBuilder: knitr
+Depends: R (>= 3.1.0)
diff --git a/_repos/github/mrc-ide/drjacoby/README.md b/_repos/github/mrc-ide/drjacoby/README.md
new file mode 100644
index 00000000..ae53268b
--- /dev/null
+++ b/_repos/github/mrc-ide/drjacoby/README.md
@@ -0,0 +1,134 @@
+---
+title: github/mrc-ide/drjacoby
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|R|0.121|
+|cran|testthat|0.064|
+|cran|utils|0.048|
+|cran|rmarkdown|0.042|
+|cran|knitr|0.042|
+|cran|methods|0.042|
+|cran|[Rcpp](http://www.rcpp.org)|0.036|
+|cran|covr|0.035|
+|cran|[rlang](https://rlang.r-lib.org)|0.031|
+|cran|withr|0.016|
+|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.015|
+|cran|stats|0.014|
+|cran|curl|0.014|
+|cran|tibble|0.013|
+|cran|glue|0.012|
+|cran|crayon|0.011|
+|cran|cli|0.011|
+|cran|yaml|0.01|
+|cran|grid|0.01|
+|cran|grDevices|0.01|
+|DESCRIPTION|github/mrc-ide/drjacoby|0.01|
+|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.01|
+|cran|lifecycle|0.009|
+|cran|[magrittr](https://magrittr.tidyverse.org)|0.008|
+|cran|roxygen2|0.008|
+|cran|fs|0.008|
+|cran|zoo|0.007|
+|cran|nanotime|0.007|
+|cran|xts|0.007|
+|cran|R.utils|0.007|
+|cran|bit|0.007|
+|cran|bit64|0.007|
+|cran|vctrs|0.007|
+|cran|pillar|0.007|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.007|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.007|
+|cran|spelling|0.007|
+|cran|clipr|0.007|
+|cran|MASS|0.007|
+|cran|magick|0.006|
+|cran|R6|0.006|
+|cran|tidyr|0.006|
+|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.006|
+|cran|xml2|0.006|
+|cran|vdiffr|0.006|
+|cran|maps|0.006|
+|cran|ragg|0.006|
+|cran|scales|0.006|
+|cran|gtable|0.006|
+|cran|[usethis](https://usethis.r-lib.org)|0.006|
+|cran|purrr|0.006|
+|cran|whoami|0.005|
+|cran|winch|0.005|
+|cran|chron|0.004|
+|cran|latticeExtra|0.004|
+|cran|KernSmooth|0.004|
+|cran|graphics|0.004|
+|cran|waldo|0.004|
+|cran|tzdb|0.004|
+|cran|stringi|0.004|
+|cran|datasets|0.004|
+|cran|vroom|0.004|
+|cran|hms|0.004|
+|cran|VennDiagram|0.004|
+|cran|patchwork|0.004|
+|cran|PASWR|0.004|
+|cran|gridGraphics|0.004|
+|cran|forcats|0.004|
+|cran|Cairo|0.004|
+|cran|styler|0.003|
+|cran|mockr|0.003|
+|cran|whisker|0.003|
+|cran|rstudioapi|0.003|
+|cran|rprojroot|0.003|
+|cran|rappdirs|0.003|
+|cran|jsonlite|0.003|
+|cran|gh|0.003|
+|cran|gert|0.003|
+|cran|desc|0.003|
+|cran|RSQLite|0.003|
+|cran|RPostgreSQL|0.003|
+|cran|RMySQL|0.003|
+|cran|nycflights13|0.003|
+|cran|microbenchmark|0.003|
+|cran|lobstr|0.003|
+|cran|Lahman|0.003|
+|cran|dbplyr|0.003|
+|cran|DBI|0.003|
+|cran|callr|0.003|
+|cran|broom|0.003|
+|cran|bench|0.003|
+|cran|tidyselect|0.003|
+|cran|generics|0.003|
+|cran|[sp](https://github.com/edzer/sp/)|0.002|
+|cran|svglite|0.002|
+|cran|sf|0.002|
+|cran|rpart|0.002|
+|cran|rgeos|0.002|
+|cran|RColorBrewer|0.002|
+|cran|quantreg|0.002|
+|cran|profvis|0.002|
+|cran|nlme|0.002|
+|cran|munsell|0.002|
+|cran|multcomp|0.002|
+|cran|maptools|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|coda|0.001|
+|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|0.001|
+|cran|[cowplot](https://wilkelab.org/cowplot/)|0.001|
+|cran|[readr](https://readr.tidyverse.org)|0.001|
+|cran|[data.table](https://r-datatable.com)|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/mrc-ide/drjacoby/badge.png b/_repos/github/mrc-ide/drjacoby/badge.png
new file mode 100644
index 00000000..25ad86c4
Binary files /dev/null and b/_repos/github/mrc-ide/drjacoby/badge.png differ
diff --git a/_repos/github/mrc-ide/drjacoby/data.json b/_repos/github/mrc-ide/drjacoby/data.json
new file mode 100644
index 00000000..0cff26e9
--- /dev/null
+++ b/_repos/github/mrc-ide/drjacoby/data.json
@@ -0,0 +1,486 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/drjacoby": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "Rcpp": {
+ "credit": 0.0355005,
+ "url": "http://www.rcpp.org"
+ },
+ "coda": {
+ "credit": 0.000899999999999998,
+ "url": null
+ },
+ "ggplot2": {
+ "credit": 0.007163999999999998,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "RcppXPtrUtils": {
+ "credit": 0.000899999999999998,
+ "url": "https://github.com/Enchufa2/RcppXPtrUtils"
+ },
+ "usethis": {
+ "credit": 0.005589473684210524,
+ "url": "https://usethis.r-lib.org"
+ },
+ "rlang": {
+ "credit": 0.03077386428009441,
+ "url": "https://rlang.r-lib.org"
+ },
+ "cowplot": {
+ "credit": 0.000899999999999998,
+ "url": "https://wilkelab.org/cowplot/"
+ },
+ "dplyr": {
+ "credit": 0.006637170731707315,
+ "url": "https://dplyr.tidyverse.org"
+ },
+ "magrittr": {
+ "credit": 0.008289473684210524,
+ "url": "https://magrittr.tidyverse.org"
+ },
+ "readr": {
+ "credit": 0.000899999999999998,
+ "url": "https://readr.tidyverse.org"
+ },
+ "data.table": {
+ "credit": 0.000899999999999998,
+ "url": "https://r-datatable.com"
+ },
+ "pkgKitten": {
+ "credit": 0.00014849999999999933,
+ "url": "https://github.com/eddelbuettel/pkgkitten"
+ },
+ "rbenchmark": {
+ "credit": 0.01485,
+ "url": "http://rbenchmark.googlecode.com"
+ },
+ "inline": {
+ "credit": 0.00014849999999999933,
+ "url": "https://github.com/eddelbuettel/inline"
+ },
+ "tinytest": {
+ "credit": 0.0099495,
+ "url": "https://github.com/markvanderloo/tinytest"
+ },
+ "utils": {
+ "credit": 0.047938117232597624,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.04184147368421053,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.006182670731707318,
+ "url": "http://lattice.r-forge.r-project.org/"
+ },
+ "R": {
+ "credit": 0.12064878796430492,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.002173170731707317,
+ "url": "https://github.com/edzer/sp/"
+ },
+ "xml2": {
+ "credit": 0.005885670731707317,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.005737170731707317,
+ "url": null
+ },
+ "testthat": {
+ "credit": 0.06426333796430495,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "sf": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.04198833796430494,
+ "url": null
+ },
+ "rgeos": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "quantreg": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "profvis": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "nlme": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.005737170731707317,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.04198833796430494,
+ "url": null
+ },
+ "interp": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "Hmisc": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "ggplot2movies": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.005737170731707317,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.03456333796430494,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.01614933796430494,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.013275144415917844,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.01414728796430494,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.005737170731707317,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.006583620731707316,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.005737170731707317,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.010147620731707316,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.010147620731707316,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.01243683796430494,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.002173170731707317,
+ "url": null
+ },
+ "styler": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "spelling": {
+ "credit": 0.006586693548387097,
+ "url": null
+ },
+ "roxygen2": {
+ "credit": 0.007774693548387097,
+ "url": null
+ },
+ "mockr": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "magick": {
+ "credit": 0.006438193548387096,
+ "url": null
+ },
+ "yaml": {
+ "credit": 0.010299193548387098,
+ "url": null
+ },
+ "whisker": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "rprojroot": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "rappdirs": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "purrr": {
+ "credit": 0.005574193548387097,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.009286693548387097,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "gh": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "gert": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "fs": {
+ "credit": 0.007563667232597623,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.0028741935483870967,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.014011693548387098,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.011276167232597624,
+ "url": null
+ },
+ "clipr": {
+ "credit": 0.006586693548387097,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.011276167232597624,
+ "url": null
+ },
+ "winch": {
+ "credit": 0.004689473684210526,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.0073894736842105265,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.0073894736842105265,
+ "url": null
+ },
+ "VennDiagram": {
+ "credit": 0.003564,
+ "url": null
+ },
+ "tidyr": {
+ "credit": 0.0062640000000000005,
+ "url": null
+ },
+ "patchwork": {
+ "credit": 0.003564,
+ "url": null
+ },
+ "PASWR": {
+ "credit": 0.003564,
+ "url": null
+ },
+ "gridGraphics": {
+ "credit": 0.003564,
+ "url": null
+ },
+ "forcats": {
+ "credit": 0.003564,
+ "url": null
+ },
+ "Cairo": {
+ "credit": 0.003564,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "RPostgreSQL": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "RMySQL": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "nycflights13": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "lobstr": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "Lahman": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "dbplyr": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "broom": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "bench": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.0064125,
+ "url": null
+ },
+ "generics": {
+ "credit": 0.0027,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "tzdb": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "stringi": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "datasets": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "vroom": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "hms": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "zoo": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "nanotime": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "xts": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "R.utils": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "bit": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "bit64": {
+ "credit": 0.007425,
+ "url": null
+ },
+ "whoami": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "chron": {
+ "credit": 0.00441045,
+ "url": null
+ },
+ "latticeExtra": {
+ "credit": 0.00441045,
+ "url": null
+ },
+ "KernSmooth": {
+ "credit": 0.00441045,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.00441045,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/dust/DESCRIPTION b/_repos/github/mrc-ide/dust/DESCRIPTION
new file mode 100644
index 00000000..9283439c
--- /dev/null
+++ b/_repos/github/mrc-ide/dust/DESCRIPTION
@@ -0,0 +1,47 @@
+Package: dust
+Title: Iterate Multiple Realisations of Stochastic Models
+Version: 0.11.26
+Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com"),
+ person("John", "Lees", role = "aut"),
+ person("Imperial College of Science, Technology and Medicine",
+ role = "cph"))
+Description: An Engine for simulation of stochastic models. Includes
+ support for running stochastic models in parallel, either with
+ shared or varying parameters. Simulations are run efficiently in
+ compiled code and can be run with a fraction of simulated states
+ returned to R, allowing control over memory usage. Support is
+ provided for building bootstrap particle filter for performing
+ Sequential Monte Carlo (e.g., Gordon et al. 1993
+ ). The core of the simulation engine is
+ the 'xoshiro256**' algorithm (Blackman and Vigna
+ ), and the package is further described in
+ FitzJohn et al 2021 .
+URL: https://github.com/mrc-ide/dust
+BugReports: https://github.com/mrc-ide/dust/issues
+SystemRequirements: C++11
+License: MIT + file LICENSE
+Encoding: UTF-8
+Language: en-GB
+Imports:
+ R6,
+ cpp11 (>= 0.2.6),
+ glue,
+ pkgbuild (>= 1.2.0),
+ pkgload,
+ withr
+LinkingTo:
+ cpp11
+Suggests:
+ bench,
+ brio,
+ decor,
+ fs,
+ knitr,
+ mockery,
+ rmarkdown,
+ testthat (>= 3.0.0)
+RoxygenNote: 7.1.2
+Roxygen: list(markdown = TRUE)
+VignetteBuilder: knitr
+Config/testthat/edition: 3
diff --git a/_repos/github/mrc-ide/dust/README.md b/_repos/github/mrc-ide/dust/README.md
new file mode 100644
index 00000000..85f86f7a
--- /dev/null
+++ b/_repos/github/mrc-ide/dust/README.md
@@ -0,0 +1,78 @@
+---
+title: github/mrc-ide/dust
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|R|0.091|
+|cran|covr|0.056|
+|cran|[testthat](https://testthat.r-lib.org)|0.055|
+|cran|[pryr](https://github.com/hadley/pryr)|0.054|
+|cran|[withr](https://withr.r-lib.org)|0.045|
+|cran|crayon|0.035|
+|cran|methods|0.035|
+|cran|desc|0.035|
+|cran|cli|0.035|
+|cran|Rcpp|0.033|
+|cran|rmarkdown|0.031|
+|cran|knitr|0.031|
+|cran|rprojroot|0.025|
+|cran|callr|0.023|
+|cran|RSQLite|0.022|
+|cran|DBI|0.022|
+|cran|utils|0.021|
+|cran|vctrs|0.018|
+|cran|[R6](https://r6.r-lib.org)|0.017|
+|cran|ggplot2|0.016|
+|cran|prettyunits|0.014|
+|cran|lattice|0.014|
+|cran|stats|0.014|
+|cran|grDevices|0.014|
+|cran|graphics|0.014|
+|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.013|
+|cran|rstudioapi|0.013|
+|cran|rlang|0.013|
+|cran|bitops|0.012|
+|DESCRIPTION|github/mrc-ide/dust|0.01|
+|cran|waldo|0.01|
+|cran|magrittr|0.01|
+|cran|[glue](https://github.com/tidyverse/glue)|0.009|
+|cran|mockery|0.009|
+|cran|brio|0.009|
+|cran|stringr|0.008|
+|cran|rprintf|0.008|
+|cran|R.utils|0.008|
+|cran|microbenchmark|0.008|
+|cran|forcats|0.008|
+|cran|dplyr|0.008|
+|cran|tibble|0.008|
+|cran|scales|0.008|
+|cran|progress|0.008|
+|cran|lobstr|0.008|
+|cran|decor|0.008|
+|cran|bench|0.008|
+|cran|[pkgload](https://github.com/r-lib/pkgload)|0.003|
+|cran|[cpp11](https://cpp11.r-lib.org)|0.002|
+|cran|xml2|0.002|
+|cran|usethis|0.002|
+|cran|shiny|0.002|
+|cran|diffviewer|0.002|
+|cran|curl|0.002|
+|cran|ps|0.002|
+|cran|processx|0.002|
+|cran|praise|0.002|
+|cran|lifecycle|0.002|
+|cran|jsonlite|0.002|
+|cran|evaluate|0.002|
+|cran|ellipsis|0.002|
+|cran|digest|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/mrc-ide/dust/badge.png b/_repos/github/mrc-ide/dust/badge.png
new file mode 100644
index 00000000..0acbc244
Binary files /dev/null and b/_repos/github/mrc-ide/dust/badge.png differ
diff --git a/_repos/github/mrc-ide/dust/data.json b/_repos/github/mrc-ide/dust/data.json
new file mode 100644
index 00000000..efd76c4b
--- /dev/null
+++ b/_repos/github/mrc-ide/dust/data.json
@@ -0,0 +1,254 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/dust": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "R6": {
+ "credit": 0.01689600000000001,
+ "url": "https://r6.r-lib.org"
+ },
+ "cpp11": {
+ "credit": 0.0016500000000000126,
+ "url": "https://cpp11.r-lib.org"
+ },
+ "glue": {
+ "credit": 0.00942857142857144,
+ "url": "https://github.com/tidyverse/glue"
+ },
+ "pkgbuild": {
+ "credit": 0.013317857142857156,
+ "url": "https://github.com/r-lib/pkgbuild"
+ },
+ "pkgload": {
+ "credit": 0.003283500000000012,
+ "url": "https://github.com/r-lib/pkgload"
+ },
+ "withr": {
+ "credit": 0.04450992857142858,
+ "url": "https://withr.r-lib.org"
+ },
+ "pryr": {
+ "credit": 0.05445,
+ "url": "https://github.com/hadley/pryr"
+ },
+ "testthat": {
+ "credit": 0.05538342857142857,
+ "url": "https://testthat.r-lib.org"
+ },
+ "R": {
+ "credit": 0.09147599999999999,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.017579571428571427,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.021079928571428572,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.03305892857142857,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.031192071428571427,
+ "url": null
+ },
+ "progress": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.009412071428571428,
+ "url": null
+ },
+ "lobstr": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.031192071428571427,
+ "url": null
+ },
+ "ggplot2": {
+ "credit": 0.015946071428571428,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.034692428571428575,
+ "url": null
+ },
+ "decor": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.05647242857142857,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.034692428571428575,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.023024571428571425,
+ "url": null
+ },
+ "brio": {
+ "credit": 0.009412071428571428,
+ "url": null
+ },
+ "bench": {
+ "credit": 0.007778571428571428,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "stringr": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.02178,
+ "url": null
+ },
+ "rprintf": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "R.utils": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "forcats": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.02178,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.03508135714285714,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.03508135714285714,
+ "url": null
+ },
+ "rprojroot": {
+ "credit": 0.025280357142857143,
+ "url": null
+ },
+ "prettyunits": {
+ "credit": 0.0136125,
+ "url": null
+ },
+ "bitops": {
+ "credit": 0.011667857142857143,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.013301357142857143,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.013301357142857143,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.0136125,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.0136125,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.0136125,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.0136125,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "diffviewer": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "ps": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "praise": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "evaluate": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.0016334999999999998,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/odin/DESCRIPTION b/_repos/github/mrc-ide/odin/DESCRIPTION
new file mode 100644
index 00000000..981b31c2
--- /dev/null
+++ b/_repos/github/mrc-ide/odin/DESCRIPTION
@@ -0,0 +1,55 @@
+Package: odin
+Title: ODE Generation and Integration
+Version: 1.3.4
+Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com"),
+ person("Thibaut", "Jombart", role = "ctb"),
+ person("Travis", "Fischer", role = c("aut", "cph"),
+ comment = "Author of random.js"),
+ person("Imperial College of Science, Technology and Medicine",
+ role = "cph"))
+Description: Generate systems of ordinary differential equations
+ (ODE) and integrate them, using a domain specific language
+ (DSL). The DSL uses R's syntax, but compiles to C in order to
+ efficiently solve the system. A solver is not provided, but
+ instead interfaces to the packages 'deSolve' and 'dde' are
+ generated. With these, while solving the differential equations,
+ no allocations are done and the calculations remain entirely in
+ compiled code. Alternatively, a model can be transpiled to R for
+ use in contexts where a C compiler is not present. After
+ compilation, models can be inspected to return information about
+ parameters and outputs, or intermediate values after calculations.
+ 'odin' is not targeted at any particular domain and is suitable
+ for any system that can be expressed primarily as mathematical
+ expressions. Additional support is provided for working with
+ delays (delay differential equations, DDE), using interpolated
+ functions during interpolation, and for integrating quantities
+ that represent arrays.
+License: MIT + file LICENSE
+URL: https://github.com/mrc-ide/odin
+BugReports: https://github.com/mrc-ide/odin/issues
+Imports:
+ R6,
+ cinterpolate (>= 1.0.0),
+ deSolve,
+ digest,
+ glue,
+ jsonlite,
+ ring,
+ withr
+Suggests:
+ V8,
+ dde (>= 1.0.0),
+ jsonvalidate (>= 1.1.0),
+ knitr,
+ mockery,
+ pkgbuild,
+ pkgload,
+ rlang,
+ rmarkdown,
+ testthat
+VignetteBuilder: knitr
+RoxygenNote: 7.1.2
+Roxygen: list(old_usage = TRUE, markdown = TRUE)
+Encoding: UTF-8
+Language: en-GB
diff --git a/_repos/github/mrc-ide/odin/README.md b/_repos/github/mrc-ide/odin/README.md
new file mode 100644
index 00000000..c13ed72e
--- /dev/null
+++ b/_repos/github/mrc-ide/odin/README.md
@@ -0,0 +1,111 @@
+---
+title: github/mrc-ide/odin
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.128|
+|cran|R|0.116|
+|cran|utils|0.066|
+|cran|[knitr](https://yihui.org/knitr/)|0.051|
+|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.051|
+|cran|[testthat](https://testthat.r-lib.org)|0.049|
+|cran|[pryr](https://github.com/hadley/pryr)|0.041|
+|cran|methods|0.039|
+|cran|[R6](https://r6.r-lib.org)|0.034|
+|cran|stats|0.033|
+|cran|grDevices|0.033|
+|cran|graphics|0.033|
+|cran|covr|0.019|
+|cran|DBI|0.017|
+|cran|RSQLite|0.016|
+|cran|tools|0.013|
+|cran|MASS|0.012|
+|cran|[withr](https://withr.r-lib.org)|0.011|
+|cran|lattice|0.01|
+|cran|rjson|0.01|
+|cran|vctrs|0.01|
+|DESCRIPTION|github/mrc-ide/odin|0.01|
+|cran|stringr|0.009|
+|cran|waldo|0.009|
+|cran|magrittr|0.009|
+|cran|crayon|0.009|
+|cran|[digest](https://github.com/eddelbuettel/digest)|0.006|
+|cran|rprintf|0.006|
+|cran|R.utils|0.006|
+|cran|microbenchmark|0.006|
+|cran|ggplot2|0.006|
+|cran|forcats|0.006|
+|cran|dplyr|0.006|
+|cran|evaluate|0.005|
+|cran|shiny|0.004|
+|cran|xml2|0.004|
+|cran|[deSolve](http://desolve.r-forge.r-project.org/)|0.003|
+|cran|tibble|0.003|
+|cran|sass|0.003|
+|cran|yaml|0.003|
+|cran|xfun|0.003|
+|cran|tinytex|0.003|
+|cran|bslib|0.003|
+|cran|usethis|0.002|
+|cran|rstudioapi|0.002|
+|cran|mockery|0.002|
+|cran|diffviewer|0.002|
+|cran|curl|0.002|
+|cran|rlang|0.002|
+|cran|ps|0.002|
+|cran|processx|0.002|
+|cran|praise|0.002|
+|cran|pkgload|0.002|
+|cran|lifecycle|0.002|
+|cran|ellipsis|0.002|
+|cran|desc|0.002|
+|cran|cli|0.002|
+|cran|callr|0.002|
+|cran|brio|0.002|
+|cran|tufte|0.001|
+|cran|katex|0.001|
+|cran|downlit|0.001|
+|cran|rsconnect|0.001|
+|cran|fs|0.001|
+|cran|dygraphs|0.001|
+|cran|jquerylib|0.001|
+|cran|htmltools|0.001|
+|cran|diagram|0.001|
+|cran|minqa|0.001|
+|cran|minpack.lm|0.001|
+|cran|coda|0.001|
+|cran|rootSolve|0.001|
+|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|0.001|
+|cran|[glue](https://github.com/tidyverse/glue)|0.001|
+|cran|[ring](https://github.com/mrc-ide/ring)|0.001|
+|cran|targets|0.001|
+|cran|styler|0.001|
+|cran|ragg|0.001|
+|cran|showtext|0.001|
+|cran|httr|0.001|
+|cran|gifski|0.001|
+|cran|jpeg|0.001|
+|cran|png|0.001|
+|cran|magick|0.001|
+|cran|JuliaCall|0.001|
+|cran|reticulate|0.001|
+|cran|tikzDevice|0.001|
+|cran|webshot|0.001|
+|cran|htmlwidgets|0.001|
+|cran|codetools|0.001|
+|cran|rgl|0.001|
+|cran|testit|0.001|
+|cran|formatR|0.001|
+|cran|markdown|0.001|
+|cran|highr|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/mrc-ide/odin/badge.png b/_repos/github/mrc-ide/odin/badge.png
new file mode 100644
index 00000000..721b2aca
Binary files /dev/null and b/_repos/github/mrc-ide/odin/badge.png differ
diff --git a/_repos/github/mrc-ide/odin/data.json b/_repos/github/mrc-ide/odin/data.json
new file mode 100644
index 00000000..ad47387b
--- /dev/null
+++ b/_repos/github/mrc-ide/odin/data.json
@@ -0,0 +1,402 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/odin": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "R6": {
+ "credit": 0.034315875,
+ "url": "https://r6.r-lib.org"
+ },
+ "cinterpolate": {
+ "credit": 0.0012375000000000025,
+ "url": "https://github.com/mrc-ide/cinterpolate"
+ },
+ "deSolve": {
+ "credit": 0.002681397321428574,
+ "url": "http://desolve.r-forge.r-project.org/"
+ },
+ "digest": {
+ "credit": 0.006340242857142859,
+ "url": "https://github.com/eddelbuettel/digest"
+ },
+ "glue": {
+ "credit": 0.0012375000000000025,
+ "url": "https://github.com/tidyverse/glue"
+ },
+ "jsonlite": {
+ "credit": 0.12769762499999998,
+ "url": "https://arxiv.org/abs/1403.2805"
+ },
+ "ring": {
+ "credit": 0.0012375000000000025,
+ "url": "https://github.com/mrc-ide/ring"
+ },
+ "withr": {
+ "credit": 0.011310750000000003,
+ "url": "https://withr.r-lib.org"
+ },
+ "pryr": {
+ "credit": 0.0408375,
+ "url": "https://github.com/hadley/pryr"
+ },
+ "testthat": {
+ "credit": 0.04927725000000001,
+ "url": "https://testthat.r-lib.org"
+ },
+ "R": {
+ "credit": 0.11618074285714283,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.05097686785714286,
+ "url": "https://github.com/rstudio/rmarkdown"
+ },
+ "knitr": {
+ "credit": 0.05131912500000001,
+ "url": "https://yihui.org/knitr/"
+ },
+ "FME": {
+ "credit": 0.00017501785714285623,
+ "url": "http://fme.r-forge.r-project.org/"
+ },
+ "scatterplot3d": {
+ "credit": 0.00017501785714285623,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.033486749999999996,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.033486749999999996,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.033486749999999996,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.038939528571428565,
+ "url": null
+ },
+ "simplermarkdown": {
+ "credit": 0.00030628125000000186,
+ "url": "https://github.com/djvanderlaan/simplermarkdown"
+ },
+ "tinytest": {
+ "credit": 0.00030628125000000186,
+ "url": "https://github.com/markvanderloo/tinytest"
+ },
+ "utils": {
+ "credit": 0.06634149107142857,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.008575875,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.01007325,
+ "url": null
+ },
+ "stringr": {
+ "credit": 0.008778117857142857,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "rprintf": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "R.utils": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.008575875,
+ "url": null
+ },
+ "ggplot2": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "forcats": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.006125625,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.017490117857142856,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.008575875,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.01878525,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.0036053678571428566,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.003947625,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "diffviewer": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "ps": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "praise": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "evaluate": {
+ "credit": 0.005102742857142857,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "brio": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "tufte": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.002652492857142857,
+ "url": null
+ },
+ "sass": {
+ "credit": 0.002652492857142857,
+ "url": null
+ },
+ "katex": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "downlit": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "rsconnect": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "fs": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "dygraphs": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "yaml": {
+ "credit": 0.002652492857142857,
+ "url": null
+ },
+ "xfun": {
+ "credit": 0.002652492857142857,
+ "url": null
+ },
+ "tools": {
+ "credit": 0.012759774107142855,
+ "url": null
+ },
+ "tinytex": {
+ "credit": 0.002652492857142857,
+ "url": null
+ },
+ "jquerylib": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "htmltools": {
+ "credit": 0.0014973749999999998,
+ "url": null
+ },
+ "bslib": {
+ "credit": 0.002652492857142857,
+ "url": null
+ },
+ "targets": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "styler": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "showtext": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "httr": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "gifski": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "png": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "magick": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "JuliaCall": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "reticulate": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "tikzDevice": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "webshot": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "htmlwidgets": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "codetools": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "rgl": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "testit": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "formatR": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "markdown": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "highr": {
+ "credit": 0.0011551178571428571,
+ "url": null
+ },
+ "diagram": {
+ "credit": 0.0014438973214285715,
+ "url": null
+ },
+ "minqa": {
+ "credit": 0.0014438973214285715,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.01155117857142857,
+ "url": null
+ },
+ "minpack.lm": {
+ "credit": 0.0014438973214285715,
+ "url": null
+ },
+ "coda": {
+ "credit": 0.0014438973214285715,
+ "url": null
+ },
+ "rootSolve": {
+ "credit": 0.0014438973214285715,
+ "url": null
+ },
+ "rjson": {
+ "credit": 0.010107281249999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/provisionr/DESCRIPTION b/_repos/github/mrc-ide/provisionr/DESCRIPTION
new file mode 100644
index 00000000..ead08f7d
--- /dev/null
+++ b/_repos/github/mrc-ide/provisionr/DESCRIPTION
@@ -0,0 +1,24 @@
+Package: provisionr
+Title: Provision a Library
+Author: Rich FitzJohn
+Maintainer: Rich FitzJohn
+Version: 0.1.14
+Description: Provision a set of packages into a new library, possibly for
+ use on a different architecture.
+License: MIT + file LICENSE
+Imports:
+ R6,
+ curl,
+ drat,
+ prettyunits,
+ progress (>= 1.2.0),
+ remotes,
+ rversions,
+ storr (>= 1.1.0),
+ withr,
+ yaml
+Suggests:
+ testthat,
+ zip
+RoxygenNote: 6.1.1
+Encoding: UTF-8
diff --git a/_repos/github/mrc-ide/provisionr/README.md b/_repos/github/mrc-ide/provisionr/README.md
new file mode 100644
index 00000000..3eb2058c
--- /dev/null
+++ b/_repos/github/mrc-ide/provisionr/README.md
@@ -0,0 +1,66 @@
+---
+title: github/mrc-ide/provisionr
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[testthat](https://testthat.r-lib.org)|0.13|
+|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.099|
+|cran|R|0.089|
+|cran|utils|0.049|
+|cran|covr|0.046|
+|cran|codetools|0.038|
+|cran|[pryr](https://github.com/hadley/pryr)|0.033|
+|cran|rmarkdown|0.031|
+|cran|knitr|0.031|
+|cran|git2r|0.029|
+|cran|[curl](https://github.com/jeroen/curl)|0.025|
+|cran|mockery|0.025|
+|cran|simplermarkdown|0.025|
+|cran|[R6](https://r6.r-lib.org)|0.023|
+|cran|[withr](https://withr.r-lib.org)|0.02|
+|cran|xml2|0.02|
+|cran|RSQLite|0.016|
+|cran|DBI|0.016|
+|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|0.015|
+|cran|Rcpp|0.014|
+|cran|crayon|0.014|
+|cran|hms|0.014|
+|cran|stats|0.013|
+|cran|methods|0.013|
+|cran|webutils|0.011|
+|cran|httpuv|0.011|
+|cran|magrittr|0.011|
+|cran|jsonlite|0.011|
+|cran|spelling|0.011|
+|DESCRIPTION|github/mrc-ide/provisionr|0.01|
+|cran|[progress](https://github.com/r-lib/progress#readme)|0.009|
+|cran|lattice|0.008|
+|cran|grDevices|0.008|
+|cran|graphics|0.008|
+|cran|rbenchmark|0.008|
+|cran|parallel|0.008|
+|cran|mockr|0.008|
+|cran|RPostgres|0.008|
+|cran|digest|0.008|
+|cran|webfakes|0.005|
+|cran|rprojroot|0.005|
+|cran|pingr|0.005|
+|cran|pkgbuild|0.005|
+|cran|callr|0.005|
+|cran|brew|0.005|
+|cran|tools|0.005|
+|cran|[drat](https://github.com/eddelbuettel/drat)|0.001|
+|cran|[storr](https://github.com/richfitz/storr)|0.001|
+|cran|[remotes](https://remotes.r-lib.org)|0.001|
+|cran|[rversions](https://github.com/r-hub/rversions)|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/mrc-ide/provisionr/badge.png b/_repos/github/mrc-ide/provisionr/badge.png
new file mode 100644
index 00000000..50871080
Binary files /dev/null and b/_repos/github/mrc-ide/provisionr/badge.png differ
diff --git a/_repos/github/mrc-ide/provisionr/data.json b/_repos/github/mrc-ide/provisionr/data.json
new file mode 100644
index 00000000..a30c2db4
--- /dev/null
+++ b/_repos/github/mrc-ide/provisionr/data.json
@@ -0,0 +1,206 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/provisionr": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "R6": {
+ "credit": 0.02253065934065936,
+ "url": "https://r6.r-lib.org"
+ },
+ "curl": {
+ "credit": 0.025492500000000008,
+ "url": "https://github.com/jeroen/curl"
+ },
+ "drat": {
+ "credit": 0.0009900000000000048,
+ "url": "https://github.com/eddelbuettel/drat"
+ },
+ "prettyunits": {
+ "credit": 0.01499142857142859,
+ "url": "https://github.com/gaborcsardi/prettyunits"
+ },
+ "progress": {
+ "credit": 0.008529230769230775,
+ "url": "https://github.com/r-lib/progress#readme"
+ },
+ "remotes": {
+ "credit": 0.0009899999999999909,
+ "url": "https://remotes.r-lib.org"
+ },
+ "rversions": {
+ "credit": 0.0009899999999999909,
+ "url": "https://github.com/r-hub/rversions"
+ },
+ "storr": {
+ "credit": 0.0009900000000000048,
+ "url": "https://github.com/richfitz/storr"
+ },
+ "withr": {
+ "credit": 0.01989192857142859,
+ "url": "https://withr.r-lib.org"
+ },
+ "yaml": {
+ "credit": 0.099,
+ "url": "https://github.com/vubiostat/r-yaml/"
+ },
+ "pryr": {
+ "credit": 0.03267,
+ "url": "https://github.com/hadley/pryr"
+ },
+ "testthat": {
+ "credit": 0.13044065934065932,
+ "url": "https://testthat.r-lib.org"
+ },
+ "R": {
+ "credit": 0.08866973076923076,
+ "url": null
+ },
+ "webutils": {
+ "credit": 0.01089,
+ "url": null
+ },
+ "httpuv": {
+ "credit": 0.01089,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.01089,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.03149723076923077,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.01089,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.03149723076923077,
+ "url": null
+ },
+ "spelling": {
+ "credit": 0.01089,
+ "url": null
+ },
+ "simplermarkdown": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "git2r": {
+ "credit": 0.029403000000000002,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.04900500000000001,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.045738,
+ "url": null
+ },
+ "codetools": {
+ "credit": 0.0375705,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "hms": {
+ "credit": 0.014001428571428571,
+ "url": null
+ },
+ "webfakes": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "rprojroot": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "pingr": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "pkgbuild": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.024502500000000003,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "brew": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "tools": {
+ "credit": 0.0049005,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.013068,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.013068,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.019602,
+ "url": null
+ },
+ "rbenchmark": {
+ "credit": 0.007539230769230769,
+ "url": null
+ },
+ "parallel": {
+ "credit": 0.007539230769230769,
+ "url": null
+ },
+ "mockr": {
+ "credit": 0.007539230769230769,
+ "url": null
+ },
+ "RPostgres": {
+ "credit": 0.007539230769230769,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.015706730769230768,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.015706730769230768,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.007539230769230769,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.0081675,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/ring/DESCRIPTION b/_repos/github/mrc-ide/ring/DESCRIPTION
new file mode 100644
index 00000000..95531a2a
--- /dev/null
+++ b/_repos/github/mrc-ide/ring/DESCRIPTION
@@ -0,0 +1,23 @@
+Package: ring
+Title: Circular / Ring Buffers
+Version: 1.0.3
+Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com"),
+ person("Imperial College of Science, Technology and Medicine",
+ role = "cph"))
+Description: Circular / ring buffers in R and C. There are a couple
+ of different buffers here with different implementations that
+ represent different trade-offs.
+License: MIT + file LICENSE
+URL: https://github.com/mrc-ide/ring
+BugReports: https://github.com/mrc-ide/ring/issues
+Imports:
+ R6
+Suggests:
+ knitr,
+ rmarkdown,
+ testthat
+RoxygenNote: 7.1.1
+VignetteBuilder: knitr
+Language: en-GB
+Encoding: UTF-8
diff --git a/_repos/github/mrc-ide/ring/README.md b/_repos/github/mrc-ide/ring/README.md
new file mode 100644
index 00000000..4b37617c
--- /dev/null
+++ b/_repos/github/mrc-ide/ring/README.md
@@ -0,0 +1,52 @@
+---
+title: github/mrc-ide/ring
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|R|0.337|
+|cran|[pryr](https://github.com/hadley/pryr)|0.327|
+|cran|[R6](https://r6.r-lib.org)|0.02|
+|DESCRIPTION|github/mrc-ide/ring|0.01|
+|cran|[xml2](https://xml2.r-lib.org/)|0.01|
+|cran|vctrs|0.01|
+|cran|usethis|0.01|
+|cran|shiny|0.01|
+|cran|rstudioapi|0.01|
+|cran|rmarkdown|0.01|
+|cran|mockery|0.01|
+|cran|knitr|0.01|
+|cran|diffviewer|0.01|
+|cran|curl|0.01|
+|cran|covr|0.01|
+|cran|withr|0.01|
+|cran|waldo|0.01|
+|cran|utils|0.01|
+|cran|rlang|0.01|
+|cran|ps|0.01|
+|cran|processx|0.01|
+|cran|praise|0.01|
+|cran|pkgload|0.01|
+|cran|methods|0.01|
+|cran|magrittr|0.01|
+|cran|lifecycle|0.01|
+|cran|jsonlite|0.01|
+|cran|evaluate|0.01|
+|cran|ellipsis|0.01|
+|cran|digest|0.01|
+|cran|desc|0.01|
+|cran|crayon|0.01|
+|cran|cli|0.01|
+|cran|callr|0.01|
+|cran|brio|0.01|
+|cran|[testthat](https://testthat.r-lib.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/mrc-ide/ring/badge.png b/_repos/github/mrc-ide/ring/badge.png
new file mode 100644
index 00000000..8145438a
Binary files /dev/null and b/_repos/github/mrc-ide/ring/badge.png differ
diff --git a/_repos/github/mrc-ide/ring/data.json b/_repos/github/mrc-ide/ring/data.json
new file mode 100644
index 00000000..6cbaa3e0
--- /dev/null
+++ b/_repos/github/mrc-ide/ring/data.json
@@ -0,0 +1,150 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/ring": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "R6": {
+ "credit": 0.019701000000000017,
+ "url": "https://r6.r-lib.org"
+ },
+ "pryr": {
+ "credit": 0.3267,
+ "url": "https://github.com/hadley/pryr"
+ },
+ "testthat": {
+ "credit": 0.00326700000000002,
+ "url": "https://testthat.r-lib.org"
+ },
+ "R": {
+ "credit": 0.336501,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.009800999999999999,
+ "url": "https://xml2.r-lib.org/"
+ },
+ "vctrs": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "diffviewer": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "ps": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "praise": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "evaluate": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.009800999999999999,
+ "url": null
+ },
+ "brio": {
+ "credit": 0.009800999999999999,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/rrq/DESCRIPTION b/_repos/github/mrc-ide/rrq/DESCRIPTION
new file mode 100644
index 00000000..21f00756
--- /dev/null
+++ b/_repos/github/mrc-ide/rrq/DESCRIPTION
@@ -0,0 +1,36 @@
+Package: rrq
+Title: Simple Redis Queue
+Version: 0.5.6
+Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com"),
+ person("Robert", "Ashton", role = "aut"),
+ person("Imperial College of Science, Technology and Medicine",
+ role = "cph"))
+Description: Simple Redis queue in R.
+License: MIT + file LICENSE
+LazyData: true
+URL: https://github.com/mrc-ide/rrq
+BugReports: https://github.com/mrc-ide/rrq/issues
+Imports:
+ R6,
+ docopt,
+ ids,
+ openssl,
+ progress,
+ redux (>= 1.0.0)
+Suggests:
+ callr (>= 3.7.0),
+ knitr,
+ markdown,
+ mockery,
+ processx,
+ rmarkdown,
+ storr,
+ testthat,
+ withr
+RoxygenNote: 7.1.2
+Encoding: UTF-8
+Roxygen: list(markdown = TRUE)
+Language: en-GB
+Config/testthat/edition: 3
+VignetteBuilder: knitr
diff --git a/_repos/github/mrc-ide/rrq/README.md b/_repos/github/mrc-ide/rrq/README.md
new file mode 100644
index 00000000..0398fe1b
--- /dev/null
+++ b/_repos/github/mrc-ide/rrq/README.md
@@ -0,0 +1,66 @@
+---
+title: github/mrc-ide/rrq
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[testthat](https://testthat.r-lib.org)|0.096|
+|cran|methods|0.086|
+|cran|R|0.082|
+|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.075|
+|cran|knitr|0.075|
+|cran|[pryr](https://github.com/hadley/pryr)|0.054|
+|cran|[R6](https://r6.r-lib.org)|0.052|
+|cran|jsonlite|0.051|
+|cran|[openssl](https://github.com/jeroen/openssl)|0.029|
+|cran|withr|0.027|
+|cran|crayon|0.027|
+|cran|uuid|0.027|
+|cran|digest|0.025|
+|cran|Rcpp|0.023|
+|cran|prettyunits|0.023|
+|cran|hms|0.023|
+|cran|sys|0.023|
+|cran|storr|0.023|
+|cran|sodium|0.02|
+|cran|jose|0.02|
+|cran|askpass|0.02|
+|DESCRIPTION|github/mrc-ide/rrq|0.01|
+|cran|xml2|0.004|
+|cran|vctrs|0.004|
+|cran|usethis|0.004|
+|cran|shiny|0.004|
+|cran|rstudioapi|0.004|
+|cran|mockery|0.004|
+|cran|diffviewer|0.004|
+|cran|curl|0.004|
+|cran|covr|0.004|
+|cran|waldo|0.004|
+|cran|utils|0.004|
+|cran|rlang|0.004|
+|cran|ps|0.004|
+|cran|processx|0.004|
+|cran|praise|0.004|
+|cran|pkgload|0.004|
+|cran|magrittr|0.004|
+|cran|lifecycle|0.004|
+|cran|evaluate|0.004|
+|cran|ellipsis|0.004|
+|cran|desc|0.004|
+|cran|cli|0.004|
+|cran|callr|0.004|
+|cran|brio|0.004|
+|cran|[docopt](https://github.com/docopt/docopt.R)|0.002|
+|cran|[ids](https://github.com/richfitz/ids)|0.002|
+|cran|[progress](https://github.com/r-lib/progress#readme)|0.002|
+|cran|[redux](https://github.com/richfitz/redux)|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/mrc-ide/rrq/badge.png b/_repos/github/mrc-ide/rrq/badge.png
new file mode 100644
index 00000000..f50c6a33
Binary files /dev/null and b/_repos/github/mrc-ide/rrq/badge.png differ
diff --git a/_repos/github/mrc-ide/rrq/data.json b/_repos/github/mrc-ide/rrq/data.json
new file mode 100644
index 00000000..08fb542f
--- /dev/null
+++ b/_repos/github/mrc-ide/rrq/data.json
@@ -0,0 +1,210 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/rrq": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "R6": {
+ "credit": 0.05240517857142859,
+ "url": "https://r6.r-lib.org"
+ },
+ "docopt": {
+ "credit": 0.0016500000000000126,
+ "url": "https://github.com/docopt/docopt.R"
+ },
+ "ids": {
+ "credit": 0.0016500000000000126,
+ "url": "https://github.com/richfitz/ids"
+ },
+ "openssl": {
+ "credit": 0.028875000000000012,
+ "url": "https://github.com/jeroen/openssl"
+ },
+ "progress": {
+ "credit": 0.0016500000000000126,
+ "url": "https://github.com/r-lib/progress#readme"
+ },
+ "redux": {
+ "credit": 0.0016500000000000126,
+ "url": "https://github.com/richfitz/redux"
+ },
+ "pryr": {
+ "credit": 0.05445,
+ "url": "https://github.com/hadley/pryr"
+ },
+ "testthat": {
+ "credit": 0.09567642857142858,
+ "url": "https://testthat.r-lib.org"
+ },
+ "R": {
+ "credit": 0.08186946428571429,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.08575875,
+ "url": null
+ },
+ "rcorpora": {
+ "credit": 0.00027225000000000166,
+ "url": "https://github.com/gaborcsardi/rcorpora"
+ },
+ "rmarkdown": {
+ "credit": 0.07506321428571427,
+ "url": "https://github.com/rstudio/rmarkdown"
+ },
+ "uuid": {
+ "credit": 0.027225,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.07506321428571427,
+ "url": null
+ },
+ "sodium": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "jose": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.051455249999999994,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "askpass": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.027419464285714287,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.023335714285714286,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.027419464285714287,
+ "url": null
+ },
+ "prettyunits": {
+ "credit": 0.023335714285714286,
+ "url": null
+ },
+ "hms": {
+ "credit": 0.023335714285714286,
+ "url": null
+ },
+ "sys": {
+ "credit": 0.023335714285714286,
+ "url": null
+ },
+ "storr": {
+ "credit": 0.023335714285714286,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "diffviewer": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "ps": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "praise": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "evaluate": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.00408375,
+ "url": null
+ },
+ "brio": {
+ "credit": 0.00408375,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/sircovid/DESCRIPTION b/_repos/github/mrc-ide/sircovid/DESCRIPTION
new file mode 100644
index 00000000..581b85b8
--- /dev/null
+++ b/_repos/github/mrc-ide/sircovid/DESCRIPTION
@@ -0,0 +1,84 @@
+Package: sircovid
+Title: SIR Model for COVID-19
+Version: 0.13.15
+Authors@R:
+ c(person(given = "Marc",
+ family = "Baguelin",
+ role = c("aut", "cre"),
+ email = "m.baguelin@imperial.ac.uk"),
+ person(given = "Sangeeta",
+ family = "Bhatia",
+ role = c("ctb"),
+ email = "s.bathia@imperial.ac.uk"),
+ person(given = "Edward",
+ family = "Knock",
+ role = c("aut"),
+ email = "e.knock@imperial.ac.uk"),
+ person(given = "Lilith",
+ family = "Whittles",
+ role = c("aut"),
+ email = "l.whittles@imperial.ac.uk"),
+ person(given = "Rich",
+ family = "FitzJohn",
+ role = c("aut"),
+ email = "r.fitzjohn@imperial.ac.uk"),
+ person(given = "John",
+ family = "Lees",
+ role = c("aut"),
+ email = "j.lees@imperial.ac.uk"),
+ person(given = "OJ",
+ family = "Watson",
+ role = c("ctb"),
+ email = "o.watson15@imperial.ac.uk"),
+ person(given = "Anne",
+ family = "Cori",
+ role = c("aut"),
+ email = "a.cori@imperial.ac.uk"),
+ person(given = "Pablo",
+ family = "Perez-Guzman",
+ role = c("aut"),
+ email = "p.perez-guzman@imperial.ac.uk"),
+ person(given = "Raphael",
+ family = "Sonabend",
+ role = c("aut"),
+ email = "r.sonabend@imperial.ac.uk"),
+ person(given = "Yasin",
+ family = "Elmaci",
+ role = c("aut"),
+ email = "yasin.elmaci20@imperial.ac.uk"))
+Description: Mechanistic models of transmission of the SARS-Cov-2 (COVID-19)
+ virus implemented as stochastic compartmental models in odin and
+ dust. Uses mcstate to perfom Bayesian evidence synthesis from
+ several surveillance data streams through the estimation of
+ transmission parameters.
+License: MIT + file LICENSE
+URL: https://github.com/mrc-ide/sircovid, https://mrc-ide.github.io
+BugReports: https://github.com/mrc-ide/sircovid/issues
+Encoding: UTF-8
+LazyData: true
+Language: en-GB
+Depends: R (>= 3.1.0)
+Imports:
+ dust (>= 0.11.26),
+ eigen1 (>= 0.1.1),
+ mcstate (>= 0.8.4),
+ socialmixr
+LinkingTo:
+ cpp11 (>= 0.2.1),
+ dust (>= 0.11.26)
+Suggests:
+ EpiEstim,
+ distcrete,
+ mockery,
+ odin (>= 1.1.16),
+ odin.dust (>= 0.2.15),
+ testthat
+RoxygenNote: 7.1.2
+Roxygen: list(markdown = TRUE)
+SystemRequirements: C++11
+Remotes:
+ mrc-ide/dust,
+ mrc-ide/eigen1,
+ mrc-ide/mcstate,
+ mrc-ide/odin,
+ mrc-ide/odin.dust
diff --git a/_repos/github/mrc-ide/sircovid/README.md b/_repos/github/mrc-ide/sircovid/README.md
new file mode 100644
index 00000000..522314af
--- /dev/null
+++ b/_repos/github/mrc-ide/sircovid/README.md
@@ -0,0 +1,148 @@
+---
+title: github/mrc-ide/sircovid
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|R|0.158|
+|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.068|
+|cran|[httr](https://httr.r-lib.org/)|0.065|
+|cran|[testthat](https://testthat.r-lib.org)|0.049|
+|cran|plyr|0.042|
+|cran|[knitr](https://yihui.org/knitr/)|0.042|
+|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.036|
+|cran|methods|0.026|
+|cran|tibble|0.025|
+|cran|covr|0.021|
+|cran|[stringr](http://stringr.tidyverse.org)|0.018|
+|cran|utils|0.015|
+|cran|utf8|0.014|
+|cran|magrittr|0.014|
+|cran|shiny|0.013|
+|cran|Rcpp|0.013|
+|cran|RCurl|0.011|
+|cran|bitops|0.011|
+|cran|rstudioapi|0.011|
+|cran|testit|0.011|
+|cran|xml2|0.01|
+|DESCRIPTION|github/mrc-ide/sircovid|0.01|
+|cran|socialmixr|0.01|
+|cran|lattice|0.01|
+|cran|zoo|0.009|
+|cran|yaml|0.009|
+|cran|vctrs|0.008|
+|cran|htmltools|0.008|
+|cran|DBI|0.007|
+|cran|htmlwidgets|0.007|
+|cran|glue|0.007|
+|cran|[curl](https://github.com/jeroen/curl)|0.007|
+|cran|digest|0.007|
+|cran|webutils|0.006|
+|cran|httpuv|0.006|
+|cran|spelling|0.006|
+|cran|stringi|0.006|
+|cran|RSQLite|0.006|
+|cran|roxygen2|0.006|
+|cran|evaluate|0.005|
+|cran|withr|0.005|
+|cran|nanotime|0.005|
+|cran|xts|0.005|
+|cran|R.utils|0.005|
+|cran|bit|0.005|
+|cran|bit64|0.005|
+|cran|tis|0.004|
+|cran|timeDate|0.004|
+|cran|chron|0.004|
+|cran|generics|0.004|
+|cran|sass|0.004|
+|cran|xfun|0.004|
+|cran|tools|0.004|
+|cran|tinytex|0.004|
+|cran|bslib|0.004|
+|cran|rlang|0.003|
+|cran|ragg|0.003|
+|cran|[formatR](https://github.com/yihui/formatR)|0.002|
+|cran|tufte|0.002|
+|cran|katex|0.002|
+|cran|downlit|0.002|
+|cran|rsconnect|0.002|
+|cran|fs|0.002|
+|cran|dygraphs|0.002|
+|cran|jquerylib|0.002|
+|cran|usethis|0.002|
+|cran|mockery|0.002|
+|cran|diffviewer|0.002|
+|cran|waldo|0.002|
+|cran|R6|0.002|
+|cran|ps|0.002|
+|cran|processx|0.002|
+|cran|praise|0.002|
+|cran|pkgload|0.002|
+|cran|lifecycle|0.002|
+|cran|ellipsis|0.002|
+|cran|desc|0.002|
+|cran|crayon|0.002|
+|cran|cli|0.002|
+|cran|callr|0.002|
+|cran|brio|0.002|
+|cran|targets|0.002|
+|cran|styler|0.002|
+|cran|showtext|0.002|
+|cran|gifski|0.002|
+|cran|jpeg|0.002|
+|cran|png|0.002|
+|cran|magick|0.002|
+|cran|JuliaCall|0.002|
+|cran|reticulate|0.002|
+|cran|tikzDevice|0.002|
+|cran|webshot|0.002|
+|cran|codetools|0.002|
+|cran|rgl|0.002|
+|cran|markdown|0.002|
+|cran|highr|0.002|
+|cran|sp|0.001|
+|cran|vdiffr|0.001|
+|cran|svglite|0.001|
+|cran|sf|0.001|
+|cran|rpart|0.001|
+|cran|rgeos|0.001|
+|cran|RColorBrewer|0.001|
+|cran|quantreg|0.001|
+|cran|profvis|0.001|
+|cran|nlme|0.001|
+|cran|munsell|0.001|
+|cran|multcomp|0.001|
+|cran|maptools|0.001|
+|cran|maps|0.001|
+|cran|mapproj|0.001|
+|cran|interp|0.001|
+|cran|Hmisc|0.001|
+|cran|hexbin|0.001|
+|cran|ggplot2movies|0.001|
+|cran|dplyr|0.001|
+|cran|stats|0.001|
+|cran|scales|0.001|
+|cran|mgcv|0.001|
+|cran|MASS|0.001|
+|cran|isoband|0.001|
+|cran|gtable|0.001|
+|cran|grid|0.001|
+|cran|grDevices|0.001|
+|cran|[reshape2](https://github.com/hadley/reshape)|0.001|
+|cran|[data.table](https://r-datatable.com)|0.001|
+|cran|[XML](http://www.omegahat.net/RSXML/)|0.001|
+|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|0.001|
+|cran|[wpp2015](http://esa.un.org/wpp)|0.001|
+|cran|[oai](https://github.com/ropensci/oai)|0.001|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.001|
+|cran|[lubridate](https://lubridate.tidyverse.org)|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/mrc-ide/sircovid/badge.png b/_repos/github/mrc-ide/sircovid/badge.png
new file mode 100644
index 00000000..3040998e
Binary files /dev/null and b/_repos/github/mrc-ide/sircovid/badge.png differ
diff --git a/_repos/github/mrc-ide/sircovid/data.json b/_repos/github/mrc-ide/sircovid/data.json
new file mode 100644
index 00000000..778b0dac
--- /dev/null
+++ b/_repos/github/mrc-ide/sircovid/data.json
@@ -0,0 +1,534 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/sircovid": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "socialmixr": {
+ "credit": 0.00990000000000002,
+ "url": null
+ },
+ "formatR": {
+ "credit": 0.0022072840336134513,
+ "url": "https://github.com/yihui/formatR"
+ },
+ "reshape2": {
+ "credit": 0.0005765294117647118,
+ "url": "https://github.com/hadley/reshape"
+ },
+ "ggplot2": {
+ "credit": 0.000576529411764698,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "rmarkdown": {
+ "credit": 0.03603804073265328,
+ "url": "https://github.com/rstudio/rmarkdown"
+ },
+ "knitr": {
+ "credit": 0.04222886846374572,
+ "url": "https://yihui.org/knitr/"
+ },
+ "testthat": {
+ "credit": 0.048653053337695304,
+ "url": "https://testthat.r-lib.org"
+ },
+ "lubridate": {
+ "credit": 0.000576529411764698,
+ "url": "https://lubridate.tidyverse.org"
+ },
+ "XML": {
+ "credit": 0.0005765294117647049,
+ "url": "http://www.omegahat.net/RSXML/"
+ },
+ "stringr": {
+ "credit": 0.01818263949579832,
+ "url": "http://stringr.tidyverse.org"
+ },
+ "countrycode": {
+ "credit": 0.0005765294117647049,
+ "url": "https://vincentarelbundock.github.io/countrycode/"
+ },
+ "wpp2015": {
+ "credit": 0.0005765294117647049,
+ "url": "http://esa.un.org/wpp"
+ },
+ "oai": {
+ "credit": 0.0005765294117647049,
+ "url": "https://github.com/ropensci/oai"
+ },
+ "jsonlite": {
+ "credit": 0.06783829411764705,
+ "url": "https://arxiv.org/abs/1403.2805"
+ },
+ "httr": {
+ "credit": 0.06499133697478991,
+ "url": "https://httr.r-lib.org/"
+ },
+ "curl": {
+ "credit": 0.007062485294117652,
+ "url": "https://github.com/jeroen/curl"
+ },
+ "data.table": {
+ "credit": 0.0005765294117647118,
+ "url": "https://r-datatable.com"
+ },
+ "R": {
+ "credit": 0.15760475795954404,
+ "url": null
+ },
+ "testit": {
+ "credit": 0.011143489915966386,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.013356264705882352,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.011242323529411765,
+ "url": null
+ },
+ "plyr": {
+ "credit": 0.042399620168067226,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.01254426632191338,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.021373603337695304,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.009545880713260914,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.010460091637630661,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "sf": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "rgeos": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "quantreg": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "profvis": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "nlme": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "interp": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "Hmisc": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "ggplot2movies": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.0030228622258659564,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.005235637015781922,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.025113547519983605,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.0031216958393113347,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.0013921076040172167,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.007099748780487805,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.006866391637630663,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.00823402262443439,
+ "url": null
+ },
+ "tufte": {
+ "credit": 0.0021139411764705884,
+ "url": null
+ },
+ "sass": {
+ "credit": 0.003744695798319328,
+ "url": null
+ },
+ "katex": {
+ "credit": 0.0021139411764705884,
+ "url": null
+ },
+ "downlit": {
+ "credit": 0.0021139411764705884,
+ "url": null
+ },
+ "rsconnect": {
+ "credit": 0.0021139411764705884,
+ "url": null
+ },
+ "fs": {
+ "credit": 0.0021139411764705884,
+ "url": null
+ },
+ "dygraphs": {
+ "credit": 0.0021139411764705884,
+ "url": null
+ },
+ "yaml": {
+ "credit": 0.00850106344537815,
+ "url": null
+ },
+ "xfun": {
+ "credit": 0.003744695798319328,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.015258811764705883,
+ "url": null
+ },
+ "tools": {
+ "credit": 0.003744695798319328,
+ "url": null
+ },
+ "tinytex": {
+ "credit": 0.003744695798319328,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.02603642724628313,
+ "url": null
+ },
+ "jquerylib": {
+ "credit": 0.0021139411764705884,
+ "url": null
+ },
+ "htmltools": {
+ "credit": 0.007821582352941177,
+ "url": null
+ },
+ "evaluate": {
+ "credit": 0.005474284033613446,
+ "url": null
+ },
+ "bslib": {
+ "credit": 0.003744695798319328,
+ "url": null
+ },
+ "targets": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "styler": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "showtext": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.007338395798319328,
+ "url": null
+ },
+ "gifski": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "png": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "magick": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "JuliaCall": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "reticulate": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "tikzDevice": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "webshot": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "htmlwidgets": {
+ "credit": 0.007338395798319328,
+ "url": null
+ },
+ "codetools": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "rgl": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "markdown": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "highr": {
+ "credit": 0.0016307546218487395,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "diffviewer": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "ps": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "praise": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.01377905294117647,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "brio": {
+ "credit": 0.0017295882352941177,
+ "url": null
+ },
+ "zoo": {
+ "credit": 0.009146860859728507,
+ "url": null
+ },
+ "tis": {
+ "credit": 0.004390493212669684,
+ "url": null
+ },
+ "timeDate": {
+ "credit": 0.004390493212669684,
+ "url": null
+ },
+ "chron": {
+ "credit": 0.004390493212669684,
+ "url": null
+ },
+ "generics": {
+ "credit": 0.004390493212669684,
+ "url": null
+ },
+ "RCurl": {
+ "credit": 0.011415282352941177,
+ "url": null
+ },
+ "bitops": {
+ "credit": 0.011415282352941177,
+ "url": null
+ },
+ "stringi": {
+ "credit": 0.005707641176470588,
+ "url": null
+ },
+ "utf8": {
+ "credit": 0.01426910294117647,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.005707641176470588,
+ "url": null
+ },
+ "roxygen2": {
+ "credit": 0.005707641176470588,
+ "url": null
+ },
+ "webutils": {
+ "credit": 0.006341823529411764,
+ "url": null
+ },
+ "httpuv": {
+ "credit": 0.006341823529411764,
+ "url": null
+ },
+ "spelling": {
+ "credit": 0.006341823529411764,
+ "url": null
+ },
+ "nanotime": {
+ "credit": 0.004756367647058823,
+ "url": null
+ },
+ "xts": {
+ "credit": 0.004756367647058823,
+ "url": null
+ },
+ "R.utils": {
+ "credit": 0.004756367647058823,
+ "url": null
+ },
+ "bit": {
+ "credit": 0.004756367647058823,
+ "url": null
+ },
+ "bit64": {
+ "credit": 0.004756367647058823,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/mrc-ide/squire/DESCRIPTION b/_repos/github/mrc-ide/squire/DESCRIPTION
new file mode 100644
index 00000000..128122c0
--- /dev/null
+++ b/_repos/github/mrc-ide/squire/DESCRIPTION
@@ -0,0 +1,50 @@
+Package: squire
+Type: Package
+Title: SEIR transmission model of COVID-19
+Version: 0.7.0
+Authors@R: c(
+ person("OJ", "Watson", email = "o.watson15@imperial.ac.uk", role = c("aut", "cre")),
+ person("Patrick", "Walker", email = "patrick.walker06@imperial.ac.uk", role = c("aut")),
+ person("Charlie", "Whittaker", email = "charles.whittaker16@imperial.ac.uk", role = c("aut")),
+ person("Peter", "Winskill", email = "p.winskill@imperial.ac.uk", role = c("aut")),
+ person("Giovanni", "Charles", email = "giovanni.charles10@imperial.ac.uk", role = c("aut")),
+ person("Imperial College of Science, Technology and Medicine", role = "cph"))
+Description: An extended model of the SEIR model used in the Imperial College
+ London Report into the global impact of COVID-19 and strategies for mitigation
+ and suppression (https://www.imperial.ac.uk/mrc-global-infectious-disease-analysis/covid-19/report-12-global-impact-covid-19/).
+ Extensions now include healthcare treatment pathways and excess mortality.
+License: MIT + file LICENSE
+Encoding: UTF-8
+LazyData: true
+Suggests:
+ testthat (>= 2.1.0),
+ covr,
+ readxl,
+ knitr,
+ odin.js,
+ rmarkdown,
+ mockery
+RoxygenNote: 7.1.2
+Imports:
+ odin (>= 1.1.0),
+ dde (>= 1.0.2),
+ dplyr,
+ tidyr,
+ rlang,
+ furrr,
+ magrittr,
+ purrr,
+ crayon,
+ methods,
+ ggplot2,
+ viridis,
+ coda,
+ mvtnorm,
+ drjacoby
+Depends: R (>= 3.1.0)
+VignetteBuilder: knitr
+Remotes:
+ mrc-ide/dde,
+ mrc-ide/odin,
+ mrc-ide/odin.js,
+ mrc-ide/drjacoby
diff --git a/_repos/github/mrc-ide/squire/README.md b/_repos/github/mrc-ide/squire/README.md
new file mode 100644
index 00000000..e5b04fbe
--- /dev/null
+++ b/_repos/github/mrc-ide/squire/README.md
@@ -0,0 +1,114 @@
+---
+title: github/mrc-ide/squire
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|R|0.086|
+|cran|[tidyr](https://tidyr.tidyverse.org)|0.078|
+|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.076|
+|cran|[testthat](https://testthat.r-lib.org)|0.063|
+|cran|rmarkdown|0.052|
+|cran|knitr|0.052|
+|cran|lattice|0.04|
+|cran|covr|0.035|
+|cran|[rlang](https://rlang.r-lib.org)|0.033|
+|cran|withr|0.027|
+|cran|[magrittr](https://magrittr.tidyverse.org)|0.018|
+|cran|utils|0.017|
+|cran|methods|0.017|
+|cran|deSolve|0.017|
+|cran|mockery|0.015|
+|cran|tibble|0.015|
+|cran|microbenchmark|0.015|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.014|
+|cran|tidyselect|0.013|
+|cran|grDevices|0.013|
+|cran|glue|0.013|
+|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.012|
+|cran|rstudioapi|0.011|
+|cran|vctrs|0.01|
+|DESCRIPTION|github/mrc-ide/squire|0.01|
+|cran|stats|0.01|
+|cran|[purrr](http://purrr.tidyverse.org)|0.007|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.007|
+|cran|R6|0.007|
+|cran|lifecycle|0.006|
+|cran|digest|0.006|
+|cran|pillar|0.006|
+|cran|vdiffr|0.006|
+|cran|svglite|0.006|
+|cran|mapproj|0.006|
+|cran|hexbin|0.006|
+|cran|scales|0.006|
+|cran|MASS|0.006|
+|cran|[dde](https://github.com/mrc-ide/dde)|0.005|
+|cran|pkgload|0.004|
+|cran|pkgbuild|0.004|
+|cran|jsonvalidate|0.004|
+|cran|ring|0.004|
+|cran|jsonlite|0.004|
+|cran|cinterpolate|0.004|
+|cran|listenv|0.004|
+|cran|carrier|0.004|
+|cran|globals|0.004|
+|cran|ellipsis|0.004|
+|cran|future|0.004|
+|cran|winch|0.004|
+|cran|usethis|0.004|
+|cran|fs|0.004|
+|cran|cli|0.004|
+|cran|rgdal|0.004|
+|cran|httr|0.004|
+|cran|rasterVis|0.004|
+|cran|colorspace|0.004|
+|cran|dichromat|0.004|
+|cran|gridExtra|0.004|
+|cran|viridisLite|0.004|
+|cran|RSQLite|0.002|
+|cran|RPostgreSQL|0.002|
+|cran|RMySQL|0.002|
+|cran|nycflights13|0.002|
+|cran|lobstr|0.002|
+|cran|Lahman|0.002|
+|cran|dbplyr|0.002|
+|cran|DBI|0.002|
+|cran|callr|0.002|
+|cran|broom|0.002|
+|cran|bench|0.002|
+|cran|generics|0.002|
+|cran|sp|0.002|
+|cran|xml2|0.002|
+|cran|sf|0.002|
+|cran|rpart|0.002|
+|cran|rgeos|0.002|
+|cran|RColorBrewer|0.002|
+|cran|quantreg|0.002|
+|cran|profvis|0.002|
+|cran|nlme|0.002|
+|cran|munsell|0.002|
+|cran|multcomp|0.002|
+|cran|maptools|0.002|
+|cran|maps|0.002|
+|cran|interp|0.002|
+|cran|Hmisc|0.002|
+|cran|ggplot2movies|0.002|
+|cran|ragg|0.002|
+|cran|mgcv|0.002|
+|cran|isoband|0.002|
+|cran|gtable|0.002|
+|cran|grid|0.002|
+|cran|[odin](https://github.com/mrc-ide/odin)|0.001|
+|cran|[furrr](https://github.com/DavisVaughan/furrr)|0.001|
+|cran|[viridis](https://sjmgarnier.github.io/viridis/)|0.001|
+|cran|coda|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/mrc-ide/squire/badge.png b/_repos/github/mrc-ide/squire/badge.png
new file mode 100644
index 00000000..6e467446
Binary files /dev/null and b/_repos/github/mrc-ide/squire/badge.png differ
diff --git a/_repos/github/mrc-ide/squire/data.json b/_repos/github/mrc-ide/squire/data.json
new file mode 100644
index 00000000..353fc1cb
--- /dev/null
+++ b/_repos/github/mrc-ide/squire/data.json
@@ -0,0 +1,398 @@
+{
+ "DESCRIPTION": {
+ "github/mrc-ide/squire": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "odin": {
+ "credit": 0.0007615384615384801,
+ "url": "https://github.com/mrc-ide/odin"
+ },
+ "dde": {
+ "credit": 0.005196380090497742,
+ "url": "https://github.com/mrc-ide/dde"
+ },
+ "dplyr": {
+ "credit": 0.013642682926829273,
+ "url": "https://dplyr.tidyverse.org"
+ },
+ "tidyr": {
+ "credit": 0.07843846153846154,
+ "url": "https://tidyr.tidyverse.org"
+ },
+ "rlang": {
+ "credit": 0.03292752455578856,
+ "url": "https://rlang.r-lib.org"
+ },
+ "furrr": {
+ "credit": 0.0007615384615384663,
+ "url": "https://github.com/DavisVaughan/furrr"
+ },
+ "magrittr": {
+ "credit": 0.018056477732793525,
+ "url": "https://magrittr.tidyverse.org"
+ },
+ "purrr": {
+ "credit": 0.00723461538461539,
+ "url": "http://purrr.tidyverse.org"
+ },
+ "crayon": {
+ "credit": 0.011583400809716603,
+ "url": "https://github.com/r-lib/crayon#readme"
+ },
+ "ggplot2": {
+ "credit": 0.006815769230769235,
+ "url": "https://ggplot2.tidyverse.org"
+ },
+ "viridis": {
+ "credit": 0.0007615384615384663,
+ "url": "https://sjmgarnier.github.io/viridis/"
+ },
+ "coda": {
+ "credit": 0.0007615384615384663,
+ "url": null
+ },
+ "mvtnorm": {
+ "credit": 0.07615384615384616,
+ "url": "http://mvtnorm.R-forge.R-project.org"
+ },
+ "testthat": {
+ "credit": 0.06323933195891174,
+ "url": "https://testthat.r-lib.org"
+ },
+ "rmarkdown": {
+ "credit": 0.05246900228858207,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.004434841628959275,
+ "url": null
+ },
+ "pkgbuild": {
+ "credit": 0.004434841628959275,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.015205171299288946,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.05246900228858207,
+ "url": null
+ },
+ "jsonvalidate": {
+ "credit": 0.004434841628959275,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.027485101189680967,
+ "url": null
+ },
+ "ring": {
+ "credit": 0.004434841628959275,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.004434841628959275,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.012526309980889758,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.0062736784019423895,
+ "url": null
+ },
+ "deSolve": {
+ "credit": 0.017000226244343893,
+ "url": null
+ },
+ "cinterpolate": {
+ "credit": 0.004434841628959275,
+ "url": null
+ },
+ "R6": {
+ "credit": 0.00671945701357466,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.01485,
+ "url": null
+ },
+ "R": {
+ "credit": 0.08573031450577664,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "RPostgreSQL": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "RMySQL": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "nycflights13": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "lobstr": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "Lahman": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "dbplyr": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.035468776044238176,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "broom": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "bench": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.006252631578947367,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.010441093117408906,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.01702296124927704,
+ "url": null
+ },
+ "tidyselect": {
+ "credit": 0.013326923076923076,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.014945314505776637,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.01702296124927704,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.006473076923076923,
+ "url": null
+ },
+ "generics": {
+ "credit": 0.0022846153846153845,
+ "url": null
+ },
+ "winch": {
+ "credit": 0.003968016194331983,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.003968016194331983,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.009576468351930482,
+ "url": null
+ },
+ "fs": {
+ "credit": 0.003968016194331983,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.003968016194331983,
+ "url": null
+ },
+ "listenv": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "carrier": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "globals": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "future": {
+ "credit": 0.0041884615384615385,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.01077032967032967,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.012609166443312786,
+ "url": null
+ },
+ "sp": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "vdiffr": {
+ "credit": 0.005608452157598498,
+ "url": null
+ },
+ "svglite": {
+ "credit": 0.005608452157598498,
+ "url": null
+ },
+ "sf": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "rpart": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "rgeos": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "RColorBrewer": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "quantreg": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "profvis": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "nlme": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "munsell": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "multcomp": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "maptools": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "maps": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "mapproj": {
+ "credit": 0.005608452157598498,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.039534990619136956,
+ "url": null
+ },
+ "interp": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "Hmisc": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "hexbin": {
+ "credit": 0.005608452157598498,
+ "url": null
+ },
+ "ggplot2movies": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "ragg": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "scales": {
+ "credit": 0.005608452157598498,
+ "url": null
+ },
+ "mgcv": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "MASS": {
+ "credit": 0.005608452157598498,
+ "url": null
+ },
+ "isoband": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "gtable": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "grid": {
+ "credit": 0.0018388367729831143,
+ "url": null
+ },
+ "rgdal": {
+ "credit": 0.0037696153846153843,
+ "url": null
+ },
+ "httr": {
+ "credit": 0.0037696153846153843,
+ "url": null
+ },
+ "rasterVis": {
+ "credit": 0.0037696153846153843,
+ "url": null
+ },
+ "colorspace": {
+ "credit": 0.0037696153846153843,
+ "url": null
+ },
+ "dichromat": {
+ "credit": 0.0037696153846153843,
+ "url": null
+ },
+ "gridExtra": {
+ "credit": 0.0037696153846153843,
+ "url": null
+ },
+ "viridisLite": {
+ "credit": 0.0037696153846153843,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/openjournals/joss/Gemfile b/_repos/github/openjournals/joss/Gemfile
index 3fbc2d67..2344179c 100644
--- a/_repos/github/openjournals/joss/Gemfile
+++ b/_repos/github/openjournals/joss/Gemfile
@@ -17,7 +17,7 @@ gem 'octokit', '~> 4.22'
gem 'pdf-reader', '~> 2.9.2'
gem 'pg', '~> 1.3.5'
gem 'will_paginate', '~> 3.3.1'
-gem 'rails', '7.0.2.4'
+gem 'rails', '7.0.3'
gem 'responders'
gem 'newrelic_rpm'
gem 'sanitize', '~> 6.0.0'
diff --git a/_repos/github/patscott/gambit_1.3/CMakeLists.txt b/_repos/github/patscott/gambit_1.3/CMakeLists.txt
new file mode 100644
index 00000000..290484c8
--- /dev/null
+++ b/_repos/github/patscott/gambit_1.3/CMakeLists.txt
@@ -0,0 +1,536 @@
+# GAMBIT: Global and Modular BSM Inference Tool
+#************************************************
+# \file
+#
+# Master CMake configuration script for GAMBIT.
+#
+# CMakeLists files in this project can refer to
+# the root source directory of the project as
+# ${PROJECT_SOURCE_DIR} and to the root binary
+# directory of the project as ${PROJECT_BINARY_DIR}.
+#
+#************************************************
+#
+# Authors (add name and date if you modify):
+#
+# \author Antje Putze
+# (antje.putze@lapth.cnrs.fr)
+# \date 2014 Sep, Oct, Nov
+# 2015 Jan, Feb, Apr, Sep
+#
+# \author Pat Scott
+# (p.scott@imperial.ac.uk)
+# \date 2014 Nov, Dec
+#
+# \author Tomas Gonzao
+# (t.e.gonzalo@fys.uio.no)
+# \date 2016 Sep
+#
+# \author Ben Farmer
+# (b.farmer@imperial.ac.uk)
+# \date 2018 Oct
+#
+#************************************************
+
+# Require a minimum cmake version of 2.8.5
+cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR)
+
+SET(CMAKE_BUILD_TYPE_STRING "Choose the type of build, options are: None Debug Release Release_03 RelWithDebInfo MinSizeRel.")
+if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
+ SET(CMAKE_BUILD_TYPE None CACHE STRING "${CMAKE_BUILD_TYPE_STRING}" FORCE)
+elseif(CMAKE_BUILD_TYPE STREQUAL "Release_03")
+ SET(CMAKE_BUILD_TYPE Release CACHE STRING "${CMAKE_BUILD_TYPE_STRING}" FORCE)
+ SET(FORCE_03 TRUE)
+endif()
+message("${Yellow}-- Build type is set to ${CMAKE_BUILD_TYPE} ${ColourReset}")
+
+# Set certain policies to NEW
+foreach(p
+ CMP0003 # CMake 2.6.0
+ CMP0012 # CMake 2.8.0
+ CMP0022 # CMake 2.8.12
+ CMP0025 # CMake 3.0
+ CMP0042 # CMake 3.0
+ CMP0051 # CMake 3.1
+ CMP0054 # CMake 3.1
+ CMP0063 # CMake 3.3.2
+ CMP0068 # CMake 3.9.1
+ )
+ if(POLICY ${p})
+ cmake_policy(SET ${p} NEW)
+ endif()
+endforeach()
+
+# Set the project name, enabling C, C++ and Fortran support
+project(gambit C CXX Fortran)
+
+# Disable clang support
+if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
+ message(FATAL_ERROR "\nYou seem to have selected the Clang compiler. Beware that if you are using a mac, Clang may be your default compiler even though you might think it is gcc. You can thank Apple for that, not GAMBIT/cmake. \nGAMBIT does not support the Clang compiler. Please choose another compiler.")
+endif()
+
+# Make sure the user hasn't accidentally passed gcc instead of g++.
+if (CMAKE_CXX_COMPILER MATCHES "gcc$")
+ message(FATAL_ERROR "\nYou have set CMAKE_CXX_COMPILER to gcc. I don't think that means what you think it means. Do you really want to compile C++ with gcc rather than g++?")
+endif()
+
+# Use ccache to speed up re-compiling if it is available
+#find_program(CCACHE_FOUND ccache)
+#if(CCACHE_FOUND)
+# message("-- Found ccache. Will use it to speed up recompilation.")
+# set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
+# set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
+#endif(CCACHE_FOUND)
+
+# Don't relink all binaries when shared lib changes (programs will be rebuilt anyway if used headers change)
+set(CMAKE_LINK_DEPENDS_NO_SHARED 1)
+
+# Include ./cmake in search path for projects
+set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake)
+
+# Add common system library search variables to cmake library search variable, used by find_library
+set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} $ENV{LIBRARY_PATH})
+string(REPLACE ":" ";" CMAKE_LIBRARY_PATH "${CMAKE_LIBRARY_PATH}")
+
+# When building, use the install RPATH already
+set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
+
+# Add the automatically determined parts of the RPATH that point to directories outside the build tree to the install RPATH
+SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+
+# Include cmake utility scripts, including colour definitions.
+include(cmake/utilities.cmake)
+
+# Check for Python interpreter
+# We also need to search for PythonLibs before letting pybind11 look for them,
+# otherwise it seems to get it wrong. Also, we need to add versions of python
+# greater than 3.3 manually, for compatibility with CMake 2.8.12.
+set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7)
+if (FORCE_PYTHON2)
+ message("${BoldYellow} Python 2 requested; searching for Python 2.7${ColourReset}")
+ find_package(PythonInterp 2.7 REQUIRED)
+ find_package(PythonLibs ${PYTHON_VERSION_STRING} EXACT)
+elseif (FORCE_PYTHON3)
+ message("${BoldYellow} Python 3 requested; searching for Python 3.x${ColourReset}")
+ find_package(PythonInterp 3 REQUIRED)
+ find_package(PythonLibs ${PYTHON_VERSION_STRING} EXACT)
+else()
+ find_package(PythonInterp 3)
+ if(PYTHONINTERP_FOUND)
+ find_package(PythonLibs 3)
+ else()
+ message("${BoldYellow} Python 3 not found, searching for Python 2.7${ColourReset}")
+ find_package(PythonInterp 2 REQUIRED)
+ if (PYTHON_VERSION_MINOR LESS 7)
+ message(FATAL_ERROR "\nGAMBIT requires Python 2.7. \nIf you need to set the path to the Python interpreter manually, "
+ "please use -DPYTHON_EXECUTABLE:FILEPATH=path/to/preferred/python.")
+ endif()
+ find_package(PythonLibs 2)
+ endif()
+endif()
+message("${BoldYellow} Using Python interpreter version ${PYTHON_VERSION_STRING} for build.${ColourReset}")
+if(PYTHONLIBS_FOUND)
+ message("${BoldYellow} Using Python libraries version ${PYTHONLIBS_VERSION_STRING} for Python backend support.${ColourReset}")
+ if (NOT "${PYTHON_VERSION_STRING}" STREQUAL "${PYTHONLIBS_VERSION_STRING}")
+ message("${BoldRed} NOTE: You are using different Python versions for the interpreter and the libraries!${ColourReset}\n"
+ " In principle this should be fine, as the interpreter is only used for building GAMBIT, and the\n"
+ " libraries are only used for providing support for Python backends at runtime. However, if you\n"
+ " have matching versions installed, you can make this message go away by trying the following\n"
+ " (making sure to clean out your build directory in between any such changes):\n"
+ " 1. invoke cmake as cmake -DFORCE_PYTHON2=True .. (or similar)\n"
+ " 2. invoke cmake as cmake -DFORCE_PYTHON3=True .. (or similar)\n"
+ " 3. set the following variables when invoking cmake:\n"
+ " PYTHON_LIBRARY\n"
+ " PYTHON_INCLUDE_DIR\n"
+ " PYTHON_INCLUDE_DIR2 (you might be able to get away without setting this one)\n"
+ " PYTHON_EXECUTABLE (you might be able to get away without setting this one)\n")
+ endif()
+endif()
+
+# Check for pybind11 if PythonLibs were found
+if(NOT PYTHONLIBS_FOUND)
+ message("${BoldRed} PythonLibs NOT found, so pybind11 cannot be used. Ditching support for Python backends.${ColourReset}\n"
+ " If you *do* have the Python libraries installed, you should first try setting/unsetting\n"
+ " FORCE_PYTHON2 or FORCE_PYTHON3 when invoking cmake (make sure to clean out your build\n"
+ " directory in between any such changes). If that does not work, you can manually set the\n"
+ " following variables when invoking cmake (also making sure to clean out your build dir):\n"
+ " PYTHON_LIBRARY\n"
+ " PYTHON_INCLUDE_DIR\n"
+ " PYTHON_INCLUDE_DIR2 (you might be able to get away without setting this one)\n"
+ " PYTHON_EXECUTABLE (you might be able to get away without setting this one)")
+else()
+ set(MIN_pybind11_VERSION "2.2.4")
+ set(PREFERRED_pybind11_VERSION "2.2.4")
+ set(pybind11_CONTRIB_DIR "${PROJECT_SOURCE_DIR}/contrib/pybind11")
+ find_package(pybind11 QUIET)
+ if(NOT pybind11_FOUND AND EXISTS "${pybind11_CONTRIB_DIR}")
+ use_contributed_pybind11()
+ endif()
+ if(pybind11_FOUND)
+ if(pybind11_VERSION VERSION_LESS MIN_pybind11_VERSION)
+ message("${BoldRed} Found pybind11 ${pybind11_VERSION}. GAMBIT requires at least v${MIN_pybind11_VERSION}.${ColourReset}")
+ set(pybind11_FOUND FALSE)
+ else()
+ message("${BoldYellow} Found pybind11 ${pybind11_VERSION} at ${pybind11_DIR}.${ColourReset}")
+ include_directories("${PYTHON_INCLUDE_DIRS};${PYBIND11_INCLUDE_DIR}")
+ endif()
+ else()
+ message("${BoldRed} The pybind11 library is not properly installed.${ColourReset}")
+ endif()
+ if(NOT pybind11_FOUND AND NOT EXISTS "${pybind11_CONTRIB_DIR}")
+ message("${BoldRed} CMake will now download and install pybind11 v${PREFERRED_pybind11_VERSION}.${ColourReset}")
+ execute_process(RESULT_VARIABLE result COMMAND git clone https://github.com/pybind/pybind11.git ${pybind11_CONTRIB_DIR})
+ if(${result} STREQUAL "0")
+ execute_process(COMMAND ${CMAKE_COMMAND} -E chdir ${pybind11_CONTRIB_DIR} git checkout -q v${PREFERRED_pybind11_VERSION})
+ use_contributed_pybind11()
+ include_directories("${PYTHON_INCLUDE_DIRS};${PYBIND11_INCLUDE_DIR}")
+ else()
+ message("${BoldRed} Attempt to clone git repository for pybind11 failed. This may be because you are disconnected from the internet.\n "
+ "Otherwise, your git installation may be faulty. Errors about missing .so files are usually due to\n "
+ "your git installation being linked to a buggy version of libcurl. In that case, try reinstalling libcurl.${ColourReset}")
+ endif()
+ endif()
+ set(HAVE_PYBIND11 "${pybind11_FOUND}")
+endif()
+
+# Check for required Python libraries
+foreach(module yaml os re datetime sys getopt shutil itertools)
+ find_python_module(${module} REQUIRED)
+endforeach()
+
+# Check for axel
+find_program(axel_FOUND axel)
+if(axel_FOUND)
+ message("${BoldYellow} Found axel.${ColourReset} Backend and scanner downloads will be as fast as possible.")
+else()
+ message("${Red} Axel utility not found. Backend downloads would be faster if you installed axel.${ColourReset}")
+endif()
+
+# Do OSX checks
+include(cmake/MacOSX.cmake)
+
+# Add -fPIC for 64 bit systems
+if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fPIC")
+endif()
+
+# Add some Fortran compiler flags
+if(CMAKE_Fortran_COMPILER MATCHES "gfortran*" OR CMAKE_Fortran_COMPILER MATCHES "f95*")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -ffree-line-length-none -ffixed-line-length-none -cpp")
+elseif(CMAKE_Fortran_COMPILER MATCHES "ifort*")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -extend-source -fpp")
+endif()
+
+# Set output paths
+set(mylibdir ${PROJECT_SOURCE_DIR}/lib)
+set(mybindir ${PROJECT_SOURCE_DIR})
+# First for the generic no-config case (e.g. with mingw)
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${mybindir} )
+set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${mylibdir} )
+set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${mylibdir} )
+# Second, for multi-config builds (e.g. msvc)
+foreach(OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES} )
+ string(TOUPPER ${OUTPUTCONFIG} OUTPUTCONFIG )
+ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${mybindir} )
+ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${mylibdir} )
+ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${OUTPUTCONFIG} ${mylibdir} )
+endforeach()
+
+# Check for C++11 and C++14 support
+include(CheckCXXCompilerFlag)
+CHECK_CXX_COMPILER_FLAG("-std=c++14" COMPILER_SUPPORTS_CXX14)
+if(COMPILER_SUPPORTS_CXX14)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
+else()
+ CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
+ if(COMPILER_SUPPORTS_CXX11)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+ else()
+ CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X)
+ if(COMPILER_SUPPORTS_CXX0X)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
+ else()
+ message(FATAL_ERROR "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Please use a different C++ compiler.")
+ endif()
+ endif()
+endif()
+
+# Check for Boost
+set(Boost_NO_BOOST_CMAKE ON)
+find_package(Boost 1.41)
+if(Boost_FOUND)
+ include_directories("${Boost_INCLUDE_DIR}")
+else()
+ message(FATAL_ERROR "GAMBIT requires Boost v1.41 or greater.\nPlease install a suitable version of Boost and rerun cmake.")
+endif()
+
+# Check for Eigen
+find_package(Eigen3 3.1.0)
+if(EIGEN3_FOUND)
+ include_directories("${EIGEN3_INCLUDE_DIR}")
+ message("-- Eigen version: ${EIGEN3_VERSION}")
+else()
+ message("${BoldRed} Eigen v3.1.0 or greater not found. FlexibleSUSY and GM2Calc interfaces will be excluded.${ColourReset}")
+ set(itch "${itch};gm2calc;flexiblesusy")
+ message(FATAL_ERROR "\nFlexibleSUSY is currently included in the GAMBIT distribution, so in fact it cannot be ditched. Please install Eigen3.\n(Note that this will change in future GAMBIT versions, where FlexibleSUSY will be a 'true' backend.)")
+endif()
+
+# Check for OpenMP
+find_package(OpenMP REQUIRED)
+if (OPENMP_FOUND)
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
+ if (NOT DEFINED OpenMP_Fortran_FLAGS)
+ set(OpenMP_Fortran_FLAGS "-fopenmp")
+ endif()
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${OpenMP_Fortran_FLAGS}")
+endif()
+
+# Check for Gnu Scientific Library (GSL)
+include(cmake/FindGSL.cmake)
+if(GSL_FOUND)
+ if (NOT GSL_INCLUDE_DIRS STREQUAL "")
+ include_directories("${GSL_INCLUDE_DIRS}")
+ endif()
+else()
+ message(FATAL_ERROR "GAMBIT requires the GSL libraries.")
+endif()
+
+# Check for Mathematica
+string(REGEX MATCH ";M;|;Ma;|;Mat;|;Math;|;Mathe;|;Mathem;|;Mathema;|;Mathemat;|;Mathemati;|;Mathematic;|;Mathematica;|;m;|;ma;|;mat;|;math;|;mathe;|;mathem;|;mathema;|;mathemat;|;mathemati;|;mathematic;|;mathematica" DITCH_MATHEMATICA ";${itch};")
+if(DITCH_MATHEMATICA)
+ set(HAVE_MATHEMATICA 0)
+ message("${BoldCyan} X Excluding Mathematica from GAMBIT configuration. All backends using Mathematica will be disabled${ColourReset}")
+else()
+ find_library(LIBUUID NAMES uuid)
+ if(LIBUUID)
+ message(" Found library libuuid")
+ find_package(Mathematica 10.0)
+ if(Mathematica_FOUND AND (NOT DEFINED Mathematica_Invalid_License OR IGNORE_MATHEMATICA_LICENSE))
+ message("${BoldYellow} Found Mathematica.${ColourReset}")
+ if(Mathematica_WSTP_FOUND)
+ message("${BoldYellow} Found Wolfram Symbolic Transfer Protocol. Mathematica backends enabled.${ColourReset}")
+ set(HAVE_MATHEMATICA 1)
+ set(MATHEMATICA_WSTP_H "${Mathematica_WSTP_INCLUDE_DIR}/wstp.h")
+ set(MATHEMATICA_KERNEL "${Mathematica_KERNEL_EXECUTABLE}")
+ set(MATHEMATICA_WSTP_VERSION_MAJOR ${Mathematica_WSTP_VERSION_MAJOR})
+ set(MATHEMATICA_WSTP_VERSION_MINOR ${Mathematica_WSTP_VERSION_MINOR})
+ else()
+ message("${BoldRed} WSTP not found. Please make sure it is installed before attempting to use Mathematica backends.${ColourReset}")
+ set(HAVE_MATHEMATICA 0)
+ endif()
+ elseif(DEFINED Mathematica_Invalid_License AND NOT IGNORE_MATHEMATICA_LICENSE)
+ message("${BoldRed} Mathematica found but with an invalid license. Backends using Mathematica will be disabled.${ColourReset}")
+ message("${BoldRed} To ignore this license check, add -DIGNORE_MATHEMATICA_LICENSE=True to your cmake command.${ColourReset}")
+ set(HAVE_MATHEMATICA 0)
+ else()
+ message("${BoldRed} Mathematica not found. Backends using Mathematica will be disabled.${ColourReset}")
+ set(HAVE_MATHEMATICA 0)
+ endif()
+ else()
+ message("${BoldRed} Missing library libuuid required for WSTP. Mathematica will be disabled.${ColourReset}")
+ set(HAVE_MATHEMATICA 0)
+ endif()
+endif()
+
+# Check for DL libraries
+include(cmake/FindLibDL.cmake)
+
+# Add compiler warning flags
+include(cmake/warnings.cmake)
+
+# Construct the full set of compiler flags to be used for external projects
+set(BACKEND_C_FLAGS_NO_BUILD_OPTIMISATIONS "${CMAKE_C_FLAGS}")
+set(BACKEND_CXX_FLAGS_NO_BUILD_OPTIMISATIONS "${CMAKE_CXX_FLAGS}")
+set(BACKEND_Fortran_FLAGS_NO_BUILD_OPTIMISATIONS "${CMAKE_Fortran_FLAGS}")
+if(CMAKE_BUILD_TYPE STREQUAL "Debug")
+ set(BACKEND_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_DEBUG}")
+ set(BACKEND_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_DEBUG}")
+ set(BACKEND_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${CMAKE_Fortran_FLAGS_DEBUG}")
+elseif(CMAKE_BUILD_TYPE STREQUAL "Release")
+ # Unless invoked with FORCE_O3, drop down to -O2 optimisation for more reasonable compile time.
+ if (NOT DEFINED FORCE_O3)
+ string(REGEX REPLACE "(-O3)" "-O2" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
+ string(REGEX REPLACE "(-O3)" "-O2" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}")
+ string(REGEX REPLACE "(-O3)" "-O2" CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE}")
+ endif()
+ set(BACKEND_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_RELEASE}")
+ set(BACKEND_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}")
+ set(BACKEND_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${CMAKE_Fortran_FLAGS_RELEASE}")
+ # Never send the -O3 from cmake's release build config onwards to backends, as some are touchy.
+ string(REGEX REPLACE "(-O3)" "-O2" BACKEND_C_FLAGS "${BACKEND_C_FLAGS}")
+ string(REGEX REPLACE "(-O3)" "-O2" BACKEND_CXX_FLAGS "${BACKEND_CXX_FLAGS}")
+ string(REGEX REPLACE "(-O3)" "-O2" BACKEND_Fortran_FLAGS "${BACKEND_Fortran_FLAGS}")
+elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
+ set(BACKEND_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_RELWITHDEBINFO}")
+ set(BACKEND_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELWITHDEBINFO}")
+ set(BACKEND_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${CMAKE_Fortran_FLAGS_RELWITHDEBINFO}")
+elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel")
+ set(BACKEND_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_MINSIZEREL}")
+ set(BACKEND_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_MINSIZEREL}")
+ set(BACKEND_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${CMAKE_Fortran_FLAGS_MINSIZEREL}")
+else()
+ set(BACKEND_C_FLAGS "${CMAKE_C_FLAGS}")
+ set(BACKEND_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
+ set(BACKEND_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}")
+endif()
+
+# Make symbols hidden by default when compiling GAMBIT source files only
+if(${CMAKE_MAJOR_VERSION} MATCHES "2")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fvisibility=hidden")
+else()
+ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
+ set(CMAKE_Fortran_VISIBILITY_PRESET hidden)
+ set(CMAKE_VISIBILITY_INLINES_HIDDEN TRUE)
+endif()
+
+# Check for optional packages and disable sections of GAMBIT accordingly
+include(cmake/optional.cmake)
+
+# Look for the latest tag and use it to set the version number. If there is no such tag, use the tarball info file.
+find_package(Git)
+if(GIT_FOUND)
+ get_version_from_git(GAMBIT_VERSION_MAJOR GAMBIT_VERSION_MINOR GAMBIT_VERSION_REVISION
+ GAMBIT_VERSION_PATCH GAMBIT_VERSION_FULL)
+ if (GAMBIT_VERSION_MAJOR)
+ message("${BoldYellow} GAMBIT version detected from git tag: ${GAMBIT_VERSION_FULL}${ColourReset}")
+ endif()
+endif()
+if(NOT GIT_FOUND OR NOT GAMBIT_VERSION_MAJOR)
+ message("${BoldYellow} GAMBIT version not detected via git. Reverting to cmake/tarball_info.cmake.${ColourReset}")
+ include(cmake/tarball_info.cmake)
+endif()
+
+# Add doxygen build as an external project
+add_custom_target(docs WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND doxygen doc/doxygen.conf)
+
+# Work out which modules to include in the compile
+retrieve_bits(GAMBIT_BITS ${PROJECT_SOURCE_DIR} "${itch}" "Loud")
+
+# Set up targets to make standalone tarballs of the different modules
+add_standalone_tarballs("${GAMBIT_BITS}" "${GAMBIT_VERSION_FULL}")
+
+# Include contributed packages
+include(cmake/contrib.cmake)
+
+# Reprocess the ditch set into a comma-separated list
+string (REPLACE ";" "," itch_with_commas "${itch}")
+
+# Create the scratch directory if it isn't there already
+if(NOT EXISTS "${PROJECT_SOURCE_DIR}/scratch")
+ message("${Yellow}-- Creating scratch directory${ColourReset}")
+ execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory scratch WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
+ message("${Yellow}-- Creating scratch directory - done.${ColourReset}")
+endif()
+
+# Generate the ScannerBit compilation files
+if(EXISTS "${PROJECT_SOURCE_DIR}/ScannerBit/")
+ message("${Yellow}-- Updating GAMBIT scanner cmake and related files${ColourReset}")
+ set(scanner_harvester ${PROJECT_SOURCE_DIR}/ScannerBit/scripts/scanner+_harvester.py ${PROJECT_BINARY_DIR} -x __not_a_real_name__,${itch_with_commas})
+ execute_process(RESULT_VARIABLE result COMMAND ${PYTHON_EXECUTABLE} ${scanner_harvester} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
+ check_result(${result} ${scanner_harvester})
+ message("${Yellow}-- Updating GAMBIT scanner cmake and related files - done.${ColourReset}")
+endif()
+
+# Generate the cmake_variables.hpp file
+include(cmake/preprocessor.cmake)
+
+# Generate particle_database.cpp from particle_database.yaml.
+if(EXISTS "${PROJECT_SOURCE_DIR}/Models/")
+ set(particle_harvester ${PROJECT_SOURCE_DIR}/Models/scripts/particle_harvester.py ${PROJECT_BINARY_DIR} -x __not_a_real_name__,${itch_with_commas})
+ execute_process(COMMAND ${PYTHON_EXECUTABLE} ${particle_harvester} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
+ message("${Yellow}-- Generated particle_database.cpp from particle_database.yaml.${ColourReset}")
+endif()
+
+# Identify the different harvester scripts
+set(MODEL_HARVESTER ${PROJECT_SOURCE_DIR}/Models/scripts/model_harvester.py)
+set(BACKEND_HARVESTER ${PROJECT_SOURCE_DIR}/Backends/scripts/backend_harvester.py)
+set(MODULE_HARVESTER ${PROJECT_SOURCE_DIR}/Elements/scripts/module_harvester.py)
+set(PRINTER_HARVESTER ${PROJECT_SOURCE_DIR}/Printers/scripts/printer_harvester.py)
+set(HARVEST_TOOLS ${PROJECT_SOURCE_DIR}/Utils/scripts/harvesting_tools.py)
+
+# Create module_rollcall.hpp, module_types_rollcall.hpp, module_functor_types.hpp, models_rollcall.hpp, model_types_rollcall.hpp,
+# backend_rollcall.hpp, backend_types_rollcall.hpp, backend_functor_types.hpp, printer_rollcall.hpp, particle_database.cpp.
+file(GLOB MODEL_HARVESTER_FILES "${PROJECT_SOURCE_DIR}/Models/include/gambit/Models/models/*.hpp"
+ "${PROJECT_SOURCE_DIR}/Models/CMakeLists.txt")
+file(GLOB BACKEND_HARVESTER_FILES "${PROJECT_SOURCE_DIR}/Backends/include/gambit/Backends/frontends/*.hpp"
+ "${PROJECT_SOURCE_DIR}/Backends/CMakeLists.txt")
+file(GLOB PRINTER_HARVESTER_FILES "${PROJECT_SOURCE_DIR}/Printers/include/gambit/Printers/printers/*.hpp"
+ "${PROJECT_SOURCE_DIR}/Printers/CMakeLists.txt")
+file(GLOB MODULE_HARVESTER_FILES "${PROJECT_SOURCE_DIR}/*Bit*/include/gambit/*Bit*/*_rollcall.hpp"
+ "${PROJECT_SOURCE_DIR}/*Bit*/include/gambit/*Bit*/*_types.hpp")
+string (REPLACE "//" "/" MODEL_HARVESTER_FILES "${MODEL_HARVESTER_FILES}") # (GLOB creates erroneous double slashes)
+string (REPLACE "//" "/" BACKEND_HARVESTER_FILES "${BACKEND_HARVESTER_FILES}")
+string (REPLACE "//" "/" PRINTER_HARVESTER_FILES "${PRINTER_HARVESTER_FILES}")
+string (REPLACE "//" "/" MODULE_HARVESTER_FILES "${MODULE_HARVESTER_FILES}")
+list(REMOVE_ITEM MODULE_HARVESTER_FILES "${PROJECT_SOURCE_DIR}/ScannerBit//include//gambit//ScannerBit//priors_rollcall.hpp"
+ "${PROJECT_SOURCE_DIR}/ScannerBit//include//gambit//ScannerBit//test_function_rollcall.hpp")
+list(APPEND MODULE_HARVESTER_FILES "${PROJECT_SOURCE_DIR}/config/resolution_type_equivalency_classes.yaml")
+set(MODULE_HARVESTER_FILES ${MODULE_HARVESTER_FILES} ${BACKEND_HARVESTER_FILES})
+remove_build_files(models_harvested backends_harvested modules_harvested printers_harvested)
+if(EXISTS "${PROJECT_SOURCE_DIR}/Models/")
+ add_gambit_custom(model_harvest models_harvested MODEL_HARVESTER MODEL_HARVESTER_FILES)
+endif()
+if(EXISTS "${PROJECT_SOURCE_DIR}/Backends/")
+ add_gambit_custom(backend_harvest backends_harvested BACKEND_HARVESTER BACKEND_HARVESTER_FILES)
+endif()
+if(EXISTS "${PROJECT_SOURCE_DIR}/Printers/")
+ add_gambit_custom(printer_harvest printers_harvested PRINTER_HARVESTER PRINTER_HARVESTER_FILES)
+else()
+ add_definitions(-DNO_PRINTERS)
+endif()
+if(EXISTS "${PROJECT_SOURCE_DIR}/Elements/")
+ add_gambit_custom(module_harvest modules_harvested MODULE_HARVESTER MODULE_HARVESTER_FILES)
+endif()
+if(EXISTS "${PROJECT_SOURCE_DIR}/Backends/")
+ add_dependencies(module_harvest backend_harvest)
+endif()
+if(EXISTS "${PROJECT_SOURCE_DIR}/Printers/")
+ add_dependencies(printer_harvest module_harvest)
+endif()
+
+# Generate the CMakeLists.txt files for GAMBIT modules, Backends, Models and Printers)
+message("${Yellow}-- Updating GAMBIT module, model, backend, and printer CMake files.${ColourReset}")
+set(update_cmakelists ${PROJECT_SOURCE_DIR}/cmake/scripts/update_cmakelists.py -x __not_a_real_name__,${itch_with_commas})
+execute_process(RESULT_VARIABLE result COMMAND ${PYTHON_EXECUTABLE} ${update_cmakelists} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
+check_result(${result} ${update_cmakelists})
+message("${Yellow}-- Updating GAMBIT module, backend, and printer CMake files - done.${ColourReset}")
+
+# Include other cmake scripts
+include(cmake/gambit.cmake)
+include(cmake/externals.cmake)
+
+# Add GAMBIT subdirectories.
+add_subdirectory(Logs)
+add_subdirectory(Utils)
+add_subdirectory_if_present(Core)
+add_subdirectory_if_present(Models)
+add_subdirectory_if_present(Backends)
+add_subdirectory_if_present(Elements)
+add_subdirectory_if_present(Printers)
+
+# Lists of different GAMBIT object files to link
+set(GAMBIT_BASIC_COMMON_OBJECTS "${GAMBIT_BASIC_COMMON_OBJECTS}" $ $)
+set(GAMBIT_ALL_COMMON_OBJECTS "${GAMBIT_BASIC_COMMON_OBJECTS}" $ $ $)
+
+# Set compilation targets for GAMBIT modules
+foreach(bit ${GAMBIT_BITS})
+ add_subdirectory(${bit})
+ set(GAMBIT_BIT_OBJECTS ${GAMBIT_BIT_OBJECTS} "$")
+endforeach()
+
+# If ColliderBit and RestFrames is used, make RestFrames a dependency of ColliderBit
+if(";${GAMBIT_BITS};" MATCHES ";ColliderBit;" AND NOT EXCLUDE_RESTFRAMES)
+ add_dependencies(ColliderBit restframes)
+endif()
+
+# Add the executables
+include(cmake/executables.cmake)
+
+# Finish setting the link commands and rpath variables for ScannerBit
+if(EXISTS "${PROJECT_SOURCE_DIR}/ScannerBit/")
+ include(${PROJECT_BINARY_DIR}/linkedout.cmake)
+endif()
diff --git a/_repos/github/phenomecentre/nPYc-Toolbox/README.md b/_repos/github/phenomecentre/nPYc-Toolbox/README.md
new file mode 100644
index 00000000..8df4066d
--- /dev/null
+++ b/_repos/github/phenomecentre/nPYc-Toolbox/README.md
@@ -0,0 +1,120 @@
+---
+title: github/phenomecentre/nPYc-Toolbox
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.148|
+|pypi|[matplotlib](https://matplotlib.org)|0.077|
+|pypi|[networkx](https://networkx.org/)|0.062|
+|pypi|[cycler](https://github.com/matplotlib/cycler)|0.058|
+|pypi|[isatools](https://github.com/ISA-tools/isa-api)|0.058|
+|pypi|[lmfit](https://lmfit.github.io/lmfit-py/)|0.058|
+|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|0.058|
+|pypi|[statsmodels](https://www.statsmodels.org/)|0.058|
+|pypi|[tenacity](https://pypi.org/project/tenacity)|0.058|
+|pypi|[Babel](https://pypi.org/project/Babel)|0.029|
+|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.029|
+|pypi|[pandas](https://pandas.pydata.org)|0.024|
+|pypi|[scipy](https://www.scipy.org)|0.018|
+|pypi|[pytest](https://pypi.org/project/pytest)|0.016|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.011|
+|setup.py|github/phenomecentre/nPYc-Toolbox|0.01|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.01|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.01|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.01|
+|pypi|[black](https://pypi.org/project/black)|0.005|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.005|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.005|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.004|
+|pypi|[deepdiff](https://pypi.org/project/deepdiff)|0.004|
+|pypi|[progressbar2](https://pypi.org/project/progressbar2)|0.004|
+|pypi|[biopython](https://pypi.org/project/biopython)|0.004|
+|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|0.004|
+|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.004|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.004|
+|pypi|[iso8601](https://pypi.org/project/iso8601)|0.004|
+|pypi|[chardet](https://pypi.org/project/chardet)|0.004|
+|pypi|[requests](https://pypi.org/project/requests)|0.004|
+|pypi|[lxml](https://pypi.org/project/lxml)|0.004|
+|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.004|
+|pypi|[seaborn](https://seaborn.pydata.org)|0.003|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.003|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.003|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.003|
+|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.003|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.003|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.003|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.003|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.003|
+|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.003|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.003|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.003|
+|pypi|[joblib](https://pypi.org/project/joblib)|0.003|
+|pypi|[setuptools](https://github.com/pypa/setuptools)|0.003|
+|pypi|[trio](https://github.com/python-trio/trio)|0.002|
+|pypi|[curio](https://pypi.org/project/curio)|0.002|
+|pypi|[testpath](https://pypi.org/project/testpath)|0.002|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.002|
+|pypi|[qtconsole](https://pypi.org/project/qtconsole)|0.002|
+|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|0.002|
+|pypi|[notebook](https://pypi.org/project/notebook)|0.002|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.002|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.002|
+|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.002|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.002|
+|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.002|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.002|
+|pypi|[appnope](https://pypi.org/project/appnope)|0.002|
+|pypi|[pexpect](https://pypi.org/project/pexpect)|0.002|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.002|
+|pypi|[stack-data](https://pypi.org/project/stack-data)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.002|
+|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.002|
+|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.002|
+|pypi|[jedi](https://pypi.org/project/jedi)|0.002|
+|pypi|[decorator](https://pypi.org/project/decorator)|0.002|
+|pypi|[backcall](https://pypi.org/project/backcall)|0.002|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.002|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.002|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.002|
+|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.002|
+|pypi|[ini2toml](https://pypi.org/project/ini2toml)|0.002|
+|pypi|[pip-run](https://pypi.org/project/pip-run)|0.002|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.002|
+|pypi|[build](https://pypi.org/project/build)|0.002|
+|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|0.002|
+|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|0.002|
+|pypi|[pip](https://pypi.org/project/pip)|0.002|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.002|
+|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.002|
+|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|0.002|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.002|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.002|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.002|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.002|
+|pypi|[furo](https://pypi.org/project/furo)|0.002|
+|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|0.002|
+|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.002|
+|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|0.002|
+|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.002|
+|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.002|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.002|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.002|
+|pypi|[iPython](https://ipython.org)|0.001|
+|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|0.001|
+|pypi|[Jinja2](https://palletsprojects.com/p/jinja/)|0.001|
+|pypi|[plotly](https://plotly.com/python/)|0.001|
+|pypi|[scikit-learn](http://scikit-learn.org)|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/phenomecentre/nPYc-Toolbox/badge.png b/_repos/github/phenomecentre/nPYc-Toolbox/badge.png
new file mode 100644
index 00000000..ba1172bc
Binary files /dev/null and b/_repos/github/phenomecentre/nPYc-Toolbox/badge.png differ
diff --git a/_repos/github/phenomecentre/nPYc-Toolbox/data.json b/_repos/github/phenomecentre/nPYc-Toolbox/data.json
new file mode 100644
index 00000000..769ae6b8
--- /dev/null
+++ b/_repos/github/phenomecentre/nPYc-Toolbox/data.json
@@ -0,0 +1,422 @@
+{
+ "setup.py": {
+ "github/phenomecentre/nPYc-Toolbox": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "cycler": {
+ "credit": 0.05823529411764706,
+ "url": "https://github.com/matplotlib/cycler"
+ },
+ "iPython": {
+ "credit": 0.0005823529411764714,
+ "url": "https://ipython.org"
+ },
+ "isaExplorer": {
+ "credit": 0.0005823529411764714,
+ "url": "http://github.com/phenomecentre/isaexplorer"
+ },
+ "isatools": {
+ "credit": 0.05823529411764706,
+ "url": "https://github.com/ISA-tools/isa-api"
+ },
+ "Jinja2": {
+ "credit": 0.0005823529411764714,
+ "url": "https://palletsprojects.com/p/jinja/"
+ },
+ "lmfit": {
+ "credit": 0.05823529411764706,
+ "url": "https://lmfit.github.io/lmfit-py/"
+ },
+ "matplotlib": {
+ "credit": 0.07731567226890756,
+ "url": "https://matplotlib.org"
+ },
+ "networkx": {
+ "credit": 0.06207882352941176,
+ "url": "https://networkx.org/"
+ },
+ "numpy": {
+ "credit": 0.1484209663865546,
+ "url": "https://www.numpy.org"
+ },
+ "pandas": {
+ "credit": 0.02350626050420168,
+ "url": "https://pandas.pydata.org"
+ },
+ "plotly": {
+ "credit": 0.0005823529411764714,
+ "url": "https://plotly.com/python/"
+ },
+ "pyChemometrics": {
+ "credit": 0.05823529411764706,
+ "url": "https://github.com/Gscorreia89/pyChemometrics/"
+ },
+ "scikit-learn": {
+ "credit": 0.0005823529411764714,
+ "url": "http://scikit-learn.org"
+ },
+ "scipy": {
+ "credit": 0.017740966386554622,
+ "url": "https://www.scipy.org"
+ },
+ "seaborn": {
+ "credit": 0.0033277310924369756,
+ "url": "https://seaborn.pydata.org"
+ },
+ "setuptools": {
+ "credit": 0.002504117647058824,
+ "url": "https://github.com/pypa/setuptools"
+ },
+ "statsmodels": {
+ "credit": 0.05823529411764706,
+ "url": "https://www.statsmodels.org/"
+ },
+ "trio": {
+ "credit": 0.0019217647058823529,
+ "url": "https://github.com/python-trio/trio"
+ },
+ "curio": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/curio"
+ },
+ "testpath": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/testpath"
+ },
+ "pytest-asyncio": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/pytest-asyncio"
+ },
+ "pytest": {
+ "credit": 0.016135738682569803,
+ "url": "https://pypi.org/project/pytest"
+ },
+ "qtconsole": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/qtconsole"
+ },
+ "ipyparallel": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/ipyparallel"
+ },
+ "notebook": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/notebook"
+ },
+ "ipywidgets": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/ipywidgets"
+ },
+ "nbformat": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/nbformat"
+ },
+ "nbconvert": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/nbconvert"
+ },
+ "ipykernel": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/ipykernel"
+ },
+ "Sphinx": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/Sphinx"
+ },
+ "black": {
+ "credit": 0.0046671428571428576,
+ "url": "https://pypi.org/project/black"
+ },
+ "colorama": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "appnope": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/appnope"
+ },
+ "pexpect": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/pexpect"
+ },
+ "traitlets": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/traitlets"
+ },
+ "stack-data": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/stack-data"
+ },
+ "pygments": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "prompt-toolkit": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/prompt-toolkit"
+ },
+ "pickleshare": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/pickleshare"
+ },
+ "matplotlib-inline": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/matplotlib-inline"
+ },
+ "jedi": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/jedi"
+ },
+ "decorator": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/decorator"
+ },
+ "backcall": {
+ "credit": 0.0019217647058823529,
+ "url": "https://pypi.org/project/backcall"
+ },
+ "PyYAML": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/PyYAML"
+ },
+ "deepdiff": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/deepdiff"
+ },
+ "progressbar2": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/progressbar2"
+ },
+ "biopython": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/biopython"
+ },
+ "mzml2isa": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/mzml2isa"
+ },
+ "beautifulsoup4": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/beautifulsoup4"
+ },
+ "jinja2": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/jinja2"
+ },
+ "iso8601": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/iso8601"
+ },
+ "chardet": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/chardet"
+ },
+ "requests": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/requests"
+ },
+ "lxml": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/lxml"
+ },
+ "jsonschema": {
+ "credit": 0.0038435294117647057,
+ "url": "https://pypi.org/project/jsonschema"
+ },
+ "Babel": {
+ "credit": 0.028826470588235294,
+ "url": "https://pypi.org/project/Babel"
+ },
+ "MarkupSafe": {
+ "credit": 0.028826470588235294,
+ "url": "https://pypi.org/project/MarkupSafe"
+ },
+ "pytest-xdist": {
+ "credit": 0.011468595825426945,
+ "url": "https://pypi.org/project/pytest-xdist"
+ },
+ "hypothesis": {
+ "credit": 0.009608823529411765,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "pytz": {
+ "credit": 0.009608823529411765,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.009608823529411765,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "tenacity": {
+ "credit": 0.05765294117647059,
+ "url": "https://pypi.org/project/tenacity"
+ },
+ "pyamg": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/pyamg"
+ },
+ "mypy": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/mypy"
+ },
+ "flake8": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "pytest-cov": {
+ "credit": 0.004605150447275684,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "sphinxext-opengraph": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/sphinxext-opengraph"
+ },
+ "sphinx-prompt": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/sphinx-prompt"
+ },
+ "Pillow": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/Pillow"
+ },
+ "numpydoc": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx-gallery": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/sphinx-gallery"
+ },
+ "sphinx": {
+ "credit": 0.004605150447275684,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "scikit-image": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/scikit-image"
+ },
+ "memory-profiler": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/memory-profiler"
+ },
+ "threadpoolctl": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/threadpoolctl"
+ },
+ "joblib": {
+ "credit": 0.0027453781512605043,
+ "url": "https://pypi.org/project/joblib"
+ },
+ "pytest-mypy": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "tomli": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "tomli-w": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/tomli-w"
+ },
+ "ini2toml": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/ini2toml"
+ },
+ "pip-run": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pip-run"
+ },
+ "filelock": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "build": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/build"
+ },
+ "jaraco.path": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/jaraco.path"
+ },
+ "jaraco.envs": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/jaraco.envs"
+ },
+ "pip": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pip"
+ },
+ "wheel": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "virtualenv": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/virtualenv"
+ },
+ "flake8-2020": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/flake8-2020"
+ },
+ "mock": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/mock"
+ },
+ "pytest-perf": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pytest-perf"
+ },
+ "pytest-enabler": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-flake8": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "furo": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/furo"
+ },
+ "sphinxcontrib-towncrier": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/sphinxcontrib-towncrier"
+ },
+ "sphinx-inline-tabs": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/sphinx-inline-tabs"
+ },
+ "sphinx-favicon": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/sphinx-favicon"
+ },
+ "pygments-github-lexers": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/pygments-github-lexers"
+ },
+ "jaraco.tidelift": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/jaraco.tidelift"
+ },
+ "rst.linker": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.0018597722960151802,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/phenomecentre/nPYc-Toolbox/setup.py b/_repos/github/phenomecentre/nPYc-Toolbox/setup.py
new file mode 100644
index 00000000..3aee1de4
--- /dev/null
+++ b/_repos/github/phenomecentre/nPYc-Toolbox/setup.py
@@ -0,0 +1,82 @@
+from setuptools import setup, find_packages
+
+setup(name='nPYc',
+ version='1.2.6',
+ description='National Phenome Centre toolbox',
+ url='https://github.com/phenomecentre/npyc-toolbox',
+ author='National Phenome Centre',
+ author_email='phenomecentre@imperial.ac.uk',
+ license='MIT',
+ packages=find_packages(),
+ install_requires=[
+ 'cycler>=0.10.0',
+ 'iPython>=6.3.1',
+ 'isaExplorer>=0.1',
+ 'isatools>=0.9.3',
+ 'Jinja2>=2.10',
+ 'lmfit>=0.9.7',
+ 'matplotlib>=2.2.2',
+ 'networkx>=2.1',
+ 'numpy>=1.14.2',
+ 'pandas>=0.23.0',
+ 'plotly>=3.1.0',
+ 'pyChemometrics>=0.1',
+ 'scikit-learn>=0.19.1',
+ 'scipy>=1.1.0',
+ 'seaborn>=0.8.1',
+ 'setuptools>=39.1.0',
+ 'statsmodels>=0.9.0'
+ ],
+ classifiers = [
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 3.9",
+ "Intended Audience :: Science/Research",
+ "License :: OSI Approved :: MIT License",
+ "Operating System :: OS Independent",
+ "Topic :: Scientific/Engineering :: Bio-Informatics",
+ ],
+ long_description = """\
+ Toolbox for preprocessing of metabolic profiling datasets
+ ---------------------------------------------------------
+
+ .. image:: https://travis-ci.org/phenomecentre/nPYc-Toolbox.svg?branch=master
+ :target: https://travis-ci.org/phenomecentre/nPYc-Toolbox
+ :alt: Travis CI build status
+
+ .. image:: https://readthedocs.org/projects/npyc-toolbox/badge/?version=latest
+ :target: http://npyc-toolbox.readthedocs.io/en/latest/?badge=latest
+ :alt: Documentation Status
+
+ .. image:: https://codecov.io/gh/phenomecentre/nPYc-Toolbox/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/phenomecentre/nPYc-Toolbox
+ :alt: Test coverage
+
+ |
+
+ The nPYc toolbox offers functions for the import, preprocessing, and QC of metabolic profiling datasets.
+
+ Documentation can be found on `Read the Docs `_.
+
+ Imports
+ - Peak-picked LC-MS data (XCMS, Progenesis QI, *&* Metaboscape)
+ - Raw NMR spectra (Bruker format)
+ - Targeted datasets (TargetLynx, Bruker BI-LISA, *&* BI-Quant-Ur)
+
+ Provides
+ - Batch *&* drift correction for LC-MS datasets
+ - Feature filtering by RSD *&* linearity of response
+ - Calculation of spectral line-width in NMR
+ - PCA of datasets
+ - Visualisation of datasets
+
+ Exports
+ - Basic tabular csv
+ - `ISA-TAB `_
+
+ The nPYc toolbox is `developed `_ by the informatics team at `The National Phenome Centre `_ at `Imperial College London `_.
+ """,
+ long_description_content_type="text/markdown",
+ documentation='http://npyc-toolbox.readthedocs.io/en/latest/?badge=stable',
+ include_package_data=True,
+ zip_safe=False
+ )
diff --git a/_repos/github/pybamm-team/PyBaMM/README.md b/_repos/github/pybamm-team/PyBaMM/README.md
new file mode 100644
index 00000000..1490f8f3
--- /dev/null
+++ b/_repos/github/pybamm-team/PyBaMM/README.md
@@ -0,0 +1,60 @@
+---
+title: github/pybamm-team/PyBaMM
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.243|
+|pypi|[matplotlib](https://matplotlib.org)|0.103|
+|pypi|[six](https://pypi.org/project/six)|0.102|
+|pypi|[casadi](http://casadi.org)|0.083|
+|pypi|[jupyter](http://jupyter.org)|0.083|
+|pypi|[mpmath](https://pypi.org/project/mpmath)|0.082|
+|pypi|[future](https://pypi.org/project/future)|0.041|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.041|
+|pypi|[scipy](https://www.scipy.org)|0.021|
+|pypi|[meshio](https://pypi.org/project/meshio)|0.02|
+|pypi|[latexcodec](https://pypi.org/project/latexcodec)|0.02|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.02|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.014|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.014|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.014|
+|setup.py|github/pybamm-team/PyBaMM|0.01|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.007|
+|pypi|[itk](https://pypi.org/project/itk)|0.004|
+|pypi|[gdal](https://pypi.org/project/gdal)|0.004|
+|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.004|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.004|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.004|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.004|
+|pypi|[black](https://pypi.org/project/black)|0.004|
+|pypi|[fsspec](https://pypi.org/project/fsspec)|0.004|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004|
+|pypi|[invoke](https://pypi.org/project/invoke)|0.004|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.004|
+|pypi|[tifffile](https://pypi.org/project/tifffile)|0.004|
+|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|0.004|
+|pypi|[av](https://pypi.org/project/av)|0.004|
+|pypi|[astropy](https://pypi.org/project/astropy)|0.004|
+|pypi|[pillow](https://pypi.org/project/pillow)|0.004|
+|pypi|[filelock](https://pypi.org/project/filelock)|0.002|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.002|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.002|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.002|
+|pypi|[pandas](https://pandas.pydata.org)|0.001|
+|pypi|[anytree](https://github.com/c0fec0de/anytree)|0.001|
+|pypi|[autograd](https://github.com/HIPS/autograd)|0.001|
+|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|0.001|
+|pypi|[imageio](https://github.com/imageio/imageio)|0.001|
+|pypi|[pybtex](https://pybtex.org/)|0.001|
+|pypi|[sympy](https://sympy.org)|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/pybamm-team/PyBaMM/badge.png b/_repos/github/pybamm-team/PyBaMM/badge.png
new file mode 100644
index 00000000..d9b651a3
Binary files /dev/null and b/_repos/github/pybamm-team/PyBaMM/badge.png differ
diff --git a/_repos/github/pybamm-team/PyBaMM/data.json b/_repos/github/pybamm-team/PyBaMM/data.json
new file mode 100644
index 00000000..51d21eec
--- /dev/null
+++ b/_repos/github/pybamm-team/PyBaMM/data.json
@@ -0,0 +1,186 @@
+{
+ "setup.py": {
+ "github/pybamm-team/PyBaMM": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "numpy": {
+ "credit": 0.24334243421052631,
+ "url": "https://www.numpy.org"
+ },
+ "scipy": {
+ "credit": 0.021243750000000006,
+ "url": "https://www.scipy.org"
+ },
+ "pandas": {
+ "credit": 0.0008250000000000063,
+ "url": "https://pandas.pydata.org"
+ },
+ "anytree": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/c0fec0de/anytree"
+ },
+ "autograd": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/HIPS/autograd"
+ },
+ "scikit-fem": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/kinnala/scikit-fem"
+ },
+ "casadi": {
+ "credit": 0.0825,
+ "url": "http://casadi.org"
+ },
+ "imageio": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/imageio/imageio"
+ },
+ "jupyter": {
+ "credit": 0.0825,
+ "url": "http://jupyter.org"
+ },
+ "pybtex": {
+ "credit": 0.0008250000000000063,
+ "url": "https://pybtex.org/"
+ },
+ "sympy": {
+ "credit": 0.0008250000000000063,
+ "url": "https://sympy.org"
+ },
+ "matplotlib": {
+ "credit": 0.10291875,
+ "url": "https://matplotlib.org"
+ },
+ "pytest-xdist": {
+ "credit": 0.00013612500000000083,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.040575996710526314,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "hypothesis": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "pytz": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.0136125,
+ "url": "https://pypi.org/project/python-dateutil"
+ },
+ "six": {
+ "credit": 0.10209375,
+ "url": "https://pypi.org/project/six"
+ },
+ "future": {
+ "credit": 0.0408375,
+ "url": "https://pypi.org/project/future"
+ },
+ "meshio": {
+ "credit": 0.02041875,
+ "url": "https://pypi.org/project/meshio"
+ },
+ "itk": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/itk"
+ },
+ "gdal": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/gdal"
+ },
+ "pydata-sphinx-theme": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/pydata-sphinx-theme"
+ },
+ "numpydoc": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/numpydoc"
+ },
+ "sphinx": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "flake8": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "black": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/black"
+ },
+ "fsspec": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/fsspec"
+ },
+ "pytest-cov": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "invoke": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/invoke"
+ },
+ "wheel": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/wheel"
+ },
+ "tifffile": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/tifffile"
+ },
+ "psutil": {
+ "credit": 0.0065447467105263155,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "imageio-ffmpeg": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/imageio-ffmpeg"
+ },
+ "av": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/av"
+ },
+ "astropy": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/astropy"
+ },
+ "pillow": {
+ "credit": 0.004298684210526316,
+ "url": "https://pypi.org/project/pillow"
+ },
+ "latexcodec": {
+ "credit": 0.02041875,
+ "url": "https://pypi.org/project/latexcodec"
+ },
+ "PyYAML": {
+ "credit": 0.02041875,
+ "url": "https://pypi.org/project/PyYAML"
+ },
+ "mpmath": {
+ "credit": 0.081675,
+ "url": "https://pypi.org/project/mpmath"
+ },
+ "filelock": {
+ "credit": 0.0022460625,
+ "url": "https://pypi.org/project/filelock"
+ },
+ "setproctitle": {
+ "credit": 0.0022460625,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "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/pybamm-team/PyBaMM/setup.py b/_repos/github/pybamm-team/PyBaMM/setup.py
new file mode 100644
index 00000000..9b3c441b
--- /dev/null
+++ b/_repos/github/pybamm-team/PyBaMM/setup.py
@@ -0,0 +1,230 @@
+import os
+import glob
+import logging
+import subprocess
+from pathlib import Path
+from platform import system
+import wheel.bdist_wheel as orig
+import site
+import shutil
+
+try:
+ from setuptools import setup, find_packages, Extension
+ from setuptools.command.install import install
+except ImportError:
+ from distutils.core import setup, find_packages
+ from distutils.command.install import install
+
+import CMakeBuild
+
+default_lib_dir = (
+ "" if system() == "Windows" else os.path.join(os.getenv("HOME"), ".local")
+)
+
+log_format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
+logger = logging.getLogger("PyBaMM setup")
+
+# To override the default severity of logging
+logger.setLevel("INFO")
+
+# Use FileHandler() to log to a file
+logfile = os.path.join(os.path.dirname(os.path.abspath(__file__)), "setup.log")
+file_handler = logging.FileHandler(logfile)
+formatter = logging.Formatter(log_format)
+file_handler.setFormatter(formatter)
+
+# Add the file handler
+logger.addHandler(file_handler)
+logger.info("Starting PyBaMM setup")
+
+
+class CustomInstall(install):
+ """A custom install command to add 2 build options"""
+
+ user_options = install.user_options + [
+ ("suitesparse-root=", None, "suitesparse source location"),
+ ("sundials-root=", None, "sundials source location"),
+ ]
+
+ def initialize_options(self):
+ install.initialize_options(self)
+ self.suitesparse_root = None
+ self.sundials_root = None
+
+ def finalize_options(self):
+ install.finalize_options(self)
+ if not self.suitesparse_root:
+ self.suitesparse_root = default_lib_dir
+ if not self.sundials_root:
+ self.sundials_root = default_lib_dir
+
+ def run(self):
+ install.run(self)
+
+
+class bdist_wheel(orig.bdist_wheel):
+ """A custom install command to add 2 build options"""
+
+ user_options = orig.bdist_wheel.user_options + [
+ ("suitesparse-root=", None, "suitesparse source location"),
+ ("sundials-root=", None, "sundials source location"),
+ ]
+
+ def initialize_options(self):
+ orig.bdist_wheel.initialize_options(self)
+ self.suitesparse_root = None
+ self.sundials_root = None
+
+ def finalize_options(self):
+ orig.bdist_wheel.finalize_options(self)
+ if not self.suitesparse_root:
+ self.suitesparse_root = default_lib_dir
+ if not self.sundials_root:
+ self.sundials_root = default_lib_dir
+
+ def run(self):
+ orig.bdist_wheel.run(self)
+
+
+def compile_KLU():
+ # Return whether or not the KLU extension should be compiled.
+ # Return True if:
+ # - Not running on Windows AND
+ # - CMake is found AND
+ # - The pybind11 and casadi-headers directories are found
+ # in the PyBaMM project directory
+ CMakeFound = True
+ PyBind11Found = True
+ windows = (not system()) or system() == "Windows"
+
+ msg = "Running on Windows" if windows else "Not running on windows"
+ logger.info(msg)
+
+ try:
+ subprocess.run(["cmake", "--version"])
+ logger.info("Found CMake.")
+ except OSError:
+ CMakeFound = False
+ logger.info("Could not find CMake. Skipping compilation of KLU module.")
+
+ pybamm_project_dir = os.path.dirname(os.path.abspath(__file__))
+ pybind11_dir = os.path.join(pybamm_project_dir, "pybind11")
+ try:
+ open(os.path.join(pybind11_dir, "tools", "pybind11Tools.cmake"))
+ logger.info("Found pybind11 directory ({})".format(pybind11_dir))
+ except FileNotFoundError:
+ PyBind11Found = False
+ msg = (
+ "Could not find PyBind11 directory ({})."
+ " Skipping compilation of KLU module.".format(pybind11_dir)
+ )
+ logger.info(msg)
+
+ return CMakeFound and PyBind11Found
+
+
+# Build the list of package data files to be included in the PyBaMM package.
+# These are mainly the parameter files located in the input/parameters/ subdirectories.
+pybamm_data = []
+for file_ext in ["*.csv", "*.py", "*.md", "*.txt"]:
+ # Get all the files ending in file_ext in pybamm/input dir.
+ # list_of_files = [
+ # 'pybamm/input/drive_cycles/car_current.csv',
+ # 'pybamm/input/drive_cycles/US06.csv',
+ # ...
+ list_of_files = glob.glob("pybamm/input/**/" + file_ext, recursive=True)
+
+ # Add these files to pybamm_data.
+ # The path must be relative to the package dir (pybamm/), so
+ # must process the content of list_of_files to take out the top
+ # pybamm/ dir, i.e.:
+ # ['input/drive_cycles/car_current.csv',
+ # 'input/drive_cycles/US06.csv',
+ # ...
+ pybamm_data.extend(
+ [os.path.join(*Path(filename).parts[1:]) for filename in list_of_files]
+ )
+pybamm_data.append("./CITATIONS.txt")
+pybamm_data.append("./plotting/pybamm.mplstyle")
+pybamm_data.append("../CMakeBuild.py")
+
+idaklu_ext = Extension("pybamm.solvers.idaklu", [
+ "pybamm/solvers/c_solvers/idaklu.cpp"
+ "pybamm/solvers/c_solvers/idaklu.hpp"
+ "pybamm/solvers/c_solvers/idaklu_casadi.cpp"
+ "pybamm/solvers/c_solvers/idaklu_casadi.hpp"
+ "pybamm/solvers/c_solvers/idaklu_python.cpp"
+ "pybamm/solvers/c_solvers/idaklu_python.hpp"
+ "pybamm/solvers/c_solvers/solution.cpp"
+ "pybamm/solvers/c_solvers/solution.hpp"
+])
+ext_modules = [idaklu_ext] if compile_KLU() else []
+
+# Defines __version__
+root = os.path.abspath(os.path.dirname(__file__))
+with open(os.path.join(root, "pybamm", "version.py")) as f:
+ exec(f.read())
+
+# Load text for description and license
+with open("README.md", encoding="utf-8") as f:
+ readme = f.read()
+
+setup(
+ name="pybamm",
+ version=__version__, # noqa: F821
+ description="Python Battery Mathematical Modelling.",
+ long_description=readme,
+ long_description_content_type="text/markdown",
+ url="https://github.com/pybamm-team/PyBaMM",
+ packages=find_packages(include=("pybamm", "pybamm.*")),
+ ext_modules=ext_modules,
+ cmdclass={
+ "build_ext": CMakeBuild.CMakeBuild,
+ "bdist_wheel": bdist_wheel,
+ "install": CustomInstall,
+ },
+ package_data={"pybamm": pybamm_data},
+ # Python version
+ python_requires=">=3.7,<3.10",
+ # List of dependencies
+ install_requires=[
+ "numpy>=1.16",
+ "scipy>=1.3",
+ "pandas>=0.24",
+ "anytree>=2.4.3",
+ "autograd>=1.2",
+ "scikit-fem>=0.2.0",
+ "casadi>=3.5.0",
+ "imageio>=2.9.0",
+ "jupyter", # For example notebooks
+ "pybtex",
+ "sympy==1.9",
+ # Note: Matplotlib is loaded for debug plots, but to ensure pybamm runs
+ # on systems without an attached display, it should never be imported
+ # outside of plot() methods.
+ # Should not be imported
+ "matplotlib>=2.0",
+ ],
+ extras_require={
+ "docs": ["sphinx>=1.5", "guzzle-sphinx-theme"], # For doc generation
+ "dev": [
+ "flake8>=3", # For code style checking
+ "black", # For code style auto-formatting
+ ],
+ },
+ entry_points={
+ "console_scripts": [
+ "pybamm_edit_parameter = pybamm.parameters_cli:edit_parameter",
+ "pybamm_add_parameter = pybamm.parameters_cli:add_parameter",
+ "pybamm_rm_parameter = pybamm.parameters_cli:remove_parameter",
+ "pybamm_install_odes = pybamm.install_odes:main",
+ "pybamm_install_jax = pybamm.util:install_jax",
+ ]
+ },
+)
+
+# pybtex adds a folder "tests" to the site packages, so we manually remove this
+path_to_sitepackages = site.getsitepackages()[0]
+path_to_tests_dir = os.path.join(path_to_sitepackages, "tests")
+if os.path.exists(path_to_tests_dir):
+ shutil.rmtree(path_to_tests_dir)
diff --git a/_repos/github/ropensci/unifir/DESCRIPTION b/_repos/github/ropensci/unifir/DESCRIPTION
new file mode 100644
index 00000000..07d86f83
--- /dev/null
+++ b/_repos/github/ropensci/unifir/DESCRIPTION
@@ -0,0 +1,51 @@
+Type: Package
+Package: unifir
+Title: A Unifying API for Calling the 'Unity' '3D' Video Game Engine
+Version: 0.2.1
+Authors@R: c(
+ person(given = "Michael",
+ family = "Mahoney",
+ email = "mike.mahoney.218@gmail.com",
+ role = c("aut", "cre"),
+ comment = c(ORCID = "0000-0003-2402-304X")),
+ person(given = "Will",
+ family = "Jones",
+ role = c("rev"),
+ comment = c("Will reviewed the package (v. 0.2.0) for rOpenSci, see ")),
+ person(given = "Tan",
+ family = "Tran",
+ role = c("rev"),
+ comment = c("Tan reviewed the package (v. 0.2.0) for rOpenSci, see ")))
+Description: Functions for the creation and manipulation of scenes and objects
+ within the 'Unity' '3D' video game engine (). Specific
+ focuses include the creation and import of terrain data and 'GameObjects' as
+ well as scene management.
+License: MIT + file LICENSE
+Depends:
+ R (>= 3.5.0)
+Imports:
+ glue,
+ methods,
+ proceduralnames,
+ R6,
+ utils
+Suggests:
+ terrainr,
+ covr,
+ knitr,
+ lintr,
+ pkgdown,
+ rmarkdown,
+ styler,
+ testthat (>= 3.0.0),
+ terra,
+ sf
+Encoding: UTF-8
+LazyData: true
+RoxygenNote: 7.1.2
+Config/testthat/edition: 3
+Config/testthat/parallel: true
+URL: https://docs.ropensci.org/unifir/, https://github.com/ropensci/unifir
+BugReports: https://github.com/ropensci/unifir/issues
+VignetteBuilder: knitr
+Roxygen: list(markdown = TRUE)
diff --git a/_repos/github/ropensci/unifir/README.md b/_repos/github/ropensci/unifir/README.md
new file mode 100644
index 00000000..6a067551
--- /dev/null
+++ b/_repos/github/ropensci/unifir/README.md
@@ -0,0 +1,50 @@
+---
+title: github/ropensci/unifir
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[testthat](https://testthat.r-lib.org)|0.237|
+|cran|R|0.235|
+|cran|codemetar|0.109|
+|cran|pryr|0.109|
+|cran|covr|0.019|
+|cran|methods|0.019|
+|cran|RSQLite|0.018|
+|cran|rmarkdown|0.018|
+|cran|knitr|0.018|
+|cran|DBI|0.018|
+|cran|[vctrs](https://vctrs.r-lib.org/)|0.016|
+|cran|stringr|0.016|
+|cran|rprintf|0.016|
+|cran|R.utils|0.016|
+|cran|microbenchmark|0.016|
+|cran|magrittr|0.016|
+|cran|ggplot2|0.016|
+|cran|forcats|0.016|
+|cran|dplyr|0.016|
+|cran|crayon|0.016|
+|DESCRIPTION|github/ropensci/unifir|0.01|
+|cran|[glue](https://github.com/tidyverse/glue)|0.005|
+|cran|[R6](https://r6.r-lib.org)|0.005|
+|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|0.003|
+|cran|tibble|0.001|
+|cran|rlang|0.001|
+|cran|rematch2|0.001|
+|cran|fansi|0.001|
+|cran|diffobj|0.001|
+|cran|cli|0.001|
+|cran|lattice|0.001|
+|cran|stats|0.001|
+|cran|grDevices|0.001|
+|cran|graphics|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/ropensci/unifir/badge.png b/_repos/github/ropensci/unifir/badge.png
new file mode 100644
index 00000000..73f32fd3
Binary files /dev/null and b/_repos/github/ropensci/unifir/badge.png differ
diff --git a/_repos/github/ropensci/unifir/data.json b/_repos/github/ropensci/unifir/data.json
new file mode 100644
index 00000000..3f247971
--- /dev/null
+++ b/_repos/github/ropensci/unifir/data.json
@@ -0,0 +1,150 @@
+{
+ "DESCRIPTION": {
+ "github/ropensci/unifir": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "glue": {
+ "credit": 0.004770150000000025,
+ "url": "https://github.com/tidyverse/glue"
+ },
+ "proceduralnames": {
+ "credit": 0.003300000000000025,
+ "url": "https://mikemahoney218.github.io/proceduralnames/"
+ },
+ "R6": {
+ "credit": 0.004770150000000025,
+ "url": "https://r6.r-lib.org"
+ },
+ "withr": {
+ "credit": 0.0001633499999999996,
+ "url": "https://withr.r-lib.org"
+ },
+ "waldo": {
+ "credit": 0.0001633499999999996,
+ "url": "https://github.com/r-lib/waldo"
+ },
+ "vctrs": {
+ "credit": 0.016335,
+ "url": "https://vctrs.r-lib.org/"
+ },
+ "testthat": {
+ "credit": 0.23695278749999998,
+ "url": "https://testthat.r-lib.org"
+ },
+ "stringr": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "RSQLite": {
+ "credit": 0.017682637499999997,
+ "url": null
+ },
+ "rprintf": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.017682637499999997,
+ "url": null
+ },
+ "R.utils": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.017682637499999997,
+ "url": null
+ },
+ "ggplot2": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "forcats": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "DBI": {
+ "credit": 0.017682637499999997,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.016335,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.019152787499999997,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.019152787499999997,
+ "url": null
+ },
+ "R": {
+ "credit": 0.23548263749999998,
+ "url": null
+ },
+ "codemetar": {
+ "credit": 0.1089,
+ "url": null
+ },
+ "pryr": {
+ "credit": 0.1089,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.0013476375,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.00147015,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.00147015,
+ "url": null
+ },
+ "rematch2": {
+ "credit": 0.00147015,
+ "url": null
+ },
+ "fansi": {
+ "credit": 0.00147015,
+ "url": null
+ },
+ "diffobj": {
+ "credit": 0.00147015,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.00147015,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/saphir746/BiobankRead-Bash/README.md b/_repos/github/saphir746/BiobankRead-Bash/README.md
new file mode 100644
index 00000000..1e8c845e
--- /dev/null
+++ b/_repos/github/saphir746/BiobankRead-Bash/README.md
@@ -0,0 +1,80 @@
+---
+title: github/saphir746/BiobankRead-Bash
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.282|
+|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.165|
+|pypi|[lxml](https://lxml.de/)|0.054|
+|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.053|
+|pypi|[matplotlib](https://matplotlib.org)|0.041|
+|pypi|[pytz](http://pythonhosted.org/pytz)|0.035|
+|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.035|
+|pypi|[six](https://pypi.org/project/six)|0.027|
+|pypi|[webencodings](https://pypi.org/project/webencodings)|0.027|
+|pypi|[cryptography](https://github.com/pyca/cryptography)|0.021|
+|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.018|
+|pypi|[ipaddress](https://github.com/phihag/ipaddress)|0.018|
+|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.018|
+|pypi|[idna](https://github.com/kjd/idna)|0.018|
+|pypi|[brotlipy](https://github.com/python-hyper/brotlipy/)|0.018|
+|pypi|[brotli](https://github.com/google/brotli)|0.018|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.016|
+|setup.py|github/saphir746/BiobankRead-Bash|0.01|
+|pypi|[enum34](https://pypi.org/project/enum34)|0.009|
+|pypi|[cffi](https://pypi.org/project/cffi)|0.009|
+|pypi|[hypothesis](https://hypothesis.works)|0.009|
+|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.007|
+|pypi|[filelock](https://github.com/tox-dev/py-filelock)|0.004|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.004|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.004|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.004|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.004|
+|pypi|[pandas](https://pandas.pydata.org)|0.004|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.003|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.003|
+|pypi|[pretend](https://pypi.org/project/pretend)|0.003|
+|pypi|[flaky](https://pypi.org/project/flaky)|0.003|
+|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.003|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.003|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.002|
+|pypi|[requests](https://pypi.org/project/requests)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[nose](https://pypi.org/project/nose)|0.002|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.002|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.002|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.002|
+|pypi|[py](https://pypi.org/project/py)|0.002|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.002|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.002|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.002|
+|pypi|[bs4](https://pypi.python.org/pypi/beautifulsoup4)|0.002|
+|pypi|[urllib3](https://urllib3.readthedocs.io/)|0.002|
+|pypi|[seaborn](https://seaborn.pydata.org)|0.002|
+|pypi|[beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|0.002|
+|pypi|[tzdata](https://pypi.org/project/tzdata)|0.001|
+|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.001|
+|pypi|[rich](https://pypi.org/project/rich)|0.001|
+|pypi|[redis](https://pypi.org/project/redis)|0.001|
+|pypi|[libcst](https://pypi.org/project/libcst)|0.001|
+|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.001|
+|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|0.001|
+|pypi|[django](https://pypi.org/project/django)|0.001|
+|pypi|[click](https://pypi.org/project/click)|0.001|
+|pypi|[black](https://pypi.org/project/black)|0.001|
+|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.001|
+|pypi|[html5lib](https://github.com/html5lib/html5lib-python)|0.001|
+|pypi|[soupsieve](https://facelessuser.github.io/soupsieve/)|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/saphir746/BiobankRead-Bash/badge.png b/_repos/github/saphir746/BiobankRead-Bash/badge.png
new file mode 100644
index 00000000..d5f34fc3
Binary files /dev/null and b/_repos/github/saphir746/BiobankRead-Bash/badge.png differ
diff --git a/_repos/github/saphir746/BiobankRead-Bash/data.json b/_repos/github/saphir746/BiobankRead-Bash/data.json
new file mode 100644
index 00000000..e2543ffe
--- /dev/null
+++ b/_repos/github/saphir746/BiobankRead-Bash/data.json
@@ -0,0 +1,274 @@
+{
+ "setup.py": {
+ "github/saphir746/BiobankRead-Bash": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "bs4": {
+ "credit": 0.0016500000000000126,
+ "url": "https://pypi.python.org/pypi/beautifulsoup4"
+ },
+ "numpy": {
+ "credit": 0.2817271875,
+ "url": "https://www.numpy.org"
+ },
+ "pandas": {
+ "credit": 0.0035557500000000146,
+ "url": "https://pandas.pydata.org"
+ },
+ "urllib3": {
+ "credit": 0.0016500000000000126,
+ "url": "https://urllib3.readthedocs.io/"
+ },
+ "regex": {
+ "credit": 0.165,
+ "url": "https://github.com/mrabarnett/mrab-regex"
+ },
+ "seaborn": {
+ "credit": 0.0016500000000000126,
+ "url": "https://seaborn.pydata.org"
+ },
+ "beautifulsoup4": {
+ "credit": 0.00163350000000001,
+ "url": "https://www.crummy.com/software/BeautifulSoup/bs4/"
+ },
+ "pytest-xdist": {
+ "credit": 0.007010437500000001,
+ "url": "https://github.com/pytest-dev/pytest-xdist"
+ },
+ "pytest": {
+ "credit": 0.0159946875,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "hypothesis": {
+ "credit": 0.008694984375000001,
+ "url": "https://hypothesis.works"
+ },
+ "pytz": {
+ "credit": 0.0354605625,
+ "url": "http://pythonhosted.org/pytz"
+ },
+ "python-dateutil": {
+ "credit": 0.0354605625,
+ "url": "https://github.com/dateutil/dateutil"
+ },
+ "PySocks": {
+ "credit": 0.01815,
+ "url": "https://github.com/Anorov/PySocks"
+ },
+ "ipaddress": {
+ "credit": 0.01815,
+ "url": "https://github.com/phihag/ipaddress"
+ },
+ "certifi": {
+ "credit": 0.01815,
+ "url": "https://certifiio.readthedocs.io/en/latest/"
+ },
+ "idna": {
+ "credit": 0.01815,
+ "url": "https://github.com/kjd/idna"
+ },
+ "cryptography": {
+ "credit": 0.02114475,
+ "url": "https://github.com/pyca/cryptography"
+ },
+ "pyOpenSSL": {
+ "credit": 0.0001815000000000011,
+ "url": "https://pyopenssl.org/"
+ },
+ "brotlipy": {
+ "credit": 0.01815,
+ "url": "https://github.com/python-hyper/brotlipy/"
+ },
+ "brotli": {
+ "credit": 0.01815,
+ "url": "https://github.com/google/brotli"
+ },
+ "brotlicffi": {
+ "credit": 0.0001815000000000011,
+ "url": "https://github.com/python-hyper/brotlicffi"
+ },
+ "matplotlib": {
+ "credit": 0.0408375,
+ "url": "https://matplotlib.org"
+ },
+ "scipy": {
+ "credit": 0.0004083750000000025,
+ "url": "https://www.scipy.org"
+ },
+ "lxml": {
+ "credit": 0.053905499999999995,
+ "url": "https://lxml.de/"
+ },
+ "html5lib": {
+ "credit": 0.0005390550000000036,
+ "url": "https://github.com/html5lib/html5lib-python"
+ },
+ "soupsieve": {
+ "credit": 0.0005390550000000036,
+ "url": "https://facelessuser.github.io/soupsieve/"
+ },
+ "filelock": {
+ "credit": 0.004492125,
+ "url": "https://github.com/tox-dev/py-filelock"
+ },
+ "setproctitle": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/setproctitle"
+ },
+ "psutil": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/psutil"
+ },
+ "pytest-forked": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/pytest-forked"
+ },
+ "execnet": {
+ "credit": 0.004492125,
+ "url": "https://pypi.org/project/execnet"
+ },
+ "xmlschema": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "requests": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/requests"
+ },
+ "pygments": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/mock"
+ },
+ "argcomplete": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "colorama": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "atomicwrites": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "importlib-metadata": {
+ "credit": 0.0031819218749999994,
+ "url": "https://pypi.org/project/importlib-metadata"
+ },
+ "tomli": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "packaging": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "iniconfig": {
+ "credit": 0.0016845468749999998,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.0031819218749999994,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "tzdata": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/tzdata"
+ },
+ "backports.zoneinfo": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/backports.zoneinfo"
+ },
+ "rich": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/rich"
+ },
+ "redis": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/redis"
+ },
+ "libcst": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/libcst"
+ },
+ "lark-parser": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/lark-parser"
+ },
+ "dpcontracts": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/dpcontracts"
+ },
+ "django": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/django"
+ },
+ "click": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/click"
+ },
+ "black": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/black"
+ },
+ "sortedcontainers": {
+ "credit": 0.0014973749999999998,
+ "url": "https://pypi.org/project/sortedcontainers"
+ },
+ "pretend": {
+ "credit": 0.0029947499999999996,
+ "url": "https://pypi.org/project/pretend"
+ },
+ "flaky": {
+ "credit": 0.0029947499999999996,
+ "url": "https://pypi.org/project/flaky"
+ },
+ "sphinx-rtd-theme": {
+ "credit": 0.0029947499999999996,
+ "url": "https://pypi.org/project/sphinx-rtd-theme"
+ },
+ "sphinx": {
+ "credit": 0.0029947499999999996,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "enum34": {
+ "credit": 0.00898425,
+ "url": "https://pypi.org/project/enum34"
+ },
+ "cffi": {
+ "credit": 0.00898425,
+ "url": "https://pypi.org/project/cffi"
+ },
+ "six": {
+ "credit": 0.026683222499999996,
+ "url": "https://pypi.org/project/six"
+ },
+ "webencodings": {
+ "credit": 0.026683222499999996,
+ "url": "https://pypi.org/project/webencodings"
+ },
+ "backports-functools-lru-cache": {
+ "credit": 0.05336644499999999,
+ "url": "https://pypi.org/project/backports-functools-lru-cache"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/saphir746/BiobankRead-Bash/setup.py b/_repos/github/saphir746/BiobankRead-Bash/setup.py
new file mode 100644
index 00000000..02298bc3
--- /dev/null
+++ b/_repos/github/saphir746/BiobankRead-Bash/setup.py
@@ -0,0 +1,55 @@
+#!/usr/bin/env python
+
+import sys
+import os
+import glob
+import itertools
+
+#import setuptools
+from setuptools import setup
+
+#######
+# authored by Dr A. Berlanga
+#####
+
+# Get location to this file:
+here = os.path.abspath(os.path.dirname(__file__))
+print(here)
+funct=["extract_death.py","extract_HES.py","extract_SR.py","extract_variables.py"]
+
+def get_cli_scripts():
+ files = []
+ for filename in funct:
+ scripts = [fn for fn in glob.glob(os.path.join('Scripts/**', filename),
+ recursive = True)
+ if not os.path.basename(fn).startswith('__init__')
+ ]
+ files.append(scripts)
+ flatten_list = list(itertools.chain.from_iterable(files))
+ return(flatten_list)
+
+Scripts = get_cli_scripts()
+
+# Python version needed:
+major, minor1, minor2, s, tmp = sys.version_info
+
+if (major < 3) or (major==3 and minor1<6):
+ raise SystemExit("""Python 3.6 or later required, exiting.""")
+######
+# Thanks Antonio
+######
+
+setup(name='BiobankRead2',
+ version='3.1.1',
+ description='Python scripts for UKB data',
+ author='Deborah Schneider-Luftman',
+ author_email='ds711@ic.ac.uk',
+ license ='GNU GPL v3',
+ packages=['BiobankRead2'],
+ package_dir={'': 'Biobankread2'},
+ install_requires=[
+ "bs4", "numpy", "pandas", "urllib3", "regex", "seaborn"
+ ],
+ include_package_data = True,
+ package_data={'BiobankRead2': ['data/*.tsv','data/*.csv']},
+ scripts=Scripts)
diff --git a/_repos/github/su2code/SU2/CMakeLists.txt b/_repos/github/su2code/SU2/CMakeLists.txt
new file mode 100644
index 00000000..55007360
--- /dev/null
+++ b/_repos/github/su2code/SU2/CMakeLists.txt
@@ -0,0 +1,40 @@
+cmake_minimum_required(VERSION 2.8.12) # requiring 2.8.12 sets the CMP0022 policy to new (non-transitive linking, i.e. just the interfaces) by default
+
+if (NOT CMAKE_BUILD_TYPE)
+ set (CMAKE_BUILD_TYPE Release CACHE STRING "CMake build type (Debug|Release)" FORCE)
+endif ()
+
+project (tecio C CXX)
+
+FIND_PACKAGE(Boost)
+IF (Boost_FOUND)
+ INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR})
+ELSE()
+ Set (Boost_INCLUDE_DIR /3rdpartylibs/boost/1.59.0/build/linux64-centos6.5/include)
+ message ("Warning: Cannot find boost include directories. Hardcoding to ${Boost_INCLUDE_DIR}")
+ INCLUDE_DIRECTORIES(SYSTEM ${Boost_INCLUDE_DIR})
+ENDIF()
+include_directories(.)
+
+IF (WIN32)
+ set(BaseFlags "/EHsc /MP /wd\"4996\" /D MSWIN /D TP_PROJECT_USES_BOOST /D BOOST_ALL_NO_LIB /D MAKEARCHIVE /D NO_THIRD_PARTY_LIBS /D NO_ASSERTS")
+ELSE ()
+ set(BaseFlags "-DLINUX -DLINUX64 -DTP_PROJECT_USES_BOOST -DBOOST_ALL_NO_LIB -DMAKEARCHIVE -DNO_THIRD_PARTY_LIBS -DNO_ASSERTS -fmessage-length=0 -fPIC -fvisibility=hidden -w")
+ENDIF ()
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${BaseFlags}")
+
+FILE(GLOB mainFiles "*.cpp" "*.h")
+LIST(REMOVE_ITEM mainFiles "${CMAKE_CURRENT_SOURCE_DIR}/szcombine.cpp")
+
+add_library(tecio STATIC ${mainFiles})
+
+add_executable(szcombine "szcombine.cpp")
+if (WIN32)
+ target_link_libraries(szcombine tecio)
+else ()
+ target_link_libraries(szcombine tecio pthread)
+endif ()
+
+# Had to add this so building tecio care package within loci-chem works...
+set_target_properties(tecio PROPERTIES LINKER_LANGUAGE CXX)
+set_target_properties(szcombine PROPERTIES LINKER_LANGUAGE CXX)
diff --git a/_repos/github/su2code/SU2/README.md b/_repos/github/su2code/SU2/README.md
new file mode 100644
index 00000000..1067e3b1
--- /dev/null
+++ b/_repos/github/su2code/SU2/README.md
@@ -0,0 +1,128 @@
+---
+title: github/su2code/SU2
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[zlib](https://zlib.net)|0.126|
+|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.11|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.082|
+|spack|pkgconfig|0.058|
+|spack|libbsd|0.04|
+|spack|[openssl](https://www.openssl.org)|0.025|
+|spack|perl|0.02|
+|spack|ca-certificates-mozilla|0.02|
+|spack|nasm|0.02|
+|spack|[expat](https://libexpat.github.io/)|0.017|
+|spack|automake|0.016|
+|spack|autoconf|0.016|
+|spack|libtool|0.016|
+|spack|m4|0.016|
+|spack|bzip2|0.016|
+|spack|xz|0.016|
+|spack|mbedtls|0.013|
+|spack|sqlite|0.011|
+|spack|gettext|0.011|
+|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.01|
+|CMakeLists.txt|github/su2code/SU2|0.01|
+|spack|[cmake](https://www.cmake.org)|0.01|
+|spack|readline|0.009|
+|spack|gdbm|0.009|
+|spack|libnsl|0.009|
+|spack|libffi|0.009|
+|spack|tk|0.009|
+|spack|tcl|0.009|
+|spack|uuid|0.009|
+|spack|tix|0.009|
+|spack|nss|0.008|
+|spack|zstd|0.008|
+|spack|libxml2|0.008|
+|spack|[gnutls](https://www.gnutls.org)|0.007|
+|spack|libidn2|0.007|
+|spack|nghttp2|0.007|
+|spack|libssh2|0.007|
+|spack|libssh|0.007|
+|spack|krb5|0.007|
+|spack|[python](https://www.python.org/)|0.007|
+|spack|lz4|0.006|
+|spack|lzo|0.006|
+|spack|nettle|0.006|
+|spack|libiconv|0.006|
+|spack|py-pip|0.003|
+|spack|py-wheel|0.003|
+|spack|py-sphinxcontrib-websupport|0.003|
+|spack|py-sphinxcontrib-applehelp|0.003|
+|spack|py-sphinxcontrib-devhelp|0.003|
+|spack|py-sphinxcontrib-jsmath|0.003|
+|spack|py-sphinxcontrib-htmlhelp|0.003|
+|spack|py-sphinxcontrib-serializinghtml|0.003|
+|spack|py-sphinxcontrib-qthelp|0.003|
+|spack|py-six|0.003|
+|spack|py-jinja2|0.003|
+|spack|py-pygments|0.003|
+|spack|py-docutils|0.003|
+|spack|py-snowballstemmer|0.003|
+|spack|py-babel|0.003|
+|spack|py-alabaster|0.003|
+|spack|py-imagesize|0.003|
+|spack|py-requests|0.003|
+|spack|py-setuptools|0.003|
+|spack|py-sphinx-rtd-theme|0.003|
+|spack|py-packaging|0.003|
+|spack|py-importlib-metadata|0.003|
+|spack|py-typing|0.003|
+|spack|py-colorama|0.003|
+|spack|[ninja](https://ninja-build.org/)|0.003|
+|spack|icu4c|0.002|
+|spack|jpeg|0.002|
+|spack|libmng|0.002|
+|spack|libtiff|0.002|
+|spack|freetype|0.002|
+|spack|gtkplus|0.002|
+|spack|libpng|0.002|
+|spack|libsm|0.002|
+|spack|pcre|0.002|
+|spack|inputproto|0.002|
+|spack|glib|0.002|
+|spack|dbus|0.002|
+|spack|gl|0.002|
+|spack|assimp|0.002|
+|spack|harfbuzz|0.002|
+|spack|double-conversion|0.002|
+|spack|pcre2|0.002|
+|spack|llvm|0.002|
+|spack|flex|0.002|
+|spack|bison|0.002|
+|spack|gperf|0.002|
+|spack|libdrm|0.002|
+|spack|libxcomposite|0.002|
+|spack|libxcursor|0.002|
+|spack|libxi|0.002|
+|spack|libxtst|0.002|
+|spack|libxrandr|0.002|
+|spack|libxdamage|0.002|
+|spack|fontconfig|0.002|
+|spack|libx11|0.002|
+|spack|libxcb|0.002|
+|spack|libxkbcommon|0.002|
+|spack|xcb-util-image|0.002|
+|spack|xcb-util-keysyms|0.002|
+|spack|xcb-util-renderutil|0.002|
+|spack|xcb-util-wm|0.002|
+|spack|libxext|0.002|
+|spack|libxrender|0.002|
+|spack|[curl](https://curl.se/)|0.001|
+|spack|[libarchive](https://www.libarchive.org)|0.001|
+|spack|[libuv](https://libuv.org)|0.001|
+|spack|[qt](https://qt.io)|0.001|
+|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|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/su2code/SU2/badge.png b/_repos/github/su2code/SU2/badge.png
new file mode 100644
index 00000000..b59d15aa
Binary files /dev/null and b/_repos/github/su2code/SU2/badge.png differ
diff --git a/_repos/github/su2code/SU2/data.json b/_repos/github/su2code/SU2/data.json
new file mode 100644
index 00000000..1145d1b8
--- /dev/null
+++ b/_repos/github/su2code/SU2/data.json
@@ -0,0 +1,454 @@
+{
+ "CMakeLists.txt": {
+ "github/su2code/SU2": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.00990000000000002,
+ "url": "https://www.cmake.org"
+ },
+ "ninja": {
+ "credit": 0.002501296875000005,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.000816750000000005,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.016501787002262448,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.12599733387726245,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.000816750000000005,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.081675,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.02492452137726245,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.000816750000000005,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.010281921617647063,
+ "url": "https://invisible-island.net/ncurses/ncurses.html"
+ },
+ "python": {
+ "credit": 0.006544209375000006,
+ "url": "https://www.python.org/"
+ },
+ "py-sphinx": {
+ "credit": 0.000816750000000005,
+ "url": "https://www.sphinx-doc.org/en/master/"
+ },
+ "gnuconfig": {
+ "credit": 0.10998795288461538,
+ "url": "https://www.gnu.org/software/config/"
+ },
+ "gnutls": {
+ "credit": 0.006738187499999999,
+ "url": "https://www.gnutls.org"
+ },
+ "mbedtls": {
+ "credit": 0.012958052884615384,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.008422734375,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.006738187499999999,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.05831703099264705,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.040429124999999996,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.015685037002262443,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.007904412259615384,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0062198653846153844,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.01617165,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.020214562499999998,
+ "url": null
+ },
+ "icu4c": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "jpeg": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libmng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libtiff": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "freetype": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gtkplus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "sqlite": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "libpng": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libsm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "inputproto": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "glib": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "dbus": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gl": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "assimp": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "harfbuzz": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "double-conversion": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "pcre2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "llvm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "flex": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "bison": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gperf": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libdrm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcomposite": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcursor": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxi": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxtst": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrandr": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxdamage": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "gettext": {
+ "credit": 0.011149718492647058,
+ "url": null
+ },
+ "fontconfig": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libx11": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxcb": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxkbcommon": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-image": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-keysyms": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-renderutil": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "xcb-util-wm": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxext": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libxrender": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "readline": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "gdbm": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libnsl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "libffi": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tk": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tcl": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "uuid": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "tix": {
+ "credit": 0.009465171617647058,
+ "url": null
+ },
+ "py-pip": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-wheel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-websupport": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-applehelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-devhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-jsmath": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-htmlhelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-serializinghtml": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinxcontrib-qthelp": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-six": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-jinja2": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-pygments": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-docutils": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-snowballstemmer": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-babel": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-alabaster": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-imagesize": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-requests": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-setuptools": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-sphinx-rtd-theme": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-packaging": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-importlib-metadata": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-typing": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ },
+ "py-colorama": {
+ "credit": 0.0032343299999999997,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/tumcms/Open-Infra-Platform/CMakeLists.txt b/_repos/github/tumcms/Open-Infra-Platform/CMakeLists.txt
new file mode 100644
index 00000000..d4894e60
--- /dev/null
+++ b/_repos/github/tumcms/Open-Infra-Platform/CMakeLists.txt
@@ -0,0 +1,817 @@
+#
+# Copyright (c) 2021 Technical University of Munich
+# Chair of Computational Modeling and Simulation.
+#
+# TUM Open Infra Platform is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License Version 3
+# as published by the Free Software Foundation.
+#
+# TUM Open Infra Platform 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 .
+#
+
+# Updated to 3.13 in revision 531
+cmake_minimum_required(VERSION 3.19)
+cmake_policy(SET CMP0020 NEW)
+cmake_policy(SET CMP0048 NEW)
+cmake_policy(SET CMP0074 NEW)
+#cmake_policy(SET CMP0071 OLD)
+
+project(OpenInfraPlatform CXX)
+
+message(STATUS "Please refer to ./Documentation/markdown/CMakeOptions.md for documentation on all options that can be selected in the configuration.")
+
+#-------------------------------------------------------------------------------------
+# CMake definitions and propertiess
+#-------------------------------------------------------------------------------------
+
+set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH})
+set(CMAKE_AUTOMOC ON)
+
+# Changed C++ standard to 14 in revision 534
+set(CMAKE_DEBUG_POSTFIX "d")
+include(ProjectVersion)
+find_package(Git REQUIRED)
+
+include(FetchContent)
+
+enable_testing()
+set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+
+#------------------------------------------------------------------------------
+# Create folders for different build configurations (if they do not exist)
+#------------------------------------------------------------------------------
+
+if(EXISTS ${CMAKE_BINARY_DIR}/Debug)
+else()
+ file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/Debug)
+endif()
+
+if(EXISTS ${CMAKE_BINARY_DIR}/Release)
+else()
+ file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/Release)
+endif()
+
+if(EXISTS ${CMAKE_BINARY_DIR}/RelWithDebInfo)
+else()
+ file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/RelWithDebInfo)
+endif()
+
+
+#------------------------------------------------------------------------------
+# Check for Microsoft VisualStudio version and processor architecture.
+# Some checks to ensure that the prerequisites are ok
+#------------------------------------------------------------------------------
+
+if(MSVC_VERSION GREATER_EQUAL 1920 AND MSVC_VERSION LESS_EQUAL 1929)
+ set(MSVC_VERSION_STRING "vs2019")
+ set(MSVC_VERSION_YEAR "2019")
+ set(CMAKE_CXX_STANDARD 20)
+else()
+ message("Please switch to Visual Studio 16 2019")
+ return()
+endif()
+
+if(NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
+ message("Please switch to x64 build.")
+ return()
+endif()
+
+
+#------------------------------------------------------------------------------
+# Fix for MSVC 1915 / Visual Studio 2017 15.8
+#------------------------------------------------------------------------------
+
+if(MSVC_VERSION GREATER_EQUAL 1915)
+ add_compile_definitions(_ENABLE_EXTENDED_ALIGNED_STORAGE)
+endif()
+
+
+#------------------------------------------------------------------------------
+# Look for thirdparty libraries in some predefined locations.
+#------------------------------------------------------------------------------
+
+option(OIP_USE_PREDEFINED_THIRDPARTY_PATH "Set to ON to find boost, Eigen and Qt path" ON)
+
+if(OIP_USE_PREDEFINED_THIRDPARTY_PATH)
+ # Try to find Boost, Eigen3, Qt5 and other dependencies without user input
+ find_path(OIP_Boost_DIR NAMES boost/version.hpp HINTS
+ "C:\\thirdparty\\${MSVC_VERSION_STRING}\\x64\\boost_1_75_0"
+ "C:\\thirdparty\\boost_1_75_0")
+ find_path(OIP_QT_DIR NAMES Qt5 HINTS "C:\\Qt\\5.15.1\\msvc${MSVC_VERSION_YEAR}_64\\lib\\cmake")
+ find_path(OIP_PROJ_DIR NAMES proj-config.cmake HINTS "C:\\OSGeo4W\\share\\cmake\\proj4\\proj")
+ SET(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} ${OIP_Boost_DIR})
+ SET(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} "${OIP_Boost_DIR}\\lib")
+
+endif()
+
+#------------------------------------------------------------------------------
+# Set output directories.
+#------------------------------------------------------------------------------
+
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR}/Debug)
+set(CMAKE_PDB_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR}/Debug)
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}/Release)
+set(CMAKE_PDB_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}/Release)
+
+#------------------------------------------------------------------------------
+# Add preprocessor directives and compiler flags.
+#------------------------------------------------------------------------------
+
+add_compile_definitions(
+ _UNICODE # Unicode rules
+ UNICODE
+ _VARIADIC_MAX=10 # Visual Studio 2012 set VARIDAIC_MAX default to 5 which is not enough for googletest to build
+ EIGEN_MPL2_ONLY # Use only MP2 licenced code of Eigen
+) # -DNOMINMAX does not work because GDI+ needs these macros
+
+if (WIN32)
+ # Standard: /DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc /GR
+ set(CMAKE_CXX_FLAGS "/DWIN32 /D_WINDOWS /W4 /Zi /EHsc /GR /MP /openmp /bigobj")
+endif (WIN32)
+
+#------------------------------------------------------------------------------
+# Find required thirdparty libraries.
+#------------------------------------------------------------------------------
+
+set(Boost_USE_STATIC_LIBS ON)
+
+# As of 2021-01-22, boost 1.75.0 required.
+set(BOOST_ROOT ${OIP_Boost_DIR})
+find_package(Boost 1.75.0 COMPONENTS system filesystem REQUIRED)
+
+if(Boost_FOUND)
+ set(Boost_DIR ${Boost_INCLUDE_DIR})
+endif()
+
+FetchContent_Declare(
+ eigen
+ GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
+ GIT_TAG 3.3.9
+)
+
+# overwrite inclusion of Eigen tests in the solution
+set(BUILD_TESTING FALSE CACHE INTERNAL "Build the testing tree." FORCE)
+mark_as_advanced(FORCE BUILD_TESTING)
+
+FetchContent_MakeAvailable(eigen)
+
+FetchContent_Declare(
+ tclap
+ GIT_REPOSITORY https://github.com/mirror/tclap.git
+ GIT_TAG v1.2.2
+)
+
+FetchContent_GetProperties(tclap)
+if(NOT tclap_POPULATED)
+ FetchContent_Populate(tclap)
+endif()
+
+FetchContent_Declare(
+ visit_struct
+ GIT_REPOSITORY https://github.com/cbeck88/visit_struct.git
+ GIT_TAG v1.0
+)
+
+FetchContent_GetProperties(visit_struct)
+if(NOT visit_struct_POPULATED)
+ FetchContent_Populate(visit_struct)
+endif()
+set(visit_struct_INCLUDE_DIR ${visit_struct_SOURCE_DIR}/include)
+
+
+FetchContent_Declare(
+ zlib
+ GIT_REPOSITORY https://github.com/madler/zlib.git
+ GIT_TAG v1.2.11
+)
+
+FetchContent_GetProperties(zlib)
+if(NOT zlib_POPULATED)
+ FetchContent_Populate(zlib)
+ add_subdirectory(${zlib_SOURCE_DIR} ${zlib_BINARY_DIR} EXCLUDE_FROM_ALL)
+ set_target_properties(zlib PROPERTIES FOLDER "ThirdParty")
+endif()
+
+# Find the Qt components
+set(QT5_COMPONENTS
+ Core
+ Gui
+ OpenGL
+ Xml
+ XmlPatterns
+ Widgets
+ Network
+ Svg
+ PrintSupport
+ LinguistTools
+ Qml
+ Quick
+ Positioning
+ Location
+)
+set(CMAKE_PREFIX_PATH ${OIP_QT_DIR})
+
+find_package( Qt5 5.14.2 COMPONENTS ${QT5_COMPONENTS} REQUIRED)
+
+# Get deploy target to automatically deploy Qt5 dlls in the binary directory
+if(Qt5_FOUND AND WIN32 AND TARGET Qt5::qmake AND NOT TARGET Qt5::windeployqt)
+ get_target_property(_qt5_qmake_location Qt5::qmake IMPORTED_LOCATION)
+
+ execute_process(
+ COMMAND "${_qt5_qmake_location}" -query QT_INSTALL_PREFIX
+ RESULT_VARIABLE return_code
+ OUTPUT_VARIABLE qt5_install_prefix
+ OUTPUT_STRIP_TRAILING_WHITESPACE
+ )
+
+ set(imported_location "${qt5_install_prefix}/bin/windeployqt.exe")
+
+ if(EXISTS ${imported_location})
+ add_executable(Qt5::windeployqt IMPORTED)
+
+ set_target_properties(Qt5::windeployqt PROPERTIES
+ IMPORTED_LOCATION ${imported_location}
+ )
+ endif()
+endif()
+
+#------------------------------------------------------------------------------
+
+FetchContent_Declare(
+ blue_framework
+ GIT_REPOSITORY https://github.com/tumcms/Blue-Framework.git
+ GIT_TAG a0.0.12
+)
+
+FetchContent_GetProperties(blue_framework)
+if(NOT blue_framework_POPULATED)
+ FetchContent_Populate(blue_framework)
+ add_subdirectory(${blue_framework_SOURCE_DIR} ${blue_framework_BINARY_DIR})
+ set_target_properties(DEPLOY PROPERTIES FOLDER "BlueFramework/Commands")
+ set_target_properties(ExecuteQtDeployTool PROPERTIES FOLDER "BlueFramework/Commands")
+ set_target_properties(UpdateLibsAndDLLs PROPERTIES FOLDER "BlueFramework/Commands")
+ set_target_properties(UpdateLibsAndDLLsForCurrentBuildConfiguration PROPERTIES FOLDER "BlueFramework/Commands")
+endif()
+
+set (CMAKE_PREFIX_PATH ${OIP_PROJ_DIR})
+find_package(PROJ REQUIRED)
+
+#------------------------------------------------------------------------------
+# Set include directories and link directories.
+#------------------------------------------------------------------------------
+
+include_directories(
+ ${CMAKE_CURRENT_BINARY_DIR} # Qt generated files will be located here
+ # thirdpary libraries:
+ ${Boost_INCLUDE_DIR}
+ ${blue_framework_SOURCE_DIR}/include
+ ${OpenInfraPlatform.EarlyBinding_INCLUDE_DIR}
+ ${FFTW3_INCLUDE_DIRS}
+ ${ZLIB_INCLUDE_DIRS}
+ ${visit_struct_INCLUDE_DIR}
+ thirdparty/doxygen
+ thirdparty/graphviz_dot
+ ${PROJ_INCLUDE_DIRS}
+ # external:
+ external/QtXlsxWriter/src/xlsx
+ external/QSimpleUpdater/src
+ external/QSimpleUpdater/src/dialogs
+ external/carve/include
+ ${CMAKE_BINARY_DIR}/external/carve/include
+ external/carve/common
+ external/qcustomplot
+ # projects:
+ ExpressBindingGenerator
+ UserInterface
+ Core
+ Base
+)
+
+link_directories(
+ ${Boost_LIBRARY_DIRS}
+ ${FFTW3_LIBRARY_DIRS}
+ ${CMAKE_CURRENT_BINARY_DIR}/$
+ ${PROJ4_LIBRARY_DIRS}
+)
+
+#------------------------------------------------------------------------------
+# Add subdirectories.
+#------------------------------------------------------------------------------
+
+add_subdirectory(external/QtXlsxWriter)
+add_subdirectory(external/QSimpleUpdater)
+add_subdirectory(${PROJECT_SOURCE_DIR}/external/carve)
+
+include(UpdateBoostMPL)
+
+add_subdirectory(ExpressBindingGenerator)
+# As of revision 531, replaces old OpenInfraPlatform_EarlyBinding_DIR
+add_subdirectory(${PROJECT_SOURCE_DIR}/EarlyBinding)
+
+foreach(format ${IFC_FORMATS})
+ add_compile_definitions(OIP_MODULE_EARLYBINDING_${format})
+endforeach()
+
+#------------------------------------------------------------------------------
+# DOXYGEN.
+#------------------------------------------------------------------------------
+Option(DOXYGEN_GENERATE_DOCUMENTATION "Build documentation for TUM OpenInfraPlatform." OFF)
+
+if(DOXYGEN_GENERATE_DOCUMENTATION)
+
+ find_file(DOXYGEN_EXECUTABLE NAMES doxygen.exe HINTS
+ "C:/thirdparty/doxygen/bin"
+ )
+
+ find_file(DOXYGEN_DOT_EXECUTABLE NAMES dot.exe HINTS
+ "C:/thirdparty/graphviz_dot/release/bin"
+ )
+
+ find_package(Doxygen
+ REQUIRED dot
+ )
+
+ include(ConfigureDoxygen OPTIONAL) # Refer to ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ConfigureDoxygen.cmake
+ set_target_properties(OpenInfraPlatform.GenerateDocumentation PROPERTIES FOLDER "OpenInfraPlatform/Commands")
+
+else(DOXYGEN_GENERATE_DOCUMENTATION)
+ message("DOXYGEN_GENERATE_DOCUMENTATION box not checked. Thus not generating doxygen documentation for TUM OpenInfraPlatform project. To generate doxygen documentation, check the DOXYGEN_GENERATE_DOCUMENTATION.")
+endif(DOXYGEN_GENERATE_DOCUMENTATION)
+
+#----------------------------------------------------------
+# (1/7) Point Cloud Processing ("pcp_module")
+#----------------------------------------------------------
+
+Option(OIP_WITH_POINT_CLOUD_PROCESSING OFF)
+
+if(OIP_WITH_POINT_CLOUD_PROCESSING)
+ set(CMAKE_PREFIX_PATH ${OIP_QT_DIR})
+ add_definitions(-DOIP_WITH_POINT_CLOUD_PROCESSING)
+ add_subdirectory(PointCloudProcessing)
+endif()
+
+
+add_subdirectory(Base)
+add_subdirectory(Core)
+add_subdirectory(Rendering)
+add_subdirectory(UnitTests)
+
+# Do currently not work. Located in Other.
+#add_subdirectory(RoadXMLViewer)
+#add_subdirectory(LandXMLViewer)
+#add_subdirectory(IfcTunnelGenerator)
+#add_subdirectory(oip)
+#add_subdirectory(IfcBridgeGenerator)
+
+#------------------------------------------------------------------------------------------------------------------------------------------------------------
+# Collect source files
+#------------------------------------------------------------------------------------------------------------------------------------------------------------
+
+# USER INTERFACE.
+
+file(GLOB OpenInfraPlatform_UserInterface_Source UserInterface/*.*)
+file(GLOB OpenInfraPlatform_UserInterface_Forms_Source UserInterface/Forms/*.*)
+file(GLOB OpenInfraPlatform_UserInterface_ColorPicker_Source UserInterface/ColorPicker/*.*)
+file(GLOB OpenInfraPlatform_UserInterface_Dialogues_Source UserInterface/Dialogues/*.*)
+file(GLOB OpenInfraPlatform_UserInterface_QtPropertyBrowser_Source UserInterface/QtPropertyBrowser/*.*)
+
+file(GLOB OpenInfraPlatform_UserInterface_ViewPanel_Source UserInterface/ViewPanel/*.*)
+
+
+
+
+file(GLOB OpenInfraPlatform_UserInterface_QCustomPlot_Source external/qcustomplot/*.*)
+file(GLOB OpenInfraPlatform_UserInterface_Resources_Source UserInterface/Resources/*.*)
+
+# Currently not included.
+#file(GLOB OpenInfraPlatform_UserInterface_Tools_Source UserInterface/other/Tools/*.*)
+#file(GLOB OpenInfraPlatform_UserInterface_View2DWindow UserInterface/other/View2DWindow/*.*)
+#file(GLOB OpenInfraPlatform_UserInterface_Data_Source UserInterface/Data/*.*)
+
+
+# Does currently not work.
+file(GLOB OpenInfraPlatform_UserInterface_UnitTesting_Source UserInterface/UnitTesting/*.*)
+
+set(OpenInfraPlatform_UserInterface_Forms
+ external/QSimpleUpdater/src/dialogs/download_dialog.ui
+ UserInterface/Forms/MainWindow.ui
+ UserInterface/Forms/LicenseAndCopyrightInformation.ui
+ UserInterface/Forms/PreferencesDialog.ui
+
+ # Currently not included.
+ #UserInterface/Forms/CreateAccidentReport.ui
+ #UserInterface/Forms/CreateArcClothoidArc.ui
+ #UserInterface/Forms/CreateArcClothoidArcMeth2.ui
+ #UserInterface/Forms/CreateArcClothoidClothoidArc.ui
+ #UserInterface/Forms/CreateArcClothoidClothoidArcMeth2.ui
+ #UserInterface/Forms/CreateClothoid.ui
+ #UserInterface/Forms/CreateClothoid2.ui
+ #UserInterface/Forms/CreateLineArcArcArcLine.ui
+ #UserInterface/Forms/CreateLineArcArcLine.ui
+ #UserInterface/Forms/CreateLineClothoidArcClothoidLine.ui
+ #UserInterface/Forms/CreateLineClothoidClothoidLine.ui
+ #UserInterface/Forms/CodeEditorWindow.ui
+ #UserInterface/Forms/CurvatureWindow.ui
+ #UserInterface/Forms/ShowIFCtree.ui
+ #UserInterface/Forms/ExportExcel.ui
+ #UserInterface/Forms/ExportIfc4x1Dialog.ui
+ #UserInterface/Forms/ExportIfcAlignmentDialog.ui
+ #UserInterface/Forms/ExportIfcZipDialog.ui
+ #UserInterface/Forms/GenerateTerrain.ui
+ #UserInterface/Forms/OSMImportDialog.ui
+ #UserInterface/Forms/VerticalAlignmentWindow.ui
+ #UserInterface/Forms/XYZImportDialog.ui
+ #UserInterface/Forms/AddGeoreferenceDialog.ui
+)
+
+# Collect all translation files
+FILE(GLOB Translation_TS UserInterface/Data/translations/*.ts)
+
+set(OpenInfraPlatform_RC
+ UserInterface/Resources/OpenInfraPlatform.qrc
+ UserInterface/QtPropertyBrowser/qtpropertybrowser.qrc
+)
+
+#------------------------------------------------------------------------------
+# Set source groups
+#------------------------------------------------------------------------------
+
+# USER INTERFACE.
+source_group(UserInterface FILES ${OpenInfraPlatform_UserInterface_Source})
+source_group(UserInterface\\Forms FILES ${OpenInfraPlatform_UserInterface_Forms_Source})
+source_group(UserInterface\\ColorPicker FILES ${OpenInfraPlatform_UserInterface_ColorPicker_Source})
+source_group(UserInterface\\Dialogues FILES ${OpenInfraPlatform_UserInterface_Dialogues_Source})
+source_group(UserInterface\\QtPropertyBrowser FILES ${OpenInfraPlatform_UserInterface_QtPropertyBrowser_Source})
+source_group(UserInterface\\ViewPanel FILES ${OpenInfraPlatform_UserInterface_ViewPanel_Source})
+source_group(UserInterface\\QCustomPlot FILES ${OpenInfraPlatform_UserInterface_QCustomPlot_Source})
+source_group(UserInterface\\Resources FILES ${OpenInfraPlatform_UserInterface_Resources_Source})
+
+# Does not currently work.
+source_group(UserInterface\\UnitTesting FILES ${OpenInfraPlatform_UserInterface_UnitTesting_Source})
+
+# Currently not included.
+#source_group(UserInterface\\Tools FILES ${OpenInfraPlatform_UserInterface_Tools_Source})
+#source_group(UserInterface\\View2DWindow FILES ${OpenInfraPlatform_UserInterface_View2DWindow})
+#source_group(UserInterface\\Data FILES ${OpenInfraPlatform_UserInterface_Data_Source})
+
+#------------------------------------------------------------------------------
+# Set source group properties
+#------------------------------------------------------------------------------
+
+
+
+# Qt related stuff
+#QT5_ADD_RESOURCES(OpenInfraPlatform_UserInterface_Resources_Source_SRCS ${OpenInfraPlatform_UserInterface_Resources_Source})
+QT5_ADD_RESOURCES(OpenInfraPlatform_UserInterface_Resources_Source_SRCS ${OpenInfraPlatform_RC})
+QT5_WRAP_UI(OpenInfraPlatform_UserInterface_Forms_H ${OpenInfraPlatform_UserInterface_Forms})
+QT5_ADD_TRANSLATION(OpenInfra_QMS ${Translation_TS})
+
+IF(NOT QT_LRELEASE_EXECUTABLE AND NOT Qt5_LRELEASE_EXECUTABLE)
+ MESSAGE(WARNING "Could not find lrelease. Your build won't contain translations.")
+ENDIF(NOT QT_LRELEASE_EXECUTABLE AND NOT Qt5_LRELEASE_EXECUTABLE)
+
+#------------------------------------------------------------------------------
+# Add the actual executable.
+#------------------------------------------------------------------------------
+
+add_executable(OpenInfraPlatform.UI
+ ${OpenInfraPlatform_UserInterface_Source}
+ ${OpenInfraPlatform_UserInterface_QtPropertyBrowser_Source}
+ ${OpenInfraPlatform_UserInterface_Forms}
+ ${OpenInfraPlatform_UserInterface_ColorPicker_Source}
+ ${OpenInfraPlatform_UserInterface_Dialogues_Source}
+ ${OpenInfraPlatform_UserInterface_ViewPanel_Source}
+ ${OpenInfraPlatform_UserInterface_ViewPanel_Effects_Source}
+ ${OpenInfraPlatform_UserInterface_Shader_Source}
+ #${OpenInfraPlatform_UserInterface_Shader_D3D_Source}
+ ${OpenInfraPlatform_UserInterface_QCustomPlot_Source}
+ ${OpenInfraPlatform_UserInterface_UnitTesting_Source}
+
+ # Currently not included.
+ #${OpenInfraPlatform_UserInterface_View2DWindow}
+ #${OpenInfraPlatform_UserInterface_Tools_Source}
+ ${OpenInfraPlatform_UserInterface_Resources_Source_SRCS}
+ #${OpenInfraPlatform_UserInterface_Data_Source}
+)
+
+# set up start-up project
+set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT OpenInfraPlatform.UI)
+
+
+#------------------------------------------------------------------------------
+# Link qt and other external libraries to our executable.
+#------------------------------------------------------------------------------
+
+# Use the Widgets module from Qt 5.
+#find_package(BlueFramework 3.1.1.94 COMPONENTS Core Engine Application ImageProcessing Rasterizer D3D11RenderSystem D3D12RenderSystem REQUIRED)
+
+#https://cmake.org/cmake/help/latest/command/target_link_libraries.html
+target_link_libraries( OpenInfraPlatform.UI
+ PUBLIC
+ OpenInfraPlatform.Base
+ OpenInfraPlatform.Core
+ OpenInfraPlatform.Rendering
+ Qt5::WinMain # New target available via find_package ( Qt5Core )
+ Qt5::Core
+ Qt5::Gui
+ Qt5::Widgets
+ Qt5::Svg
+ Qt5::PrintSupport
+ Qt5::Quick
+ Qt5::Qml
+ Qt5::Location
+ Qt5::Positioning
+ BlueFramework.Core
+ BlueFramework.Engine
+ BlueFramework.Application
+ BlueFramework.ImageProcessing
+ BlueFramework.Rasterizer
+ BlueFramework.D3D11RenderSystem
+ BlueFramework.D3D12RenderSystem
+ QtXlsxWriter
+ QSimpleUpdater
+ carve
+ #ZLIB::ZLIB
+ zlib
+ Rpcrt4.lib
+ eigen
+ ${PROJ_LIBRARIES}
+)
+
+set(QT_WINDEPLOY_FLAGS -xml -concurrent)
+
+if(OIP_WITH_POINT_CLOUD_PROCESSING)
+ list(APPEND QT_WINDEPLOY_FLAGS -opengl)
+endif()
+
+if(TARGET Qt5::windeployqt)
+ # execute windeployqt in a tmp directory after build
+ add_custom_command(TARGET OpenInfraPlatform.UI
+ POST_BUILD
+ COMMAND set PATH=%PATH%$${qt5_install_prefix}/bin
+ COMMAND Qt5::windeployqt ${QT_WINDEPLOY_FLAGS} $/$
+ )
+endif()
+
+#------------------------------------------------------------------------------
+# Calling copy functions to provide custom targets.
+# Add the custom targets to copy the required binaries.
+#------------------------------------------------------------------------------
+
+# BlueFramework Copy Binaries
+#BLUEFRAMEWORK_COPY_BINARIES(${CMAKE_BINARY_DIR})
+
+# zlic Copy Binaries
+#ZLIB_COPY_BINARIES(${CMAKE_BINARY_DIR})
+
+
+add_custom_target(CopyOpenInfraPlatformUIResources
+ ALL DEPENDS ${OpenInfra_QMS}
+ COMMENT "Copying UIResources from '${PROJECT_SOURCE_DIR}' to '${CMAKE_BINARY_DIR}'" VERBATIM
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/Rendering/Shader ${CMAKE_BINARY_DIR}/UserInterface/Shader
+ #COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/src/OpenInfraPlatform/Shader ${CMAKE_BINARY_DIR}/RoadXMLViewer/Shader
+ #COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/src/OpenInfraPlatform/Shader ${CMAKE_BINARY_DIR}/LandXMLViewer/Shader
+ #COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/testdata ${CMAKE_BINARY_DIR}/LandXMLViewer/testdata
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/Rendering/Style ${CMAKE_BINARY_DIR}/UserInterface/Style
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/Rendering/Data ${CMAKE_BINARY_DIR}/UserInterface/Data
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/testdata ${CMAKE_BINARY_DIR}/testdata
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/Rendering/Data/DesignAutomation ${CMAKE_BINARY_DIR}/UnitTests/Data/DesignAutomation
+
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/Deutsch.qm ${CMAKE_BINARY_DIR}/Data/translations/Deutsch.qm
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/English.qm ${CMAKE_BINARY_DIR}/Data/translations/English.qm
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/Espanol.qm ${CMAKE_BINARY_DIR}/Data/translations/Espanol.qm
+
+ # QM files are generated in ${CMAKE_BINARY_DIR}, but we want to move them to /Data/translations
+ # therefore we will delete them after they're copied
+ COMMAND ${CMAKE_COMMAND} -E remove ${CMAKE_BINARY_DIR}/Deutsch.qm ${CMAKE_BINARY_DIR}/English.qm ${CMAKE_BINARY_DIR}/Espanol.qm
+
+ # # InstanceLevelTranslator
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/deploy/InstanceLevelTranslator/InstanceLevelTranslator.exe ${CMAKE_BINARY_DIR}/Debug/InstanceLevelTranslator.exe
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/deploy/InstanceLevelTranslator/OkstraI18NTranslation.dll ${CMAKE_BINARY_DIR}/Debug/OkstraI18NTranslation.dll
+
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/deploy/InstanceLevelTranslator/InstanceLevelTranslator.exe ${CMAKE_BINARY_DIR}/Release/InstanceLevelTranslator.exe
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/deploy/InstanceLevelTranslator/OkstraI18NTranslation.dll ${CMAKE_BINARY_DIR}/Release/OkstraI18NTranslation.dll
+
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/deploy/InstanceLevelTranslator/InstanceLevelTranslator.exe ${CMAKE_BINARY_DIR}/RelWithDebInfo/InstanceLevelTranslator.exe
+ COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/deploy/InstanceLevelTranslator/OkstraI18NTranslation.dll ${CMAKE_BINARY_DIR}/RelWithDebInfo/OkstraI18NTranslation.dll
+)
+
+# QSimpleUpdater
+add_custom_target(QSimpleUpdaterCopyBinaries
+ COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/libeay32.dll ${CMAKE_BINARY_DIR}/Debug
+ COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/libeay32.dll ${CMAKE_BINARY_DIR}/Release
+ COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/libeay32.dll ${CMAKE_BINARY_DIR}/RelWithDebInfo
+
+ COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/ssleay32.dll ${CMAKE_BINARY_DIR}/Debug
+ COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/ssleay32.dll ${CMAKE_BINARY_DIR}/Release
+ COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/ssleay32.dll ${CMAKE_BINARY_DIR}/RelWithDebInfo
+)
+
+#add_custom_target(ZLIBCopyBinaries
+# COMMAND ${CMAKE_COMMAND} -E copy ${ZLIB_ROOT}/build/Debug/zlibd.dll ${CMAKE_BINARY_DIR}/Debug
+# COMMAND ${CMAKE_COMMAND} -E copy ${ZLIB_ROOT}/build/Release/zlib.dll ${CMAKE_BINARY_DIR}/Release
+# COMMAND ${CMAKE_COMMAND} -E copy ${ZLIB_ROOT}/build/RelWithDebInfo/zlib.dll ${CMAKE_BINARY_DIR}/RelWithDebInfo
+#)
+
+#-------------------------------------------------------------------------------------
+# Add carve thirdparty library without corrupting our own install target.
+#-------------------------------------------------------------------------------------
+
+macro(add_thirdparty TGT)
+ if(TARGET ${TGT})
+ set(extra_macro_args ${ARGN})
+
+ # Did we get any optional args?
+ list(LENGTH extra_macro_args num_extra_args)
+ if(${num_extra_args} EQUAL 2)
+ list(GET extra_macro_args 0 DEST)
+ set(DEST "ThirdParty/${DEST}")
+ list(GET extra_macro_args 1 MODE)
+ elseif(${num_extra_args} EQUAL 1)
+ list(GET extra_macro_args 0 arg0)
+ if("${arg0}" STREQUAL "REQUIRED")
+ set(MODE "REQUIRED")
+ set(DEST "ThirdParty")
+ else()
+ set(DEST "ThirdParty/${arg0}")
+ set(MODE "EXCLUDE")
+ endif()
+ else()
+ set(DEST "ThirdParty")
+ set(MODE "EXCLUDE")
+ endif()
+
+ if("${MODE}" STREQUAL "REQUIRED")
+ set_target_properties(${TGT} PROPERTIES FOLDER "${DEST}")
+ else()
+ set_target_properties(${TGT} PROPERTIES FOLDER "${DEST}" EXCLUDE_FROM_ALL ON)
+ endif()
+ endif()
+endmacro()
+
+# Thirdparty
+add_thirdparty(QtXlsxWriter "REQUIRED")
+add_thirdparty(QSimpleUpdater "REQUIRED")
+
+# carve
+add_thirdparty(carve "carve")
+add_thirdparty(carve_fileformats "carve")
+add_thirdparty(carve_misc "carve")
+add_thirdparty(close_manifold "carve")
+add_thirdparty(cutgraph "carve")
+add_thirdparty(convert "carve")
+add_thirdparty(extrude "carve")
+add_thirdparty(face_merge "carve")
+add_thirdparty(gloop_model "carve")
+add_thirdparty(gloop_image "carve")
+add_thirdparty(gloop_math "carve")
+add_thirdparty(intersect "carve")
+add_thirdparty(slice "carve")
+add_thirdparty(tetrahedron "carve")
+add_thirdparty(triangulate "carve")
+add_thirdparty(test_eigen "carve")
+add_thirdparty(test_aabb "carve")
+add_thirdparty(test_geom "carve")
+add_thirdparty(test_rescale "carve")
+add_thirdparty(test_spacetree "carve")
+add_thirdparty(test_carve_polyhedrons_2 "carve")
+
+#-------------------------------------------------------------------------------------
+# Set the target properties.
+#-------------------------------------------------------------------------------------
+
+set_target_properties(CopyOpenInfraPlatformUIResources PROPERTIES FOLDER "OpenInfraPlatform/Copy")
+set_target_properties(QSimpleUpdaterCopyBinaries PROPERTIES FOLDER "OpenInfraPlatform/Copy")
+
+set_target_properties(OpenInfraPlatform.UI PROPERTIES FOLDER "OpenInfraPlatform")
+set_target_properties(OpenInfraPlatform.Base PROPERTIES FOLDER "OpenInfraPlatform")
+set_target_properties(OpenInfraPlatform.Core PROPERTIES FOLDER "OpenInfraPlatform")
+set_target_properties(OpenInfraPlatform.Rendering PROPERTIES FOLDER "OpenInfraPlatform")
+
+set_target_properties(OpenInfraPlatform.ExpressBindingGenerator PROPERTIES FOLDER "OpenInfraPlatform/ExpressBindingGenerator")
+
+# clean up the solution a bit
+set_target_properties(glew_s PROPERTIES FOLDER "ThirdParty/glew")
+set_target_properties(tinyxml2 PROPERTIES FOLDER "ThirdParty/tinyxml")
+set_target_properties(StackWalker PROPERTIES FOLDER "ThirdParty/StackWalker")
+set_target_properties(StackWalker_test PROPERTIES FOLDER "ThirdParty/StackWalker")
+set_target_properties(tinyformat_test PROPERTIES FOLDER "ThirdParty/TinyFormat")
+set_target_properties(testall PROPERTIES FOLDER "ThirdParty/TinyFormat")
+set_target_properties(uninstall PROPERTIES FOLDER "ThirdParty/eigen")
+
+# Currently not included.
+#set_target_properties(OpenInfraPlatform.CommandLineUtilities PROPERTIES FOLDER "OpenInfraPlatform")
+#set_target_properties(OpenInfraPlatform.IfcBridgeGenerator PROPERTIES FOLDER "OpenInfraPlatform")
+#set_target_properties(OpenInfraPlatform.IfcTunnelGenerator PROPERTIES FOLDER "OpenInfraPlatform")
+#set_target_properties(OpenInfraPlatform.LandXMLViewer PROPERTIES FOLDER "OpenInfraPlatform")
+#set_target_properties(OpenInfraPlatform.RoadXMLViewer PROPERTIES FOLDER "OpenInfraPlatform")
+
+# Switched to static gtest on 28.11.2018 / Revision 388+
+#set_target_properties(GTestCopyBinaries PROPERTIES FOLDER "Copy")
+
+
+#-------------------------------------------------------------------------------------
+# Deployment & Installation.
+#-------------------------------------------------------------------------------------
+
+set(CPACK_GENERATOR WIX)
+set(CPACK_WIX_UPGRADE_GUID "178111DC-0B0C-4E3F-8C80-D756F742645F")
+set(CPACK_WIX_PRODUCT_GUID "D936BC02-9157-4D86-9652-F8CB6D62BAAE")
+set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
+set(CPACK_PACKAGE_VENDOR "https://www.cms.bgu.tum.de/en/")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "OpenInfraPlatform")
+set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.${PROJECT_VERSION_TWEAK}")
+set(CPACK_PACKAGE_VERSION_MAJOR "${PROJECT_VERSION_MAJOR}")
+set(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}")
+set(CPACK_PACKAGE_VERSION_PATCH "${PROJECT_VERSION_PATCH}")
+set(CPACK_PACKAGE_VERSION_TEWAK "${PROJECT_VERSION_TWEAK}}")
+
+set(CPACK_PACKAGE_INSTALL_DIRECTORY "OpenInfraPlatform")
+set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
+set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/README.md")
+set(CPACK_WIX_UI_BANNER "${PROJECT_SOURCE_DIR}/Data/banner.bmp")
+set(CPACK_WIX_PRODUCT_ICON "${PROJECT_SOURCE_DIR}/UserInterface/Resources/icons/icon.ico")
+set(CPACK_WIX_PROGRAM_MENU_FOLDER "TUM OpenInfraPlatform")
+set(CPACK_PACKAGE_EXECUTABLES OpenInfraPlatform.UI "TUM OpenInfraPlatform")
+set(CPACK_WIX_CULTURES "en-us")
+
+include(CPackComponent)
+
+cpack_add_component(oip_runtime DISPLAY_NAME "Runtime" DESCRIPTION "Application runtime components (*.dll, *.exe)" REQUIRED INSTALL_TYPES default)
+cpack_add_component(oip_import_libs DISPLAY_NAME "Import libs" DESCRIPTION "Infrastructure import library (*.lib)" REQUIRED INSTALL_TYPES default)
+cpack_add_component(oip_static_libs DISPLAY_NAME "Static libs" DESCRIPTION "Infrastructure static library (*.lib)" REQUIRED INSTALL_TYPES default)
+cpack_add_component(oip_data DISPLAY_NAME "Application data" DESCRIPTION "Data required by the application" REQUIRED INSTALL_TYPES default)
+cpack_add_component(oip_thirdparty DISPLAY_NAME "Thirdparty libraries" DESCRIPTION "Thirdparty libraries required by the application" REQUIRED INSTALL_TYPES default)
+
+set(CPACK_COMPONENTS_ALL "oip_runtime;oip_import_libs;oip_static_libs;oip_data;oip_thirdparty")
+
+install(TARGETS OpenInfraPlatform.UI
+ RUNTIME DESTINATION bin
+ COMPONENT oip_runtime
+)
+
+find_file(MSVC_VCOMP_DLL NAMES vcomp140.dll PATHS ${WINDIR}/System32)
+find_file(MSVC_VCRUNTIME_DLL NAMES vcruntime140.dll PATHS ${WINDIR}/System32)
+find_file(MSVC_VCCORLIB_DLL NAMES vccorlib140.dll PATHS ${WINDIR}/System32)
+find_file(MSVC_MSVCP_DLL NAMES msvcp140.dll PATHS ${WINDIR}/System32)
+find_file(MSVC_MSVCP_WIN_DLL NAMES msvcp_win.dll PATHS ${WINDIR}/System32)
+find_file(MSVC_MSVCRT_DLL NAMES msvcrt.dll PATHS ${WINDIR}/System32)
+
+set(WINDOWS_RUNTIME_DLLS
+ ${MSVC_VCOMP_DLL}
+ ${MSVC_VCRUNTIME_DLL}
+ ${MSVC_VCCORLIB_DLL}
+ ${MSVC_MSVCP_DLL}
+ ${MSVC_MSVCP_WIN_DLL}
+ ${MSVC_MSVCRT_DLL}
+)
+
+macro(installData DATA)
+ install(DIRECTORY ${DATA} DESTINATION bin
+ COMPONENT oip_data
+ FILES_MATCHING PATTERN "*.*")
+endmacro()
+
+installData(${PROJECT_SOURCE_DIR}/UserInterface/Shader)
+installData(${PROJECT_SOURCE_DIR}/UserInterface/Data)
+installData(${CMAKE_BINARY_DIR}/$/schema)
+installData(${CMAKE_BINARY_DIR}/$/res)
+installData(${CMAKE_BINARY_DIR}/$/fbliste)
+installData(${CMAKE_BINARY_DIR}/UserInterface/Style)
+#installData(${PROJECT_SOURCE_DIR}/other/testdata)
+
+install(FILES ${WINDOWS_RUNTIME_DLLS} ${BLUEFRAMEWORK_RELEASE_BINARIES} ${QT5_DLLS_RELEASE} ${LIBLAS_RELEASE_BINARIES} ${GTEST_RELEASE_BINARIES} ${ZLIB_RELEASE_BINARIES} ${CC_RELEASE_BINARIES} ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/libeay32.dll ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/ssleay32.dll ${CMAKE_BINARY_DIR}/Debug/tinyxml2.dll
+ DESTINATION bin
+ COMPONENT oip_thirdparty)
+
+#install(FILES ${WINDOWS_RUNTIME_DLLS} ${BLUEFRAMEWORK_RELEASE_BINARIES} ${QT5_DLLS_RELEASE} ${LIBLAS_RELEASE_BINARIES} ${GTEST_RELEASE_BINARIES} ${ZLIB_RELEASE_BINARIES} ${CC_RELEASE_BINARIES} ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/libeay32.dll ${PROJECT_SOURCE_DIR}/external/QSimpleUpdater/ssleay32.dll ${CMAKE_BINARY_DIR}/Release/tinyxml2.dll
+# DESTINATION bin
+# COMPONENT oip_thirdparty)
+
+install(FILES ${Qt5_IMAGEFORMATS_PLUGINS_DLLS}
+ DESTINATION bin/plugins/imageformats
+ COMPONENT oip_thirdparty)
+
+install(FILES ${Qt5_GEOSERVICES_PLUGINS_DLLS}
+ DESTINATION bin/plugins/geoservices
+ COMPONENT oip_thirdparty)
+
+install(FILES ${Qt5_PLATFORMS_PLUGINS_DLLS}
+ DESTINATION bin/platforms
+ COMPONENT oip_thirdparty)
+
+install(FILES ${Qt5_NETWORK_PLUGINS_DLLS}
+ DESTINATION bin/plugins/bearer
+ COMPONENT oip_thirdparty)
+
+install(FILES ${Qt5_ICONENGINES_PLUGINS_DLLS}
+ DESTINATION bin/plugins/iconengines
+ COMPONENT oip_thirdparty)
+
+include(CPack)
diff --git a/_repos/github/vimc/dettl/DESCRIPTION b/_repos/github/vimc/dettl/DESCRIPTION
new file mode 100644
index 00000000..ad62c733
--- /dev/null
+++ b/_repos/github/vimc/dettl/DESCRIPTION
@@ -0,0 +1,34 @@
+Package: dettl
+Title: Data Extract, Transform, Test and Load
+Version: 0.0.19
+Authors@R:
+ person(given = "Robert",
+ family = "Ashton",
+ role = c("aut", "cre"),
+ email = "r.ashton@imperial.ac.uk")
+Description: Data extract, transform, test and load tool for sanitising your workflow.
+License: MIT + file LICENSE
+Encoding: UTF-8
+LazyData: true
+RoxygenNote: 7.1.1
+Depends: R (>= 3.5.0)
+Imports:
+ bit64,
+ DBI,
+ gert,
+ R6,
+ testthat,
+ yaml,
+ withr,
+ writexl
+Suggests:
+ docopt,
+ knitr,
+ mockery,
+ readxl,
+ rmarkdown,
+ RPostgres,
+ RSQLite,
+ vaultr (>= 0.2.2)
+VignetteBuilder: knitr
+Language: en-GB
diff --git a/_repos/github/vimc/dettl/README.md b/_repos/github/vimc/dettl/README.md
new file mode 100644
index 00000000..ffe8329c
--- /dev/null
+++ b/_repos/github/vimc/dettl/README.md
@@ -0,0 +1,82 @@
+---
+title: github/vimc/dettl
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.124|
+|cran|[testthat](https://testthat.r-lib.org)|0.099|
+|cran|R|0.089|
+|cran|methods|0.045|
+|cran|pryr|0.041|
+|cran|spelling|0.037|
+|cran|rmarkdown|0.036|
+|cran|knitr|0.036|
+|cran|stats|0.035|
+|cran|[bit64](https://github.com/truecluster/bit64)|0.029|
+|cran|utils|0.028|
+|cran|nycflights13|0.025|
+|cran|readxl|0.025|
+|cran|covr|0.021|
+|cran|RSQLite|0.017|
+|cran|rstudioapi|0.016|
+|cran|zip|0.012|
+|cran|sys|0.012|
+|cran|openssl|0.012|
+|cran|credentials|0.012|
+|cran|askpass|0.012|
+|cran|[DBI](https://dbi.r-dbi.org)|0.011|
+|cran|[xml2](https://xml2.r-lib.org/)|0.011|
+|cran|magrittr|0.011|
+|cran|lattice|0.01|
+|cran|grDevices|0.01|
+|cran|graphics|0.01|
+|DESCRIPTION|github/vimc/dettl|0.01|
+|cran|rprojroot|0.007|
+|cran|RMariaDB|0.007|
+|cran|hms|0.007|
+|cran|glue|0.007|
+|cran|dplyr|0.007|
+|cran|downlit|0.007|
+|cran|dbplyr|0.007|
+|cran|DBItest|0.007|
+|cran|blob|0.007|
+|cran|[R6](https://r6.r-lib.org)|0.005|
+|cran|[withr](https://withr.r-lib.org)|0.005|
+|cran|vctrs|0.004|
+|cran|usethis|0.004|
+|cran|shiny|0.004|
+|cran|mockery|0.004|
+|cran|diffviewer|0.004|
+|cran|curl|0.004|
+|cran|waldo|0.004|
+|cran|rlang|0.004|
+|cran|ps|0.004|
+|cran|processx|0.004|
+|cran|praise|0.004|
+|cran|pkgload|0.004|
+|cran|lifecycle|0.004|
+|cran|jsonlite|0.004|
+|cran|evaluate|0.004|
+|cran|ellipsis|0.004|
+|cran|digest|0.004|
+|cran|desc|0.004|
+|cran|crayon|0.004|
+|cran|cli|0.004|
+|cran|callr|0.004|
+|cran|brio|0.004|
+|cran|ff|0.003|
+|cran|microbenchmark|0.003|
+|cran|roxygen2|0.003|
+|cran|[gert](https://docs.ropensci.org/gert/)|0.001|
+|cran|[writexl](https://docs.ropensci.org/writexl)|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/vimc/dettl/badge.png b/_repos/github/vimc/dettl/badge.png
new file mode 100644
index 00000000..6cbbc521
Binary files /dev/null and b/_repos/github/vimc/dettl/badge.png differ
diff --git a/_repos/github/vimc/dettl/data.json b/_repos/github/vimc/dettl/data.json
new file mode 100644
index 00000000..6edc9d96
--- /dev/null
+++ b/_repos/github/vimc/dettl/data.json
@@ -0,0 +1,274 @@
+{
+ "DESCRIPTION": {
+ "github/vimc/dettl": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "bit64": {
+ "credit": 0.028772184375000003,
+ "url": "https://github.com/truecluster/bit64"
+ },
+ "DBI": {
+ "credit": 0.011446875000000002,
+ "url": "https://dbi.r-dbi.org"
+ },
+ "gert": {
+ "credit": 0.0012375000000000025,
+ "url": "https://docs.ropensci.org/gert/"
+ },
+ "R6": {
+ "credit": 0.004950000000000003,
+ "url": "https://r6.r-lib.org"
+ },
+ "testthat": {
+ "credit": 0.09887655937499999,
+ "url": "https://testthat.r-lib.org"
+ },
+ "yaml": {
+ "credit": 0.12375,
+ "url": "https://github.com/vubiostat/r-yaml/"
+ },
+ "withr": {
+ "credit": 0.004950000000000003,
+ "url": "https://withr.r-lib.org"
+ },
+ "writexl": {
+ "credit": 0.0012375000000000025,
+ "url": "https://docs.ropensci.org/writexl"
+ },
+ "stats": {
+ "credit": 0.034711875,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.045230624999999997,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.028215,
+ "url": null
+ },
+ "bit": {
+ "credit": 0.0002450249999999994,
+ "url": "https://github.com/truecluster/bit"
+ },
+ "R": {
+ "credit": 0.08910030937499999,
+ "url": null
+ },
+ "xml2": {
+ "credit": 0.01051875,
+ "url": "https://xml2.r-lib.org/"
+ },
+ "RSQLite": {
+ "credit": 0.017015625,
+ "url": null
+ },
+ "rprojroot": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.036011559375,
+ "url": null
+ },
+ "RMariaDB": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.01051875,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.036011559375,
+ "url": null
+ },
+ "hms": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "downlit": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "dbplyr": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "DBItest": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.020728125,
+ "url": null
+ },
+ "blob": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "spelling": {
+ "credit": 0.03675375,
+ "url": null
+ },
+ "zip": {
+ "credit": 0.01225125,
+ "url": null
+ },
+ "sys": {
+ "credit": 0.01225125,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.01596375,
+ "url": null
+ },
+ "openssl": {
+ "credit": 0.01225125,
+ "url": null
+ },
+ "credentials": {
+ "credit": 0.01225125,
+ "url": null
+ },
+ "askpass": {
+ "credit": 0.01225125,
+ "url": null
+ },
+ "pryr": {
+ "credit": 0.0408375,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "diffviewer": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "ps": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "praise": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "jsonlite": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "evaluate": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "brio": {
+ "credit": 0.0037125,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.010209375,
+ "url": null
+ },
+ "nycflights13": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "readxl": {
+ "credit": 0.0245025,
+ "url": null
+ },
+ "ff": {
+ "credit": 0.003032184375,
+ "url": null
+ },
+ "microbenchmark": {
+ "credit": 0.003032184375,
+ "url": null
+ },
+ "roxygen2": {
+ "credit": 0.003032184375,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/vimc/orderly/DESCRIPTION b/_repos/github/vimc/orderly/DESCRIPTION
new file mode 100644
index 00000000..0f94da0a
--- /dev/null
+++ b/_repos/github/vimc/orderly/DESCRIPTION
@@ -0,0 +1,52 @@
+Package: orderly
+Title: Lightweight Reproducible Reporting
+Version: 1.4.8
+Description: Order, create and store reports from R. By defining a
+ lightweight interface around the inputs and outputs of an
+ analysis, a lot of the repetitive work for reproducible research
+ can be automated. We define a simple format for organising and
+ describing work that facilitates collaborative reproducible
+ research and acknowledges that all analyses are run multiple
+ times over their lifespans.
+License: MIT + file LICENSE
+Encoding: UTF-8
+Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com"),
+ person("Robert", "Ashton", role = "aut"),
+ person("Alex", "Hill", role = "aut"),
+ person("Martin", "Eden", role = "aut"),
+ person("Wes", "Hinsley", role = "aut"),
+ person("Emma", "Russell", role = "aut"),
+ person("James", "Thompson", role = "aut"),
+ person("Imperial College of Science, Technology and Medicine",
+ role = "cph"))
+URL: https://www.vaccineimpact.org/orderly/, https://github.com/vimc/orderly
+BugReports: https://github.com/vimc/orderly/issues
+SystemRequirements: git
+Imports:
+ DBI,
+ R6,
+ RSQLite (>= 2.2.4),
+ crayon,
+ digest,
+ docopt,
+ fs (>= 1.2.7),
+ gert,
+ ids,
+ withr,
+ yaml,
+ zip (>= 2.0.0)
+Suggests:
+ httr,
+ jsonlite,
+ knitr,
+ markdown,
+ mockery,
+ processx,
+ rmarkdown,
+ testthat,
+ vaultr (>= 1.0.4)
+RoxygenNote: 7.1.2
+Roxygen: list(markdown = TRUE)
+VignetteBuilder: knitr
+Language: en-GB
diff --git a/_repos/github/vimc/orderly/README.md b/_repos/github/vimc/orderly/README.md
new file mode 100644
index 00000000..4b5294ff
--- /dev/null
+++ b/_repos/github/vimc/orderly/README.md
@@ -0,0 +1,74 @@
+---
+title: github/vimc/orderly
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|testthat|0.141|
+|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.083|
+|cran|methods|0.075|
+|cran|R|0.07|
+|cran|rmarkdown|0.044|
+|cran|knitr|0.044|
+|cran|[withr](https://withr.r-lib.org)|0.036|
+|cran|covr|0.034|
+|cran|utils|0.032|
+|cran|pryr|0.027|
+|cran|openssl|0.022|
+|cran|simplermarkdown|0.02|
+|cran|tinytest|0.02|
+|cran|rstudioapi|0.02|
+|cran|grDevices|0.018|
+|cran|[R6](https://r6.r-lib.org)|0.017|
+|cran|processx|0.016|
+|cran|spelling|0.015|
+|cran|rcorpora|0.014|
+|cran|uuid|0.014|
+|cran|[DBI](https://dbi.r-dbi.org)|0.012|
+|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.012|
+|cran|mockery|0.012|
+|DESCRIPTION|github/vimc/orderly|0.01|
+|cran|[xml2](https://xml2.r-lib.org/)|0.009|
+|cran|hms|0.009|
+|cran|DBItest|0.009|
+|cran|blob|0.009|
+|cran|[zip](https://github.com/r-lib/zip#readme)|0.009|
+|cran|sys|0.008|
+|cran|credentials|0.008|
+|cran|askpass|0.008|
+|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.008|
+|cran|vctrs|0.007|
+|cran|tibble|0.007|
+|cran|pillar|0.007|
+|cran|lattice|0.007|
+|cran|stats|0.007|
+|cran|graphics|0.007|
+|cran|[gert](https://docs.ropensci.org/gert/)|0.005|
+|cran|rprojroot|0.005|
+|cran|RMariaDB|0.005|
+|cran|magrittr|0.005|
+|cran|glue|0.005|
+|cran|dplyr|0.005|
+|cran|downlit|0.005|
+|cran|dbplyr|0.005|
+|cran|rvest|0.005|
+|cran|gh|0.005|
+|cran|callr|0.005|
+|cran|Rcpp|0.005|
+|cran|pkgconfig|0.005|
+|cran|memoise|0.005|
+|cran|bit64|0.005|
+|cran|[digest](https://github.com/eddelbuettel/digest)|0.001|
+|cran|[docopt](https://github.com/docopt/docopt.R)|0.001|
+|cran|[fs](https://fs.r-lib.org)|0.001|
+|cran|[ids](https://github.com/richfitz/ids)|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/vimc/orderly/badge.png b/_repos/github/vimc/orderly/badge.png
new file mode 100644
index 00000000..f4cdcc0d
Binary files /dev/null and b/_repos/github/vimc/orderly/badge.png differ
diff --git a/_repos/github/vimc/orderly/data.json b/_repos/github/vimc/orderly/data.json
new file mode 100644
index 00000000..8a89d3a8
--- /dev/null
+++ b/_repos/github/vimc/orderly/data.json
@@ -0,0 +1,238 @@
+{
+ "DESCRIPTION": {
+ "github/vimc/orderly": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "DBI": {
+ "credit": 0.012168750000000006,
+ "url": "https://dbi.r-dbi.org"
+ },
+ "R6": {
+ "credit": 0.017160000000000005,
+ "url": "https://r6.r-lib.org"
+ },
+ "RSQLite": {
+ "credit": 0.012168750000000006,
+ "url": "https://rsqlite.r-dbi.org"
+ },
+ "crayon": {
+ "credit": 0.007631250000000006,
+ "url": "https://github.com/r-lib/crayon#readme"
+ },
+ "digest": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/eddelbuettel/digest"
+ },
+ "docopt": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/docopt/docopt.R"
+ },
+ "fs": {
+ "credit": 0.0008250000000000063,
+ "url": "https://fs.r-lib.org"
+ },
+ "gert": {
+ "credit": 0.005362500000000006,
+ "url": "https://docs.ropensci.org/gert/"
+ },
+ "ids": {
+ "credit": 0.0008250000000000063,
+ "url": "https://github.com/richfitz/ids"
+ },
+ "withr": {
+ "credit": 0.03563410714285715,
+ "url": "https://withr.r-lib.org"
+ },
+ "yaml": {
+ "credit": 0.0825,
+ "url": "https://github.com/vubiostat/r-yaml/"
+ },
+ "zip": {
+ "credit": 0.008992500000000006,
+ "url": "https://github.com/r-lib/zip#readme"
+ },
+ "xml2": {
+ "credit": 0.009075,
+ "url": "https://xml2.r-lib.org/"
+ },
+ "testthat": {
+ "credit": 0.14053285714285713,
+ "url": null
+ },
+ "rprojroot": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.0444675,
+ "url": null
+ },
+ "RMariaDB": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.0444675,
+ "url": null
+ },
+ "hms": {
+ "credit": 0.009075,
+ "url": null
+ },
+ "glue": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "dplyr": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "downlit": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "dbplyr": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "DBItest": {
+ "credit": 0.009075,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.034485,
+ "url": null
+ },
+ "blob": {
+ "credit": 0.009075,
+ "url": null
+ },
+ "R": {
+ "credit": 0.07033125,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.07519285714285714,
+ "url": null
+ },
+ "pryr": {
+ "credit": 0.027225,
+ "url": null
+ },
+ "rvest": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "gh": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "Rcpp": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "memoise": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "bit64": {
+ "credit": 0.0045375,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.01983535714285714,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.011667857142857143,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.032086607142857146,
+ "url": null
+ },
+ "grDevices": {
+ "credit": 0.018474107142857143,
+ "url": null
+ },
+ "simplermarkdown": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "tinytest": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "vctrs": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "spelling": {
+ "credit": 0.01497375,
+ "url": null
+ },
+ "tibble": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "pillar": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "sys": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "openssl": {
+ "credit": 0.02178,
+ "url": null
+ },
+ "credentials": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "askpass": {
+ "credit": 0.0081675,
+ "url": null
+ },
+ "rcorpora": {
+ "credit": 0.0136125,
+ "url": null
+ },
+ "uuid": {
+ "credit": 0.0136125,
+ "url": null
+ },
+ "lattice": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "stats": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "graphics": {
+ "credit": 0.00680625,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.016335,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/vimc/vaultr/DESCRIPTION b/_repos/github/vimc/vaultr/DESCRIPTION
new file mode 100644
index 00000000..c5927c7e
--- /dev/null
+++ b/_repos/github/vimc/vaultr/DESCRIPTION
@@ -0,0 +1,37 @@
+Package: vaultr
+Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
+ email = "rich.fitzjohn@gmail.com"),
+ person("Robert", "Ashton", role = "aut"),
+ person("Wes", "Hinsley", role = "aut"),
+ person("Imperial College of Science, Technology and Medicine",
+ role = "cph"))
+Title: Vault Client for Secrets and Sensitive Data
+Version: 1.1.0
+Description: Provides an interface to a 'HashiCorp' vault server over
+ its http API (typically these are self-hosted; see
+ ). This allows for secure storage and
+ retrieval of secrets over a network, such as tokens, passwords and
+ certificates. Authentication with vault is supported through
+ several backends including user name/password and authentication via
+ 'GitHub'.
+License: MIT + file LICENSE
+URL: https://github.com/vimc/vaultr, https://www.vaccineimpact.org/vaultr/
+BugReports: https://github.com/vimc/vaultr/issues
+SystemRequirements: vault
+Imports:
+ R6,
+ getPass,
+ httr,
+ jsonlite
+Suggests:
+ knitr,
+ mockery,
+ processx,
+ rmarkdown,
+ testthat,
+ withr
+RoxygenNote: 7.1.1
+Encoding: UTF-8
+VignetteBuilder: knitr
+Language: en-GB
+Roxygen: list(markdown = TRUE)
diff --git a/_repos/github/vimc/vaultr/README.md b/_repos/github/vimc/vaultr/README.md
new file mode 100644
index 00000000..e2e16631
--- /dev/null
+++ b/_repos/github/vimc/vaultr/README.md
@@ -0,0 +1,55 @@
+---
+title: github/vimc/vaultr
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.25|
+|cran|[httr](https://httr.r-lib.org/)|0.247|
+|cran|R|0.206|
+|cran|[pryr](https://github.com/hadley/pryr)|0.082|
+|cran|utils|0.064|
+|cran|rmarkdown|0.023|
+|cran|knitr|0.023|
+|cran|[testthat](https://testthat.r-lib.org)|0.021|
+|DESCRIPTION|github/vimc/vaultr|0.01|
+|cran|[R6](https://r6.r-lib.org)|0.005|
+|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.003|
+|cran|[getPass](https://github.com/wrathematics/getPass)|0.002|
+|cran|[xml2](https://xml2.r-lib.org/)|0.002|
+|cran|vctrs|0.002|
+|cran|usethis|0.002|
+|cran|shiny|0.002|
+|cran|mockery|0.002|
+|cran|diffviewer|0.002|
+|cran|curl|0.002|
+|cran|covr|0.002|
+|cran|withr|0.002|
+|cran|waldo|0.002|
+|cran|rlang|0.002|
+|cran|ps|0.002|
+|cran|processx|0.002|
+|cran|praise|0.002|
+|cran|pkgload|0.002|
+|cran|methods|0.002|
+|cran|magrittr|0.002|
+|cran|lifecycle|0.002|
+|cran|evaluate|0.002|
+|cran|ellipsis|0.002|
+|cran|digest|0.002|
+|cran|desc|0.002|
+|cran|crayon|0.002|
+|cran|cli|0.002|
+|cran|callr|0.002|
+|cran|brio|0.002|
+|cran|[argon2](https://github.com/wrathematics/argon2)|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/vimc/vaultr/badge.png b/_repos/github/vimc/vaultr/badge.png
new file mode 100644
index 00000000..a4ee8a58
Binary files /dev/null and b/_repos/github/vimc/vaultr/badge.png differ
diff --git a/_repos/github/vimc/vaultr/data.json b/_repos/github/vimc/vaultr/data.json
new file mode 100644
index 00000000..de4b9855
--- /dev/null
+++ b/_repos/github/vimc/vaultr/data.json
@@ -0,0 +1,162 @@
+{
+ "DESCRIPTION": {
+ "github/vimc/vaultr": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "cran": {
+ "R6": {
+ "credit": 0.004925250000000004,
+ "url": "https://r6.r-lib.org"
+ },
+ "getPass": {
+ "credit": 0.002475000000000005,
+ "url": "https://github.com/wrathematics/getPass"
+ },
+ "httr": {
+ "credit": 0.2475,
+ "url": "https://httr.r-lib.org/"
+ },
+ "jsonlite": {
+ "credit": 0.24995024999999998,
+ "url": "https://arxiv.org/abs/1403.2805"
+ },
+ "pryr": {
+ "credit": 0.081675,
+ "url": "https://github.com/hadley/pryr"
+ },
+ "testthat": {
+ "credit": 0.021031312500000003,
+ "url": "https://testthat.r-lib.org"
+ },
+ "R": {
+ "credit": 0.20602518749999998,
+ "url": null
+ },
+ "utils": {
+ "credit": 0.0637065,
+ "url": null
+ },
+ "rstudioapi": {
+ "credit": 0.0030628125000000035,
+ "url": "https://github.com/rstudio/rstudioapi"
+ },
+ "argon2": {
+ "credit": 0.0006125625000000037,
+ "url": "https://github.com/wrathematics/argon2"
+ },
+ "xml2": {
+ "credit": 0.0024502499999999997,
+ "url": "https://xml2.r-lib.org/"
+ },
+ "vctrs": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "usethis": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "shiny": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "rmarkdown": {
+ "credit": 0.0226648125,
+ "url": null
+ },
+ "mockery": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "knitr": {
+ "credit": 0.0226648125,
+ "url": null
+ },
+ "diffviewer": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "curl": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "covr": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "withr": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "waldo": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "rlang": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "ps": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "processx": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "praise": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "pkgload": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "methods": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "magrittr": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "lifecycle": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "evaluate": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "ellipsis": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "digest": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "desc": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "crayon": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "cli": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "callr": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ },
+ "brio": {
+ "credit": 0.0024502499999999997,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/vincentlab/PyFR/README.md b/_repos/github/vincentlab/PyFR/README.md
new file mode 100644
index 00000000..57e8e3bb
--- /dev/null
+++ b/_repos/github/vincentlab/PyFR/README.md
@@ -0,0 +1,73 @@
+---
+title: github/vincentlab/PyFR
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|pypi|[numpy](https://www.numpy.org)|0.211|
+|pypi|[h5py](http://www.h5py.org)|0.141|
+|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.141|
+|pypi|[pytools](http://pypi.python.org/pypi/pytools)|0.141|
+|pypi|[Babel](http://babel.pocoo.org/)|0.042|
+|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.042|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.02|
+|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|0.018|
+|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|0.018|
+|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|0.018|
+|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|0.018|
+|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|0.018|
+|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|0.018|
+|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|0.018|
+|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|0.018|
+|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.016|
+|pypi|[lingua](https://pypi.org/project/lingua)|0.014|
+|setup.py|github/vincentlab/PyFR|0.01|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.005|
+|pypi|[black](https://pypi.org/project/black)|0.005|
+|pypi|[Chameleon](https://pypi.org/project/Chameleon)|0.005|
+|pypi|[click](https://pypi.org/project/click)|0.005|
+|pypi|[polib](https://pypi.org/project/polib)|0.005|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.003|
+|pypi|[mako](https://www.makotemplates.org/)|0.002|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.002|
+|pypi|[requests](https://pypi.org/project/requests)|0.002|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.002|
+|pypi|[nose](https://pypi.org/project/nose)|0.002|
+|pypi|[mock](https://pypi.org/project/mock)|0.002|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.002|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.002|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.002|
+|pypi|[py](https://pypi.org/project/py)|0.002|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.002|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.002|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.002|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.002|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.002|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.002|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.002|
+|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.002|
+|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.002|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.002|
+|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.002|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.002|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.002|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.002|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.002|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.002|
+|pypi|[sphinx](https://pypi.org/project/sphinx)|0.002|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.002|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.002|
+|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|0.001|
+|pypi|[platformdirs](https://github.com/platformdirs/platformdirs)|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/vincentlab/PyFR/badge.png b/_repos/github/vincentlab/PyFR/badge.png
new file mode 100644
index 00000000..0963eaf5
Binary files /dev/null and b/_repos/github/vincentlab/PyFR/badge.png differ
diff --git a/_repos/github/vincentlab/PyFR/data.json b/_repos/github/vincentlab/PyFR/data.json
new file mode 100644
index 00000000..2eab7e31
--- /dev/null
+++ b/_repos/github/vincentlab/PyFR/data.json
@@ -0,0 +1,234 @@
+{
+ "setup.py": {
+ "github/vincentlab/PyFR": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "pypi": {
+ "gimmik": {
+ "credit": 0.001414285714285729,
+ "url": "https://github.com/vincentlab/GiMMiK"
+ },
+ "h5py": {
+ "credit": 0.14142857142857143,
+ "url": "http://www.h5py.org"
+ },
+ "mako": {
+ "credit": 0.002114357142857154,
+ "url": "https://www.makotemplates.org/"
+ },
+ "mpi4py": {
+ "credit": 0.14142857142857143,
+ "url": "https://github.com/mpi4py/mpi4py/"
+ },
+ "numpy": {
+ "credit": 0.21143571428571428,
+ "url": "https://www.numpy.org"
+ },
+ "platformdirs": {
+ "credit": 0.001414285714285729,
+ "url": "https://github.com/platformdirs/platformdirs"
+ },
+ "pytools": {
+ "credit": 0.14142857142857143,
+ "url": "http://pypi.python.org/pypi/pytools"
+ },
+ "pytest": {
+ "credit": 0.02030207142857143,
+ "url": "https://docs.pytest.org/en/latest/"
+ },
+ "lingua": {
+ "credit": 0.014141442857142857,
+ "url": "https://pypi.org/project/lingua"
+ },
+ "Babel": {
+ "credit": 0.04186427142857142,
+ "url": "http://babel.pocoo.org/"
+ },
+ "importlib-metadata": {
+ "credit": 0.01587411964285714,
+ "url": "https://github.com/python/importlib_metadata"
+ },
+ "MarkupSafe": {
+ "credit": 0.04186427142857142,
+ "url": "https://palletsprojects.com/p/markupsafe/"
+ },
+ "pytest>=6": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/pytest>=6"
+ },
+ "pytest-mock>=3.6": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/pytest-mock>=3.6"
+ },
+ "pytest-cov>=2.7": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/pytest-cov>=2.7"
+ },
+ "appdirs==1.4.4": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/appdirs==1.4.4"
+ },
+ "sphinx>=4": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/sphinx>=4"
+ },
+ "sphinx-autodoc-typehints>=1.12": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/sphinx-autodoc-typehints>=1.12"
+ },
+ "proselint>=0.10.2": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/proselint>=0.10.2"
+ },
+ "furo>=2021.7.5b38": {
+ "credit": 0.017501785714285713,
+ "url": "https://pypi.org/project/furo>=2021.7.5b38"
+ },
+ "xmlschema": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/xmlschema"
+ },
+ "requests": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/requests"
+ },
+ "pygments": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/pygments"
+ },
+ "nose": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/nose"
+ },
+ "mock": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/mock"
+ },
+ "hypothesis": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/hypothesis"
+ },
+ "argcomplete": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/argcomplete"
+ },
+ "colorama": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/colorama"
+ },
+ "atomicwrites": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/atomicwrites"
+ },
+ "tomli": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/tomli"
+ },
+ "py": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/py"
+ },
+ "pluggy": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/pluggy"
+ },
+ "packaging": {
+ "credit": 0.0032728339285714282,
+ "url": "https://pypi.org/project/packaging"
+ },
+ "iniconfig": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/iniconfig"
+ },
+ "attrs": {
+ "credit": 0.0017326767857142856,
+ "url": "https://pypi.org/project/attrs"
+ },
+ "flake8": {
+ "credit": 0.0046204714285714285,
+ "url": "https://pypi.org/project/flake8"
+ },
+ "black": {
+ "credit": 0.0046204714285714285,
+ "url": "https://pypi.org/project/black"
+ },
+ "Chameleon": {
+ "credit": 0.0046204714285714285,
+ "url": "https://pypi.org/project/Chameleon"
+ },
+ "click": {
+ "credit": 0.0046204714285714285,
+ "url": "https://pypi.org/project/click"
+ },
+ "polib": {
+ "credit": 0.0046204714285714285,
+ "url": "https://pypi.org/project/polib"
+ },
+ "importlib-resources": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/importlib-resources"
+ },
+ "pytest-mypy": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pytest-mypy"
+ },
+ "pytest-black": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pytest-black"
+ },
+ "pytest-perf": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pytest-perf"
+ },
+ "flufl.flake8": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/flufl.flake8"
+ },
+ "pyfakefs": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pyfakefs"
+ },
+ "pytest-enabler": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pytest-enabler"
+ },
+ "pytest-cov": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pytest-cov"
+ },
+ "pytest-flake8": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pytest-flake8"
+ },
+ "pytest-checkdocs": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/pytest-checkdocs"
+ },
+ "ipython": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/ipython"
+ },
+ "rst.linker": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/rst.linker"
+ },
+ "jaraco.packaging": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/jaraco.packaging"
+ },
+ "sphinx": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/sphinx"
+ },
+ "typing-extensions": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/typing-extensions"
+ },
+ "zipp": {
+ "credit": 0.0015401571428571427,
+ "url": "https://pypi.org/project/zipp"
+ }
+ }
+}
\ No newline at end of file
diff --git a/_repos/github/vincentlab/PyFR/setup.py b/_repos/github/vincentlab/PyFR/setup.py
new file mode 100644
index 00000000..dd17fd03
--- /dev/null
+++ b/_repos/github/vincentlab/PyFR/setup.py
@@ -0,0 +1,148 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+import re
+from setuptools import setup
+
+
+# PyFR version
+vfile = open('pyfr/_version.py').read()
+vsrch = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]", vfile, re.M)
+
+if vsrch:
+ version = vsrch.group(1)
+else:
+ print('Unable to find a version string in pyfr/_version.py')
+
+# Modules
+modules = [
+ 'pyfr.backends',
+ 'pyfr.backends.base',
+ 'pyfr.backends.cuda',
+ 'pyfr.backends.cuda.kernels',
+ 'pyfr.backends.hip',
+ 'pyfr.backends.hip.kernels',
+ 'pyfr.backends.opencl',
+ 'pyfr.backends.opencl.kernels',
+ 'pyfr.backends.openmp',
+ 'pyfr.backends.openmp.kernels',
+ 'pyfr.integrators',
+ 'pyfr.integrators.dual',
+ 'pyfr.integrators.dual.phys',
+ 'pyfr.integrators.dual.pseudo',
+ 'pyfr.integrators.dual.pseudo.kernels',
+ 'pyfr.integrators.std',
+ 'pyfr.integrators.std.kernels',
+ 'pyfr.plugins',
+ 'pyfr.quadrules',
+ 'pyfr.readers',
+ 'pyfr.partitioners',
+ 'pyfr.solvers',
+ 'pyfr.solvers.aceuler',
+ 'pyfr.solvers.aceuler.kernels',
+ 'pyfr.solvers.aceuler.kernels.bcs',
+ 'pyfr.solvers.aceuler.kernels.rsolvers',
+ 'pyfr.solvers.acnavstokes',
+ 'pyfr.solvers.acnavstokes.kernels',
+ 'pyfr.solvers.acnavstokes.kernels.bcs',
+ 'pyfr.solvers.base',
+ 'pyfr.solvers.baseadvec',
+ 'pyfr.solvers.baseadvec.kernels',
+ 'pyfr.solvers.baseadvecdiff',
+ 'pyfr.solvers.baseadvecdiff.kernels',
+ 'pyfr.solvers.euler',
+ 'pyfr.solvers.euler.kernels',
+ 'pyfr.solvers.euler.kernels.bcs',
+ 'pyfr.solvers.euler.kernels.rsolvers',
+ 'pyfr.solvers.navstokes',
+ 'pyfr.solvers.navstokes.kernels',
+ 'pyfr.solvers.navstokes.kernels.bcs',
+ 'pyfr.writers'
+]
+
+# Tests
+tests = [
+ 'pyfr.tests'
+]
+
+# Data
+package_data = {
+ 'pyfr.backends.cuda.kernels': ['*.mako'],
+ 'pyfr.backends.hip.kernels': ['*.mako'],
+ 'pyfr.backends.opencl.kernels': ['*.mako'],
+ 'pyfr.backends.openmp.kernels': ['*.mako'],
+ 'pyfr.integrators.dual.pseudo.kernels': ['*.mako'],
+ 'pyfr.integrators.std.kernels': ['*.mako'],
+ 'pyfr.integrators': ['schemes/*.txt'],
+ 'pyfr.quadrules': [
+ 'hex/*.txt',
+ 'line/*.txt',
+ 'pri/*.txt',
+ 'pyr/*.txt',
+ 'quad/*.txt',
+ 'tet/*.txt',
+ 'tri/*.txt'
+ ],
+ 'pyfr.solvers.aceuler.kernels': ['*.mako'],
+ 'pyfr.solvers.aceuler.kernels.bcs': ['*.mako'],
+ 'pyfr.solvers.aceuler.kernels.rsolvers': ['*.mako'],
+ 'pyfr.solvers.acnavstokes.kernels': ['*.mako'],
+ 'pyfr.solvers.acnavstokes.kernels.bcs': ['*.mako'],
+ 'pyfr.solvers.baseadvec.kernels': ['*.mako'],
+ 'pyfr.solvers.baseadvecdiff.kernels': ['*.mako'],
+ 'pyfr.solvers.euler.kernels': ['*.mako'],
+ 'pyfr.solvers.euler.kernels.bcs': ['*.mako'],
+ 'pyfr.solvers.euler.kernels.rsolvers': ['*.mako'],
+ 'pyfr.solvers.navstokes.kernels': ['*.mako'],
+ 'pyfr.solvers.navstokes.kernels.bcs': ['*.mako'],
+ 'pyfr.tests': ['*.npz']
+}
+
+# Hard dependencies
+install_requires = [
+ 'gimmik ~= 2.3',
+ 'h5py >= 2.10',
+ 'mako >= 1.0.0',
+ 'mpi4py >= 3.1.0',
+ 'numpy >= 1.20',
+ 'platformdirs >= 2.2.0',
+ 'pytools >= 2016.2.1'
+]
+
+# Scripts
+console_scripts = [
+ 'pyfr = pyfr.__main__:main'
+]
+
+# Info
+classifiers = [
+ 'License :: OSI Approved :: BSD License',
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Topic :: Scientific/Engineering'
+]
+
+long_description = '''PyFR is an open-source Python based framework for
+solving advection-diffusion type problems on streaming architectures
+using the Flux Reconstruction approach of Huynh. The framework is
+designed to solve a range of governing systems on mixed unstructured
+grids containing various element types. It is also designed to target a
+range of hardware platforms via use of an in-built domain specific
+language derived from the Mako templating engine.'''
+
+setup(name='pyfr',
+ version=version,
+ description='Flux Reconstruction in Python',
+ long_description=long_description,
+ author='Imperial College London',
+ author_email='info@pyfr.org',
+ url='http://www.pyfr.org/',
+ license='BSD',
+ keywords='Math',
+ packages=['pyfr'] + modules + tests,
+ package_data=package_data,
+ entry_points={'console_scripts': console_scripts},
+ python_requires='>=3.9',
+ install_requires=install_requires,
+ classifiers=classifiers)
diff --git a/_repos/github/xcompact3d/Incompact3d/CMakeLists.txt b/_repos/github/xcompact3d/Incompact3d/CMakeLists.txt
new file mode 100644
index 00000000..bfb67feb
--- /dev/null
+++ b/_repos/github/xcompact3d/Incompact3d/CMakeLists.txt
@@ -0,0 +1,173 @@
+cmake_minimum_required(VERSION 3.0.2)
+cmake_policy(SET CMP0048 NEW)
+
+project(xcompact3d LANGUAGES Fortran)
+
+set(AUTHOR "Stefano Rolfo;Charles Moulinec")
+set(AUTHOR_DETAILS "stefano.rolfo@stfc.ac.uk;charles.moulinec@stfc.ac.uk")
+set(DESCRIPTION "Building xcompact3d using cmake")
+
+message(STATUS "building ${PROJECT_NAME}")
+
+include(GNUInstallDirs)
+set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR})
+set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_BINDIR})
+if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
+ set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/opt" CACHE PATH "..." FORCE)
+endif()
+
+# Add support for CMAKE_DEPENDENT_OPTION
+INCLUDE(CMakeDependentOption)
+INCLUDE(CMakeParseArguments)
+
+# Find the modules included with Xcompact
+#SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
+
+# make sure that the default is a RELEASE
+if (NOT CMAKE_BUILD_TYPE)
+ set (CMAKE_BUILD_TYPE RELEASE CACHE STRING
+ "Choose the type of build, options are: None Debug Release."
+ FORCE)
+endif (NOT CMAKE_BUILD_TYPE)
+
+set(Fortran_COMPILER_NAME ${CMAKE_Fortran_COMPILER_ID} )
+message(STATUS "COMP ID ${Fortran_COMPILER_NAME}")
+message(STATUS "Fortran compiler name ${Fortran_COMPILER_NAME}")
+message(STATUS "Fortran compiler version ${CMAKE_Fortran_COMPILER_VERSION}")
+if (Fortran_COMPILER_NAME MATCHES "GNU")
+ # gfortran
+ message(STATUS "Setting gfortran flags")
+ set(CMAKE_Fortran_FLAGS "-cpp -funroll-loops -floop-optimize -g -Warray-bounds -fcray-pointer -fbacktrace -ffree-line-length-none")
+ if (CMAKE_Fortran_COMPILER_VERSION GREATER_EQUAL "10")
+ message(STATUS "Set New Fortran basic flags")
+ set(CMAKE_Fortran_FLAGS "-cpp -funroll-loops -floop-optimize -g -Warray-bounds -fcray-pointer -fbacktrace -ffree-line-length-none -fallow-argument-mismatch")
+ endif (CMAKE_Fortran_COMPILER_VERSION GREATER_EQUAL "10")
+ set(CMAKE_Fortran_FLAGS_RELEASE "-funroll-all-loops -fno-f2c -O3")
+ set(CMAKE_Fortran_FLAGS_DEBUG "-DDEBG -O0 -g")
+elseif (Fortran_COMPILER_NAME MATCHES "Intel")
+ message(STATUS "Setting ifort flags")
+ set(CMAKE_Fortran_FLAGS "-fpp -xHost -heaparrays -safe-cray-ptr -g -traceback")
+ set (CMAKE_Fortran_FLAGS_RELEASE "-O3 -ipo")
+ set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -DDEBG")
+ #set(CMAKE_Fortran_FLAGS "-cpp xSSE4.2 -axAVX,CORE-AVX-I,CORE-AVX2 -ipo -fp-model fast=2 -mcmodel=large -safe-cray-ptr")
+elseif (Fortran_COMPILER_NAME MATCHES "NAG")
+ message(STATUS "Setting nagfor flags")
+ set(CMAKE_Fortran_FLAGS "-fpp")
+ set (CMAKE_Fortran_FLAGS_RELEASE "-O3")
+ set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g")
+elseif (Fortran_COMPILER_NAME MATCHES "Cray")
+ message(STATUS "Setting cray fortran flags")
+ set(CMAKE_Fortran_FLAGS "-eF -g -N 1023")
+ set (CMAKE_Fortran_FLAGS_RELEASE "-O3")
+ set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g")
+elseif (Fortran_COMPILER_NAME MATCHES "PGI")
+ message(STATUS "Setting PGI fortran flags")
+ set(CMAKE_Fortran_FLAGS "-cpp -acc -Mfree -Kieee -Minfo=accel -g")
+ set (CMAKE_Fortran_FLAGS_RELEASE "-O3")
+ set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -DDEBG")
+elseif (Fortran_COMPILER_NAME MATCHES "Fujitsu")
+ message(STATUS "Setting Fujitsu fortran flags")
+ set (CMAKE_Fortran_FLAGS "-Cpp")
+ set (CMAKE_Fortran_FLAGS_RELEASE "-O3")
+ set (CMAKE_Fortran_FLAGS_DEBUG "-O0")
+else (Fortran_COMPILER_NAME MATCHES "GNU")
+ message ("CMAKE_Fortran_COMPILER full path: " ${CMAKE_Fortran_COMPILER})
+ message ("Fortran compiler: " ${Fortran_COMPILER_NAME})
+ message ("No optimized Fortran compiler flags are known, we just try -O2...")
+ set (CMAKE_Fortran_FLAGS_RELEASE "-O2")
+ set (CMAKE_Fortran_FLAGS_DEBUG "-O0 -g")
+endif (Fortran_COMPILER_NAME MATCHES "GNU")
+
+if (CMAKE_BUILD_TYPE MATCHES "DEBUG")
+ add_definitions("-DDEBG")
+endif (CMAKE_BUILD_TYPE MATCHES "DEBUG")
+
+
+find_package(MPI REQUIRED)
+# Stop if there is no MPI_Fortran_Compiler
+if (MPI_Fortran_COMPILER)
+ message(STATUS "MPI_Fortran_COMPILER found: ${MPI_Fortran_COMPILER}")
+else (MPI_Fortran_COMPILER)
+ message(SEND_ERROR "This application cannot compile without MPI")
+endif(MPI_Fortran_COMPILER)
+# Warning if Include are not found => can be fixed with more recent cmake version
+if (MPI_FOUND)
+ message(STATUS "MPI FOUND: ${MPI_FOUND}")
+ include_directories(SYSTEM ${MPI_INCLUDE_PATH})
+ message(STATUS "MPI INCL ALSO FOUND: ${MPI_INCLUDE_PATH}")
+else (MPI_FOUND)
+ message(STATUS "NO MPI include have been found. The executable won't be targeted with MPI include")
+ message(STATUS "Code will compile but performaces can be compromised")
+ message(STATUS "Using a CMake vers > 3.10 should solve the problem")
+ message(STATUS "Alternatively use ccmake to manually set the include if available")
+endif (MPI_FOUND)
+
+execute_process(
+ COMMAND git describe --tag --long --always
+ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
+ OUTPUT_VARIABLE GIT_VERSION
+ OUTPUT_STRIP_TRAILING_WHITESPACE
+)
+add_definitions("-DVERSION=\"${GIT_VERSION}\"")
+option(DOUBLE_PRECISION "Build Xcompact with double precision" ON)
+if (DOUBLE_PRECISION)
+ add_definitions("-DDOUBLE_PREC")
+endif()
+
+option(SINGLE_PRECISION_OUTPUT "Build XCompact with output in single precision" OFF)
+if (SINGLE_PRECISION_OUTPUT)
+ add_definitions("-DSAVE_SINGLE")
+endif()
+
+# FFT options
+set(FFT_Choice "generic" CACHE STRING "FFT for XCompact3d project (generic is the default)")
+set_property(CACHE FFT_Choice PROPERTY STRINGS generic fftw3 mkl)
+
+# Look for ADIOS2 library
+option(USE_ADIOS2 "Build XCompact with ADIOS2 library" OFF)
+if(USE_ADIOS2)
+ #find_package(ADIOS2 COMPONENTS fortran)
+ find_package(ADIOS2)
+endif()
+if(ADIOS2_FOUND)
+ message(STATUS "ADIOS INCLUDE ${ADIOS2_INCLUDE_DIRS}")
+ include_directories(${ADIOS2_INCLUDE_DIRS})
+ add_definitions("-DADIOS2")
+else(ADIOS_FOUND)
+ message(STATUS "ADIOS2 not found")
+endif()
+
+# Create a static library for the fft
+add_subdirectory(decomp2d)
+
+# Create the Xcompact3d executable
+add_subdirectory(src)
+
+# Create the Xcompact3d executable
+add_subdirectory(post_vtk)
+
+# Create an example dir with all input.i3d example files
+option(BUILD_TESTING "Build with tests" ON)
+set(test_dir "${PROJECT_BINARY_DIR}/Test")
+add_subdirectory(examples)
+message(STATUS "Before test main ${test_dir}")
+if (${BUILD_TESTING})
+ include(CTest)
+ message(STATUS "MPI INCL ALSO FOUND: ${MPI_INCLUDE_PATH}")
+ message(STATUS "MPI EXEC: ${MPIEXEC_EXECUTABLE}")
+ add_test(NAME TGvortex COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test.i3d WORKING_DIRECTORY ${test_dir}/TGV)
+ add_test(NAME Channel-Flow-X COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test_x.i3d WORKING_DIRECTORY ${test_dir}/Channel-Flow-X)
+ add_test(NAME Channel-Flow-Z COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test_z.i3d WORKING_DIRECTORY ${test_dir}/Channel-Flow-Z)
+ if(NOT ${USE_ADIOS2})
+ add_test(NAME Cylinder COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test.i3d WORKING_DIRECTORY ${test_dir}/Cylinder)
+ add_test(NAME CylinderMoving COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test_moving.i3d WORKING_DIRECTORY ${test_dir}/CylinderMoving)
+ endif()
+ add_test(NAME Lock-exchange COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test.i3d WORKING_DIRECTORY ${test_dir}/Lock-exchange)
+ add_test(NAME Mixing-layer COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test.i3d WORKING_DIRECTORY ${test_dir}/Mixing-layer)
+ add_test(NAME ABL-Convective COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_convective_test.i3d WORKING_DIRECTORY ${test_dir}/ABL-Convective)
+ add_test(NAME ABL-Neutral COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_neutral_test.i3d WORKING_DIRECTORY ${test_dir}/ABL-Neutral)
+ add_test(NAME ABL-Stable COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_stable_test.i3d WORKING_DIRECTORY ${test_dir}/ABL-Stable)
+ add_test(NAME TBL COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test.i3d WORKING_DIRECTORY ${test_dir}/TBL)
+ add_test(NAME Wind-Turbine COMMAND ${MPIEXEC_EXECUTABLE} -n ${MPIEXEC_MAX_NUMPROCS} ${CMAKE_INSTALL_PREFIX}/bin/xcompact3d input_test.i3d WORKING_DIRECTORY ${test_dir}/Wind-Turbine)
+endif()
+
diff --git a/_repos/github/xcompact3d/Incompact3d/README.md b/_repos/github/xcompact3d/Incompact3d/README.md
new file mode 100644
index 00000000..31809882
--- /dev/null
+++ b/_repos/github/xcompact3d/Incompact3d/README.md
@@ -0,0 +1,66 @@
+---
+title: github/xcompact3d/Incompact3d
+layout: repo
+tipue_search_active: true
+exclude_from_search: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[mpi](https://docs.nersc.gov/development/compilers/wrappers/)|0.276|
+|spack|python|0.069|
+|spack|[cmake](https://www.cmake.org)|0.031|
+|spack|pkgconfig|0.031|
+|spack|bzip2|0.03|
+|spack|cuda|0.029|
+|spack|libffi|0.029|
+|spack|libfabric|0.029|
+|spack|libzmq|0.029|
+|spack|dataspaces|0.029|
+|spack|hdf5|0.029|
+|spack|c-blosc|0.029|
+|spack|libpng|0.029|
+|spack|zfp|0.029|
+|spack|sz|0.029|
+|spack|py-numpy|0.029|
+|spack|py-mpi4py|0.029|
+|spack|[zlib](https://zlib.net)|0.029|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.02|
+|spack|[qt](https://qt.io)|0.02|
+|spack|ncurses|0.02|
+|spack|py-sphinx|0.02|
+|spack|gnuconfig|0.017|
+|spack|libbsd|0.01|
+|CMakeLists.txt|github/xcompact3d/Incompact3d|0.01|
+|spack|perl|0.005|
+|spack|ca-certificates-mozilla|0.005|
+|spack|nasm|0.005|
+|spack|[adios2](https://csmd.ornl.gov/software/adios2)|0.005|
+|spack|automake|0.004|
+|spack|autoconf|0.004|
+|spack|libtool|0.004|
+|spack|m4|0.004|
+|spack|[openssl](https://www.openssl.org)|0.003|
+|spack|mbedtls|0.003|
+|spack|[expat](https://libexpat.github.io/)|0.002|
+|spack|gnutls|0.002|
+|spack|nss|0.002|
+|spack|libidn2|0.002|
+|spack|nghttp2|0.002|
+|spack|libssh2|0.002|
+|spack|libssh|0.002|
+|spack|krb5|0.002|
+|spack|lz4|0.002|
+|spack|lzo|0.002|
+|spack|xz|0.002|
+|spack|zstd|0.002|
+|spack|nettle|0.002|
+|spack|libxml2|0.002|
+|spack|libiconv|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/xcompact3d/Incompact3d/badge.png b/_repos/github/xcompact3d/Incompact3d/badge.png
new file mode 100644
index 00000000..27b064a2
Binary files /dev/null and b/_repos/github/xcompact3d/Incompact3d/badge.png differ
diff --git a/_repos/github/xcompact3d/Incompact3d/data.json b/_repos/github/xcompact3d/Incompact3d/data.json
new file mode 100644
index 00000000..8ed8e95c
--- /dev/null
+++ b/_repos/github/xcompact3d/Incompact3d/data.json
@@ -0,0 +1,222 @@
+{
+ "CMakeLists.txt": {
+ "github/xcompact3d/Incompact3d": {
+ "credit": 0.01,
+ "url": null
+ }
+ },
+ "spack": {
+ "cmake": {
+ "credit": 0.0313014705882353,
+ "url": "https://www.cmake.org"
+ },
+ "mpi": {
+ "credit": 0.2763264705882353,
+ "url": "https://docs.nersc.gov/development/compilers/wrappers/"
+ },
+ "adios2": {
+ "credit": 0.00495000000000001,
+ "url": "https://csmd.ornl.gov/software/adios2"
+ },
+ "ninja": {
+ "credit": 0.00020418750000000124,
+ "url": "https://ninja-build.org/"
+ },
+ "curl": {
+ "credit": 0.00020418750000000124,
+ "url": "https://curl.se/"
+ },
+ "expat": {
+ "credit": 0.0017591538461538474,
+ "url": "https://libexpat.github.io/"
+ },
+ "zlib": {
+ "credit": 0.028711903846153845,
+ "url": "https://zlib.net"
+ },
+ "libarchive": {
+ "credit": 0.00020418750000000124,
+ "url": "https://www.libarchive.org"
+ },
+ "libuv": {
+ "credit": 0.00020418750000000124,
+ "url": "https://libuv.org"
+ },
+ "rhash": {
+ "credit": 0.02041875,
+ "url": "https://sourceforge.net/projects/rhash/"
+ },
+ "openssl": {
+ "credit": 0.003443700721153847,
+ "url": "https://www.openssl.org"
+ },
+ "qt": {
+ "credit": 0.02041875,
+ "url": "https://qt.io"
+ },
+ "ncurses": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "python": {
+ "credit": 0.06945978308823528,
+ "url": null
+ },
+ "py-sphinx": {
+ "credit": 0.02041875,
+ "url": null
+ },
+ "cuda": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "pkgconfig": {
+ "credit": 0.030511017463235292,
+ "url": null
+ },
+ "libffi": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "libfabric": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "libzmq": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "dataspaces": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "hdf5": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "c-blosc": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "bzip2": {
+ "credit": 0.03038143693438914,
+ "url": null
+ },
+ "libpng": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "zfp": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "sz": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "py-numpy": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "py-mpi4py": {
+ "credit": 0.028826470588235294,
+ "url": null
+ },
+ "gnuconfig": {
+ "credit": 0.017389706971153846,
+ "url": null
+ },
+ "gnutls": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "mbedtls": {
+ "credit": 0.003239513221153846,
+ "url": null
+ },
+ "nss": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libidn2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "nghttp2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libssh2": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libssh": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "krb5": {
+ "credit": 0.0016845468749999998,
+ "url": null
+ },
+ "libbsd": {
+ "credit": 0.010107281249999999,
+ "url": null
+ },
+ "lz4": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "lzo": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "xz": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "zstd": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "nettle": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "libxml2": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "libiconv": {
+ "credit": 0.0015549663461538461,
+ "url": null
+ },
+ "automake": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "autoconf": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "libtool": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "m4": {
+ "credit": 0.0040429125,
+ "url": null
+ },
+ "perl": {
+ "credit": 0.0050536406249999995,
+ "url": null
+ },
+ "ca-certificates-mozilla": {
+ "credit": 0.0050536406249999995,
+ "url": null
+ },
+ "nasm": {
+ "credit": 0.0050536406249999995,
+ "url": null
+ }
+ }
+}
\ No newline at end of file
diff --git a/docs/all-repos.md b/docs/all-repos.md
index dd075c76..8e82cd54 100644
--- a/docs/all-repos.md
+++ b/docs/all-repos.md
@@ -2,5593 +2,6082 @@
|Manager|Name|Credit|
|-------|----|------|
-|pypi|[numpy](https://pypi.org/project/numpy)|0.03498475331821854|
-|cran|R|0.03424976459671244|
-|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.027833423233940904|
-|cran|[testthat](https://testthat.r-lib.org)|0.02397515501414811|
-|cran|[httr](https://httr.r-lib.org/)|0.020448287174915074|
-|cran|[knitr](https://yihui.org/knitr/)|0.01690575151396712|
-|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.015945403274703257|
-|pypi|[matplotlib](https://matplotlib.org)|0.014856021592124518|
-|cran|utils|0.013904182156179163|
-|cran|methods|0.013498727092482935|
-|cran|[covr](https://covr.r-lib.org)|0.012554311189310998|
-|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009971634567966882|
-|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.007903077203191647|
-|cran|[tidyr](https://tidyr.tidyverse.org)|0.0074803334035712585|
-|pypi|[cycler](https://github.com/matplotlib/cycler)|0.006562652317134398|
-|cran|[magrittr](https://magrittr.tidyverse.org)|0.00640238868948378|
-|cran|[rlang](https://rlang.r-lib.org)|0.006024559797711829|
-|cran|stats|0.005330834919975447|
-|pypi|[sphinx](https://www.sphinx-doc.org/)|0.005143066018185595|
-|pypi|[six](https://pypi.org/project/six)|0.005116801437863265|
-|cran|[withr](https://withr.r-lib.org)|0.005086492621852832|
-|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.004551196561767453|
-|cran|[tibble](https://tibble.tidyverse.org/)|0.00453911451153286|
-|cran|tools|0.004274570924906802|
-|cran|[curl](https://github.com/jeroen/curl)|0.004082805500822201|
-|pypi|[biopython](https://biopython.org/)|0.004000459949653766|
-|pypi|[h5py](http://www.h5py.org)|0.003940643929778582|
-|cran|[Rcpp](http://www.rcpp.org)|0.0038845717220677336|
-|cran|[vctrs](https://vctrs.r-lib.org/)|0.003596235499893711|
-|pypi|[docutils](http://docutils.sourceforge.net/)|0.0035627643392483954|
-|cran|[R6](https://r6.r-lib.org)|0.00355948475002396|
-|cran|grDevices|0.0033824628949575895|
-|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0031565891007250676|
-|cran|graphics|0.0031531249179378297|
-|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.0031310050498086764|
-|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.003112155861147037|
-|pypi|[colorama](https://pypi.org/project/colorama)|0.0030505453088427986|
-|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0030481392473359335|
-|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.002941827338035763|
-|pypi|[lxml](https://pypi.org/project/lxml)|0.00293983328205502|
-|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0028868370860475256|
-|cran|[dplyr](https://dplyr.tidyverse.org)|0.0028105970826652073|
-|cran|[pryr](https://github.com/hadley/pryr)|0.0027646333736613144|
-|cran|[glue](https://github.com/tidyverse/glue)|0.0027076352913542093|
-|pypi|[numba](https://numba.pydata.org)|0.0025592050097635968|
-|pypi|[pytz](https://pypi.org/project/pytz)|0.0024893783948396852|
-|pypi|[requests](https://pypi.org/project/requests)|0.002474290806127736|
-|cran|[digest](https://github.com/eddelbuettel/digest)|0.0024321047315473215|
-|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0024033731642187244|
-|cran|[htmltools](https://github.com/rstudio/htmltools)|0.002398468886741001|
-|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.002336925759972403|
-|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0020413807388924474|
-|pypi|[pycparser](https://github.com/eliben/pycparser)|0.002028384024921566|
-|pypi|[scipy](https://pypi.org/project/scipy)|0.002008797757370677|
-|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.001978780891482441|
-|pypi|[contextlib2](https://pypi.org/project/contextlib2)|0.001975206533169914|
-|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.001969479023568026|
-|cran|[mockery](https://github.com/r-lib/mockery)|0.001964072420350236|
-|pypi|[packaging](https://pypi.org/project/packaging)|0.0019394092366563985|
-|cran|[stringi](https://stringi.gagolewski.com/)|0.001846326181468636|
-|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.001837093209182467|
-|cran|[xml2](https://xml2.r-lib.org/)|0.0018138023983402423|
-|cran|[cli](https://cli.r-lib.org)|0.0017659550050971049|
-|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0017525019260038065|
-|cran|[pillar](https://pillar.r-lib.org/)|0.0017373549759354939|
-|cran|[shiny](https://shiny.rstudio.com/)|0.0017103610147779543|
-|cran|[bit64](https://github.com/truecluster/bit64)|0.00170124966509246|
-|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0016939379904340052|
-|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0016923078515360716|
-|pypi|[flake8](https://pypi.org/project/flake8)|0.001691105805596153|
-|pypi|[PyYAML](https://pyyaml.org/)|0.001639519153670144|
-|cran|[callr](https://callr.r-lib.org)|0.0016335608250685702|
-|cran|[purrr](http://purrr.tidyverse.org)|0.0016285867870177578|
-|pypi|[tomli](https://pypi.org/project/tomli)|0.0016201587299400106|
-|pypi|[pandas](https://pandas.pydata.org)|0.001594159975503842|
-|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0015048607429845467|
-|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0014803300562765758|
-|cran|[processx](https://processx.r-lib.org)|0.0014139120718363732|
-|pypi|[idna](https://pypi.org/project/idna)|0.0014095479663003827|
-|cran|[DBI](https://dbi.r-dbi.org)|0.0013991521015535625|
-|pypi|[certifi](https://pypi.org/project/certifi)|0.0013932941486382818|
-|pypi|[mypy](https://pypi.org/project/mypy)|0.0013822034792289532|
-|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.001373593431440516|
-|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0013680687258687256|
-|pypi|[mock](https://pypi.org/project/mock)|0.0013676726889753116|
-|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.001352618755258616|
-|cran|[markdown](https://github.com/rstudio/markdown)|0.0013453997852879832|
-|cran|[sp](https://github.com/edzer/sp/)|0.0013362810874808504|
-|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0013323094430743084|
-|pypi|[Sphinx](https://www.sphinx-doc.org/)|0.0013300570587444268|
-|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.001312383109684743|
-|cran|parallel|0.0013094204691558764|
-|pypi|[future](https://python-future.org)|0.0013086768723318532|
-|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0013053657609723608|
-|cran|[pracma](NA)|0.0012856613692245405|
-|pypi|[protobuf](https://developers.google.com/protocol-buffers/)|0.0012589840278082456|
-|cran|grid|0.001254468167439431|
-|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0012536325868919987|
-|pypi|[click](https://pypi.org/project/click)|0.0012492502747726607|
-|cran|[hms](https://hms.tidyverse.org/)|0.0012347821944667917|
-|pypi|[Babel](https://pypi.org/project/Babel)|0.001199920299708492|
-|cran|[stringr](http://stringr.tidyverse.org)|0.0011990979137842857|
-|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0011812534188326233|
-|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0011757607572581111|
-|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.001141868550931798|
-|pypi|[chardet](https://pypi.org/project/chardet)|0.0010770074177537804|
-|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.00106360466967828|
-|pypi|[pygments](https://pypi.org/project/pygments)|0.0010632743051387627|
-|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0010554636719968084|
-|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0010171030779645648|
-|cran|[mime](https://github.com/yihui/mime)|0.0010163133444029283|
-|pypi|[isal](https://github.com/pycompression/python-isal)|0.0010118161216216216|
-|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0010080188049235253|
-|pypi|[wheel](https://pypi.org/project/wheel)|0.0009908528189841006|
-|pypi|[joblib](https://pypi.org/project/joblib)|0.0009471245477116117|
-|pypi|[docopt](http://docopt.org)|0.0009449265110818236|
-|pypi|[nose](https://pypi.org/project/nose)|0.000940077916489409|
-|cran|[webmockr](https://github.com/ropensci/webmockr)|0.0009372696025690065|
-|cran|ellipsis|0.0009338439125978618|
-|cran|[unix](https://github.com/jeroen/unix)|0.0009328904196002725|
-|cran|bench|0.0009175693334661792|
-|cran|[xts](https://github.com/joshuaulrich/xts)|0.00090581257116267|
-|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.0009001559476841373|
-|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.000888281079484248|
-|cran|[broom](https://broom.tidymodels.org/)|0.0008867613720426093|
-|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008841581773086871|
-|cran|[generics](https://generics.r-lib.org)|0.0008707021662340782|
-|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0008694675197868626|
-|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0008691575000668801|
-|cran|[httpcode](https://github.com/sckott/httpcode)|0.0008672146797890837|
-|cran|[scales](https://scales.r-lib.org)|0.0008671778701469473|
-|cran|[bit](https://github.com/truecluster/bit)|0.0008575767550505025|
-|cran|evaluate|0.0008535152137893056|
-|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0008421216222208906|
-|cran|RColorBrewer|0.000840759271462644|
-|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0008351618169027064|
-|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0008277760910544722|
-|cran|[sf](https://r-spatial.github.io/sf/)|0.0008222259818185173|
-|cran|[fs](https://fs.r-lib.org)|0.0008151894027912772|
-|pypi|[attrs](https://pypi.org/project/attrs)|0.0008033653096685199|
-|pypi|[Jinja2](https://palletsprojects.com/p/jinja/)|0.0008001204657546378|
-|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.0007975393311309403|
-|cran|tcltk|0.0007917185031049215|
-|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0007907265873713463|
-|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007796421346635795|
-|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0007713964038619461|
-|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.000760723369565817|
-|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0007591009925303965|
-|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0007525100762330078|
-|pypi|[xmltodict](https://github.com/martinblech/xmltodict)|0.0007491938223938223|
-|cran|[plyr](http://had.co.nz/plyr)|0.0007462514837287902|
-|pypi|[cffi](http://cffi.readthedocs.org)|0.0007428789376599959|
-|cran|[pkgload](https://github.com/r-lib/pkgload)|0.000740288919822918|
-|pypi|[wrapt](https://github.com/GrahamDumpleton/wrapt)|0.0007367709647813008|
-|cran|[blob](https://blob.tidyverse.org)|0.0007135052846505915|
-|pypi|[pillow](https://python-pillow.org)|0.0007112504266255197|
-|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0007068360697084822|
-|cran|[httpuv](https://github.com/rstudio/httpuv)|0.0007051165036988761|
-|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.0006912162162162162|
-|pypi|[pywin32](https://github.com/mhammond/pywin32)|0.0006739982720704633|
-|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0006734991182705787|
-|cran|[data.table](https://r-datatable.com)|0.0006728131491362203|
-|cran|[usethis](https://usethis.r-lib.org)|0.0006693216282198386|
-|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006663144425446256|
-|pypi|[twine](https://twine.readthedocs.io/)|0.0006629897346169588|
-|cran|[maps](NA)|0.0006615001381696227|
-|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0006572574159045704|
-|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0006529271735491464|
-|cran|pkgconfig|0.0006527708733397784|
-|pypi|[ipython](https://pypi.org/project/ipython)|0.0006479910678975076|
-|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0006476427952369257|
-|pypi|[enum34](https://pypi.org/project/enum34)|0.0006416391384474263|
-|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0006407927957610099|
-|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0006368008577843519|
-|pypi|[brotli](https://pypi.org/project/brotli)|0.0006354869260983549|
-|pypi|[msgpack](https://msgpack.org/)|0.0006337730351423075|
-|cran|[lubridate](https://lubridate.tidyverse.org)|0.0006305566056575766|
-|cran|[XML](http://www.omegahat.net/RSXML/)|0.0006303299585717392|
-|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006242728682612976|
-|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0006210325956383636|
-|cran|[png](http://www.rforge.net/png/)|0.0006204154731304379|
-|cran|[brio](https://brio.r-lib.org)|0.0006196285677936889|
-|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0006174628289846526|
-|pypi|[semver](https://github.com/python-semver/python-semver)|0.0006164147352088731|
-|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006119415554955046|
-|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0006109297191467127|
-|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0005980542428706903|
-|cran|[igraph](https://igraph.org)|0.0005972629236169089|
-|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0005918213267950867|
-|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0005861170562393149|
-|pypi|[ujson](https://github.com/ultrajson/ultrajson)|0.0005849843830140326|
-|cran|[waldo](https://github.com/r-lib/waldo)|0.000584407302241938|
-|pypi|[netCDF4](https://pypi.org/project/netCDF4)|0.0005842121608890816|
-|cran|RPostgreSQL|0.0005838769512748431|
-|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.0005822922162846766|
-|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0005813183867768789|
-|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00058006227327289|
-|pypi|[snowballstemmer](https://github.com/snowballstem/snowball)|0.0005764210911041369|
-|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.0005764210911041369|
-|pypi|[keras](https://keras.io/)|0.0005705777473151421|
-|pypi|[statsmodels](https://pypi.org/project/statsmodels)|0.0005682487233946004|
-|pypi|[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)|0.0005634993098907732|
-|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0005612541524966587|
-|cran|mockr|0.0005600567300352439|
-|cran|[xfun](https://github.com/yihui/xfun)|0.0005581063567350719|
-|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0005565008952488011|
-|pypi|[py](https://pypi.org/project/py)|0.0005524654077378368|
-|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0005523783783783785|
-|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0005495585275117689|
-|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0005452621466868494|
-|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0005436687694716397|
-|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0005431129713860059|
-|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0005422726791328075|
-|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005420322745705448|
-|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.0005389867103962326|
-|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0005387690212366906|
-|pypi|[pint](https://github.com/hgrecco/pint)|0.0005385570876999448|
-|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0005351351351351351|
-|pypi|[http](https://github.com/franckcuny/http)|0.0005351351351351351|
-|pypi|[apyori](https://github.com/ymoch/apyori)|0.0005351351351351351|
-|pypi|[markdown2](https://pypi.org/project/markdown2)|0.0005335018841218669|
-|pypi|[olefile](https://pypi.org/project/olefile)|0.0005335018841218669|
-|pypi|[llist](https://github.com/ajakubek/python-llist)|0.0005333513513513514|
-|pypi|[black](https://pypi.org/project/black)|0.0005319609540244178|
-|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0005301005692206241|
-|cran|pkgbuild|0.0005276268381754727|
-|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005241491491362241|
-|pypi|[dill](https://pypi.org/project/dill)|0.0005186894995757433|
-|npm|[angular](http://angularjs.org)|0.0005130158944658946|
-|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0005086606904905599|
-|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0005037878634781825|
-|pypi|[toml](https://pypi.org/project/toml)|0.0005015054045482937|
-|cran|Lahman|0.0004996175897754838|
-|cran|[crul](https://docs.ropensci.org/crul/)|0.0004967212940023612|
-|pypi|[psutil](https://pypi.org/project/psutil)|0.0004952669216221221|
-|cran|[ragg](https://ragg.r-lib.org)|0.0004940847306122492|
-|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0004930513380399236|
-|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004915647942010456|
-|pypi|[tornado](https://pypi.org/project/tornado)|0.0004902998662945455|
-|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004896872769896169|
-|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0004872839117916015|
-|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00048578823372201995|
-|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0004849694483405908|
-|cran|formattable|0.00048373351932903683|
-|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.000483352727252996|
-|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.00048230198363018184|
-|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00048127158386000995|
-|pypi|[munkres](https://pypi.org/project/munkres)|0.0004798545267744604|
-|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0004779451028387713|
-|cran|[inline](https://github.com/eddelbuettel/inline)|0.0004740393171970069|
-|pypi|[PyQt5-sip](https://www.riverbankcomputing.com/software/sip/)|0.00047233571945701355|
-|cran|RMySQL|0.0004711660379404784|
-|cran|lobstr|0.0004711660379404784|
-|npm|[fs](https://github.com/npm/security-holder#readme)|0.00047103592696813037|
-|npm|[express](http://expressjs.com/)|0.00047098229135729137|
-|npm|[lodash](https://lodash.com/)|0.0004691843406431994|
-|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0004679411408786237|
-|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0004672568015213925|
-|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0004672568015213925|
-|cran|[webutils](https://github.com/jeroen/webutils)|0.00046530022097281864|
-|pypi|[commonmark](https://pypi.org/project/commonmark)|0.0004537935017820018|
-|cran|fansi|0.00045229314117933546|
-|cran|[survival](https://github.com/therneau/survival)|0.00044823181029833136|
-|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.00044651554676686044|
-|pypi|[bmipy](http://csdms.colorado.edu)|0.000445945945945946|
-|pypi|[pulp](https://github.com/coin-or/pulp)|0.0004459459459459459|
-|pypi|[pyasn1](https://github.com/etingof/pyasn1)|0.0004416817982710626|
-|pypi|[sympy](https://pypi.org/project/sympy)|0.0004400366448580219|
-|cran|[abind](NA)|0.000439449526686167|
-|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0004393960807955392|
-|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.00043811869341328424|
-|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.00043811869341328424|
-|cran|datasets|0.0004357507654978158|
-|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0004347461325669561|
-|cran|[bslib](https://rstudio.github.io/bslib/)|0.00043215928163905934|
-|cran|chron|0.00043072513564647834|
-|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0004305414993623229|
-|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.000429544762863317|
-|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00042739459459459464|
-|cran|[devtools](https://devtools.r-lib.org/)|0.0004239017594116491|
-|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.00042381310420093433|
-|cran|[winch](https://r-prof.github.io/winch/)|0.0004215409715790994|
-|npm|[papaparse](http://papaparse.com)|0.00042153359073359076|
-|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00041249918012422373|
-|cran|iterators|0.00041047240021302103|
-|pypi|[graphviz](https://github.com/xflr6/graphviz)|0.0004074746785493975|
-|cran|[ps](https://github.com/r-lib/ps#readme)|0.0004061583540203644|
-|pypi|[regex](https://pypi.org/project/regex)|0.00040595558520151995|
-|cran|gtable|0.0004018182562507001|
-|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00040173141891891893|
-|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.0004016834472972973|
-|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.00040085620202935185|
-|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004000394186972489|
-|npm|nestjs|0.00039908382959230425|
-|pypi|[isort](https://pypi.org/project/isort)|0.0003989444057692061|
-|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003979852804749571|
-|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00039669116721116724|
-|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.0003941983023883122|
-|pypi|[py-make](https://pypi.org/project/py-make)|0.0003941983023883122|
-|pypi|[typing](https://pypi.org/project/typing)|0.0003909066786085536|
-|cran|itertools|0.00038775433204633214|
-|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.00038648648648648647|
-|pypi|[python-levenshtein](http://github.com/ztane/python-Levenshtein)|0.0003860617760617761|
-|pypi|[pluggy](https://pypi.org/project/pluggy)|0.00038549692867375886|
-|pypi|[Pygments](https://pypi.org/project/Pygments)|0.0003832262622494584|
-|pypi|[babel](https://babel.pocoo.org/)|0.0003821646970969539|
-|npm|[axios](https://axios-http.com)|0.00038171149357590044|
-|pypi|[pyfaidx](http://mattshirley.com)|0.00037884169884169885|
-|npm|[react](https://reactjs.org/)|0.0003774430003886881|
-|npm|[react-dom](https://reactjs.org/)|0.0003774430003886881|
-|cran|[ape](http://ape-package.ird.fr/)|0.0003744927865959632|
-|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0003724831137712494|
-|cran|timeDate|0.0003713885071921896|
-|cran|[readr](https://readr.tidyverse.org)|0.0003695873660037353|
-|pypi|[flatbuffers](https://google.github.io/flatbuffers/)|0.00036910285235715903|
-|cran|munsell|0.0003673437288840986|
-|pypi|[PyQt5-Qt5](https://www.riverbankcomputing.com/software/pyqt/)|0.0003670440592253533|
-|cran|tis|0.000364807342176242|
-|pypi|[llvmlite](https://pypi.org/project/llvmlite)|0.0003611793611793612|
-|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00036001492043745344|
-|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.00035870242004980453|
-|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0003581941977359934|
-|cran|[hexbin](https://github.com/edzer/hexbin)|0.0003577538127275544|
-|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00035675675675675677|
-|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00035675675675675677|
-|pypi|[conan](https://conan.io)|0.00035675675675675677|
-|pypi|[udatetime](https://github.com/freach/udatetime)|0.00035675675675675677|
-|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.00035675675675675677|
-|cran|mapproj|0.0003556931035681292|
-|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0003556481471384237|
-|cran|[raster](https://rspatial.org/raster)|0.00035557823524117116|
-|pypi|[networkx](https://pypi.org/project/networkx)|0.00035532672237876227|
-|pypi|[grpcio](https://grpc.io)|0.0003547817822804004|
-|cran|[sys](https://github.com/jeroen/sys)|0.00035383294281433994|
-|cran|[mgcv](NA)|0.0003527882393480781|
-|pypi|[multidict](https://github.com/aio-libs/multidict)|0.00034950424600217056|
-|cran|assertthat|0.00034886177431825763|
-|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00034799526479381906|
-|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0003470773545080597|
-|pypi|[futures](https://pypi.org/project/futures)|0.0003450376320798514|
-|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0003431660231660232|
-|pypi|[codecov](https://pypi.org/project/codecov)|0.0003409739896789952|
-|pypi|[multiprocess](https://github.com/uqfoundation/multiprocess)|0.0003398652169472873|
-|pypi|[seaborn](https://pypi.org/project/seaborn)|0.00033738142800907663|
-|cran|[vroom](https://vroom.r-lib.org)|0.0003366506830876901|
-|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00033461510231513496|
-|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.00033294445294548006|
-|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0003329106323980426|
-|pypi|[shiboken2](https://www.pyside.org)|0.00033270421621621623|
-|cran|[terra](https://rspatial.org/terra/)|0.0003312380923172242|
-|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.00033067224554081734|
-|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003300433536288654|
-|pypi|[dask](https://pypi.org/project/dask)|0.00033001736859137795|
-|cran|[clipr](https://github.com/mdlincoln/clipr)|0.0003294376321035233|
-|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00032818674457412155|
-|cran|[DT](https://github.com/rstudio/DT)|0.00032815019057047507|
-|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0003267357173092609|
-|pypi|[mappy](https://github.com/lh3/minimap2)|0.00032532818532818536|
-|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.0003227632572920139|
-|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.0003210191122713806|
-|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0003202702702702703|
-|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0003180566944921549|
-|pypi|[argparse](https://pypi.org/project/argparse)|0.0003179402278771163|
-|pypi|[process-tests](https://pypi.org/project/process-tests)|0.00031575869088913406|
-|pypi|[hunter](https://pypi.org/project/hunter)|0.00031575869088913406|
-|pypi|[fields](https://pypi.org/project/fields)|0.00031575869088913406|
-|npm|[d3](https://d3js.org)|0.0003153490071704357|
-|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0003131481816465393|
-|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0003115500757648387|
-|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00031114609147609145|
-|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0003098432432432432|
-|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0003091701974630802|
-|cran|[sass](https://github.com/rstudio/sass)|0.0003073856384259816|
-|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.0003043201862149231|
-|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.00030227129415447265|
-|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00030216461712011944|
-|pypi|[sphinxcontrib-serializinghtml](http://sphinx-doc.org/)|0.0003019252688312532|
-|pypi|[scikit-image](https://scikit-image.org)|0.00030088648745017695|
-|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.0003006790540540541|
-|pypi|[pydot](https://pypi.org/project/pydot)|0.0002992759291450721|
-|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.0002972972972972973|
-|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.00029704349158672546|
-|cran|graph|0.00029702592279720776|
-|pypi|[sphinxcontrib-htmlhelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-applehelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-devhelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-jsmath](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-qthelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.00029599608820438474|
-|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|0.00029405675675675676|
-|cran|cachem|0.0002938603298246271|
-|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00029303578062777426|
-|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00029251964419258646|
-|pypi|[async-generator](https://pypi.org/project/async-generator)|0.0002898183744140701|
-|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.0002856757635919729|
-|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|0.00028515057915057913|
-|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00028506929266974845|
-|npm|[mocha](https://mochajs.org/)|0.0002848041858719685|
-|cran|tzdb|0.0002847117401504863|
-|pypi|[webencodings](https://github.com/SimonSapin/python-webencodings)|0.00028423984639361127|
-|pypi|[charset-normalizer](https://github.com/ousret/charset_normalizer)|0.0002815577748705455|
-|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0002804536204928774|
-|npm|[three](https://threejs.org/)|0.00027955459459459464|
-|pypi|[filelock](https://pypi.org/project/filelock)|0.00027915632381771816|
-|pypi|[redis](https://pypi.org/project/redis)|0.00027583802411651275|
-|pypi|[rtree](https://github.com/Toblerity/rtree)|0.0002756756756756757|
-|cran|[desc](https://github.com/r-lib/desc#readme)|0.00027549472387823854|
-|npm|[ajv](https://ajv.js.org)|0.0002753122870769929|
-|cran|[future](https://future.futureverse.org)|0.00027448811167458026|
-|pypi|[astropy](https://pypi.org/project/astropy)|0.0002731164061692336|
-|pypi|[pycosat](https://github.com/ContinuumIO/pycosat)|0.000271990171990172|
-|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|0.0002718146718146718|
-|pypi|[decorator](https://pypi.org/project/decorator)|0.0002717708045718556|
-|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.00027111414944356124|
-|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0002703972234793876|
-|pypi|[Django](https://pypi.org/project/Django)|0.00026986807961164306|
-|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|0.00026983160083160083|
-|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0002687602492102492|
-|cran|[insight](https://easystats.github.io/insight/)|0.00026816986728957876|
-|npm|[quasar](https://quasar.dev)|0.00026756756756756756|
-|npm|[yargs](https://yargs.js.org/)|0.00026756756756756756|
-|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|0.00026756756756756756|
-|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|0.00026756756756756756|
-|npm|[docusaurus](https://github.com/facebook/docusaurus)|0.00026756756756756756|
-|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|0.00026756756756756756|
-|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|0.00026756756756756756|
-|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|0.00026756756756756756|
-|pypi|[cherrypy](https://www.cherrypy.org)|0.00026756756756756756|
-|pypi|[Cactus](http://github.com/koenbok/Cactus)|0.00026756756756756756|
-|pypi|[cigar](https://github.com/brentp/cigar)|0.00026756756756756756|
-|pypi|[PyNN](http://neuralensemble.org/PyNN/)|0.00026756756756756756|
-|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|0.00026756756756756756|
-|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|0.00026756756756756756|
-|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|0.00026756756756756756|
-|pypi|[South](http://south.aeracode.org/)|0.00026756756756756756|
-|pypi|[dymos](https://github.com/OpenMDAO/dymos)|0.00026756756756756756|
-|pypi|[openmdao](http://openmdao.org)|0.00026756756756756756|
-|pypi|[pyDOE2](https://github.com/clicumu/pyDOE2)|0.00026756756756756756|
-|cran|[forcats](https://forcats.tidyverse.org)|0.0002651444961854667|
-|cran|[parameters](https://easystats.github.io/parameters/)|0.0002646428030693952|
-|pypi|[scikit-learn](https://pypi.org/project/scikit-learn)|0.0002643062784595807|
-|cran|RUnit|0.00026423254236943706|
-|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0002623281333324779|
-|pypi|[fs](https://pypi.org/project/fs)|0.0002606783179832515|
-|pypi|[f90nml](http://github.com/marshallward/f90nml)|0.0002601316375198728|
-|cran|interp|0.0002601141725121509|
-|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.0002591101699215679|
-|pypi|[bump2version](https://github.com/c4urself/bump2version)|0.0002571851703877791|
-|npm|[vows](https://github.com/cloudhead/vows)|0.0002569743744188538|
-|pypi|[async_generator](https://github.com/python-trio/async_generator)|0.0002568648648648649|
-|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.00025672131881100425|
-|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00025645478127357246|
-|pypi|[Werkzeug](https://palletsprojects.com/p/werkzeug/)|0.00025495170343986994|
-|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00025457038438859845|
-|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.0002541632955536181|
-|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|0.00025388420663855117|
-|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00025110321458636975|
-|pypi|[Markdown](https://pypi.org/project/Markdown)|0.00025058476658476657|
-|cran|quantreg|0.0002485998720159697|
-|cran|svglite|0.00024857512435562563|
-|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.000246719216105822|
-|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.0002448749001300766|
-|cran|ggplot2movies|0.00024225403737701583|
-|cran|[magick](https://docs.ropensci.org/magick/)|0.00024060275580045637|
-|cran|[fields](https://github.com/dnychka/fieldsRPackage)|0.00023962481907518693|
-|pypi|[lz4](https://pypi.org/project/lz4)|0.0002394588504978771|
-|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00023859121556747413|
-|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00023781611008304366|
-|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|0.00023704446144550098|
-|cran|multcomp|0.00023690676642920452|
-|pypi|[pox](https://github.com/uqfoundation/pox)|0.00023687548917695976|
-|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00023677193581950832|
-|cran|[base64enc](http://www.rforge.net/base64enc)|0.0002358633890574346|
-|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|0.00023516542916542918|
-|cran|isoband|0.00023379478581776422|
-|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|0.00023318106119432782|
-|pypi|[xattr](https://pypi.org/project/xattr)|0.00023277297598740956|
-|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00023277297598740956|
-|pypi|[texext](https://pypi.org/project/texext)|0.00023255072029593435|
-|pypi|[pybind11-global](https://github.com/pybind/pybind11)|0.00023133891891891892|
-|pypi|[tenacity](https://pypi.org/project/tenacity)|0.00023103943473382944|
-|cran|[lme4](https://github.com/lme4/lme4/)|0.00023052667591202502|
-|cran|[fastmatch](http://www.rforge.net/fastmatch)|0.00022919702753947148|
-|cran|[lintr](https://github.com/jimhester/lintr)|0.00022917180608379245|
-|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|0.00022841981185077164|
-|cran|[promises](https://rstudio.github.io/promises)|0.0002284020660410089|
-|pypi|[rsa](https://stuvel.eu/rsa)|0.00022709890015071475|
-|cran|profvis|0.00022700268602566444|
-|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00022677250195278118|
-|pypi|[deap](https://www.github.com/deap)|0.00022651955484896663|
-|pypi|[text-unidecode](https://github.com/kmike/text-unidecode/)|0.00022594594594594594|
-|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00022587104519325435|
-|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00022578243243243242|
-|pypi|[types-requests](https://pypi.org/project/types-requests)|0.0002256281672193971|
-|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|0.00022353708834885308|
-|cran|[Cairo](http://www.rforge.net/Cairo/)|0.00022321603252688506|
-|cran|triebeard|0.0002227433108108108|
-|pypi|[nbformat](https://pypi.org/project/nbformat)|0.0002225816890519129|
-|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002224745627980922|
-|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002224745627980922|
-|cran|[backports](https://github.com/r-lib/backports)|0.00022180555328810597|
-|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00022084816861704553|
-|cran|tinytex|0.00022065000983872477|
-|pypi|[python](http://www.python.org/2.5)|0.00021978764478764481|
-|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00021937701113946965|
-|pypi|[zipp](https://pypi.org/project/zipp)|0.00021899621208978747|
-|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|0.00021621621621621621|
-|pypi|[execnet](https://pypi.org/project/execnet)|0.00021601299500052695|
-|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|0.00021405405405405407|
-|pypi|[jq](http://github.com/mwilliamson/jq.py)|0.00021405405405405407|
-|pypi|[chemparse](https://pypi.org/project/chemparse)|0.00021405405405405407|
-|cran|tuneR|0.00021405405405405407|
-|pypi|[python-utils](https://github.com/WoLpH/python-utils)|0.0002133809222600292|
-|pypi|[music21](https://github.com/cuthbertLab/music21)|0.0002130810810810811|
-|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|0.0002130810810810811|
-|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00021165543817838208|
-|cran|jquerylib|0.00021023857904149952|
-|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00021004817262594412|
-|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00020936935150495163|
-|cran|rasterVis|0.00020738515673601995|
-|pypi|[gast](https://github.com/serge-sans-paille/gast/)|0.00020711626650660265|
-|pypi|[libclang](https://github.com/sighingnow/libclang)|0.00020711626650660265|
-|pypi|[traitlets](https://pypi.org/project/traitlets)|0.00020584909363526594|
-|cran|[rjson](https://github.com/alexcb/rjson)|0.00020514234867834876|
-|cran|stats4|0.00020467116050712725|
-|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|0.00020432432432432432|
-|pypi|[gunicorn](https://gunicorn.org)|0.00020391864181337868|
-|cran|[testit](https://github.com/yihui/testit)|0.00020282762273001793|
-|cran|[downlit](https://downlit.r-lib.org/)|0.00020277069177223475|
-|pypi|[tqdm](https://tqdm.github.io)|0.00020202780505838367|
-|cran|prettyunits|0.00020192678120903686|
-|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00020022972972972972|
-|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0002001552970317632|
-|pypi|[Biopython](https://pypi.org/project/Biopython)|0.00020000675675675676|
-|pypi|[gdal](https://pypi.org/project/gdal)|0.0001978315550057423|
-|pypi|[soupsieve](https://facelessuser.github.io/soupsieve/)|0.0001974900813687087|
-|pypi|[munch](https://pypi.org/project/munch)|0.00019741063665495735|
-|cran|[pdftools](https://docs.ropensci.org/pdftools/)|0.00019738041712901813|
-|cran|[spatstat.linnet](http://spatstat.org/)|0.00019401242802552363|
-|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|0.00019324324324324324|
-|cran|[memoise](https://github.com/r-lib/memoise)|0.0001917173702841328|
-|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.0001910829468177855|
-|cran|[future.apply](https://future.apply.futureverse.org)|0.0001910776455165529|
-|pypi|[pymbar](http://github.com/choderalab/pymbar)|0.00019073745173745177|
-|cran|[performance](https://easystats.github.io/performance/)|0.00019053157076292536|
-|pypi|[cython](https://pypi.org/project/cython)|0.00019024609139892812|
-|cran|[qs](https://github.com/traversc/qs)|0.00018913484445399342|
-|pypi|[uritemplate](https://pypi.org/project/uritemplate)|0.00018874233609557557|
-|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00018784245062370062|
-|pypi|[pybtex](https://pybtex.org/)|0.00018613989103028207|
-|pypi|[glob2](http://github.com/miracle2k/python-glob2/)|0.00018576324324324326|
-|npm|[cytoscape](http://js.cytoscape.org)|0.00018532818532818535|
-|npm|[pg](https://github.com/brianc/node-postgres)|0.00018532818532818535|
-|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.00018514198118789262|
-|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00018510579150579152|
-|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00018502509652509652|
-|cran|asciicast|0.0001843783131562496|
-|pypi|[orjson](https://github.com/ijl/orjson)|0.00018412724327549008|
-|cran|[dygraphs](https://github.com/rstudio/dygraphs)|0.00018276168267643397|
-|rubygems|[liquid](http://www.liquidmarkup.org)|0.00018205743243243245|
-|npm|[react-select](https://github.com/JedWatson/react-select)|0.00018187599364069952|
-|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|0.00018155505714067435|
-|pypi|[tox](https://pypi.org/project/tox)|0.0001810306047783539|
-|cran|[uuid](http://www.rforge.net/uuid)|0.0001810124717278564|
-|pypi|[sh](https://github.com/amoffat/sh)|0.00018098173849525202|
-|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|0.00018005212355212355|
-|pypi|[gym](https://pypi.org/project/gym)|0.00018002111879321183|
-|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.00017973119381570088|
-|cran|[spatstat.utils](http://spatstat.org/)|0.00017944337397146956|
-|cran|[DBItest](https://dbitest.r-dbi.org)|0.00017936856575062458|
-|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|0.00017849372078845765|
-|npm|[jshint](http://jshint.com/)|0.00017844698544698543|
-|pypi|[nnde](https://github.com/elwinter/nnde)|0.00017837837837837839|
-|pypi|[tartiflette](https://tartiflette.io)|0.00017837837837837839|
-|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|0.00017837837837837839|
-|pypi|[PyEscape](https://github.com/qaviton/escape)|0.00017837837837837839|
-|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|0.00017837837837837839|
-|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|0.00017837837837837839|
-|pypi|[clawpack](http://www.clawpack.org)|0.00017837837837837839|
-|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|0.00017837837837837839|
-|cran|[taxa](https://docs.ropensci.org/taxa/)|0.00017837837837837839|
-|cran|[vegdata](http://germansl.infinitenature.org)|0.00017837837837837839|
-|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00017837837837837839|
-|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00017824020799445434|
-|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00017778730620593094|
-|cran|[tidyverse](http://tidyverse.tidyverse.org)|0.00017751039223496434|
-|rubygems|rake|0.00017743032402035418|
-|pypi|[django](https://pypi.org/project/django)|0.0001763854085694346|
-|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.000176368749352874|
-|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00017614893716263056|
-|cran|[spatstat.geom](http://spatstat.org/)|0.0001760818083393413|
-|cran|[mapview](https://github.com/r-spatial/mapview)|0.0001758984521490154|
-|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.0001757722007722008|
-|cran|[praise](https://github.com/gaborcsardi/praise)|0.00017525905824019499|
-|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00017520807005852682|
-|pypi|[bleach](https://pypi.org/project/bleach)|0.00017508395643283647|
-|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|0.00017494802494802495|
-|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|0.00017479507131235397|
-|cran|[webp](https://github.com/jeroen/webp#readme)|0.00017449728616144073|
-|pypi|[tf-estimator-nightly](https://www.tensorflow.org/)|0.00017426371143051814|
-|cran|diffviewer|0.0001734060400116433|
-|cran|[commonmark](https://docs.ropensci.org/commonmark/)|0.00017262754510248806|
-|cran|[jpeg](http://www.rforge.net/jpeg/)|0.00017245566525693674|
-|pypi|[lockfile](http://launchpad.net/pylockfile)|0.00017221562075153625|
-|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.0001712891081193091|
-|cran|[spatstat](http://spatstat.org/)|0.00017103037749673398|
-|cran|[reshape2](https://github.com/hadley/reshape)|0.00017003664228124635|
-|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00016953475912338643|
-|pypi|[wmi](https://pypi.org/project/wmi)|0.0001665824011245174|
-|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00016656286179470985|
-|cran|splines|0.00016649057526986458|
-|npm|[requirejs](http://github.com/jrburke/r.js)|0.00016601685476685477|
-|cran|[getPass](https://github.com/wrathematics/getPass)|0.00016555119589514332|
-|pypi|[pygame](https://www.pygame.org)|0.00016516602316602317|
-|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.00016513993081640138|
-|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00016513993081640138|
-|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.0001643951719557363|
-|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.0001643951719557363|
-|pypi|[prospector](http://prospector.readthedocs.io)|0.00016394015486424638|
-|cran|[V8](https://github.com/jeroen/v8)|0.00016388432432432436|
-|cran|[nleqslv](NA)|0.00016385679669817603|
-|cran|later|0.00016200270499103477|
-|cran|[whisker](http://github.com/edwindj/whisker)|0.0001617319092584982|
-|cran|[openssl](https://github.com/jeroen/openssl)|0.00016090424659859063|
-|npm|[react-images](https://jossmac.github.io/react-images/)|0.000160103695532267|
-|pypi|[jaraco.tidelift](https://github.com/jaraco/jaraco.tidelift)|0.00015986792508443872|
-|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00015957036436671632|
-|cran|[tesseract](https://docs.ropensci.org/tesseract/)|0.00015907122892773644|
-|cran|[gh](https://gh.r-lib.org/)|0.00015882213893809123|
-|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0001587963672430538|
-|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|0.00015756756756756757|
-|pypi|[imageio](https://github.com/imageio/imageio)|0.00015726047351435825|
-|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|0.0001569710127710128|
-|cran|dichromat|0.00015692311275241426|
-|cran|KernSmooth|0.00015653120123042976|
-|cran|[xtable](http://xtable.r-forge.r-project.org/)|0.00015542550627322888|
-|cran|[showtext](https://github.com/yixuan/showtext)|0.00015497375008270754|
-|npm|[pako](https://github.com/nodeca/pako#readme)|0.00015442471042471044|
-|cran|[RPostgres](https://rpostgres.r-dbi.org)|0.00015431884621229777|
-|npm|[react-redux](https://github.com/reduxjs/react-redux)|0.00015430400325137168|
-|pypi|[numexpr](https://pypi.org/project/numexpr)|0.000154089774009774|
-|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|0.0001537742173592883|
-|pypi|[plotly](https://pypi.org/project/plotly)|0.0001534380605131217|
-|pypi|[notebook](https://pypi.org/project/notebook)|0.00015298361697166487|
-|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|0.0001528957528957529|
-|npm|[vue-router](https://github.com/vuejs/router#readme)|0.0001528957528957529|
-|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|0.0001528957528957529|
-|npm|[filepond](https://pqina.nl/filepond/)|0.0001528957528957529|
-|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|0.0001528957528957529|
-|npm|[modernizr](https://github.com/Modernizr/Modernizr)|0.0001528957528957529|
-|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|0.0001528957528957529|
-|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|0.0001528957528957529|
-|pypi|[mamba](http://nestorsalceda.github.io/mamba)|0.0001528957528957529|
-|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|0.0001528957528957529|
-|pypi|[msgpack-python](http://msgpack.org/)|0.0001528957528957529|
-|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|0.0001528957528957529|
-|pypi|[mdtraj](http://mdtraj.org)|0.0001528957528957529|
-|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|0.0001528957528957529|
-|cran|[shinyjs](https://deanattali.com/shinyjs/)|0.00015262337043582072|
-|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015144572158783785|
-|cran|[spatstat.random](http://spatstat.org/)|0.00015132302851322946|
-|cran|selectr|0.00015089911424029075|
-|pypi|[pip](https://pip.pypa.io/)|0.0001503071623041813|
-|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.00015019327723406642|
-|cran|[rvest](http://rvest.tidyverse.org/)|0.00014969508096856178|
-|pypi|[freesasa](http://freesasa.github.io/)|0.00014953271692745378|
-|cran|rprintf|0.00014949977920179563|
-|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|0.00014943011583011583|
-|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.00014894435466268914|
-|pypi|[rich](https://pypi.org/project/rich)|0.00014849744511456352|
-|npm|[rc-slider](http://github.com/react-component/slider/)|0.00014708392603129445|
-|cran|WRS2|0.00014689450509856186|
-|cran|combinat|0.00014612346818868558|
-|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|0.00014583888302616087|
-|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|0.00014551920341394025|
-|cran|igraphdata|0.00014521667805167808|
-|npm|[moment](https://momentjs.com)|0.00014485096468317058|
-|cran|sfsmisc|0.0001421388997195371|
-|npm|[tape](https://github.com/substack/tape)|0.00014099635290912556|
-|cran|fastmap|0.00014055992305876477|
-|cran|labeling|0.00014034104285843419|
-|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|0.0001401102702702703|
-|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001401081081081081|
-|pypi|[google-auth](https://github.com/googleapis/google-auth-library-python)|0.00013986608761548132|
-|pypi|[cvxopt](http://cvxopt.org)|0.00013913513513513513|
-|cran|[gifski](https://gif.ski/)|0.0001390518010705627|
-|cran|[readxl](https://readxl.tidyverse.org)|0.00013896816430269122|
-|cran|[phangorn](https://github.com/KlausVigo/phangorn)|0.0001389224531510916|
-|cran|[units](https://github.com/r-quantities/units/)|0.00013813396982664982|
-|npm|[chai](http://chaijs.com)|0.0001374651431298144|
-|pypi|[jax](https://github.com/google/jax)|0.00013697426470588234|
-|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|0.00013695161054157957|
-|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|0.00013679391891891892|
-|cran|[reticulate](https://rstudio.github.io/reticulate/)|0.00013558749321373648|
-|npm|[d3-array](https://d3js.org/d3-array/)|0.00013556756756756755|
-|npm|[d3-scale](https://d3js.org/d3-scale/)|0.00013556756756756755|
-|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00013539469247919952|
-|cran|[lazyeval](NA)|0.00013531684299573863|
-|pypi|[asgiref](https://pypi.org/project/asgiref)|0.0001347973866402294|
-|cran|rsconnect|0.0001341268552433131|
-|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|0.00013378378378378378|
-|npm|[d3-brush](https://d3js.org/d3-brush/)|0.00013378378378378378|
-|npm|[d3-fetch](https://d3js.org/d3-fetch/)|0.00013378378378378378|
-|npm|[d3-format](https://d3js.org/d3-format/)|0.00013378378378378378|
-|npm|[fflate](https://101arrowz.github.io/fflate)|0.00013378378378378378|
-|pypi|[simframe](https://github.com/stammler/simframe)|0.00013378378378378378|
-|pypi|[gemmi](https://project-gemmi.github.io/)|0.00013378378378378378|
-|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|0.00013378378378378378|
-|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|0.00013378378378378378|
-|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|0.00013378378378378378|
-|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|0.00013378378378378378|
-|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|0.00013378378378378378|
-|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00013378378378378378|
-|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|0.00013378378378378378|
-|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|0.0001337558716707022|
-|pypi|[chevron](https://github.com/noahmorrison/chevron)|0.00013363513513513513|
-|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|0.0001335238937513886|
-|npm|eslint|0.00013310629206418785|
-|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|0.00013303791647429|
-|npm|[webpack](https://github.com/webpack/webpack)|0.00013284205013893574|
-|pypi|[bz2file](https://github.com/nvawda/bz2file)|0.00013244594594594595|
-|pypi|[boto](https://github.com/boto/boto/)|0.00013244594594594595|
-|pypi|[grapheme](https://github.com/alvinlindstam/grapheme)|0.00013218105405405405|
-|pypi|[about-time](https://github.com/rsalmei/about-time)|0.00013218105405405405|
-|cran|[rstan](https://mc-stan.org/rstan)|0.00013216340956340956|
-|cran|[rJava](http://www.rforge.net/rJava/)|0.00013199846372688478|
-|pypi|[cartopy](https://pypi.org/project/cartopy)|0.00013013127413127415|
-|cran|rstanarm|0.00012982238926444113|
-|pypi|[sos](https://github.com/vatlab/SoS)|0.00012975618776671407|
-|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.00012958085892074168|
-|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.00012907961617079265|
-|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.00012883825245471863|
-|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|0.00012776902918817815|
-|pypi|[wasabi](https://pypi.org/project/wasabi)|0.0001273700065434049|
-|pypi|[voluptuous](https://github.com/alecthomas/voluptuous)|0.00012673834749034752|
-|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00012659426982183846|
-|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00012653693247762814|
-|rubygems|rspec|0.00012635621543947008|
-|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00012619370323113796|
-|pypi|[yapf](https://pypi.org/project/yapf)|0.00012602233003189525|
-|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|0.00012600448141413927|
-|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.0001257070021548208|
-|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00012547569312529287|
-|cran|styler|0.00012523439435271406|
-|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|0.00012516560263969693|
-|pypi|[sos-notebook](https://github.com/vatlab/SOS)|0.0001251089615931721|
-|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|0.0001248615403220266|
-|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|0.0001246864864864865|
-|pypi|[segments](https://github.com/cldf/segments)|0.0001246864864864865|
-|npm|[nyc](https://istanbul.js.org/)|0.00012389232903920404|
-|cran|boot|0.00012388107499243956|
-|cran|tufte|0.00012383673183398629|
-|cran|katex|0.00012383673183398629|
-|pypi|[sqlalchemy](http://www.sqlalchemy.org)|0.0001234848194499205|
-|cran|[viridis](https://sjmgarnier.github.io/viridis/)|0.00012247778744336457|
-|pypi|[distro](https://github.com/python-distro/distro)|0.00012231660231660233|
-|cran|[formatR](https://github.com/yihui/formatR)|0.00012229618047242366|
-|cran|[sodium](https://github.com/jeroen/sodium#readme)|0.00012225386074035083|
-|cran|[qpdf](https://github.com/ropensci/qpdf)|0.0001221840572132637|
-|pypi|[mistune](https://pypi.org/project/mistune)|0.0001220487870042893|
-|cran|[progress](https://github.com/r-lib/progress#readme)|0.00012184343844278058|
-|pypi|[backoff](https://github.com/litl/backoff)|0.00012174324324324326|
-|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|0.00012174324324324326|
-|cran|webshot|0.00012154993108154617|
-|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.0001208098400668776|
-|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00011975884659314365|
-|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|0.00011891891891891892|
-|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|0.00011891891891891892|
-|npm|[apexcharts](https://apexcharts.com)|0.00011891891891891892|
-|npm|[idb](https://github.com/jakearchibald/idb#readme)|0.00011891891891891892|
-|npm|[lodash.debounce](https://lodash.com/)|0.00011891891891891892|
-|npm|[nanoid](https://github.com/ai/nanoid#readme)|0.00011891891891891892|
-|npm|vue-apexcharts|0.00011891891891891892|
-|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|0.00011891891891891892|
-|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|0.00011891891891891892|
-|pypi|[lda](https://pypi.org/project/lda)|0.00011891891891891892|
-|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|0.00011891891891891892|
-|pypi|[metapredict](https://github.com/idptools/metapredict.git)|0.00011891891891891892|
-|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|0.00011891891891891892|
-|pypi|[protfasta](https://pypi.org/project/protfasta)|0.00011891891891891892|
-|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|0.00011891891891891892|
-|pypi|[theano](http://deeplearning.net/software/theano/)|0.00011891891891891892|
-|pypi|[html2text](https://github.com/Alir3z4/html2text/)|0.00011891891891891892|
-|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|0.00011891891891891892|
-|pypi|[tmm](http://pypi.python.org/pypi/tmm)|0.00011891891891891892|
-|pypi|[pycairo](https://pycairo.readthedocs.io)|0.00011891891891891892|
-|pypi|[pygobject](https://pygobject.readthedocs.io)|0.00011891891891891892|
-|pypi|[genicam](https://www.emva.org)|0.00011891891891891892|
-|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|0.00011891891891891892|
-|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|0.00011891891891891892|
-|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|0.00011891891891891892|
-|cran|txtplot|0.00011891891891891892|
-|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|0.00011890135135135137|
-|pypi|[s3transfer](https://github.com/boto/s3transfer)|0.00011780844547011801|
-|cran|prettydoc|0.00011779602089114573|
-|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00011772972972972972|
-|pypi|[photutils](https://github.com/astropy/photutils)|0.00011772972972972972|
-|cran|see|0.00011712797539768682|
-|pypi|[tifffile](https://www.lfd.uci.edu/~gohlke/)|0.00011701500826957185|
-|cran|[effectsize](https://easystats.github.io/effectsize/)|0.0001168987749418942|
-|cran|[cowplot](https://wilkelab.org/cowplot/)|0.00011689794669235461|
-|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|0.00011681987405559438|
-|cran|cellranger|0.00011657712220384854|
-|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00011594594594594595|
-|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00011585294190032416|
-|pypi|[jsonschema](https://github.com/Julian/jsonschema)|0.00011582765074076829|
-|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|0.00011557902414188127|
-|pypi|[absl-py](https://github.com/abseil/abseil-py)|0.00011539094351877967|
-|cran|[globals](https://github.com/HenrikBengtsson/globals)|0.00011537845701483055|
-|cran|[odbc](https://github.com/r-dbi/odbc)|0.00011508929171274328|
-|pypi|[retrying](https://pypi.org/project/retrying)|0.00011507272553402584|
-|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|0.00011465885190849988|
-|cran|[psych](https://personality-project.org/r/psych/)|0.00011405768719705807|
-|cran|flashClust|0.00011394998577524894|
-|npm|[esm](https://github.com/standard-things/esm#readme)|0.00011325878646209004|
-|cran|e1071|0.00011301663047101824|
-|cran|[targets](https://docs.ropensci.org/targets/)|0.00011244202763348828|
-|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|0.0001122046332046332|
-|cran|[s2](https://r-spatial.github.io/s2/)|0.00011193359318579713|
-|pypi|[pyerfa](https://github.com/liberfa/pyerfa)|0.00011136641453846932|
-|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|0.00011134312512021491|
-|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00011105791505791505|
-|npm|react-router-dom|0.00011023405094612525|
-|pypi|[pbr](https://pypi.org/project/pbr)|0.00011001174324324324|
-|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.0001098651836726127|
-|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00010964134699098242|
-|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00010955144944586622|
-|cran|statnet.common|0.0001090365140650855|
-|pypi|[pep517](https://pypi.org/project/pep517)|0.00010884975508039516|
-|cran|[bayestestR](https://easystats.github.io/bayestestR/)|0.00010869141213346403|
-|cran|MatrixModels|0.00010847011801475541|
-|pypi|[fastprogress](https://github.com/fastai/fastprogress)|0.00010804659832246039|
-|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|0.00010776230694980695|
-|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00010741220671220671|
-|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|0.00010733053146298605|
-|npm|[auspice](https://www.npmjs.com/package/auspice)|0.00010702702702702704|
-|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|0.00010702702702702704|
-|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|0.00010702702702702704|
-|pypi|[sisyphe](https://sisyphe.readthedocs.io)|0.00010702702702702704|
-|pypi|[pykeops](http://www.kernel-operations.io/)|0.00010702702702702704|
-|pypi|[keopscore](http://www.kernel-operations.io/)|0.00010702702702702704|
-|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|0.00010702702702702704|
-|pypi|[disksurf](https://github.com/richteague/disksurf)|0.00010702702702702704|
-|pypi|[gofish](https://github.com/richteague/gofish)|0.00010702702702702704|
-|pypi|[simpleitk](http://simpleitk.org/)|0.00010702702702702704|
-|pypi|[Cerberus](http://docs.python-cerberus.org)|0.00010702702702702704|
-|pypi|[CoolProp](http://www.coolprop.org)|0.00010702702702702704|
-|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|0.00010702702702702704|
-|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|0.00010702702702702704|
-|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010702702702702702|
-|cran|gee|0.00010665121609024721|
-|pypi|[igraph](https://igraph.org/python)|0.00010622164864864864|
-|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0001061055402802888|
-|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|0.00010595675675675676|
-|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|0.00010595675675675676|
-|npm|[rxjs](https://rxjs.dev)|0.00010546742732920253|
-|pypi|[shapely](https://pypi.org/project/shapely)|0.00010541899234232103|
-|pypi|[cftime](https://pypi.org/project/cftime)|0.00010521164679573009|
-|cran|gamm4|0.00010499347147839082|
-|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|0.00010497866287339971|
-|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0001048971891891892|
-|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|0.00010483964608000986|
-|npm|rollup|0.00010474614885331752|
-|cran|[ggrepel](http://github.com/slowkow/ggrepel)|0.00010454341550086689|
-|pypi|[websocket-client](https://github.com/websocket-client/websocket-client.git)|0.00010376980125505714|
-|npm|[mongoose](https://mongoosejs.com)|0.00010317224003664682|
-|npm|[passport](https://www.passportjs.org/)|0.00010317224003664682|
-|cran|modelbased|0.00010298117018117019|
-|npm|[prop-types](https://facebook.github.io/react/)|0.00010278117366215553|
-|cran|[stars](https://r-spatial.github.io/stars/)|0.00010262044258044066|
-|cran|[spdep](https://github.com/r-spatial/spdep/)|0.00010254246728710466|
-|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010198378805471261|
-|pypi|[xyzservices](https://github.com/geopandas/xyzservices)|0.00010180531252276536|
-|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.0001017145699797418|
-|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|0.0001016756756756757|
-|cran|[RMariaDB](https://rmariadb.r-dbi.org)|0.00010165811951613186|
-|npm|[nodemon](https://nodemon.io)|0.00010158835758835758|
-|npm|[semver](https://github.com/npm/node-semver#readme)|0.00010148686464049661|
-|cran|mapdata|0.00010139972139619655|
-|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00010113363894278129|
-|cran|highr|0.00010110302524185427|
-|pypi|[freezegun](https://pypi.org/project/freezegun)|0.00010104404945903516|
-|cran|[checkmate](https://github.com/mllg/checkmate)|0.00010086499462578993|
-|npm|[jquery](https://jquery.com)|0.0001005975645975646|
-|pypi|[nptyping](https://pypi.org/project/nptyping)|0.00010015918684725448|
-|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|0.00010001997930628059|
-|pypi|[pyOpenSSL](https://pypi.org/project/pyOpenSSL)|9.923360248747192e-05|
-|cran|tikzDevice|9.909682879691009e-05|
-|cran|palmerpenguins|9.90389410474538e-05|
-|cran|coda|9.85109301382248e-05|
-|pypi|[pyamg](https://pypi.org/project/pyamg)|9.846721874352192e-05|
-|pypi|[cymem](https://pypi.org/project/cymem)|9.793757411097246e-05|
-|pypi|[murmurhash](https://pypi.org/project/murmurhash)|9.793757411097246e-05|
-|pypi|[websockets](https://pypi.org/project/websockets)|9.74306485699045e-05|
-|npm|[angular-animate](http://angularjs.org)|9.72972972972973e-05|
-|npm|[angular-sanitize](http://angularjs.org)|9.72972972972973e-05|
-|npm|[angular-touch](http://angularjs.org)|9.72972972972973e-05|
-|npm|[colorbrewer](http://colorbrewer2.org/)|9.72972972972973e-05|
-|npm|[dc](http://dc-js.github.io/dc.js/)|9.72972972972973e-05|
-|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|9.72972972972973e-05|
-|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|9.72972972972973e-05|
-|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|9.72972972972973e-05|
-|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|9.72972972972973e-05|
-|pypi|[edlib](https://github.com/Martinsos/edlib)|9.72972972972973e-05|
-|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|9.72972972972973e-05|
-|pypi|[filetype](https://github.com/h2non/filetype.py)|9.72972972972973e-05|
-|pypi|[torch](https://pytorch.org/)|9.72557628433709e-05|
-|pypi|[build](https://pypi.org/project/build)|9.723391463614565e-05|
-|rubygems|bundler|9.69605578756599e-05|
-|pypi|[gitpython](https://pypi.org/project/gitpython)|9.693573091773093e-05|
-|cran|JuliaCall|9.681327800473861e-05|
-|cran|[vcr](https://github.com/ropensci/vcr/)|9.584671878314736e-05|
-|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|9.549873984948578e-05|
-|pypi|[Six](https://pypi.org/project/Six)|9.496636862426336e-05|
-|pypi|[dnspython](https://pypi.org/project/dnspython)|9.487181467181469e-05|
-|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|9.483405968768698e-05|
-|pypi|[tinycss2](https://pypi.org/project/tinycss2)|9.472376981767881e-05|
-|pypi|[pylint](https://pypi.org/project/pylint)|9.440911972644489e-05|
-|pypi|[furo](https://pypi.org/project/furo)|9.428618609871832e-05|
-|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|9.382923328517105e-05|
-|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|9.370048303916161e-05|
-|pypi|[tzlocal](https://pypi.org/project/tzlocal)|9.358338127413129e-05|
-|npm|[babel-cli](https://babeljs.io/)|9.324464001334704e-05|
-|pypi|[libsvm](https://github.com/ocampor/libsvm)|9.302820211515865e-05|
-|pypi|[webcolors](https://pypi.org/project/webcolors)|9.297702298533579e-05|
-|npm|[bootstrap](https://getbootstrap.com/)|9.219235210442641e-05|
-|npm|[react-bootstrap](https://react-bootstrap.github.io/)|9.219235210442641e-05|
-|cran|class|9.170327503974563e-05|
-|pypi|[pyzmq](https://pypi.org/project/pyzmq)|9.17007718300338e-05|
-|pypi|[blinker](https://pypi.org/project/blinker)|9.144814898932546e-05|
-|cran|[leaflet](https://rstudio.github.io/leaflet/)|9.138106722183351e-05|
-|npm|react-router-bootstrap|9.112208183415614e-05|
-|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|9.101765030336458e-05|
-|pypi|[wsaccel](https://pypi.org/project/wsaccel)|9.090332895752896e-05|
-|cran|poorman|9.085353642251253e-05|
-|cran|[here](https://here.r-lib.org/)|9.06715010164735e-05|
-|pypi|[markdown](https://Python-Markdown.github.io/)|9.032595957301844e-05|
-|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|9.013682432432431e-05|
-|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|8.964075104035078e-05|
-|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|8.918918918918919e-05|
-|npm|[downloadjs](http://danml.com/download.html)|8.918918918918919e-05|
-|npm|[events](https://github.com/Gozala/events#readme)|8.918918918918919e-05|
-|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|8.918918918918919e-05|
-|npm|[semantic-ui-button](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-label](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-transition](http://www.semantic-ui.com)|8.918918918918919e-05|
-|pypi|[scikit-bio](http://scikit-bio.org)|8.918918918918919e-05|
-|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|8.918918918918919e-05|
-|pypi|[gpytorch](https://gpytorch.ai)|8.918918918918919e-05|
-|cran|[classInt](https://r-spatial.github.io/classInt/)|8.911920286246181e-05|
-|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|8.878783783783785e-05|
-|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.842037688400419e-05|
-|pypi|[terminado](https://pypi.org/project/terminado)|8.842037688400419e-05|
-|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|8.829729729729729e-05|
-|pypi|[dash](https://pypi.org/project/dash)|8.816476862606894e-05|
-|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|8.807182780432191e-05|
-|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|8.797109102041985e-05|
-|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|8.795090900968629e-05|
-|cran|[Seurat](https://satijalab.org/seurat)|8.769773117599205e-05|
-|cran|[network](http://statnet.org/)|8.769006289580828e-05|
-|cran|shape|8.764204549287653e-05|
-|npm|[xlsx](https://sheetjs.com/)|8.7624466571835e-05|
-|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|8.75098683911687e-05|
-|pypi|[invoke](https://pypi.org/project/invoke)|8.72147746003369e-05|
-|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|8.68739273545271e-05|
-|pypi|[pybtex-docutils](https://github.com/mcmtroffaes/pybtex-docutils)|8.657954309390187e-05|
-|cran|spatstat.data|8.655787550807835e-05|
-|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|8.6413665094192e-05|
-|npm|[winston](https://github.com/winstonjs/winston#readme)|8.575883575883577e-05|
-|cran|[slam](NA)|8.562900005241181e-05|
-|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|8.555452003727866e-05|
-|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|8.51935135135135e-05|
-|pypi|[pooch](https://pypi.org/project/pooch)|8.511594754250431e-05|
-|pypi|[pyglet](http://pyglet.readthedocs.org/en/latest/)|8.485714285714287e-05|
-|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|8.485714285714285e-05|
-|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.475835152264807e-05|
-|pypi|[patsy](https://pypi.org/project/patsy)|8.429016196591531e-05|
-|cran|[tmap](https://github.com/mtennekes/tmap)|8.425936149935956e-05|
-|cran|pool|8.425936149935956e-05|
-|cran|polyclip|8.40600391330074e-05|
-|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|8.401336820193996e-05|
-|pypi|[tensorflow](https://www.tensorflow.org/)|8.393988605956771e-05|
-|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|8.375283866579136e-05|
-|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|8.375283866579136e-05|
-|pypi|[dash-table](https://pypi.org/project/dash-table)|8.375283866579136e-05|
-|pypi|[gmsh](https://gmsh.info)|8.37329093799682e-05|
-|pypi|[flaky](https://pypi.org/project/flaky)|8.310406401394159e-05|
-|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|8.275482625482626e-05|
-|cran|[taxize](https://docs.ropensci.org/taxize/)|8.26444015444016e-05|
-|pypi|[contextvars](https://pypi.org/project/contextvars)|8.252691294059037e-05|
-|pypi|[bokeh](https://pypi.org/project/bokeh)|8.23634075811238e-05|
-|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|8.232848232848233e-05|
-|pypi|[bidict](https://bidict.readthedocs.io)|8.232848232848233e-05|
-|pypi|[cached-property](https://github.com/pydanny/cached-property)|8.232848232848233e-05|
-|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|8.232848232848233e-05|
-|pypi|[yt](https://github.com/yt-project/yt)|8.232848232848233e-05|
-|pypi|[keyring](https://pypi.org/project/keyring)|8.231748485452237e-05|
-|npm|[tap](http://www.node-tap.org/)|8.197719088058071e-05|
-|pypi|[whoosh](http://bitbucket.org/mchaput/whoosh)|8.173617308108109e-05|
-|pypi|[qtpy](https://pypi.org/project/qtpy)|8.163298122935076e-05|
-|npm|[ava](https://avajs.dev)|8.156155331155331e-05|
-|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|8.14799719294173e-05|
-|pypi|[trio](https://github.com/python-trio/trio)|8.144418593092121e-05|
-|cran|[gapminder](https://github.com/jennybc/gapminder)|8.143008904356656e-05|
-|cran|animation|8.123833305355045e-05|
-|pypi|[typed-ast](https://pypi.org/project/typed-ast)|8.112698982026863e-05|
-|cran|[spatstat.core](http://spatstat.org/)|8.08889359527595e-05|
-|pypi|[coveralls](http://github.com/TheKevJames/coveralls-python)|8.05951202993926e-05|
-|cran|[gplots](https://github.com/talgalili/gplots)|8.04682459787723e-05|
-|npm|[uuid](https://github.com/uuidjs/uuid#readme)|7.977901288091968e-05|
-|pypi|[boto3](https://github.com/boto/boto3)|7.974266868131e-05|
-|pypi|[nbclient](https://pypi.org/project/nbclient)|7.917393272006001e-05|
-|pypi|[tomli-w](https://pypi.org/project/tomli-w)|7.895940164978876e-05|
-|cran|tseries|7.879125646077591e-05|
-|npm|[tslib](https://www.typescriptlang.org/)|7.83651437095505e-05|
-|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|7.831660231660233e-05|
-|cran|[argon2](https://github.com/wrathematics/argon2)|7.823771235521235e-05|
-|cran|[dendextend](http://talgalili.github.io/dendextend/)|7.773407314516733e-05|
-|pypi|[alembic](https://pypi.org/project/alembic)|7.759459459459459e-05|
-|npm|[supertest](https://github.com/visionmedia/supertest#readme)|7.756730769230769e-05|
-|cran|ade4|7.751102095789052e-05|
-|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|7.744458930899609e-05|
-|cran|shinydisconnect|7.732652408047146e-05|
-|npm|[zone.js](https://github.com/angular/angular#readme)|7.7302420216827e-05|
-|cran|[irlba](NA)|7.712689289265377e-05|
-|cran|[rex](https://github.com/kevinushey/rex)|7.686608279567166e-05|
-|pypi|[pickleshare](https://pypi.org/project/pickleshare)|7.671424151998385e-05|
-|pypi|[jedi](https://pypi.org/project/jedi)|7.671424151998385e-05|
-|cran|[datawizard](https://easystats.github.io/datawizard/)|7.670616072587215e-05|
-|pypi|[uncertainties](https://pypi.org/project/uncertainties)|7.659841785033249e-05|
-|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|7.644787644787645e-05|
-|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|7.644787644787645e-05|
-|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|7.644787644787645e-05|
-|npm|net|7.644787644787645e-05|
-|pypi|[area](https://github.com/scisco/area)|7.644787644787645e-05|
-|pypi|[StringDist](https://github.com/obulkin/string-dist)|7.644787644787645e-05|
-|pypi|[thermo](https://github.com/CalebBell/thermo)|7.644787644787645e-05|
-|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|7.644787644787645e-05|
-|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|7.644787644787645e-05|
-|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|7.644787644787645e-05|
-|pypi|[Sequoya](https://github.com/benhid/Sequoya)|7.644787644787645e-05|
-|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|7.644787644787645e-05|
-|pypi|[pyMSA](https://github.com/benhid/pyMSA)|7.644787644787645e-05|
-|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|7.644787644787645e-05|
-|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|7.644787644787645e-05|
-|cran|fANCOVA|7.644787644787645e-05|
-|cran|poibin|7.644787644787645e-05|
-|npm|[typescript](https://www.typescriptlang.org/)|7.641284758828974e-05|
-|cran|[gert](https://docs.ropensci.org/gert/)|7.640751893187806e-05|
-|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|7.628613341187575e-05|
-|pypi|[backcall](https://pypi.org/project/backcall)|7.628613341187575e-05|
-|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|7.614911463187327e-05|
-|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|7.591900641977566e-05|
-|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|7.572209057571787e-05|
-|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|7.572162162162162e-05|
-|npm|spc|7.568339768339767e-05|
-|npm|process|7.568339768339767e-05|
-|npm|util|7.568339768339767e-05|
-|pypi|[debugpy](https://pypi.org/project/debugpy)|7.5585035704913e-05|
-|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|7.5585035704913e-05|
-|npm|[debug](https://github.com/debug-js/debug#readme)|7.558014352602278e-05|
-|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|7.554078142313437e-05|
-|pypi|[testpath](https://pypi.org/project/testpath)|7.550927431550961e-05|
-|pypi|[distributed](https://pypi.org/project/distributed)|7.545798477921392e-05|
-|pypi|[rfc3986](https://pypi.org/project/rfc3986)|7.518068433812508e-05|
-|pypi|[pygments-github-lexers](https://github.com/liluo/pygments-github-lexers)|7.472967627925693e-05|
-|cran|[mmand](https://github.com/jonclayden/mmand)|7.460850556438791e-05|
-|cran|[RNifti](https://github.com/jonclayden/RNifti)|7.460850556438791e-05|
-|cran|[lavaan](https://lavaan.ugent.be)|7.460322753042251e-05|
-|cran|[shinytest](https://github.com/rstudio/shinytest)|7.456990326139875e-05|
-|cran|conflicted|7.446204107742569e-05|
-|pypi|[localconfig](https://github.com/maxzheng/localconfig)|7.425e-05|
-|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|7.425e-05|
-|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|7.425e-05|
-|pypi|[pythutils](https://github.com/JolleJolles)|7.425e-05|
-|npm|[mathjs](https://mathjs.org)|7.417567567567568e-05|
-|npm|husky|7.405089165529844e-05|
-|pypi|[cupy](https://pypi.org/project/cupy)|7.371750759212545e-05|
-|pypi|[netifaces](https://pypi.org/project/netifaces)|7.369452972972973e-05|
-|pypi|[python-socks](https://pypi.org/project/python-socks)|7.342046409266409e-05|
-|cran|[zeallot](https://github.com/nteetor/zeallot)|7.331351351351353e-05|
-|npm|expect.js|7.321317567567567e-05|
-|pypi|[typer](https://pypi.org/project/typer)|7.317617575754375e-05|
-|npm|[commander](https://github.com/tj/commander.js#readme)|7.307195945945947e-05|
-|npm|eslint-plugin-import|7.258077425229932e-05|
-|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|7.256069628950985e-05|
-|cran|[pingr](https://github.com/r-lib/pingr#readme)|7.255786803433676e-05|
-|cran|[circlize](https://github.com/jokergoo/circlize)|7.203778312725682e-05|
-|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|7.198945704851587e-05|
-|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|7.198945704851587e-05|
-|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|7.198945704851587e-05|
-|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|7.198945704851587e-05|
-|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|7.198945704851587e-05|
-|pypi|[asdf](https://pypi.org/project/asdf)|7.198945704851587e-05|
-|pypi|[jplephem](https://pypi.org/project/jplephem)|7.198945704851587e-05|
-|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|7.186100386100386e-05|
-|cran|pbkrtest|7.177929631402072e-05|
-|pypi|[scikit-video](http://scikit-video.org/)|7.135135135135136e-05|
-|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|7.135135135135136e-05|
-|pypi|[blosc](http://github.com/blosc/python-blosc)|7.135135135135136e-05|
-|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|7.135135135135136e-05|
-|pypi|[h11](https://github.com/python-hyper/h11)|7.135135135135136e-05|
-|cran|[caret](https://github.com/topepo/caret/)|7.119273834273838e-05|
-|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|7.112953952879183e-05|
-|pypi|[plac](https://pypi.org/project/plac)|7.109152334152334e-05|
-|cran|reactlog|7.095281222299192e-05|
-|cran|sourcetools|7.095281222299192e-05|
-|cran|fontawesome|7.095281222299192e-05|
-|cran|pbdMPI|7.063783783783784e-05|
-|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|7.044617926798758e-05|
-|pypi|[Theano](http://deeplearning.net/software/theano/)|7.016216216216217e-05|
-|pypi|[paramiko](https://pypi.org/project/paramiko)|7.011355025401343e-05|
-|cran|[sna](http://statnet.org)|6.986500594000597e-05|
-|npm|[xo](https://github.com/xojs/xo#readme)|6.958961983961984e-05|
-|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|6.958687560631636e-05|
-|cran|RcppTOML|6.953882629432502e-05|
-|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|6.951592350699493e-05|
-|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|6.94267425320057e-05|
-|cran|[janitor](https://github.com/sfirke/janitor)|6.926114605654248e-05|
-|pypi|[markupsafe](https://pypi.org/project/markupsafe)|6.885531023981728e-05|
-|pypi|[srsly](https://pypi.org/project/srsly)|6.850514167854003e-05|
-|npm|babel-preset-env|6.828737449241651e-05|
-|cran|[car](https://r-forge.r-project.org/projects/car/)|6.820106480144385e-05|
-|cran|RhpcBLASctl|6.810632627217352e-05|
-|cran|[gtools](https://github.com/r-gregmisc/gtools)|6.807195903978513e-05|
-|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|6.790419164287337e-05|
-|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|6.784602784602784e-05|
-|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|6.756991183538526e-05|
-|pypi|[deprecated](https://pypi.org/project/deprecated)|6.73630757931845e-05|
-|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|6.689189189189189e-05|
-|npm|[express-session](https://github.com/expressjs/session#readme)|6.689189189189189e-05|
-|npm|[helmet](https://helmetjs.github.io/)|6.689189189189189e-05|
-|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|6.689189189189189e-05|
-|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|6.689189189189189e-05|
-|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|6.689189189189189e-05|
-|pypi|[objsize](https://github.com/liran-funaro/objsize)|6.689189189189189e-05|
-|pypi|[bfit](https://github.com/dfujim/bfit)|6.689189189189189e-05|
-|pypi|[bdata](https://github.com/dfujim/bdata)|6.689189189189189e-05|
-|pypi|[mud-py](https://github.com/dfujim/mudpy)|6.689189189189189e-05|
-|pypi|[julia](http://julialang.org)|6.689189189189189e-05|
-|cran|colorRamps|6.689189189189189e-05|
-|cran|paletteer|6.689189189189189e-05|
-|cran|statsExpressions|6.689189189189189e-05|
-|cran|geoaxe|6.689189189189189e-05|
-|cran|spbabel|6.689189189189189e-05|
-|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|6.660512519208175e-05|
-|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|6.642212525299356e-05|
-|pypi|[miniball](https://github.com/marmakoide/miniball)|6.622297297297297e-05|
-|cran|latticeExtra|6.591779347023632e-05|
-|pypi|[randomgen](https://github.com/bashtage/randomgen)|6.579014308426073e-05|
-|rubygems|[mysql2](https://github.com/brianmario/mysql2)|6.57342526199669e-05|
-|pypi|[libcst](https://pypi.org/project/libcst)|6.536375617760617e-05|
-|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|6.536375617760617e-05|
-|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|6.49051358108108e-05|
-|pypi|[tblib](https://github.com/ionelmc/python-tblib)|6.473094222449645e-05|
-|pypi|[rdflib](https://pypi.org/project/rdflib)|6.467702702702708e-05|
-|cran|timeSeries|6.455835399309084e-05|
-|cran|fts|6.455835399309084e-05|
-|cran|[pbapply](https://github.com/psolymos/pbapply)|6.405401791448712e-05|
-|cran|[zip](https://github.com/r-lib/zip#readme)|6.40095296283283e-05|
-|pypi|[myst-parser](https://pypi.org/project/myst-parser)|6.359493061988319e-05|
-|pypi|[hiredis](https://pypi.org/project/hiredis)|6.350153474903474e-05|
-|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|6.345079223278457e-05|
-|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|6.343576544700384e-05|
-|cran|miniUI|6.340018045996312e-05|
-|pypi|[google-pasta](https://github.com/google/pasta)|6.33639044807112e-05|
-|cran|lpSolve|6.329884169884169e-05|
-|npm|sax|6.304778841749181e-05|
-|npm|[d3-dsv](https://d3js.org/d3-dsv/)|6.29570747217806e-05|
-|npm|[diff2html](https://diff2html.xyz/)|6.29570747217806e-05|
-|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|6.29570747217806e-05|
-|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|6.29570747217806e-05|
-|npm|react-schemaorg|6.29570747217806e-05|
-|cran|nortest|6.29570747217806e-05|
-|cran|openair|6.29570747217806e-05|
-|cran|brew|6.294340701308094e-05|
-|pypi|[keras-preprocessing](https://github.com/keras-team/keras-preprocessing)|6.26949855617923e-05|
-|pypi|[astunparse](https://github.com/simonpercivall/astunparse)|6.269498556179229e-05|
-|pypi|[opt-einsum](https://github.com/dgasmith/opt_einsum)|6.269498556179229e-05|
-|pypi|[pkginfo](https://pypi.org/project/pkginfo)|6.233744109488183e-05|
-|pypi|[spacy-legacy](https://spacy.io)|6.218367064739158e-05|
-|pypi|[ffmpeg](https://pypi.org/project/ffmpeg)|6.213513513513514e-05|
-|pypi|[autopep8](https://pypi.org/project/autopep8)|6.196617330154469e-05|
-|pypi|[types-backports](https://github.com/python/typeshed)|6.196195945945946e-05|
-|cran|[plotly](https://plotly-r.com)|6.177455733918473e-05|
-|npm|[sinon](https://sinonjs.org/)|6.165029935475723e-05|
-|pypi|[pyasn1-modules](https://github.com/etingof/pyasn1-modules)|6.163720016548534e-05|
-|pypi|[pretend](https://pypi.org/project/pretend)|6.153537416307064e-05|
-|cran|fstcore|6.13566735966736e-05|
-|npm|[colors](https://github.com/Marak/colors.js)|6.132818532818533e-05|
-|cran|parallelly|6.132794789379514e-05|
-|cran|lars|6.132295812295812e-05|
-|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|6.128167133793523e-05|
-|pypi|[click-plugins](https://github.com/click-contrib/click-plugins)|6.0762444163633836e-05|
-|pypi|[mccabe](https://pypi.org/project/mccabe)|6.0734452213545966e-05|
-|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|6.06896551724138e-05|
-|pypi|[kombu](https://pypi.org/project/kombu)|6.045955689231552e-05|
-|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|6.027621027621028e-05|
-|cran|[emmeans](https://github.com/rvlenth/emmeans)|6.027419030554488e-05|
-|cran|[ggforce](https://ggforce.data-imaginist.com)|6.0105448986970725e-05|
-|pypi|[isodate](https://github.com/gweis/isodate/)|5.993662162162164e-05|
-|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|5.9821879021879023e-05|
-|cran|rsvg|5.9702210237158336e-05|
-|cran|[futile.logger](NA)|5.965732551232553e-05|
-|cran|[graphql](http://graphql.org)|5.959347193347194e-05|
-|cran|[TTR](https://github.com/joshuaulrich/TTR)|5.953378378378378e-05|
-|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|5.945945945945946e-05|
-|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|5.945945945945946e-05|
-|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|5.945945945945946e-05|
-|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|5.945945945945946e-05|
-|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|5.945945945945946e-05|
-|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|5.945945945945946e-05|
-|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|5.945945945945946e-05|
-|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.945945945945946e-05|
-|pypi|[Pint](https://github.com/hgrecco/pint)|5.945945945945946e-05|
-|npm|npm-run-all|5.939353133353133e-05|
-|npm|jest|5.938253333733948e-05|
-|rubygems|[activesupport](https://rubyonrails.org)|5.937542746828461e-05|
-|pypi|[pydub](http://pydub.com)|5.937451737451737e-05|
-|rubygems|[rubocop](https://rubocop.org/)|5.929818983077101e-05|
-|cran|[credentials](https://docs.ropensci.org/credentials/)|5.924509504009506e-05|
-|pypi|[pyscf](http://www.pyscf.org)|5.9118349928876246e-05|
-|pypi|[moviepy](https://zulko.github.io/moviepy/)|5.89333743416247e-05|
-|pypi|[language-data](https://pypi.org/project/language-data)|5.886486486486486e-05|
-|cran|spatial|5.859706469726754e-05|
-|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|5.855616072587213e-05|
-|cran|stopwords|5.852425029755857e-05|
-|cran|rnaturalearthdata|5.837481437481438e-05|
-|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|5.827621621621621e-05|
-|pypi|[sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints)|5.807474107389179e-05|
-|pypi|[traittypes](https://pypi.org/project/traittypes)|5.8021477637459876e-05|
-|pypi|[geographiclib](https://pypi.org/project/geographiclib)|5.80072471042471e-05|
-|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|5.772255667491207e-05|
-|cran|av|5.7664580299528396e-05|
-|cran|brms|5.7430431011545354e-05|
-|pypi|[fastparquet](https://pypi.org/project/fastparquet)|5.732161821401419e-05|
-|pypi|[curio](https://pypi.org/project/curio)|5.718472647146176e-05|
-|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|5.655843243243243e-05|
-|pypi|[BioPython](https://biopython.org/)|5.633001422475107e-05|
-|pypi|[python-louvain](https://github.com/taynaud/python-louvain)|5.633001422475107e-05|
-|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|5.633001422475107e-05|
-|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|5.633001422475107e-05|
-|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|5.633001422475107e-05|
-|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|5.633001422475107e-05|
-|pypi|[Cython](http://cython.org/)|5.633001422475107e-05|
-|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|5.633001422475107e-05|
-|pypi|[sos-python](https://github.com/vatlab/SOS)|5.633001422475107e-05|
-|pypi|[sos-ruby](https://github.com/vatlab/SOS)|5.633001422475107e-05|
-|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|5.633001422475107e-05|
-|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|5.633001422475107e-05|
-|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|5.633001422475107e-05|
-|cran|dunn.test|5.633001422475107e-05|
-|cran|plotrix|5.606113024924237e-05|
-|pypi|[pyflakes](https://pypi.org/project/pyflakes)|5.602526302435678e-05|
-|cran|egg|5.585090733590734e-05|
-|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|5.565405405405406e-05|
-|pypi|[pyreadline](https://pypi.org/project/pyreadline)|5.565405405405406e-05|
-|pypi|[monotonic](https://pypi.org/project/monotonic)|5.565405405405406e-05|
-|cran|gam|5.5471381058888075e-05|
-|npm|validator|5.539231725672404e-05|
-|cran|[wk](https://paleolimbot.github.io/wk/)|5.5262798349671454e-05|
-|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|5.50420316868594e-05|
-|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|5.501311089546384e-05|
-|pypi|[vine](https://pypi.org/project/vine)|5.4903336016267056e-05|
-|cran|[hoardr](https://github.com/ropensci/hoardr)|5.486547808312524e-05|
-|cran|[config](https://github.com/rstudio/config)|5.465276545895742e-05|
-|pypi|[natsort](https://github.com/SethMMorton/natsort)|5.455944289188053e-05|
-|cran|[git2r](https://docs.ropensci.org/git2r/)|5.442910097772233e-05|
-|pypi|[google-api-core](https://pypi.org/project/google-api-core)|5.396997276800095e-05|
-|pypi|[nbsphinx](https://pypi.org/project/nbsphinx)|5.382716003467719e-05|
-|pypi|[nanopack](https://github.com/wdecoster/nanopack)|5.351351351351352e-05|
-|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|5.351351351351352e-05|
-|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|5.351351351351352e-05|
-|pypi|[nanoget](https://github.com/wdecoster/nanoget)|5.351351351351352e-05|
-|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|5.351351351351352e-05|
-|pypi|[nanomath](https://github.com/wdecoster/nanomath)|5.351351351351352e-05|
-|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|5.351351351351352e-05|
-|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|5.351351351351352e-05|
-|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|5.351351351351352e-05|
-|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|5.351351351351352e-05|
-|cran|[genalg](https://github.com/egonw/genalg)|5.351351351351352e-05|
-|cran|segmented|5.349609669296625e-05|
-|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|5.344725544725545e-05|
-|npm|eslint-plugin-standard|5.334947118845424e-05|
-|npm|eslint-plugin-promise|5.334947118845424e-05|
-|npm|eslint-plugin-node|5.334947118845424e-05|
-|npm|eslint-config-standard|5.334947118845424e-05|
-|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|5.289518870437988e-05|
-|cran|[semver](https://github.com/johndharrison/semver)|5.2825482625482666e-05|
-|pypi|[awscrt](https://github.com/awslabs/aws-crt-python)|5.2737527291111524e-05|
-|cran|lsa|5.255376028202115e-05|
-|cran|RJSONIO|5.2047407362113265e-05|
-|npm|[standard](https://standardjs.com)|5.204581457994593e-05|
-|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|5.195270270270271e-05|
-|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|5.1783377362324726e-05|
-|cran|mclust|5.1488163408702035e-05|
-|pypi|[arviz](https://pypi.org/project/arviz)|5.147309734440769e-05|
-|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|5.0965250965250965e-05|
-|pypi|[billiard](https://github.com/celery/billiard)|5.089401635177498e-05|
-|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|5.073532645709369e-05|
-|npm|coffee-script|5.067060810810811e-05|
-|npm|cross-env|5.062836575586575e-05|
-|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|5.05977915057915e-05|
-|cran|[remotes](https://remotes.r-lib.org)|5.047045710443873e-05|
-|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|5.045559845559845e-05|
-|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|5.045559845559845e-05|
-|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|5.045559845559845e-05|
-|pypi|[xarray](https://pypi.org/project/xarray)|5.026705815412417e-05|
-|pypi|[pynacl](https://pypi.org/project/pynacl)|4.9966762065637064e-05|
-|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|4.932997009903121e-05|
-|pypi|[celery](http://celeryproject.org)|4.9224009254609017e-05|
-|pypi|[spglib](http://spglib.github.io/spglib/)|4.921389945770049e-05|
-|cran|[matlab](http://cran.r-project.org/package=matlab)|4.901551158301158e-05|
-|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|4.8996774122176175e-05|
-|pypi|[zarr](https://pypi.org/project/zarr)|4.898214174409992e-05|
-|pypi|[ppft](https://github.com/uqfoundation/ppft)|4.889413904855083e-05|
-|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.888949802487916e-05|
-|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|4.884723781024468e-05|
-|rubygems|activerecord|4.879777164920022e-05|
-|cran|plotROC|4.864864864864865e-05|
-|npm|[async](https://caolan.github.io/async/)|4.8580236486486487e-05|
-|pypi|[distlib](https://pypi.org/project/distlib)|4.85595241863629e-05|
-|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.842781334537378e-05|
-|pypi|[ray](https://github.com/ray-project/ray)|4.838543064148485e-05|
-|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|4.827364864864865e-05|
-|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|4.820151033386327e-05|
-|pypi|[codacy-coverage](https://github.com/codacy/python-codacy-coverage)|4.816216216216217e-05|
-|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|4.802984852984853e-05|
-|cran|SuppDists|4.78277027027027e-05|
-|cran|[GGally](https://ggobi.github.io/ggally/)|4.76878483891642e-05|
-|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|4.7542160837083906e-05|
-|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|4.7542160837083906e-05|
-|cran|[glmnet](https://glmnet.stanford.edu)|4.752166617166623e-05|
-|cran|qlcMatrix|4.750646298472386e-05|
-|npm|[browserify](https://github.com/browserify/browserify#readme)|4.747301838773112e-05|
-|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|4.730286874250074e-05|
-|npm|react-highcharts|4.727697622434465e-05|
-|npm|redux|4.727697622434465e-05|
-|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|4.7247003525264394e-05|
-|cran|RcppRoll|4.72024089306698e-05|
-|cran|blavaan|4.711380189122124e-05|
-|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|4.708102080408207e-05|
-|npm|immutable|4.699532615322089e-05|
-|pypi|[rfc3987](https://pypi.org/project/rfc3987)|4.6936948428019856e-05|
-|npm|[jasmine](http://jasmine.github.io/)|4.685862785862786e-05|
-|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|4.6856432432432446e-05|
-|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|4.6856432432432446e-05|
-|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|4.6856432432432446e-05|
-|pypi|[requests-mock](https://pypi.org/project/requests-mock)|4.680559459459459e-05|
-|pypi|[cligj](https://github.com/mapbox/cligj)|4.677429920048887e-05|
-|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|4.669572398762074e-05|
-|cran|SeuratObject|4.6533490011750885e-05|
-|cran|[seqminer](http://zhanxw.github.io/seqminer/)|4.6533490011750885e-05|
-|cran|spex|4.6533490011750885e-05|
-|pypi|[elasticsearch](https://pypi.org/project/elasticsearch)|4.647141192917056e-05|
-|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|4.623567567567567e-05|
-|npm|[proj4](https://github.com/proj4js/proj4js#readme)|4.593243243243243e-05|
-|pypi|[ipaddr](https://github.com/google/ipaddr-py)|4.586872586872587e-05|
-|pypi|[progress](http://github.com/verigak/progress/)|4.586872586872587e-05|
-|pypi|[pytoml](https://github.com/avakar/pytoml)|4.586872586872587e-05|
-|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.574484157378897e-05|
-|pypi|[waitress](https://pypi.org/project/waitress)|4.535914438974414e-05|
-|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.530906577193052e-05|
-|cran|[tm](http://tm.r-forge.r-project.org/)|4.526544423875253e-05|
-|cran|mediation|4.5182741386436376e-05|
-|pypi|[parso](https://github.com/davidhalter/parso)|4.5091582616089656e-05|
-|pypi|[pyobjc](https://pypi.org/project/pyobjc)|4.4985610623029974e-05|
-|pypi|[pip-run](https://github.com/jaraco/pip-run)|4.482786775702502e-05|
-|pypi|[docker](https://github.com/docker/docker-py)|4.473397739557742e-05|
-|pypi|[cookiecutter](https://github.com/cookiecutter/cookiecutter)|4.465033783783784e-05|
-|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|4.4594594594594596e-05|
-|npm|[sift](https://github.com/crcn/sift.js#readme)|4.4594594594594596e-05|
-|npm|[socket.io](https://github.com/socketio/socket.io#readme)|4.4594594594594596e-05|
-|npm|[underscore](https://underscorejs.org)|4.4594594594594596e-05|
-|pypi|[trackpy](https://github.com/soft-matter/trackpy)|4.4594594594594596e-05|
-|pypi|[snakemake](https://snakemake.readthedocs.io)|4.4594594594594596e-05|
-|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|4.4594594594594596e-05|
-|pypi|[datrie](https://github.com/kmike/datrie)|4.4594594594594596e-05|
-|pypi|[toposort](https://pypi.org/project/toposort)|4.4594594594594596e-05|
-|cran|[statmod](NA)|4.4485771175983246e-05|
-|pypi|[anyio](https://pypi.org/project/anyio)|4.446650317965024e-05|
-|pypi|[simplejson](https://pypi.org/project/simplejson)|4.446263099834529e-05|
-|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|4.4450824191669255e-05|
-|pypi|[djangorestframework](https://www.django-rest-framework.org/)|4.4450824191669255e-05|
-|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|4.444091476091476e-05|
-|cran|futile.options|4.440092664092664e-05|
-|cran|lambda.r|4.440092664092664e-05|
-|pypi|[shiboken6](https://pypi.org/project/shiboken6)|4.4148648648648647e-05|
-|pypi|[asv](https://pypi.org/project/asv)|4.413042965079675e-05|
-|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|4.413042965079675e-05|
-|pypi|[kaleido](https://pypi.org/project/kaleido)|4.413042965079675e-05|
-|pypi|[colorlover](https://pypi.org/project/colorlover)|4.406224406224406e-05|
-|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|4.406224406224406e-05|
-|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|4.406224406224406e-05|
-|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|4.406224406224406e-05|
-|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|4.406224406224406e-05|
-|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|4.406224406224406e-05|
-|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|4.406224406224406e-05|
-|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|4.406224406224406e-05|
-|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|4.406224406224406e-05|
-|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|4.406224406224406e-05|
-|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|4.3953958651443944e-05|
-|pypi|[appnope](https://pypi.org/project/appnope)|4.3953958651443944e-05|
-|rubygems|[pg](https://github.com/ged/ruby-pg)|4.389200220628792e-05|
-|pypi|[yarl](https://github.com/aio-libs/yarl/)|4.378931876724331e-05|
-|rubygems|jekyll|4.3623069498069496e-05|
-|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|4.346607832322117e-05|
-|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|4.337954781704783e-05|
-|cran|arrow|4.3356362125511065e-05|
-|cran|logspline|4.310515792061761e-05|
-|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|4.2886035521235525e-05|
-|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.281081081081081e-05|
-|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|4.281081081081081e-05|
-|rubygems|[coderay](http://coderay.rubychan.de)|4.281081081081081e-05|
-|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|4.281081081081081e-05|
-|rubygems|[builder](http://onestepback.org)|4.281081081081081e-05|
-|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|4.281081081081081e-05|
-|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|4.281081081081081e-05|
-|cran|DiceKriging|4.2769646569646574e-05|
-|npm|zap|4.2643581081081085e-05|
-|npm|docco|4.2643581081081085e-05|
-|npm|diff|4.2643581081081085e-05|
-|pypi|[types-docutils](https://pypi.org/project/types-docutils)|4.25817315716106e-05|
-|cran|[vegan](https://github.com/vegandevs/vegan)|4.256726971869829e-05|
-|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|4.250936791167826e-05|
-|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|4.2483803948657605e-05|
-|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|4.2463041837962893e-05|
-|rubygems|concurrent-ruby|4.2382702702702696e-05|
-|rubygems|jdbc-mysql|4.2382702702702696e-05|
-|rubygems|psych|4.2382702702702696e-05|
-|rubygems|webrick|4.2382702702702696e-05|
-|npm|[babel-preset-es2015](https://babeljs.io/)|4.211865248735951e-05|
-|pypi|[stack-data](https://pypi.org/project/stack-data)|4.209993514117044e-05|
-|npm|safe-buffer|4.2073903096731486e-05|
-|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|4.2044589679718716e-05|
-|cran|[parallelMap](https://parallelmap.mlr-org.com)|4.192871992871994e-05|
-|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|4.192690158348054e-05|
-|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|4.188919763933936e-05|
-|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|4.1870316507507585e-05|
-|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|4.1682376192755575e-05|
-|pypi|[Brotli](https://github.com/google/brotli)|4.167531805267655e-05|
-|pypi|[monty](https://github.com/materialsvirtuallab/monty)|4.160477715080942e-05|
-|pypi|[openpyxl](https://pypi.org/project/openpyxl)|4.1419622184293416e-05|
-|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|4.125662970375079e-05|
-|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|4.1164241164241166e-05|
-|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|4.1164241164241166e-05|
-|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|4.1164241164241166e-05|
-|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|4.1164241164241166e-05|
-|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|4.1164241164241166e-05|
-|npm|[fibers](https://github.com/laverdet/node-fibers)|4.1164241164241166e-05|
-|npm|[saxes](https://github.com/lddubeau/saxes#readme)|4.1164241164241166e-05|
-|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|4.1164241164241166e-05|
-|pypi|[eemont](https://github.com/davemlz/eemont)|4.1164241164241166e-05|
-|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|4.1164241164241166e-05|
-|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|4.1164241164241166e-05|
-|cran|mlrMBO|4.1164241164241166e-05|
-|cran|emoa|4.1164241164241166e-05|
-|pypi|[myst-nb](https://pypi.org/project/myst-nb)|4.093248648648648e-05|
-|pypi|[jaraco.path](https://github.com/jaraco/jaraco.path)|4.089187331500235e-05|
-|pypi|[jaraco.envs](https://github.com/jaraco/jaraco.envs)|4.089187331500235e-05|
-|pypi|[flake8-2020](https://github.com/asottile/flake8-2020)|4.089187331500235e-05|
-|pypi|[sphinx-favicon](https://github.com/tcmetzger/sphinx-favicon)|4.089187331500235e-05|
-|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|4.0616756756756765e-05|
-|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|4.03397361152361e-05|
-|pypi|[rasterio](https://pypi.org/project/rasterio)|4.017205911196829e-05|
-|cran|gmp|3.9977718644234074e-05|
-|rubygems|rubocop-jekyll|3.994401544401545e-05|
-|pypi|[path](https://pypi.org/project/path)|3.9857862963809354e-05|
-|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|3.963963963963964e-05|
-|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|3.963963963963964e-05|
-|npm|[crypto-js](http://github.com/brix/crypto-js)|3.963963963963964e-05|
-|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|3.963963963963964e-05|
-|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|3.963963963963964e-05|
-|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|3.963963963963964e-05|
-|npm|ngx-smart-modal|3.963963963963964e-05|
-|npm|plotly|3.963963963963964e-05|
-|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|3.963963963963964e-05|
-|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|3.963963963963964e-05|
-|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|3.963963963963964e-05|
-|cran|mlbench|3.9293447239305585e-05|
-|pypi|[aenum](https://github.com/ethanfurman/aenum)|3.9243243243243246e-05|
-|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|3.91353254036925e-05|
-|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|3.91353254036925e-05|
-|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|3.904323619577857e-05|
-|rubygems|rouge|3.899797297297297e-05|
-|cran|webfakes|3.8976997746671654e-05|
-|pypi|[uwsgi](https://pypi.org/project/uwsgi)|3.885801294251998e-05|
-|pypi|[pypblib](https://pypi.org/project/pypblib)|3.885081081081081e-05|
-|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|3.885081081081081e-05|
-|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|3.878605496252555e-05|
-|pypi|[tensorflow-io-gcs-filesystem](https://github.com/tensorflow/io)|3.869112326011486e-05|
-|cran|proj4|3.852246545187722e-05|
-|cran|RandomFieldsUtils|3.8272878618605757e-05|
-|cran|biglm|3.8260126735586425e-05|
-|cran|[jqr](https://docs.ropensci.org/jqr/)|3.815367898510758e-05|
-|npm|[form-data](https://github.com/form-data/form-data#readme)|3.8148543125449916e-05|
-|cran|websocket|3.810238610038609e-05|
-|cran|[base64url](https://github.com/mllg/base64url)|3.8049605368754306e-05|
-|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|3.784169884169884e-05|
-|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|3.784169884169884e-05|
-|npm|lint-staged|3.777054351054351e-05|
-|pypi|[pymatgen](https://pymatgen.org)|3.759704985835016e-05|
-|npm|retry|3.750669949610628e-05|
-|cran|[utf8](https://ptrckprry.com/r-utf8/)|3.7449779995076056e-05|
-|pypi|[service-identity](https://pypi.org/project/service-identity)|3.737163917163917e-05|
-|pypi|[testfixtures](https://pypi.org/project/testfixtures)|3.7315039449387283e-05|
-|cran|[ggridges](https://wilkelab.org/ggridges/)|3.717692307692308e-05|
-|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|3.70054054054054e-05|
-|pypi|[Celery](http://celeryproject.org)|3.6905871388630015e-05|
-|pypi|[DAWG](https://pypi.org/project/DAWG)|3.6905871388630015e-05|
-|pypi|[django-nose](https://pypi.org/project/django-nose)|3.6905871388630015e-05|
-|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|3.6905871388630015e-05|
-|npm|rollup-plugin-commonjs|3.677929820576879e-05|
-|pypi|[opencv-python](https://github.com/skvark/opencv-python)|3.661545333721204e-05|
-|cran|[attempt](https://github.com/ColinFay/attempt)|3.6604568655342647e-05|
-|npm|babel-runtime|3.658030888030888e-05|
-|cran|carrier|3.652999702999703e-05|
-|pypi|[dominate](https://github.com/Knio/dominate/)|3.64989604989605e-05|
-|pypi|[visitor](http://github.com/mbr/visitor)|3.64989604989605e-05|
-|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|3.6280348144754926e-05|
-|npm|[auth0](https://github.com/auth0/node-auth0)|3.6280348144754926e-05|
-|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|3.6280348144754926e-05|
-|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|3.6280348144754926e-05|
-|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|3.6280348144754926e-05|
-|npm|[class-validator](https://github.com/typestack/class-validator#readme)|3.6280348144754926e-05|
-|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|3.6280348144754926e-05|
-|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|3.6280348144754926e-05|
-|npm|hammerjs|3.6280348144754926e-05|
-|npm|http-status-codes|3.6280348144754926e-05|
-|npm|is-url|3.6280348144754926e-05|
-|npm|json5|3.6280348144754926e-05|
-|npm|jwks-rsa|3.6280348144754926e-05|
-|npm|nats|3.6280348144754926e-05|
-|npm|nestjs-s3|3.6280348144754926e-05|
-|npm|ngx-material-file-input|3.6280348144754926e-05|
-|npm|passport-jwt|3.6280348144754926e-05|
-|npm|reflect-metadata|3.6280348144754926e-05|
-|npm|sharp|3.6280348144754926e-05|
-|npm|ssh2|3.6280348144754926e-05|
-|npm|stackdriver-errors-js|3.6280348144754926e-05|
-|npm|tiny-version-compare|3.6280348144754926e-05|
-|npm|unzipper|3.6280348144754926e-05|
-|npm|yaml|3.6280348144754926e-05|
-|cran|extrafont|3.617172511197279e-05|
-|cran|rms|3.616479707267523e-05|
-|npm|prettier|3.605431232402489e-05|
-|pypi|[pydantic](https://pypi.org/project/pydantic)|3.5921559856475934e-05|
-|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|3.5907567567567563e-05|
-|cran|fftwtools|3.589204539224823e-05|
-|cran|quadprog|3.578126238039282e-05|
-|cran|strucchange|3.5652774842511696e-05|
-|cran|leaflet.providers|3.554740736211324e-05|
-|pypi|[ipdb](https://pypi.org/project/ipdb)|3.554223275153508e-05|
-|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|3.553734142305571e-05|
-|npm|minimist|3.550161282667336e-05|
-|rubygems|rack|3.536323340495745e-05|
-|pypi|[capturer](https://pypi.org/project/capturer)|3.531891891891893e-05|
-|cran|robotstxt|3.531891891891892e-05|
-|rubygems|jekyll-commonmark|3.531891891891892e-05|
-|pypi|[sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|3.497450536654857e-05|
-|pypi|[httplib2](https://pypi.org/project/httplib2)|3.496548622295101e-05|
-|cran|ggdist|3.486611226611227e-05|
-|cran|bridgesampling|3.486611226611227e-05|
-|cran|bayesQR|3.486611226611227e-05|
-|pypi|[pyfftw](https://github.com/pyFFTW/pyFFTW)|3.486352941176471e-05|
-|cran|Rgraphviz|3.476669907617276e-05|
-|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|3.473633337771269e-05|
-|cran|mice|3.467452180962436e-05|
-|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|3.429586645468996e-05|
-|pypi|[partd](http://github.com/dask/partd/)|3.4127805334359563e-05|
-|cran|mondate|3.4123817313554155e-05|
-|cran|DAAG|3.4123817313554155e-05|
-|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|3.405752895752896e-05|
-|npm|[keycode](https://github.com/timoxley/keycode)|3.405752895752896e-05|
-|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|3.405752895752896e-05|
-|npm|react-transition-group|3.405752895752896e-05|
-|npm|simple-assign|3.405752895752896e-05|
-|npm|warning|3.405752895752896e-05|
-|npm|lodash.merge|3.405752895752896e-05|
-|npm|lodash.throttle|3.405752895752896e-05|
-|npm|recompose|3.405752895752896e-05|
-|pypi|[werkzeug](https://palletsprojects.com/p/werkzeug/)|3.386819427313544e-05|
-|npm|eslint-plugin-markdown|3.376325363825364e-05|
-|npm|inherits|3.372205006601816e-05|
-|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|3.3652799554703515e-05|
-|pypi|[PyQt5](https://www.riverbankcomputing.com/software/pyqt/)|3.350689439018851e-05|
-|pypi|[pyenchant](https://pyenchant.github.io/pyenchant/)|3.3445945945945946e-05|
-|cran|gganimate|3.3370622302975244e-05|
-|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|3.33696164098641e-05|
-|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|3.320795392751698e-05|
-|npm|[bundt](https://github.com/lukeed/bundt#readme)|3.3111486486486487e-05|
-|pypi|[stfio](https://pypi.org/project/stfio)|3.3111486486486487e-05|
-|pypi|[klusta](https://klusta.cortexlab.net)|3.3111486486486487e-05|
-|pypi|[igor](http://blog.tremily.us/posts/igor/)|3.3111486486486487e-05|
-|pypi|[tablib](https://pypi.org/project/tablib)|3.3111486486486487e-05|
-|cran|cba|3.3111486486486487e-05|
-|cran|[golem](https://github.com/ThinkR-open/golem)|3.3091624131871814e-05|
-|npm|chalk|3.3012949584199584e-05|
-|pypi|[mlflow](https://pypi.org/project/mlflow)|3.2945307125307124e-05|
-|cran|[seriation](https://github.com/mhahsler/seriation)|3.290560765687931e-05|
-|pypi|[sniffio](https://pypi.org/project/sniffio)|3.267407722007721e-05|
-|npm|[canvg](https://github.com/canvg/canvg)|3.243243243243243e-05|
-|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|3.243243243243243e-05|
-|npm|[http](https://github.com/npm/security-holder#readme)|3.243243243243243e-05|
-|npm|[jspdf](https://github.com/mrrio/jspdf)|3.243243243243243e-05|
-|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.243243243243243e-05|
-|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|3.243243243243243e-05|
-|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|3.243243243243243e-05|
-|npm|[pug](https://pugjs.org)|3.243243243243243e-05|
-|npm|[sequelize](https://sequelize.org/)|3.243243243243243e-05|
-|npm|[stylus](https://github.com/stylus/stylus)|3.243243243243243e-05|
-|pypi|[mcfly](https://github.com/NLeSC/mcfly)|3.243243243243243e-05|
-|npm|del-cli|3.2329022869022866e-05|
-|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.215095585801888e-05|
-|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|3.214745627980922e-05|
-|pypi|[fiona](https://pypi.org/project/fiona)|3.1841541183507806e-05|
-|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|3.1647373138444565e-05|
-|pypi|[uri-template](https://pypi.org/project/uri-template)|3.1647373138444565e-05|
-|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|3.1647373138444565e-05|
-|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.1647373138444565e-05|
-|pypi|[isoduration](https://pypi.org/project/isoduration)|3.1647373138444565e-05|
-|pypi|[fqdn](https://pypi.org/project/fqdn)|3.1647373138444565e-05|
-|pypi|[sigtools](https://sigtools.readthedocs.io/)|3.161756756756756e-05|
-|pypi|[vtk](https://pypi.org/project/vtk)|3.160795062503552e-05|
-|cran|lmtest|3.1586192800337556e-05|
-|pypi|[Mako](https://pypi.org/project/Mako)|3.1561600561600563e-05|
-|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|3.14785373608903e-05|
-|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|3.14785373608903e-05|
-|pypi|[meshcut](https://pypi.org/project/meshcut)|3.14785373608903e-05|
-|pypi|[trimesh](https://pypi.org/project/trimesh)|3.14785373608903e-05|
-|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|3.14785373608903e-05|
-|pypi|[asteval](https://pypi.org/project/asteval)|3.14785373608903e-05|
-|pypi|[lmfit](https://pypi.org/project/lmfit)|3.14785373608903e-05|
-|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|3.14785373608903e-05|
-|pypi|[ua-parser](https://pypi.org/project/ua-parser)|3.14785373608903e-05|
-|pypi|[wincertstore](https://pypi.org/project/wincertstore)|3.14785373608903e-05|
-|cran|tableHTML|3.14785373608903e-05|
-|cran|shiny.i18n|3.14785373608903e-05|
-|cran|popbio|3.14785373608903e-05|
-|npm|eslint-config-prettier|3.141992260394767e-05|
-|cran|[gitcreds](https://github.com/r-lib/gitcreds)|3.140669110405952e-05|
-|cran|dfoptim|3.139097831024302e-05|
-|cran|nloptr|3.128220130581385e-05|
-|cran|[ini](https://github.com/dvdscripter/ini)|3.1258042455410875e-05|
-|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|3.117936117936118e-05|
-|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|3.117936117936118e-05|
-|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|3.117936117936118e-05|
-|pypi|[od](https://pypi.org/project/od)|3.090405405405405e-05|
-|pypi|[pip-api](https://pypi.org/project/pip-api)|3.087664657297297e-05|
-|pypi|[requirementslib](https://pypi.org/project/requirementslib)|3.087664657297297e-05|
-|pypi|[pipreqs](https://pypi.org/project/pipreqs)|3.087664657297297e-05|
-|npm|[font-awesome](http://fontawesome.io/)|3.084068278805121e-05|
-|npm|object-assign|3.081298441272982e-05|
-|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|3.0770270270270274e-05|
-|pypi|[ordereddict](https://pypi.org/project/ordereddict)|3.07033748297369e-05|
-|npm|[ts-node](https://typestrong.org/ts-node)|3.0579150579150575e-05|
-|cran|caTools|3.045438372438374e-05|
-|npm|react-test-renderer|3.0429040376408796e-05|
-|npm|react-router|3.0429040376408796e-05|
-|pypi|[h2](https://pypi.org/project/h2)|3.0426254826254827e-05|
-|pypi|[pybind11](https://github.com/pybind/pybind11)|3.041529729729731e-05|
-|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|3.0311428830991853e-05|
-|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|3.0311428830991853e-05|
-|pypi|[mkdocs](https://www.mkdocs.org)|3.0308335225982287e-05|
-|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|3.0273359073359072e-05|
-|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|3.0273359073359072e-05|
-|npm|[remark](https://remark.js.org)|3.0273359073359072e-05|
-|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|3.0273359073359072e-05|
-|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|3.0273359073359072e-05|
-|pypi|[PySide](http://www.pyside.org)|3.0273359073359072e-05|
-|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|3.0273359073359072e-05|
-|pypi|[wslink](https://github.com/kitware/wslink)|3.020045045045045e-05|
-|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|3.019704962925302e-05|
-|cran|janeaustenr|3.016551848882676e-05|
-|npm|whatwg-fetch|3.00337329811014e-05|
-|cran|vcd|3.0003061224489797e-05|
-|pypi|[zope.interface](https://pypi.org/project/zope.interface)|2.9936693257677877e-05|
-|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|2.9912681912681914e-05|
-|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|2.9634578259578263e-05|
-|cran|spacyr|2.9566216216216217e-05|
-|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|2.9453796846974456e-05|
-|rubygems|pry|2.92744583563155e-05|
-|cran|[reshape](http://had.co.nz/reshape)|2.9170437188514998e-05|
-|cran|SGP|2.915212355212355e-05|
-|pypi|[nltk](https://pypi.org/project/nltk)|2.8917264827071772e-05|
-|rubygems|[railties](https://rubyonrails.org)|2.8867810259238834e-05|
-|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|2.884378378378378e-05|
-|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.8739727770327526e-05|
-|cran|polynom|2.8705787500195398e-05|
-|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|2.870491747634607e-05|
-|cran|[furrr](https://github.com/DavisVaughan/furrr)|2.863868819658298e-05|
-|cran|tkrplot|2.86217397760876e-05|
-|cran|Formula|2.8585860318546653e-05|
-|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|2.854734349145063e-05|
-|rubygems|[rdoc](https://ruby.github.io/rdoc)|2.851677409187613e-05|
-|cran|tripack|2.8340770783890045e-05|
-|cran|pscl|2.823045547039334e-05|
-|npm|highcharts-exporting|2.8165007112375534e-05|
-|npm|highcharts-no-data-to-display|2.8165007112375534e-05|
-|npm|[history](https://github.com/remix-run/history#readme)|2.8165007112375534e-05|
-|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|2.8165007112375534e-05|
-|npm|[ramda](https://ramdajs.com/)|2.8165007112375534e-05|
-|npm|[rc-tooltip](http://github.com/react-component/tooltip)|2.8165007112375534e-05|
-|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|2.8165007112375534e-05|
-|npm|react-fontawesome|2.8165007112375534e-05|
-|npm|react-js-pagination|2.8165007112375534e-05|
-|npm|react-router-redux|2.8165007112375534e-05|
-|npm|react-s-alert|2.8165007112375534e-05|
-|npm|react-table|2.8165007112375534e-05|
-|npm|redux-form|2.8165007112375534e-05|
-|npm|redux-observable|2.8165007112375534e-05|
-|npm|redux-persist|2.8165007112375534e-05|
-|npm|reselect|2.8165007112375534e-05|
-|npm|rx-dom|2.8165007112375534e-05|
-|pypi|[itk](https://itk.org/)|2.806662257330988e-05|
-|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|2.7947474903474905e-05|
-|pypi|[livereload](https://pypi.org/project/livereload)|2.791666216216216e-05|
-|cran|[pkgdown](https://pkgdown.r-lib.org)|2.7813702040821547e-05|
-|cran|kernlab|2.7809295200111518e-05|
-|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|2.7783925227614882e-05|
-|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|2.7783925227614882e-05|
-|pypi|[cfgrib](https://pypi.org/project/cfgrib)|2.7783925227614882e-05|
-|pypi|[pydap](https://pypi.org/project/pydap)|2.7783925227614882e-05|
-|pypi|[numbagg](https://pypi.org/project/numbagg)|2.7783925227614882e-05|
-|pypi|[jeepney](https://pypi.org/project/jeepney)|2.7715519798868636e-05|
-|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|2.7715519798868636e-05|
-|rubygems|actionview|2.7660479867622722e-05|
-|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|2.7597810810810812e-05|
-|npm|ms|2.7585437845766236e-05|
-|pypi|[minio](https://pypi.org/project/minio)|2.7576333089846607e-05|
-|pypi|[reno](https://pypi.org/project/reno)|2.756557528957529e-05|
-|pypi|[recipy](http://www.recipy.org)|2.7442827442827444e-05|
-|pypi|[tinydb](https://github.com/msiemens/tinydb)|2.7442827442827444e-05|
-|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|2.7442827442827444e-05|
-|pypi|[svn](https://github.com/dsoprea/PySvn)|2.7442827442827444e-05|
-|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|2.7442827442827444e-05|
-|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|2.7442827442827444e-05|
-|pypi|[tableone](https://pypi.org/project/tableone)|2.7442827442827444e-05|
-|pypi|[scandir](https://pypi.org/project/scandir)|2.739702609890109e-05|
-|pypi|[backports.os](https://pypi.org/project/backports.os)|2.739702609890109e-05|
-|cran|jsonify|2.7347490347490345e-05|
-|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|2.7259783783783784e-05|
-|pypi|[george](https://github.com/dfm/george)|2.7091216216216225e-05|
-|cran|gt|2.6990056413262114e-05|
-|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|2.6965790362100843e-05|
-|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|2.6965790362100843e-05|
-|pypi|[types-toml](https://pypi.org/project/types-toml)|2.6882768893051148e-05|
-|cran|[beautier](https://docs.ropensci.org/beautier/)|2.679089615931721e-05|
-|pypi|[tangle](https://github.com/fifman/tangle)|2.675675675675676e-05|
-|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|2.675675675675676e-05|
-|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|2.669402560455192e-05|
-|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|2.6610526241989175e-05|
-|cran|gridBase|2.6605766906597933e-05|
-|cran|plm|2.6528570141873966e-05|
-|pypi|[fasttext](https://github.com/facebookresearch/fastText)|2.648918918918919e-05|
-|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|2.648918918918919e-05|
-|cran|filelock|2.648918918918919e-05|
-|cran|AsioHeaders|2.648918918918919e-05|
-|cran|manipulateWidget|2.648918918918919e-05|
-|cran|BeyondBenford|2.648918918918919e-05|
-|cran|BenfordTests|2.648918918918919e-05|
-|cran|benford.analysis|2.648918918918919e-05|
-|cran|MUS|2.648918918918919e-05|
-|cran|[proxy](NA)|2.6421781067639413e-05|
-|npm|[should](https://github.com/shouldjs/should.js)|2.6250134235324917e-05|
-|cran|dynamicTreeCut|2.6207539118065435e-05|
-|npm|readable-stream|2.6198099198099197e-05|
-|cran|optimx|2.6186983010595544e-05|
-|cran|minqa|2.6186983010595544e-05|
-|cran|pls|2.6184567803955555e-05|
-|pypi|[meshio](https://pypi.org/project/meshio)|2.6153014553014564e-05|
-|npm|through2|2.6127005123255125e-05|
-|pypi|[smart-open](https://pypi.org/project/smart-open)|2.6007530501362657e-05|
-|pypi|[nglview](https://github.com/arose/nglview)|2.5886143113507298e-05|
-|cran|[ordinal](https://github.com/runehaubo/ordinal)|2.5838086630965692e-05|
-|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|2.5768881951117245e-05|
-|pypi|[siphon](https://pypi.org/project/siphon)|2.570289393166752e-05|
-|cran|gbRd|2.5622270270270268e-05|
-|npm|[request](https://github.com/request/request#readme)|2.559010953500084e-05|
-|cran|[quanteda](https://quanteda.io)|2.5503400876709147e-05|
-|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.548173913043479e-05|
-|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|2.5411842173382495e-05|
-|cran|rsm|2.527008954242997e-05|
-|cran|tables|2.5257483877126734e-05|
-|rubygems|html-pipeline|2.5227799227799228e-05|
-|rubygems|gemoji|2.5227799227799228e-05|
-|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|2.5227799227799225e-05|
-|cran|rcmdcheck|2.513369328712857e-05|
-|pypi|[pyu2f](https://pypi.org/project/pyu2f)|2.4980348065302662e-05|
-|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|2.4957938223938236e-05|
-|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|2.489000628535512e-05|
-|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.4756779031779032e-05|
-|pypi|[plams](https://www.scm.com/doc/plams/)|2.4385707720444573e-05|
-|cran|bezier|2.4312330613161638e-05|
-|cran|ComplexHeatmap|2.4312330613161638e-05|
-|cran|GlobalOptions|2.4312330613161638e-05|
-|cran|Cubist|2.4292482861870612e-05|
-|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|2.4259459459459458e-05|
-|pypi|[cssselect2](https://pypi.org/project/cssselect2)|2.408108108108108e-05|
-|cran|adehabitatMA|2.4014924264924264e-05|
-|pypi|[ini2toml](https://github.com/abravalheri/ini2toml/)|2.397297183287506e-05|
-|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.393518413166955e-05|
-|pypi|[Nano-Utils](https://github.com/nlesc-nano/Nano-Utils)|2.3881140481140484e-05|
-|npm|[actions](https://github.com/fundon/actions)|2.3851737451737452e-05|
-|pypi|[coreapi](https://github.com/core-api/python-client)|2.3783783783783782e-05|
-|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|2.3783783783783782e-05|
-|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|2.3783783783783782e-05|
-|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|2.3783783783783782e-05|
-|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|2.3783783783783782e-05|
-|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|2.3783783783783782e-05|
-|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|2.3783783783783782e-05|
-|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|2.3783783783783782e-05|
-|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|2.3783783783783782e-05|
-|pypi|[oauth2client](https://pypi.org/project/oauth2client)|2.3783783783783782e-05|
-|pypi|[python3-saml](https://pypi.org/project/python3-saml)|2.3783783783783782e-05|
-|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|2.3783783783783782e-05|
-|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|2.3783783783783782e-05|
-|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|2.3783783783783782e-05|
-|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|2.3783783783783782e-05|
-|pypi|[sregistry](https://pypi.org/project/sregistry)|2.3783783783783782e-05|
-|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.3749693564270817e-05|
-|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|2.366208791208793e-05|
-|npm|webworker-threads|2.3545945945945945e-05|
-|pypi|[datatable](https://pypi.org/project/datatable)|2.3545945945945945e-05|
-|cran|cleanNLP|2.3545945945945945e-05|
-|cran|udpipe|2.3545945945945945e-05|
-|pypi|[PyJWT](https://pypi.org/project/PyJWT)|2.3534573534573538e-05|
-|pypi|[python-multipart](https://pypi.org/project/python-multipart)|2.3372813990461046e-05|
-|rubygems|rake-compiler|2.3365747380033093e-05|
-|rubygems|shoulda-matchers|2.3353734142305566e-05|
-|cran|gpclib|2.3195191018085752e-05|
-|cran|PBSmapping|2.3195191018085752e-05|
-|pypi|[scanpy](https://scanpy.readthedocs.io)|2.305386766076424e-05|
-|npm|[del](https://github.com/sindresorhus/del#readme)|2.2919279696121795e-05|
-|npm|after|2.2863918176418175e-05|
-|cran|rootSolve|2.2814705388618432e-05|
-|cran|triangle|2.279675675675676e-05|
-|cran|evd|2.279675675675676e-05|
-|cran|beepr|2.2761349319244067e-05|
-|pypi|[OWSLib](https://pypi.org/project/OWSLib)|2.2692758796532385e-05|
-|npm|vary|2.26875e-05|
-|npm|gulp|2.268326962993316e-05|
-|pypi|[rowan](https://github.com/glotzerlab/rowan)|2.2496698841698858e-05|
-|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|2.2339161610590183e-05|
-|cran|[natserv](https://docs.ropensci.org/natserv)|2.2339161610590183e-05|
-|cran|[worrms](https://docs.ropensci.org/worrms)|2.2339161610590183e-05|
-|cran|[rotl](https://docs.ropensci.org/rotl/)|2.2339161610590183e-05|
-|cran|[rredlist](https://github.com/ropensci/rredlist)|2.2339161610590183e-05|
-|cran|[bold](https://docs.ropensci.org/bold/)|2.2339161610590183e-05|
-|cran|[ritis](https://github.com/ropensci/ritis)|2.2339161610590176e-05|
-|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|2.2316429816913687e-05|
-|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|2.2316429816913687e-05|
-|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|2.229964438122333e-05|
-|npm|babel-core|2.218830828148589e-05|
-|pypi|[platformdirs](https://pypi.org/project/platformdirs)|2.211642307112651e-05|
-|npm|matcha|2.2074324324324323e-05|
-|npm|quick-lru|2.2074324324324323e-05|
-|npm|map-obj|2.2074324324324323e-05|
-|npm|lodash.kebabcase|2.2074324324324323e-05|
-|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|2.2074324324324323e-05|
-|pypi|[bagit](https://pypi.org/project/bagit)|2.2074324324324323e-05|
-|pypi|[prov](https://pypi.org/project/prov)|2.2074324324324323e-05|
-|pypi|[schema-salad](https://pypi.org/project/schema-salad)|2.2074324324324323e-05|
-|pypi|[shellescape](https://pypi.org/project/shellescape)|2.2074324324324323e-05|
-|pypi|[zmq](https://github.com/zeromq/pyzmq)|2.2074324324324323e-05|
-|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|2.2074324324324323e-05|
-|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|2.2074324324324323e-05|
-|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|2.2074324324324323e-05|
-|cran|yamlme|2.2074324324324323e-05|
-|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|2.2062551351351347e-05|
-|cran|adehabitatLT|2.204247104247104e-05|
-|cran|doFuture|2.1996870554765293e-05|
-|cran|pbmcapply|2.1996870554765293e-05|
-|pypi|[av](https://pypi.org/project/av)|2.1983919870607175e-05|
-|cran|RANN|2.1914551547097193e-05|
-|pypi|[gcsfs](https://pypi.org/project/gcsfs)|2.1913038239477867e-05|
-|npm|minimatch|2.188930534650874e-05|
-|npm|ghsign|2.185358108108108e-05|
-|npm|git-config-path|2.185358108108108e-05|
-|npm|github-username|2.185358108108108e-05|
-|npm|parse-git-config|2.185358108108108e-05|
-|cran|paradox|2.1843655428003254e-05|
-|rubygems|[chartkick](https://chartkick.com)|2.1842250413678985e-05|
-|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|2.1842250413678985e-05|
-|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|2.1842250413678985e-05|
-|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|2.1842250413678985e-05|
-|npm|rollup-plugin-json|2.174669056811914e-05|
-|npm|package-json-versionify|2.174669056811914e-05|
-|pypi|[stevedore](https://pypi.org/project/stevedore)|2.1738412355212358e-05|
-|pypi|[torchvision](https://github.com/pytorch/vision)|2.165258069040131e-05|
-|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|2.1651633339498068e-05|
-|cran|plotfunctions|2.1623827909542195e-05|
-|rubygems|nio4r|2.1623827909542195e-05|
-|rubygems|sassc-rails|2.1623827909542195e-05|
-|rubygems|tzinfo|2.1623827909542195e-05|
-|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|2.161945945945946e-05|
-|cran|Biostrings|2.1611648480778916e-05|
-|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|2.1602993762993768e-05|
-|cran|semEff|2.158016749943221e-05|
-|cran|rr2|2.158016749943221e-05|
-|cran|HSAUR3|2.158016749943221e-05|
-|cran|mlmRev|2.158016749943221e-05|
-|cran|MEMSS|2.158016749943221e-05|
-|cran|PKPDmodels|2.158016749943221e-05|
-|cran|NLP|2.1566145159453437e-05|
-|pypi|[autocommand](https://pypi.org/project/autocommand)|2.1542394649429755e-05|
-|npm|babel-preset-react|2.1446668480281923e-05|
-|cran|rcdk|2.1405405405405405e-05|
-|cran|fingerprint|2.1405405405405405e-05|
-|cran|enviPat|2.1405405405405405e-05|
-|cran|flexdashboard|2.1405405405405405e-05|
-|cran|keys|2.1405405405405405e-05|
-|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|2.135617297297297e-05|
-|pypi|[oslo.config](https://pypi.org/project/oslo.config)|2.135617297297297e-05|
-|cran|[assertive](https://bitbucket.org/richierocks/assertive)|2.1289647011009255e-05|
-|npm|eslint-plugin-prettier|2.121667936070443e-05|
-|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|2.1191351351351355e-05|
-|cran|actuar|2.1191351351351355e-05|
-|cran|skellam|2.1191351351351355e-05|
-|cran|hoa|2.1191351351351355e-05|
-|cran|LaplacesDemon|2.1191351351351355e-05|
-|rubygems|jdbc-postgres|2.1191351351351348e-05|
-|rubygems|jdbc-sqlite3|2.1191351351351348e-05|
-|rubygems|shoulda-context|2.1191351351351348e-05|
-|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|2.11662848260268e-05|
-|rubygems|nokogiri|2.114599559863801e-05|
-|pypi|[passlib](https://pypi.org/project/passlib)|2.114308426073132e-05|
-|cran|[geiger](https://github.com/mwpennell/geiger-v2)|2.1035630350847743e-05|
-|rubygems|simplecov|2.098884248680167e-05|
-|npm|acorn|2.0964359964359967e-05|
-|cran|fpc|2.0949468203113784e-05|
-|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.0948502483784738e-05|
-|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|2.0859196509619057e-05|
-|cran|MCMCglmm|2.0852945268404962e-05|
-|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.0810810810810815e-05|
-|pypi|[prefect](https://pypi.org/project/prefect)|2.07758346581876e-05|
-|pypi|[twisted](https://pypi.org/project/twisted)|2.075824920261877e-05|
-|pypi|[google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib)|2.0718649871591054e-05|
-|cran|purrrlyr|2.0713350944929892e-05|
-|pypi|[zstandard](https://pypi.org/project/zstandard)|2.0668925675675678e-05|
-|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|2.064092664092666e-05|
-|pypi|[rq](https://pypi.org/project/rq)|2.06145945945946e-05|
-|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|2.0589116540040238e-05|
-|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|2.056162838554355e-05|
-|pypi|[python-snappy](https://pypi.org/project/python-snappy)|2.0530916282135796e-05|
-|cran|Rcsdp|2.0474180513654196e-05|
-|cran|psychTools|2.0474180513654196e-05|
-|npm|depd|2.046570296257796e-05|
-|cran|[phytools](https://github.com/liamrevell/phytools)|2.041305316305317e-05|
-|pypi|[spacy](https://pypi.org/project/spacy)|2.040862985980635e-05|
-|npm|xregexp|2.0376299376299375e-05|
-|npm|bufferedstream|2.0376299376299375e-05|
-|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|2.032991356755938e-05|
-|cran|[deSolve](http://desolve.r-forge.r-project.org/)|2.025123849123849e-05|
-|pypi|[breathe](https://github.com/michaeljones/breathe)|2.0192432432432513e-05|
-|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|2.0182239382239384e-05|
-|cran|gamlss|2.0084400127519394e-05|
-|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|2.006450965250965e-05|
-|cran|[binman](https://docs.ropensci.org/binman/)|1.9978378378378404e-05|
-|pypi|[panel](http://panel.holoviz.org)|1.9812590197853357e-05|
-|pypi|[raven](https://pypi.org/project/raven)|1.978341834792539e-05|
-|pypi|[autobahn](https://pypi.org/project/autobahn)|1.9712179712179715e-05|
-|pypi|[constantly](https://pypi.org/project/constantly)|1.9712179712179715e-05|
-|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.9712179712179715e-05|
-|pypi|[incremental](https://pypi.org/project/incremental)|1.9712179712179715e-05|
-|pypi|[txaio](https://pypi.org/project/txaio)|1.9712179712179715e-05|
-|cran|[beastier](https://docs.ropensci.org/beastier/)|1.9621621621621626e-05|
-|pypi|[mkl](https://pypi.org/project/mkl)|1.9621621621621623e-05|
-|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.9621621621621623e-05|
-|cran|shapefiles|1.9621621621621623e-05|
-|pypi|[towncrier](https://pypi.org/project/towncrier)|1.9609699799764318e-05|
-|pypi|[httpx](https://pypi.org/project/httpx)|1.9588644106291164e-05|
-|pypi|[jupyterlab](https://jupyter.org)|1.957970940865678e-05|
-|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|1.9563895608303505e-05|
-|cran|[ggsci](https://nanx.me/ggsci/)|1.9563895608303505e-05|
-|npm|on-headers|1.9554699101574102e-05|
-|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.951130867709815e-05|
-|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|1.951130867709815e-05|
-|pypi|[pathos](https://github.com/uqfoundation/pathos)|1.9463495169377533e-05|
-|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|1.9338891059429682e-05|
-|cran|sandwich|1.9338891059429682e-05|
-|cran|partykit|1.9324693637737116e-05|
-|pypi|[autograd](https://github.com/HIPS/autograd)|1.930385274005402e-05|
-|rubygems|test-unit|1.9288454495311634e-05|
-|cran|spData|1.9264864864864865e-05|
-|pypi|[pyqt5](https://www.riverbankcomputing.com/software/pyqt/)|1.9251789164730352e-05|
-|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.9121079909812307e-05|
-|npm|[mdi](http://materialdesignicons.com)|1.9111969111969114e-05|
-|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|1.9111969111969114e-05|
-|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|1.9111969111969114e-05|
-|npm|color|1.9111969111969114e-05|
-|npm|create-react-class|1.9111969111969114e-05|
-|npm|dotenv-load|1.9111969111969114e-05|
-|npm|iframe-resizer|1.9111969111969114e-05|
-|npm|isomorphic-unfetch|1.9111969111969114e-05|
-|npm|js-file-download|1.9111969111969114e-05|
-|npm|material-table|1.9111969111969114e-05|
-|npm|material-ui-chip-input|1.9111969111969114e-05|
-|npm|materialize-css|1.9111969111969114e-05|
-|npm|mui-datatables|1.9111969111969114e-05|
-|npm|next|1.9111969111969114e-05|
-|npm|next-env|1.9111969111969114e-05|
-|npm|next-redux-wrapper|1.9111969111969114e-05|
-|npm|nprogress|1.9111969111969114e-05|
-|npm|ra-data-simple-rest|1.9111969111969114e-05|
-|npm|react-admin|1.9111969111969114e-05|
-|npm|react-ga|1.9111969111969114e-05|
-|npm|react-json-view|1.9111969111969114e-05|
-|npm|react-loading|1.9111969111969114e-05|
-|npm|react-scroll|1.9111969111969114e-05|
-|npm|react-scroll-to-component|1.9111969111969114e-05|
-|npm|react-swipeable-views|1.9111969111969114e-05|
-|npm|react-wordcloud|1.9111969111969114e-05|
-|npm|recharts|1.9111969111969114e-05|
-|npm|redux-saga|1.9111969111969114e-05|
-|npm|serialize-error|1.9111969111969114e-05|
-|npm|swagger-client|1.9111969111969114e-05|
-|npm|swagger-ui-react|1.9111969111969114e-05|
-|npm|tween|1.9111969111969114e-05|
-|npm|uuid5|1.9111969111969114e-05|
-|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|1.9111969111969114e-05|
-|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.9111969111969114e-05|
-|pypi|[mwoauth](https://pypi.org/project/mwoauth)|1.9111969111969114e-05|
-|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|1.9111969111969114e-05|
-|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|1.9032829864025524e-05|
-|cran|seqLogo|1.8962729561859996e-05|
-|npm|codecov|1.8935492253034268e-05|
-|cran|oskeyring|1.892084942084942e-05|
-|cran|ExplainPrediction|1.892084942084942e-05|
-|cran|rpart.plot|1.892084942084942e-05|
-|cran|rstatix|1.8894976689384583e-05|
-|pypi|[numkit](https://pypi.org/project/numkit)|1.8805100875523413e-05|
-|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|1.8766118918918918e-05|
-|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|1.8766118918918918e-05|
-|pypi|[debtcollector](https://pypi.org/project/debtcollector)|1.8766118918918918e-05|
-|cran|afex|1.8699634608408526e-05|
-|pypi|[folium](https://github.com/python-visualization/folium)|1.8696283783783783e-05|
-|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|1.868031041279709e-05|
-|cran|tester|1.8588904694167853e-05|
-|cran|fastICA|1.8540441052948075e-05|
-|rubygems|[mocha](https://mocha.jamesmead.org)|1.8447964699393267e-05|
-|rubygems|kramdown-parser-gfm|1.839527027027027e-05|
-|rubygems|jekyll-theme-primer|1.839527027027027e-05|
-|rubygems|jekyll-sass-converter|1.839527027027027e-05|
-|rubygems|jekyll_test_plugin_malicious|1.839527027027027e-05|
-|cran|docopt|1.8347490347490346e-05|
-|cran|[tidygraph](https://tidygraph.data-imaginist.com)|1.8342435200431527e-05|
-|cran|[rentrez](http://github.com/ropensci/rentrez)|1.8332625482625532e-05|
-|pypi|[gensim](http://radimrehurek.com/gensim)|1.8257932607932617e-05|
-|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|1.8194004656630017e-05|
-|cran|[snakecase](https://github.com/Tazinho/snakecase)|1.814543732144353e-05|
-|pypi|[cchardet](https://github.com/PyYoshi/cChardet)|1.8140744518103007e-05|
-|pypi|[asynctest](https://github.com/Martiusweb/asynctest/)|1.8140744518103007e-05|
-|pypi|[idna-ssl](https://github.com/aio-libs/idna-ssl)|1.8140744518103007e-05|
-|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|1.8140174072377463e-05|
-|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|1.8140174072377463e-05|
-|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|1.8140174072377463e-05|
-|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|1.8140174072377463e-05|
-|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|1.8140174072377463e-05|
-|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|1.8140174072377463e-05|
-|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|1.8140174072377463e-05|
-|npm|[esdoc](https://esdoc.org/)|1.8140174072377463e-05|
-|npm|esdoc-standard-plugin|1.8140174072377463e-05|
-|npm|fast-random|1.8140174072377463e-05|
-|npm|flatted|1.8140174072377463e-05|
-|npm|fs.realpath|1.8140174072377463e-05|
-|npm|has-unicode|1.8140174072377463e-05|
-|npm|iconv-lite|1.8140174072377463e-05|
-|npm|ignore-walk|1.8140174072377463e-05|
-|npm|ini|1.8140174072377463e-05|
-|npm|is-fullwidth-code-point|1.8140174072377463e-05|
-|npm|jsdocs|1.8140174072377463e-05|
-|npm|mimic-response|1.8140174072377463e-05|
-|npm|needle|1.8140174072377463e-05|
-|npm|node|1.8140174072377463e-05|
-|npm|nopt|1.8140174072377463e-05|
-|npm|npm|1.8140174072377463e-05|
-|npm|npm-bundled|1.8140174072377463e-05|
-|npm|npm-normalize-package-bin|1.8140174072377463e-05|
-|npm|npm-packlist|1.8140174072377463e-05|
-|npm|number-is-nan|1.8140174072377463e-05|
-|npm|odex|1.8140174072377463e-05|
-|npm|os-homedir|1.8140174072377463e-05|
-|npm|os-tmpdir|1.8140174072377463e-05|
-|npm|osenv|1.8140174072377463e-05|
-|npm|path-is-absolute|1.8140174072377463e-05|
-|npm|rc|1.8140174072377463e-05|
-|npm|safer-buffer|1.8140174072377463e-05|
-|npm|set-blocking|1.8140174072377463e-05|
-|npm|signal-exit|1.8140174072377463e-05|
-|npm|simple-concat|1.8140174072377463e-05|
-|npm|string-width|1.8140174072377463e-05|
-|npm|strip-json-comments|1.8140174072377463e-05|
-|cran|SASmixed|1.8107252895752897e-05|
-|cran|[colourpicker](https://github.com/daattali/colourpicker)|1.809601706970128e-05|
-|cran|antiword|1.8076688446688445e-05|
-|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.807345411345411e-05|
-|pypi|[configparser](https://github.com/jaraco/configparser/)|1.7992893481717042e-05|
-|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.798704771097628e-05|
-|pypi|[pickydict](https://pypi.org/project/pickydict)|1.796192714453586e-05|
-|pypi|[pyteomics](https://pypi.org/project/pyteomics)|1.7961927144535848e-05|
-|npm|tslint|1.7949324324324325e-05|
-|pypi|[pathtools](https://pypi.org/project/pathtools)|1.789293540644892e-05|
-|pypi|[flask](https://palletsprojects.com/p/flask)|1.7872025831447845e-05|
-|pypi|[unyt](https://github.com/yt-project/unyt)|1.7837837837837847e-05|
-|cran|BiocManager|1.777981867698394e-05|
-|pypi|[pip-tools](https://pypi.org/project/pip-tools)|1.7677639642428376e-05|
-|pypi|[repeated-test](https://pypi.org/project/repeated-test)|1.7659459459459463e-05|
-|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.765945945945946e-05|
-|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.765945945945946e-05|
-|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.765945945945946e-05|
-|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.765945945945946e-05|
-|pypi|[types-colorama](https://pypi.org/project/types-colorama)|1.765945945945946e-05|
-|pypi|[pdbmender](https://pypi.org/project/pdbmender)|1.765945945945946e-05|
-|pypi|[delphi4py](https://pypi.org/project/delphi4py)|1.765945945945946e-05|
-|pypi|[gevent](https://pypi.org/project/gevent)|1.765159862346819e-05|
-|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|1.764322458769893e-05|
-|cran|spam|1.7613873062832654e-05|
-|cran|acepack|1.7605746425389283e-05|
-|cran|htmlTable|1.7605746425389283e-05|
-|pypi|[schema](https://github.com/keleshev/schema)|1.743075323844561e-05|
-|cran|measurements|1.734411196911197e-05|
-|cran|NISTunits|1.734411196911197e-05|
-|cran|gbm|1.7297802197802198e-05|
-|npm|glob|1.7209563706563704e-05|
-|cran|protolite|1.7200772200772202e-05|
-|cran|geepack|1.7068775384235077e-05|
-|cran|bigmemory|1.700965250965251e-05|
-|pypi|[Shapely](https://pypi.org/project/Shapely)|1.689900426742532e-05|
-|pypi|[rdkit](https://pypi.org/project/rdkit)|1.689165687426557e-05|
-|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.6888105217516982e-05|
-|pypi|[diff-cover](https://pypi.org/project/diff-cover)|1.6886178898128896e-05|
-|npm|tsconfig-paths|1.681853281853282e-05|
-|npm|replace|1.681853281853282e-05|
-|npm|node-qunit-phantomjs|1.681853281853282e-05|
-|cran|[geosphere](NA)|1.6759478523208502e-05|
-|cran|ks|1.674208494208494e-05|
-|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|1.6722972972972973e-05|
-|pypi|[json5](https://pypi.org/project/json5)|1.6722972972972973e-05|
-|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|1.6720798805305857e-05|
-|cran|[origami](https://tlverse.org/origami/)|1.6674500587544086e-05|
-|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|1.6632814336075246e-05|
-|cran|glmmTMB|1.6622051142589764e-05|
-|cran|fixest|1.6622051142589764e-05|
-|cran|cplm|1.6622051142589764e-05|
-|cran|betareg|1.6622051142589764e-05|
-|cran|AER|1.6622051142589764e-05|
-|cran|signal|1.6587797896418626e-05|
-|pypi|[eventlet](https://pypi.org/project/eventlet)|1.6558686486486488e-05|
-|npm|chai-passport-strategy|1.6555743243243243e-05|
-|npm|passport-strategy|1.6555743243243243e-05|
-|cran|[Ckmeans.1d.dp](NA)|1.649390632868894e-05|
-|pypi|[bitstring](https://pypi.org/project/bitstring)|1.6466872586872588e-05|
-|pypi|[casadi](http://casadi.org)|1.6462390100944317e-05|
-|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|1.6416314201356224e-05|
-|pypi|[google-auth-httplib2](https://pypi.org/project/google-auth-httplib2)|1.640679101636848e-05|
-|cran|klaR|1.6363745961705145e-05|
-|npm|babel-jest|1.629176256839816e-05|
-|pypi|[types-pytz](https://github.com/python/typeshed)|1.6209717150893622e-05|
-|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|1.6195577395577395e-05|
-|pypi|[psims](https://pypi.org/project/psims)|1.6195577395577395e-05|
-|cran|[jsonld](https://docs.ropensci.org/jsonld)|1.616326530612249e-05|
-|rubygems|hoe|1.6109751792608934e-05|
-|pypi|[pybamm](https://pypi.org/project/pybamm)|1.6086291110387496e-05|
-|rubygems|addressable|1.6083400174367915e-05|
-|cran|doMC|1.6076988416988417e-05|
-|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|1.6054054054054055e-05|
-|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|1.6054054054054055e-05|
-|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|1.6054054054054055e-05|
-|cran|subprocess|1.6054054054054055e-05|
-|cran|qvalue|1.6054054054054055e-05|
-|cran|tensorA|1.6036412236412236e-05|
-|npm|concat-stream|1.600994950994951e-05|
-|rubygems|webmock|1.598820609324811e-05|
-|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|1.5984555984555983e-05|
-|cran|[EML](https://docs.ropensci.org/EML/)|1.5977606177606194e-05|
-|pypi|[gssapi](https://pypi.org/project/gssapi)|1.5945545849420846e-05|
-|npm|gulp-uglify|1.5940642369213797e-05|
-|pypi|[zict](https://pypi.org/project/zict)|1.5922158440712655e-05|
-|cran|scatterplot3d|1.590761600997626e-05|
-|pypi|[loguru](https://github.com/Delgan/loguru)|1.590540540540541e-05|
-|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.585154213036566e-05|
-|pypi|[PyTest](https://pypi.org/project/PyTest)|1.585154213036566e-05|
-|pypi|[pulumi](https://github.com/pulumi/pulumi)|1.573926868044516e-05|
-|pypi|[AssertionLib](https://github.com/nlesc-nano/AssertionLib)|1.5730620730620736e-05|
-|pypi|[affine](https://github.com/sgillies/affine)|1.5701865656865672e-05|
-|pypi|[pep8-naming](https://github.com/PyCQA/pep8-naming)|1.563751545102271e-05|
-|npm|murl|1.55818759936407e-05|
-|npm|protein|1.55818759936407e-05|
-|npm|network-address|1.55818759936407e-05|
-|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|1.55818759936407e-05|
-|pypi|[kgt](https://pypi.org/project/kgt)|1.55818759936407e-05|
-|pypi|[x21](https://pypi.org/project/x21)|1.55818759936407e-05|
-|cran|[wesanderson](https://github.com/karthik/wesanderson)|1.5535300606729182e-05|
-|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|1.548912673177379e-05|
-|cran|coxme|1.541125378359421e-05|
-|cran|[downloader](https://github.com/wch/downloader)|1.540199287199289e-05|
-|pypi|[crossbar](http://crossbar.io/)|1.528957528957529e-05|
-|pypi|[argh](https://pypi.org/project/argh)|1.528957528957529e-05|
-|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|1.528957528957529e-05|
-|pypi|[asq](https://pypi.org/project/asq)|1.528957528957529e-05|
-|pypi|[automat](https://pypi.org/project/automat)|1.528957528957529e-05|
-|pypi|[cbor](https://pypi.org/project/cbor)|1.528957528957529e-05|
-|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|1.528957528957529e-05|
-|pypi|[hpack](https://pypi.org/project/hpack)|1.528957528957529e-05|
-|pypi|[hyperframe](https://pypi.org/project/hyperframe)|1.528957528957529e-05|
-|pypi|[lmdb](https://pypi.org/project/lmdb)|1.528957528957529e-05|
-|pypi|[netaddr](https://pypi.org/project/netaddr)|1.528957528957529e-05|
-|pypi|[node-semver](https://pypi.org/project/node-semver)|1.528957528957529e-05|
-|pypi|[priority](https://pypi.org/project/priority)|1.528957528957529e-05|
-|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|1.528957528957529e-05|
-|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|1.528957528957529e-05|
-|pypi|[pytrie](https://pypi.org/project/pytrie)|1.528957528957529e-05|
-|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|1.528957528957529e-05|
-|pypi|[sdnotify](https://pypi.org/project/sdnotify)|1.528957528957529e-05|
-|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|1.528957528957529e-05|
-|pypi|[treq](https://pypi.org/project/treq)|1.528957528957529e-05|
-|pypi|[txtorcon](https://pypi.org/project/txtorcon)|1.528957528957529e-05|
-|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|1.528957528957529e-05|
-|pypi|[autoflake](https://pypi.org/project/autoflake)|1.5263878524382723e-05|
-|npm|bluebird|1.5251877295370029e-05|
-|pypi|[jupyter-bokeh](https://github.com/bokeh/jupyter_bokeh)|1.5237268847795165e-05|
-|cran|VennDiagram|1.5206231066231068e-05|
-|pypi|[botocore](https://github.com/boto/botocore)|1.5190131902497693e-05|
-|cran|loder|1.5149046104928457e-05|
-|cran|ore|1.5149046104928457e-05|
-|cran|linprog|1.5136679536679536e-05|
-|cran|magic|1.5136679536679536e-05|
-|cran|modeldata|1.5136679536679536e-05|
-|cran|changepoint|1.5136679536679536e-05|
-|cran|nor1mix|1.5136679536679536e-05|
-|cran|diptest|1.5136679536679536e-05|
-|cran|[fst](http://www.fstpackage.org)|1.5086944246093229e-05|
-|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.50742291587362e-05|
-|pypi|[cronutils](https://github.com/zagaran/cronutils)|1.50742291587362e-05|
-|pypi|[proto-plus](https://pypi.org/project/proto-plus)|1.50742291587362e-05|
-|pypi|[pycrypto](https://pypi.org/project/pycrypto)|1.50742291587362e-05|
-|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|1.50742291587362e-05|
-|pypi|[zstd](https://pypi.org/project/zstd)|1.50742291587362e-05|
-|cran|[reprex](https://reprex.tidyverse.org)|1.500371817721494e-05|
-|cran|lgr|1.4952761457109282e-05|
-|pypi|[xlrd](http://www.python-excel.org/)|1.4929510843731296e-05|
-|pypi|[snuggs](https://github.com/mapbox/snuggs)|1.4878580833580835e-05|
-|cran|scico|1.486638168781026e-05|
-|cran|rcartocolor|1.486638168781026e-05|
-|pypi|[marshmallow](https://pypi.org/project/marshmallow)|1.4863279095421954e-05|
-|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|1.4816227928903987e-05|
-|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|1.4733590733590731e-05|
-|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.4733590733590731e-05|
-|npm|const-version|1.4716216216216216e-05|
-|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|1.4716216216216216e-05|
-|npm|microbundle|1.4716216216216216e-05|
-|pypi|[bumpversion](https://pypi.org/project/bumpversion)|1.4716216216216216e-05|
-|cran|gdalUtils|1.4716216216216216e-05|
-|cran|RcppDE|1.4716216216216216e-05|
-|pypi|[pympler](https://pypi.org/project/pympler)|1.4639378410363025e-05|
-|pypi|[xgboost](https://github.com/dmlc/xgboost)|1.460604133545311e-05|
-|cran|[emld](https://docs.ropensci.org/emld/)|1.4601544401544418e-05|
-|pypi|[numcodecs](https://github.com/zarr-developers/numcodecs)|1.45998487969677e-05|
-|pypi|[testtools](https://github.com/testing-cabal/testtools)|1.4578304247104246e-05|
-|pypi|[fixtures](https://pypi.org/project/fixtures)|1.4578304247104246e-05|
-|cran|FNN|1.452222972972973e-05|
-|cran|BiocVersion|1.445464136619457e-05|
-|rubygems|[coveralls](https://coveralls.io)|1.438691258473747e-05|
-|cran|rstantools|1.4325273090927741e-05|
-|cran|rhub|1.4318330555976369e-05|
-|cran|gmailr|1.4318330555976369e-05|
-|cran|foghorn|1.4318330555976369e-05|
-|cran|rversions|1.4318330555976369e-05|
-|pypi|[xxhash](https://pypi.org/project/xxhash)|1.4317557108191782e-05|
-|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|1.431349972421401e-05|
-|cran|tm.lexicon.GeneralInquirer|1.4292518562518563e-05|
-|cran|Rpoppler|1.4292518562518563e-05|
-|cran|Rcampdf|1.4292518562518563e-05|
-|cran|filehash|1.4292518562518563e-05|
-|pypi|[pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp)|1.4160049514192371e-05|
-|pypi|[grayskull](https://pypi.org/project/grayskull)|1.4127567567567567e-05|
-|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|1.4119334719334723e-05|
-|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|1.4091732625482627e-05|
-|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3988144963144963e-05|
-|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3988144963144963e-05|
-|pypi|[altair](https://pypi.org/project/altair)|1.3984303534303527e-05|
-|cran|PolynomF|1.394167852062589e-05|
-|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|1.3888491461799745e-05|
-|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|1.3884196687891702e-05|
-|npm|jsmd|1.376061776061776e-05|
-|npm|is-mergeable-object|1.376061776061776e-05|
-|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|1.3668540540540542e-05|
-|npm|gzip-size|1.3641698841698842e-05|
-|cran|bignum|1.3584199584199584e-05|
-|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|1.3504136968022749e-05|
-|cran|metafor|1.3458458137820289e-05|
-|cran|RSpectra|1.3454826254826254e-05|
-|pypi|[pycares](https://pypi.org/project/pycares)|1.3448357588357588e-05|
-|cran|future.callr|1.3433389152538088e-05|
-|pypi|[annoy](https://pypi.org/project/annoy)|1.3401645123384254e-05|
-|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|1.3401645123384254e-05|
-|pypi|[visdom](https://pypi.org/project/visdom)|1.3401645123384254e-05|
-|pypi|[nmslib](https://pypi.org/project/nmslib)|1.3401645123384254e-05|
-|pypi|[pyemd](https://pypi.org/project/pyemd)|1.3401645123384254e-05|
-|pypi|[Morfessor](https://pypi.org/project/Morfessor)|1.3401645123384254e-05|
-|pypi|[Pyro4](https://pypi.org/project/Pyro4)|1.3401645123384254e-05|
-|cran|[solrium](https://github.com/ropensci/solrium)|1.3357779922779936e-05|
-|cran|party|1.3343817426248659e-05|
-|npm|accepts|1.3331823581823582e-05|
-|cran|[haven](https://haven.tidyverse.org)|1.32500587544066e-05|
-|cran|quantmod|1.3244594594594595e-05|
-|cran|FastRWeb|1.3244594594594595e-05|
-|cran|truncreg|1.3204091247210514e-05|
-|cran|panelr|1.3204091247210514e-05|
-|cran|metaBMA|1.3204091247210514e-05|
-|cran|lfe|1.3204091247210514e-05|
-|cran|ivreg|1.3204091247210514e-05|
-|cran|GLMMadaptive|1.3204091247210514e-05|
-|cran|clubSandwich|1.3204091247210514e-05|
-|cran|cgam|1.3204091247210514e-05|
-|cran|blme|1.3204091247210514e-05|
-|cran|bbmle|1.3204091247210514e-05|
-|cran|aod|1.3204091247210514e-05|
-|cran|geojsonlint|1.3187258687258688e-05|
-|cran|PASWR|1.3167852687852688e-05|
-|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|1.3151265275620772e-05|
-|pypi|[kopt](https://pypi.org/project/kopt)|1.308108108108108e-05|
-|cran|ggfittext|1.308108108108108e-05|
-|cran|taxadb|1.3072586872586873e-05|
-|cran|assertive.code|1.3036374720585248e-05|
-|cran|assertive.reflection|1.3036374720585248e-05|
-|cran|assertive.data.us|1.3036374720585248e-05|
-|cran|assertive.data.uk|1.3036374720585248e-05|
-|cran|assertive.data|1.3036374720585248e-05|
-|cran|assertive.models|1.3036374720585248e-05|
-|cran|assertive.matrices|1.3036374720585248e-05|
-|cran|assertive.sets|1.3036374720585248e-05|
-|cran|assertive.files|1.3036374720585248e-05|
-|cran|assertive.datetimes|1.3036374720585248e-05|
-|cran|assertive.strings|1.3036374720585248e-05|
-|cran|assertive.numbers|1.3036374720585248e-05|
-|cran|assertive.types|1.3036374720585248e-05|
-|cran|assertive.properties|1.3036374720585248e-05|
-|cran|assertive.base|1.3036374720585248e-05|
-|pypi|[uvicorn](https://pypi.org/project/uvicorn)|1.2979791857031937e-05|
-|cran|gsl|1.2967800559179869e-05|
-|npm|terser|1.2943700530888031e-05|
-|pypi|[lcapy](https://pypi.org/project/lcapy)|1.289482253337675e-05|
-|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|1.289482253337675e-05|
-|pypi|[textwrapper](https://pypi.org/project/textwrapper)|1.289482253337675e-05|
-|pypi|[anytree](https://pypi.org/project/anytree)|1.289482253337675e-05|
-|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|1.289482253337675e-05|
-|pypi|[property-cached](https://pypi.org/project/property-cached)|1.289482253337675e-05|
-|pypi|[heapdict](https://pypi.org/project/heapdict)|1.289482253337675e-05|
-|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|1.284324324324325e-05|
-|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|1.284324324324325e-05|
-|pypi|[gurobipy](https://pypi.org/project/gurobipy)|1.277027027027027e-05|
-|pypi|[google-cloud-storage](https://github.com/googleapis/python-storage)|1.2690982734073714e-05|
-|cran|Biobase|1.2646001638622329e-05|
-|pypi|[librosa](https://librosa.org)|1.263952702702703e-05|
-|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|1.2613899613899612e-05|
-|pypi|[requests-cache](https://pypi.org/project/requests-cache)|1.261113223597847e-05|
-|rubygems|thor|1.2595879757308328e-05|
-|pypi|[ephem](https://pypi.org/project/ephem)|1.2575675675675675e-05|
-|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|1.255580431690273e-05|
-|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|1.2479351351351349e-05|
-|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.247261406674466e-05|
-|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.247261406674466e-05|
-|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.247261406674466e-05|
-|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|1.246550079491256e-05|
-|pypi|[dask-ml](https://pypi.org/project/dask-ml)|1.246550079491256e-05|
-|pypi|[update-checker](https://pypi.org/project/update-checker)|1.246550079491256e-05|
-|pypi|[npx](https://pypi.org/project/npx)|1.246550079491256e-05|
-|pypi|[meshplex](https://pypi.org/project/meshplex)|1.246550079491256e-05|
-|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|1.2343607291915578e-05|
-|cran|clusterGeneration|1.2339684404901796e-05|
-|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|1.2318250022597838e-05|
-|cran|bs4Dash|1.2312153631302567e-05|
-|cran|rticles|1.230855727306961e-05|
-|cran|locfit|1.2298881640260953e-05|
-|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|1.2286315274550569e-05|
-|cran|nonnest2|1.224768962510898e-05|
-|cran|mlogit|1.224768962510898e-05|
-|cran|[logger](https://daroczig.github.io/logger/)|1.2179803979803986e-05|
-|cran|leaps|1.2177264627264626e-05|
-|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|1.2168900657414171e-05|
-|cran|[geometry](https://davidcsterratt.github.io/geometry)|1.2124633204633219e-05|
-|pypi|[pyct](https://pypi.org/project/pyct)|1.2110277461496976e-05|
-|pypi|[param](https://pypi.org/project/param)|1.2110277461496976e-05|
-|cran|topicmodels|1.210470767801595e-05|
-|cran|stm|1.210470767801595e-05|
-|pypi|[pymatreader](https://pypi.org/project/pymatreader)|1.2094835907335903e-05|
-|cran|tree|1.204054054054054e-05|
-|cran|sparsesvd|1.204054054054054e-05|
-|cran|FMStable|1.204054054054054e-05|
-|pypi|[python-subunit](https://pypi.org/project/python-subunit)|1.1988250193050191e-05|
-|pypi|[ddt](https://pypi.org/project/ddt)|1.1988250193050191e-05|
-|npm|rollup-plugin-replace|1.1974692579734596e-05|
-|npm|babel-plugin-external-helpers|1.1974692579734596e-05|
-|pypi|[m2r](https://pypi.org/project/m2r)|1.1925152027027027e-05|
-|rubygems|timecop|1.1893105350248207e-05|
-|rubygems|actionmailer|1.1821025923883067e-05|
-|cran|Bessel|1.1817567567567569e-05|
-|npm|csso|1.1772972972972973e-05|
-|npm|google-closure-compiler|1.1772972972972973e-05|
-|npm|uglify-es|1.1772972972972973e-05|
-|npm|ora|1.1772972972972973e-05|
-|npm|update-notifier|1.1772972972972973e-05|
-|npm|crass|1.1772972972972973e-05|
-|npm|sqwish|1.1772972972972973e-05|
-|npm|clean-css|1.1772972972972973e-05|
-|npm|html-minifier|1.1772972972972973e-05|
-|npm|node-version|1.1772972972972973e-05|
-|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.1772972972972973e-05|
-|pypi|[emoji](https://pypi.org/project/emoji)|1.1772972972972973e-05|
-|pypi|[user-agents](https://pypi.org/project/user-agents)|1.1772972972972971e-05|
-|rubygems|json|1.177168584035931e-05|
-|npm|parseurl|1.1738700066825065e-05|
-|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|1.1731808731808738e-05|
-|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|1.1725755166931641e-05|
-|npm|ascli|1.1655243243243243e-05|
-|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|1.1637551020408164e-05|
-|cran|[dbscan](https://github.com/mhahsler/dbscan)|1.1630429520968147e-05|
-|cran|tracerer|1.1547652916073967e-05|
-|rubygems|rails-dom-testing|1.1532708218422505e-05|
-|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.1525120910384068e-05|
-|pypi|[s3fs](https://pypi.org/project/s3fs)|1.1525120910384068e-05|
-|pypi|[ocifs](https://pypi.org/project/ocifs)|1.1525120910384068e-05|
-|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.1525120910384068e-05|
-|pypi|[pygit2](https://pypi.org/project/pygit2)|1.1525120910384068e-05|
-|pypi|[fusepy](https://pypi.org/project/fusepy)|1.1525120910384068e-05|
-|pypi|[dropbox](https://pypi.org/project/dropbox)|1.1525120910384068e-05|
-|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.1525120910384068e-05|
-|pypi|[adlfs](https://pypi.org/project/adlfs)|1.1525120910384068e-05|
-|cran|stabledist|1.1505817047817047e-05|
-|rubygems|actionpack|1.1442608935466078e-05|
-|npm|execa|1.141450103950104e-05|
-|cran|spacetime|1.1355044065804935e-05|
-|pypi|[pytray](https://github.com/muhrin/pytray.git)|1.1354171562867225e-05|
-|rubygems|rake-compiler-dock|1.1352509652509652e-05|
-|pypi|[aiodns](https://github.com/saghul/aiodns)|1.1219706542120953e-05|
-|pypi|[pyshp](https://pypi.org/project/pyshp)|1.1212355212355212e-05|
-|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|1.1212355212355212e-05|
-|pypi|[noodles](https://pypi.org/project/noodles)|1.121078705078704e-05|
-|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|1.115334281650071e-05|
-|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|1.115334281650071e-05|
-|pypi|[saspy](https://pypi.org/project/saspy)|1.115334281650071e-05|
-|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|1.1114345114345119e-05|
-|cran|[move](https://bartk.gitlab.io/move/)|1.1084942084942086e-05|
-|pypi|[soundfile](https://pypi.org/project/soundfile)|1.1068224981738493e-05|
-|npm|isexe|1.1037162162162162e-05|
-|npm|[jade](http://jade-lang.com)|1.1037162162162162e-05|
-|npm|superagent|1.1037162162162162e-05|
-|npm|connect-flash|1.1037162162162162e-05|
-|pypi|[portray](https://pypi.org/project/portray)|1.1037162162162162e-05|
-|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|1.1037162162162162e-05|
-|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|1.1037162162162162e-05|
-|cran|debugme|1.1015214337026694e-05|
-|npm|babel-loader|1.0999207474843067e-05|
-|pypi|[databases](https://pypi.org/project/databases)|1.0979284181987161e-05|
-|cran|sm|1.0961043802423113e-05|
-|cran|goftest|1.0961043802423113e-05|
-|cran|tensor|1.0961043802423113e-05|
-|cran|spatstat.sparse|1.0961043802423113e-05|
-|npm|compressible|1.0861969111969113e-05|
-|npm|bytes|1.0861969111969113e-05|
-|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|1.0849864864864865e-05|
-|cran|[rdflib](https://github.com/ropensci/rdflib)|1.0811913954771097e-05|
-|package.json|gitlab/geekysquirrel/bigx|1.081081081081081e-05|
-|package.json|gitlab/magnumpi/magnumpi|1.081081081081081e-05|
-|package.json|gitlab/metafundev/metafun|1.081081081081081e-05|
-|package.json|github/NLeSC/case-law-app|1.081081081081081e-05|
-|package.json|github/NLeSC/ExtJS-DateTime|1.081081081081081e-05|
-|package.json|github/NLeSC/spot|1.081081081081081e-05|
-|package.json|github/NLeSC/UncertaintyVisualization|1.081081081081081e-05|
-|package.json|github/NLeSC/DiVE|1.081081081081081e-05|
-|package.json|github/NLeSC/docker-couch-admin|1.081081081081081e-05|
-|package.json|github/NLeSC/xenon-flow|1.081081081081081e-05|
-|package.json|github/NLeSC/pattyvis|1.081081081081081e-05|
-|package.json|github/NLeSC/nlesc-serverless-boilerplate|1.081081081081081e-05|
-|package.json|github/citation-file-format/cff-initializer-javascript|1.081081081081081e-05|
-|package.json|github/ADAH-EviDENce/evidence|1.081081081081081e-05|
-|package.json|github/reproducible-biomedical-modeling/Biosimulations|1.081081081081081e-05|
-|package.json|github/sonjageorgievska/CClusTera|1.081081081081081e-05|
-|package.json|github/iomega/zenodo-upload|1.081081081081081e-05|
-|package.json|github/iomega/paired-data-form|1.081081081081081e-05|
-|package.json|github/eucp-project/storyboards|1.081081081081081e-05|
-|package.json|github/eucp-project/atlas|1.081081081081081e-05|
-|package.json|github/DorianDepriester/mtex2Gmsh|1.081081081081081e-05|
-|package.json|github/research-software-directory/research-software-directory|1.081081081081081e-05|
-|package.json|github/TNOCS/csWeb|1.081081081081081e-05|
-|package.json|github/MichaelSel/edoJS|1.081081081081081e-05|
-|package.json|github/bio-tools/biotoolsSum|1.081081081081081e-05|
-|package.json|github/meta-logic/sequoia|1.081081081081081e-05|
-|package.json|github/tortellini-tools/action|1.081081081081081e-05|
-|package.json|github/klevis-a/kinematics-vis|1.081081081081081e-05|
-|package.json|github/hetalang/heta-compiler|1.081081081081081e-05|
-|package.json|github/ci-for-science/self-hosted-runners|1.081081081081081e-05|
-|package.json|github/interactivereport/OmicsView0|1.081081081081081e-05|
-|package.json|github/EMResearch/EvoMaster|1.081081081081081e-05|
-|package.json|github/cinemascience/cinema_snap|1.081081081081081e-05|
-|package.json|github/dondi/GRNsight|1.081081081081081e-05|
-|package.json|github/PathwayCommons/grounding-search|1.081081081081081e-05|
-|package.json|github/luntergroup/octopus|1.081081081081081e-05|
-|package.json|github/emrecdem/emo-spectre|1.081081081081081e-05|
-|package.json|github/MaayanLab/signature-commons-ui|1.081081081081081e-05|
-|package.json|github/PopMedNet-Team/popmednet|1.081081081081081e-05|
-|package.json|github/wangjun1996/VisFeature|1.081081081081081e-05|
-|package.json|github/Via-Appia/via-appia-online-viewer|1.081081081081081e-05|
-|package.json|github/fairdataihub/SPARClink|1.081081081081081e-05|
-|package.json|github/davidhoksza/MolArt|1.081081081081081e-05|
-|package.json|github/CrowdTruth/CrowdTruth|1.081081081081081e-05|
-|package.json|github/MolMeDB/MolMeDB|1.081081081081081e-05|
-|package.json|github/ci-for-research/self-hosted-runners|1.081081081081081e-05|
-|package.json|github/tobiasrausch/alfred|1.081081081081081e-05|
-|package.json|github/amkram/shusher|1.081081081081081e-05|
-|package.json|github/phelelani/nf-rnaSeqMetagen|1.081081081081081e-05|
-|package.json|github/nlesc-sherlock/Rig|1.081081081081081e-05|
-|package.json|github/bramvandijk88/cacatoo|1.081081081081081e-05|
-|package.json|github/pmkruyen/dearscholar|1.081081081081081e-05|
-|package.json|github/Yomguithereal/talisman|1.081081081081081e-05|
-|package.json|github/vibbits/phyd3|1.081081081081081e-05|
-|package.json|github/mathjax/MathJax|1.081081081081081e-05|
-|package.json|github/ReGIS-org/regis-v2|1.081081081081081e-05|
-|package.json|github/lumen-org/lumen|1.081081081081081e-05|
-|package.json|github/biosimulations/Biosimulations|1.081081081081081e-05|
-|package.json|github/eWaterCycle/eWaterleaf|1.081081081081081e-05|
-|package.json|github/eWaterCycle/Cesium-NcWMS|1.081081081081081e-05|
-|package.json|github/eWaterCycle/setup-grpc|1.081081081081081e-05|
-|package.json|github/eWaterCycle/setup-singularity|1.081081081081081e-05|
-|package.json|github/AA-ALERT/frbcat-web|1.081081081081081e-05|
-|package.json|github/eweitz/ideogram|1.081081081081081e-05|
-|setup.py|gitlab/gims-developers/gims|1.081081081081081e-05|
-|setup.py|gitlab/Molcas/OpenMolcas|1.081081081081081e-05|
-|setup.py|gitlab/jason-rumengan/pyarma|1.081081081081081e-05|
-|setup.py|gitlab/octopus-code/octopus|1.081081081081081e-05|
-|setup.py|gitlab/picos-api/picos|1.081081081081081e-05|
-|setup.py|gitlab/fduchate/predihood|1.081081081081081e-05|
-|setup.py|gitlab/BioimageInformaticsGroup/openphi|1.081081081081081e-05|
-|setup.py|github/NLeSC/boatswain|1.081081081081081e-05|
-|setup.py|github/NLeSC/cptm|1.081081081081081e-05|
-|setup.py|github/NLeSC/noodles|1.081081081081081e-05|
-|setup.py|github/NLeSC/mcfly|1.081081081081081e-05|
-|setup.py|github/NLeSC/Massive-PotreeConverter|1.081081081081081e-05|
-|setup.py|github/21cmFAST/21cmFAST|1.081081081081081e-05|
-|setup.py|github/CLARIAH/grlc|1.081081081081081e-05|
-|setup.py|github/fair-software/howfairis|1.081081081081081e-05|
-|setup.py|github/fair-software/fairtally|1.081081081081081e-05|
-|setup.py|github/meinardmueller/synctoolbox|1.081081081081081e-05|
-|setup.py|github/meinardmueller/libfmp|1.081081081081081e-05|
-|setup.py|github/carlosborca/CrystaLattE|1.081081081081081e-05|
-|setup.py|github/ekaterinailin/AltaiPony|1.081081081081081e-05|
-|setup.py|github/nlesc-ave/ave-rest-service|1.081081081081081e-05|
-|setup.py|github/ynop/audiomate|1.081081081081081e-05|
-|setup.py|github/DeepRank/pssmgen|1.081081081081081e-05|
-|setup.py|github/DeepRank/pdb2sql|1.081081081081081e-05|
-|setup.py|github/DeepRank/iScore|1.081081081081081e-05|
-|setup.py|github/DeepRank/deeprank|1.081081081081081e-05|
-|setup.py|github/DeepRank/DeepRank-GNN|1.081081081081081e-05|
-|setup.py|github/swiftsim/swiftsimio|1.081081081081081e-05|
-|setup.py|github/elwinter/nnde|1.081081081081081e-05|
-|setup.py|github/medema-group/bigslice|1.081081081081081e-05|
-|setup.py|github/Bahler-Lab/pyphe|1.081081081081081e-05|
-|setup.py|github/jianhuupenn/SpaGCN|1.081081081081081e-05|
-|setup.py|github/iomega/spec2vec|1.081081081081081e-05|
-|setup.py|github/mjacob1002/Eir|1.081081081081081e-05|
-|setup.py|github/rhayes777/PyAutoFit|1.081081081081081e-05|
-|setup.py|github/adbar/htmldate|1.081081081081081e-05|
-|setup.py|github/ml-evs/matador|1.081081081081081e-05|
-|setup.py|github/arabic-digital-humanities/adhtools|1.081081081081081e-05|
-|setup.py|github/glotzerlab/freud|1.081081081081081e-05|
-|setup.py|github/glotzerlab/coxeter|1.081081081081081e-05|
-|setup.py|github/nlesc/scriptcwl|1.081081081081081e-05|
-|setup.py|github/singularityhub/singularity-compose|1.081081081081081e-05|
-|setup.py|github/singularityhub/singularity-hpc|1.081081081081081e-05|
-|setup.py|github/aiidateam/kiwipy|1.081081081081081e-05|
-|setup.py|github/jiahecui/SenAOReFoc|1.081081081081081e-05|
-|setup.py|github/RamanLab/iCOMIC|1.081081081081081e-05|
-|setup.py|github/biocore/scikit-bio|1.081081081081081e-05|
-|setup.py|github/CFSAN-Biostatistics/SeroTools|1.081081081081081e-05|
-|setup.py|github/ghislainv/forestatrisk|1.081081081081081e-05|
-|setup.py|github/spyder-ide/spyder|1.081081081081081e-05|
-|setup.py|github/MrMinimal64/multivar_horner|1.081081081081081e-05|
-|setup.py|github/rajeshrinet/pystokes|1.081081081081081e-05|
-|setup.py|github/ConorMacBride/mcalf|1.081081081081081e-05|
-|setup.py|github/MillionConcepts/lhorizon|1.081081081081081e-05|
-|setup.py|github/jorisparet/partycls|1.081081081081081e-05|
-|setup.py|github/aalhossary/pyemgpipeline|1.081081081081081e-05|
-|setup.py|github/ERA-URBAN/fm128_radar|1.081081081081081e-05|
-|setup.py|github/antoinediez/Sisyphe|1.081081081081081e-05|
-|setup.py|github/samuelefiorini/tangle|1.081081081081081e-05|
-|setup.py|github/zarr-developers/zarr-python|1.081081081081081e-05|
-|setup.py|github/scipion-em/scipion-em-continuousflex|1.081081081081081e-05|
-|setup.py|github/weecology/retriever|1.081081081081081e-05|
-|setup.py|github/neuralhydrology/neuralhydrology|1.081081081081081e-05|
-|setup.py|github/HillLab/SomaticSiMu|1.081081081081081e-05|
-|setup.py|github/SWIFTSIM/emulator|1.081081081081081e-05|
-|setup.py|github/DeltaRCM/pyDeltaRCM|1.081081081081081e-05|
-|setup.py|github/infer-actively/pymdp|1.081081081081081e-05|
-|setup.py|github/volkamerlab/opencadd|1.081081081081081e-05|
-|setup.py|github/dynamicslab/pysindy|1.081081081081081e-05|
-|setup.py|github/recipy/recipy|1.081081081081081e-05|
-|setup.py|github/Social-Evolution-and-Behavior/anTraX|1.081081081081081e-05|
-|setup.py|github/bio-phys/BioEn|1.081081081081081e-05|
-|setup.py|github/Heldenkombinat/Logodetect|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/ceiba|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/ceiba-cli|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/swan|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/Moka|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/CAT|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/insilico-server|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/flamingo|1.081081081081081e-05|
-|setup.py|github/conda/conda|1.081081081081081e-05|
-|setup.py|github/RaRe-Technologies/gensim|1.081081081081081e-05|
-|setup.py|github/KathrynJones1/catwoman|1.081081081081081e-05|
-|setup.py|github/ORNL/tx2|1.081081081081081e-05|
-|setup.py|github/ni1o1/transbigdata|1.081081081081081e-05|
-|setup.py|github/raspishake/rsudp|1.081081081081081e-05|
-|setup.py|github/eScatter/pyelsepa|1.081081081081081e-05|
-|setup.py|github/odb9402/CNNPeaks|1.081081081081081e-05|
-|setup.py|github/twesterhout/lattice-symmetries|1.081081081081081e-05|
-|setup.py|github.com/idptools/metapredict|1.081081081081081e-05|
-|setup.py|github/SirSharpest/NarrowEscapeSimulator|1.081081081081081e-05|
-|setup.py|github/stammler/simframe|1.081081081081081e-05|
-|setup.py|github/KBNLresearch/ochre|1.081081081081081e-05|
-|setup.py|github/sambit-giri/tools21cm|1.081081081081081e-05|
-|setup.py|github/FreBio/komics|1.081081081081081e-05|
-|setup.py|github/JohannesBuchner/BXA|1.081081081081081e-05|
-|setup.py|github/rgmyr/corebreakout|1.081081081081081e-05|
-|setup.py|github/MD-Studio/cerulean|1.081081081081081e-05|
-|setup.py|github/chasmani/piecewise-regression|1.081081081081081e-05|
-|setup.py|github/Nico-Curti/rFBP|1.081081081081081e-05|
-|setup.py|github/sebhaan/geobo|1.081081081081081e-05|
-|setup.py|github/dask/dask|1.081081081081081e-05|
-|setup.py|github/radifar/PyPLIF-HIPPOS|1.081081081081081e-05|
-|setup.py|github/richteague/disksurf|1.081081081081081e-05|
-|setup.py|github/wilkelab/Opfi|1.081081081081081e-05|
-|setup.py|github/ketch/nodepy|1.081081081081081e-05|
-|setup.py|github/cdslaborg/paramonte|1.081081081081081e-05|
-|setup.py|github/ComparativeGenomicsToolkit/cactus|1.081081081081081e-05|
-|setup.py|github/malonge/RagTag|1.081081081081081e-05|
-|setup.py|github/xenon-middleware/pyxenon|1.081081081081081e-05|
-|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|1.081081081081081e-05|
-|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|1.081081081081081e-05|
-|setup.py|github/abrupt-climate/hyper-canny|1.081081081081081e-05|
-|setup.py|github/ElectionDataAnalysis/electiondata|1.081081081081081e-05|
-|setup.py|github/samaygarg/fuelcell|1.081081081081081e-05|
-|setup.py|github/jbuisine/macop|1.081081081081081e-05|
-|setup.py|github/rgerum/pylustrator|1.081081081081081e-05|
-|setup.py|github/coljac/sensie|1.081081081081081e-05|
-|setup.py|github/comprna/reorientexpress|1.081081081081081e-05|
-|setup.py|github/NeuralEnsemble/PyNN|1.081081081081081e-05|
-|setup.py|github/easybuilders/easybuild|1.081081081081081e-05|
-|setup.py|github/KALMUS-Color-Toolkit/KALMUS|1.081081081081081e-05|
-|setup.py|github/0xCoto/Virgo|1.081081081081081e-05|
-|setup.py|github/RTIInternational/gobbli|1.081081081081081e-05|
-|setup.py|github/benvanwerkhoven/kernel_tuner|1.081081081081081e-05|
-|setup.py|github/NKI-CCB/PRECISE|1.081081081081081e-05|
-|setup.py|github/3D-e-Chem/kripodb|1.081081081081081e-05|
-|setup.py|github/3D-e-Chem/sygma|1.081081081081081e-05|
-|setup.py|github/fruzsinaagocs/oscode|1.081081081081081e-05|
-|setup.py|github/hiddenSymmetries/simsopt|1.081081081081081e-05|
-|setup.py|github/dmey/synthia|1.081081081081081e-05|
-|setup.py|github/multiscale/muscle3|1.081081081081081e-05|
-|setup.py|github/clawpack/clawpack|1.081081081081081e-05|
-|setup.py|github/PfizerRD/sit2standpy|1.081081081081081e-05|
-|setup.py|github/oschwengers/platon|1.081081081081081e-05|
-|setup.py|github/oschwengers/bakta|1.081081081081081e-05|
-|setup.py|github/oschwengers/referenceseeker|1.081081081081081e-05|
-|setup.py|github/mscroggs/symfem|1.081081081081081e-05|
-|setup.py|github/kerkelae/disimpy|1.081081081081081e-05|
-|setup.py|github/benhid/Sequoya|1.081081081081081e-05|
-|setup.py|github/Quantum-Dynamics-Hub/libra-code|1.081081081081081e-05|
-|setup.py|github/potassco/clingo|1.081081081081081e-05|
-|setup.py|github/KIT-MBS/pyREX|1.081081081081081e-05|
-|setup.py|github/omuse-geoscience/omuse|1.081081081081081e-05|
-|setup.py|github/actris-cloudnet/cloudnetpy|1.081081081081081e-05|
-|setup.py|github/EpistasisLab/regens|1.081081081081081e-05|
-|setup.py|github/EpistasisLab/tpot|1.081081081081081e-05|
-|setup.py|github/SandoghdarLab/PiSCAT|1.081081081081081e-05|
-|setup.py|github/matchms/ms2deepscore|1.081081081081081e-05|
-|setup.py|github/matchms/matchms|1.081081081081081e-05|
-|setup.py|github/edwardoughton/itmlogic|1.081081081081081e-05|
-|setup.py|github/virgesmith/neworder|1.081081081081081e-05|
-|setup.py|github/cbalbin-FIU/Epitopedia|1.081081081081081e-05|
-|setup.py|github/PyPSA/atlite|1.081081081081081e-05|
-|setup.py|github/numba/numba|1.081081081081081e-05|
-|setup.py|github/Singh-Lab/DeMaSk|1.081081081081081e-05|
-|setup.py|github/matplotlib/matplotlib|1.081081081081081e-05|
-|setup.py|github/TPI-Immunogenetics/igmat|1.081081081081081e-05|
-|setup.py|github/fAndreuzzi/BisPy|1.081081081081081e-05|
-|setup.py|github/qpv-research-group/solcore5|1.081081081081081e-05|
-|setup.py|github/panoptes-organization/panoptes|1.081081081081081e-05|
-|setup.py|github/atomneb/AtomNeb-py|1.081081081081081e-05|
-|setup.py|github/davemlz/eemont|1.081081081081081e-05|
-|setup.py|github/DrafProject/elmada|1.081081081081081e-05|
-|setup.py|github/mzy2240/ESA|1.081081081081081e-05|
-|setup.py|github/CEED/libCEED|1.081081081081081e-05|
-|setup.py|github/SMTG-UCL/surfaxe|1.081081081081081e-05|
-|setup.py|github/spokenlanguage/platalea|1.081081081081081e-05|
-|setup.py|github/nlppln/nlppln|1.081081081081081e-05|
-|setup.py|github/shirtsgroup/physical_validation|1.081081081081081e-05|
-|setup.py|github/bootphon/phonemizer|1.081081081081081e-05|
-|setup.py|github/UNSW-CEEM/nempy|1.081081081081081e-05|
-|setup.py|github/slzarate/parliament2|1.081081081081081e-05|
-|setup.py|github/colour-science/colour|1.081081081081081e-05|
-|setup.py|github/circuitgraph/circuitgraph|1.081081081081081e-05|
-|setup.py|github/IMMM-SFA/mosartwmpy|1.081081081081081e-05|
-|setup.py|github/TriPed-Robot/TriP|1.081081081081081e-05|
-|setup.py|github/jmschrei/pomegranate|1.081081081081081e-05|
-|setup.py|github/aspuru-guzik-group/funsies|1.081081081081081e-05|
-|setup.py|github/MDAnalysis/mdanalysis|1.081081081081081e-05|
-|setup.py|github/lilyminium/psiresp|1.081081081081081e-05|
-|setup.py|github/snakemake/snakemake|1.081081081081081e-05|
-|setup.py|github/bio-ontology-research-group/deepgoplus|1.081081081081081e-05|
-|setup.py|github/yatiml/yatiml|1.081081081081081e-05|
-|setup.py|github/rodluger/starry_process|1.081081081081081e-05|
-|setup.py|github/tariqdaouda/CAMAP|1.081081081081081e-05|
-|setup.py|github/DrMarc/slab|1.081081081081081e-05|
-|setup.py|github/Electrostatics/apbs|1.081081081081081e-05|
-|setup.py|github/icecube/FIRESONG|1.081081081081081e-05|
-|setup.py|github/parallelwindfarms/byteparsing|1.081081081081081e-05|
-|setup.py|github/fakedrtom/oncogemini|1.081081081081081e-05|
-|setup.py|github/compomics/DeepLC|1.081081081081081e-05|
-|setup.py|github/EISy-as-Py/hardy|1.081081081081081e-05|
-|setup.py|github/shilpagarg/WHdenovo|1.081081081081081e-05|
-|setup.py|github/cupy/cupy|1.081081081081081e-05|
-|setup.py|github/Oftatkofta/cellocity|1.081081081081081e-05|
-|setup.py|github/linqs/psl|1.081081081081081e-05|
-|setup.py|github/jollejolles/pirecorder|1.081081081081081e-05|
-|setup.py|github/amusecode/amuse|1.081081081081081e-05|
-|setup.py|github/Kuifje02/vrpy|1.081081081081081e-05|
-|setup.py|github/vsoch/gridtest|1.081081081081081e-05|
-|setup.py|github/szymon-datalions/pyinterpolate|1.081081081081081e-05|
-|setup.py|github/davidebolo1993/VISOR|1.081081081081081e-05|
-|setup.py|github/davidebolo1993/TRiCoLOR|1.081081081081081e-05|
-|setup.py|github/SynthSys/pyOmeroUpload|1.081081081081081e-05|
-|setup.py|github/elizabethnewman/hessQuik|1.081081081081081e-05|
-|setup.py|github/dmnfarrell/snpgenie|1.081081081081081e-05|
-|setup.py|github/dmnfarrell/epitopepredict|1.081081081081081e-05|
-|setup.py|github/dfujim/bfit|1.081081081081081e-05|
-|setup.py|github/tylunel/pvpumpingsystem|1.081081081081081e-05|
-|setup.py|github/elkebir-group/Jumper|1.081081081081081e-05|
-|setup.py|github/LBNL-ETA/MSWH|1.081081081081081e-05|
-|setup.py|github/COVID-IWG/epimargin|1.081081081081081e-05|
-|setup.py|github/fermisurfaces/IFermi|1.081081081081081e-05|
-|setup.py|github/skovaka/UNCALLED|1.081081081081081e-05|
-|setup.py|github/athulpg007/AMAT|1.081081081081081e-05|
-|setup.py|github/FlowModelingControl/flowtorch|1.081081081081081e-05|
-|setup.py|github/felixchenier/kineticstoolkit|1.081081081081081e-05|
-|setup.py|github/brainets/frites|1.081081081081081e-05|
-|setup.py|github/popgenmethods/smcpp|1.081081081081081e-05|
-|setup.py|github/BartoszBartmanski/StoSpa2|1.081081081081081e-05|
-|setup.py|github/exafmm/exafmm-t|1.081081081081081e-05|
-|setup.py|github/cabb99/open3spn2|1.081081081081081e-05|
-|setup.py|github/cadop/seg1d|1.081081081081081e-05|
-|setup.py|github/NLESC-JCER/QMCTorch|1.081081081081081e-05|
-|setup.py|github/era-urban/wrfpy|1.081081081081081e-05|
-|setup.py|github/BackmanLab/PWSpy|1.081081081081081e-05|
-|setup.py|github/mishioo/tesliper|1.081081081081081e-05|
-|setup.py|github/Filter-Bubble/e2e-Dutch|1.081081081081081e-05|
-|setup.py|github/Theano/Theano|1.081081081081081e-05|
-|setup.py|github/cas-bioinf/rboAnalyzer|1.081081081081081e-05|
-|setup.py|github/Materials-Consortia/optimade-python-tools|1.081081081081081e-05|
-|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|1.081081081081081e-05|
-|setup.py|github/bethgelab/foolbox|1.081081081081081e-05|
-|setup.py|github/zdelrosario/py_grama|1.081081081081081e-05|
-|setup.py|github/smog-server/OpenSMOG|1.081081081081081e-05|
-|setup.py|github/dpalmasan/TRUNAJOD2.0|1.081081081081081e-05|
-|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|1.081081081081081e-05|
-|setup.py|github/ModellingWebLab/chaste-codegen|1.081081081081081e-05|
-|setup.py|github/IKNL/vantage6|1.081081081081081e-05|
-|setup.py|github/hknd23/idcempy|1.081081081081081e-05|
-|setup.py|github/thejasvibr/bat_beamshapes|1.081081081081081e-05|
-|setup.py|github/fitbenchmarking/fitbenchmarking|1.081081081081081e-05|
-|setup.py|github/DynaSlum/satsense|1.081081081081081e-05|
-|setup.py|github/fair-data/fairdatapoint-client|1.081081081081081e-05|
-|setup.py|github/sagepublishing/rejected_article_tracker_pkg|1.081081081081081e-05|
-|setup.py|github/pybamm-team/liionpack|1.081081081081081e-05|
-|setup.py|github/wdecoster/nanopack|1.081081081081081e-05|
-|setup.py|github/lkmklsmn/DrivAER|1.081081081081081e-05|
-|setup.py|github/equib/pyEQUIB|1.081081081081081e-05|
-|setup.py|github/AlexanderLabWHOI/EUKulele|1.081081081081081e-05|
-|setup.py|github/SCM-NV/qmflows-namd|1.081081081081081e-05|
-|setup.py|github/SCM-NV/qmflows|1.081081081081081e-05|
-|setup.py|github/SCM-NV/pyZacros|1.081081081081081e-05|
-|setup.py|github/htjb/maxsmooth|1.081081081081081e-05|
-|setup.py|github/symmy596/SurfinPy|1.081081081081081e-05|
-|setup.py|github/symmy596/Polypy|1.081081081081081e-05|
-|setup.py|github/SouthGreenPlatform/PyRice|1.081081081081081e-05|
-|setup.py|github/BritishGeologicalSurvey/pyvolcans|1.081081081081081e-05|
-|setup.py|github/nicolet5/DiffCapAnalyzer|1.081081081081081e-05|
-|setup.py|github/Magritte-code/Magritte|1.081081081081081e-05|
-|setup.py|github/eWaterCycle/jupyterlab_thredds|1.081081081081081e-05|
-|setup.py|github/eWaterCycle/grpc4bmi|1.081081081081081e-05|
-|setup.py|github/AlexMikes/AutoFunc|1.081081081081081e-05|
-|setup.py|github/AA-ALERT/frbcatdb|1.081081081081081e-05|
-|setup.py|github/LiberTEM/LiberTEM|1.081081081081081e-05|
-|setup.py|github/Yu-Group/veridical-flow|1.081081081081081e-05|
-|setup.py|github/ECSHackWeek/impedance.py|1.081081081081081e-05|
-|setup.py|github/Effective-Quadratures/Effective-Quadratures|1.081081081081081e-05|
-|setup.py|github/indralab/pybiopax|1.081081081081081e-05|
-|setup.py|github/girder/viime|1.081081081081081e-05|
-|setup.py|github/lantunes/cellpylib|1.081081081081081e-05|
-|setup.py|github/HIPS/autograd|1.081081081081081e-05|
-|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|1.081081081081081e-05|
-|setup.py|github/SCECcode/pycsep|1.081081081081081e-05|
-|setup.py|github/opimwue/ddop|1.081081081081081e-05|
-|setup.py|github/tool-bin/ukbcc|1.081081081081081e-05|
-|setup.py|github/dgbowl/yadg|1.081081081081081e-05|
-|setup.py|github/OpenMDAO/dymos|1.081081081081081e-05|
-|requirements.txt|gitlab/LouisLab/PiVR|1.081081081081081e-05|
-|requirements.txt|gitlab/cracklet/cracklet|1.081081081081081e-05|
-|requirements.txt|github/NLeSC/ShiCo|1.081081081081081e-05|
-|requirements.txt|github/citation-file-format/citation-file-format|1.081081081081081e-05|
-|requirements.txt|github/BioGearsEngine/core|1.081081081081081e-05|
-|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|1.081081081081081e-05|
-|requirements.txt|github/enveda/RPath|1.081081081081081e-05|
-|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|1.081081081081081e-05|
-|requirements.txt|github/hemanthpruthvi/PyAstroPol|1.081081081081081e-05|
-|requirements.txt|github/TinkerTools/tinker9|1.081081081081081e-05|
-|requirements.txt|github/nlesc/embodied-emotions-scripts|1.081081081081081e-05|
-|requirements.txt|github/UUDigitalHumanitieslab/texcavator|1.081081081081081e-05|
-|requirements.txt|github/labsyspharm/minerva-story|1.081081081081081e-05|
-|requirements.txt|github/singularityhub/sregistry|1.081081081081081e-05|
-|requirements.txt|github/STEllAR-GROUP/hpx|1.081081081081081e-05|
-|requirements.txt|github/DSIMB/medusa|1.081081081081081e-05|
-|requirements.txt|github/telatin/qax|1.081081081081081e-05|
-|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|1.081081081081081e-05|
-|requirements.txt|github/JLBLine/WODEN|1.081081081081081e-05|
-|requirements.txt|github/snowformatics/macrobot|1.081081081081081e-05|
-|requirements.txt|github/villano-lab/nrCascadeSim|1.081081081081081e-05|
-|requirements.txt|github/erikbern/ann-benchmarks|1.081081081081081e-05|
-|requirements.txt|github/learningsimulator/learningsimulator|1.081081081081081e-05|
-|requirements.txt|github/PolymerGuy/recolo|1.081081081081081e-05|
-|requirements.txt|github/mswzeus/TargetNet|1.081081081081081e-05|
-|requirements.txt|github/broadinstitute/cromwell|1.081081081081081e-05|
-|requirements.txt|github/statgen/Minimac4|1.081081081081081e-05|
-|requirements.txt|github/grant-m-s/astronomicAL|1.081081081081081e-05|
-|requirements.txt|github/AMReX-Astro/Nyx|1.081081081081081e-05|
-|requirements.txt|github/MRChemSoft/mrchem|1.081081081081081e-05|
-|requirements.txt|github/robashaw/libecpint|1.081081081081081e-05|
-|requirements.txt|github/MD-Studio/MDStudio|1.081081081081081e-05|
-|requirements.txt|github/arnikz/PIQMIe|1.081081081081081e-05|
-|requirements.txt|github/ketch/RK-Opt|1.081081081081081e-05|
-|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|1.081081081081081e-05|
-|requirements.txt|github/ablab/TandemTools|1.081081081081081e-05|
-|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|1.081081081081081e-05|
-|requirements.txt|github/nextstrain/nextclade|1.081081081081081e-05|
-|requirements.txt|github/shandley/hecatomb|1.081081081081081e-05|
-|requirements.txt|github/LSARP/ProteomicsQC|1.081081081081081e-05|
-|requirements.txt|github/chemfiles/chemfiles|1.081081081081081e-05|
-|requirements.txt|github/sorenwacker/ProteomicsQC|1.081081081081081e-05|
-|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|1.081081081081081e-05|
-|requirements.txt|github/gvilitechltd/LibSWIFFT|1.081081081081081e-05|
-|requirements.txt|github/neuroanatomy/reorient|1.081081081081081e-05|
-|requirements.txt|github/soraxas/sbp-env|1.081081081081081e-05|
-|requirements.txt|github/zhoux85/scAdapt|1.081081081081081e-05|
-|requirements.txt|github/spack/spack|1.081081081081081e-05|
-|requirements.txt|github/LINNAE-project/SFB-Annotator|1.081081081081081e-05|
-|requirements.txt|github/BioinfoUNIBA/REDItools2|1.081081081081081e-05|
-|requirements.txt|github/JLiangLab/TransVW|1.081081081081081e-05|
-|requirements.txt|github/BenNordick/HiLoop|1.081081081081081e-05|
-|requirements.txt|github/3d-pli/fastpli|1.081081081081081e-05|
-|requirements.txt|github/abinit/abinit|1.081081081081081e-05|
-|requirements.txt|github/onnela-lab/beiwe-backend|1.081081081081081e-05|
-|requirements.txt|github/jdber1/opendrop|1.081081081081081e-05|
-|requirements.txt|github/monarch-initiative/loinc2hpo|1.081081081081081e-05|
-|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|1.081081081081081e-05|
-|requirements.txt|github/inpefess/gym-saturation|1.081081081081081e-05|
-|requirements.txt|github/kkjawz/coref-ee|1.081081081081081e-05|
-|requirements.txt|github/Julian/jsonschema|1.081081081081081e-05|
-|requirements.txt|github/andr1976/HydDown|1.081081081081081e-05|
-|requirements.txt|github/wmglab-duke/ascent|1.081081081081081e-05|
-|requirements.txt|github/kinnala/scikit-fem|1.081081081081081e-05|
-|requirements.txt|github/ot483/NetCom|1.081081081081081e-05|
-|requirements.txt|github/mms-fcul/PypKa|1.081081081081081e-05|
-|requirements.txt|github/TeamCOMPAS/COMPAS|1.081081081081081e-05|
-|requirements.txt|github/Narayana-Rao/SAR-tools|1.081081081081081e-05|
-|requirements.txt|github/he2016012996/CABnet|1.081081081081081e-05|
-|requirements.txt|github/qMRLab/qMRLab|1.081081081081081e-05|
-|requirements.txt|github/CAMI-challenge/CAMITAX|1.081081081081081e-05|
-|requirements.txt|github/iontorrent/TS|1.081081081081081e-05|
-|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|1.081081081081081e-05|
-|requirements.txt|github/SuLab/Wikidata-phenomizer|1.081081081081081e-05|
-|requirements.txt|github/Climdyn/qgs|1.081081081081081e-05|
-|requirements.txt|github/ImperialCollegeLondon/champ|1.081081081081081e-05|
-|requirements.txt|github/surf-eds/one-button-compute|1.081081081081081e-05|
-|requirements.txt|github/ggciag/mandyoc|1.081081081081081e-05|
-|requirements.txt|github/GilbertLabUCSF/CanDI|1.081081081081081e-05|
-|requirements.txt|github/amrex-astro/Castro|1.081081081081081e-05|
-|requirements.txt|github/lutteropp/NetRAX|1.081081081081081e-05|
-|requirements.txt|github/candYgene/siga|1.081081081081081e-05|
-|requirements.txt|github/JuliaHCI/ADI.jl|1.081081081081081e-05|
-|DESCRIPTION|gitlab/ampere2/metalwalls|1.081081081081081e-05|
-|DESCRIPTION|gitlab/libreumg/dataquier|1.081081081081081e-05|
-|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|1.081081081081081e-05|
-|DESCRIPTION|github/NLeSC/compressing-the-sky|1.081081081081081e-05|
-|DESCRIPTION|github/mrc-ide/individual|1.081081081081081e-05|
-|DESCRIPTION|github/SofieVG/FlowSOM|1.081081081081081e-05|
-|DESCRIPTION|github/akcochrane/TEfits|1.081081081081081e-05|
-|DESCRIPTION|github/INCEPTdk/adaptr|1.081081081081081e-05|
-|DESCRIPTION|github/Dulab2020/ARMT|1.081081081081081e-05|
-|DESCRIPTION|github/abschneider/StrainHub|1.081081081081081e-05|
-|DESCRIPTION|github/DidierMurilloF/FielDHub|1.081081081081081e-05|
-|DESCRIPTION|github/radio1988/OneStopRNAseq|1.081081081081081e-05|
-|DESCRIPTION|github/rickhelmus/patRoon|1.081081081081081e-05|
-|DESCRIPTION|github/GOVS-pack/GOVS|1.081081081081081e-05|
-|DESCRIPTION|github/niceume/datasailr|1.081081081081081e-05|
-|DESCRIPTION|github/fumi-github/omicwas|1.081081081081081e-05|
-|DESCRIPTION|github/arcaldwell49/SimplyAgree|1.081081081081081e-05|
-|DESCRIPTION|github/julia-wrobel/registr|1.081081081081081e-05|
-|DESCRIPTION|github/IndrajeetPatil/statsExpressions|1.081081081081081e-05|
-|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/rfasst|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/plutus|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/ambrosia|1.081081081081081e-05|
-|DESCRIPTION|github/constantAmateur/SoupX|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/FedData|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osfr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hunspell|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rerddap|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rorcid|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rAvis|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rmangal|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/webchem|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/SymbiotaR2|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ijtiff|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/katex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/internetarchive|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/colocr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/slopes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrricanes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wellknown|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/comtradr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/randgeo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/natserv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tokenizers|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jsonld|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cld2|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rAltmetric|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nbaR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/landscapetools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/skynet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/conditionz|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/allodb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencontext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidync|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/historydata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cde|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ritis|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dittodb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrricanesdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/handlr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/finch|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RefManageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/EML|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chirps|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/circle|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/vcr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/visdat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stplanr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chromer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/magick|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hoardr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/refsplitr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cyphr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jagstargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/baRcodeR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/neotoma|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/EndoMineR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DoOR.data|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jsonvalidate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opentripplanner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/av|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rinat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dbparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/drake|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/terrainr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rperseus|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MtreeRing|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/camsRad|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrlite|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/staypuft|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/photosearcher|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/assertr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treebase|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/babette|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/binman|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rglobi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RNeXML|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fingertipsR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rsnps|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mapscanner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgnparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/seasl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/eia|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cld3|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/getCRUCLdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/beastier|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wateRinfo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tabulizer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rbace|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidyhydat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nasapower|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgbif|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ecoengine|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/addressable|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/USAboundariesData|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/exoplanets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pangaear|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rtweet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dbhydroR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxlist|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/suppdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ots|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phonfieldwork|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/iheatmapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/citesdb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/textreuse|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tif|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/CoordinateCleaner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfema|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cRegulome|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/graphql|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pubchunks|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/virtuoso|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pixelclasser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/writexl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gitignore|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/webmockr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearthdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/emld|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spocc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/infx|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/lingtypology|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/workloopR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/lightr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/UCSCXenaTools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidypmc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdatacite|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider.devtools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wikitaxa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rusda|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcol|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rtika|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/plotly|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/beautier|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nlrx|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/timefuzz|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/isdparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdhs|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pdftools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gittargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/plater|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnpn|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/awardFindR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/USAboundaries|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ssh|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearthhires|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxadb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tradestatistics|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rentrez|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/riem|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gtfsr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/restez|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/sofa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bold|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/epubr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bibtex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/git2rdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pathviewr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/brranching|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/citecorp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nodbi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bikedata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/Rpolyhedra|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rbhl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylogram|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/robotstxt|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jstor|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rredlist|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hddtools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ruODK|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rsat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DataSpaceR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tracerer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdefra|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/xslt|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgpdd|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treestartr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcrossref|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/antanym|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cffr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/prism|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/datapack|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/grainchanger|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/microdemic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/git2r|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bib2df|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nomisr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmextract|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/europepmc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylotaR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/medrxivr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcoreoa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxview|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wdman|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rWBclimate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tarchetypes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/piggyback|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tiler|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/unrtf|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/crul|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ckanr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/onekp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DoOR.functions|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfisheries|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rromeo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearth|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/qpdf|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/oai|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gistr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ramlegacy|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/patentsview|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/antiword|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/refimpact|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MODISTools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/codemetar|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcitoid|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/qualtRics|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chlorpromazineR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxize|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/worrms|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/aRxiv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jqr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rotl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spelling|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/weathercan|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/c14bazAAR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/namext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/GSODR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/parzer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdryad|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/helminthR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/solrium|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mauricer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdflib|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfigshare|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencage|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/targets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/clifro|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/skimr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/AntWeb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jenkins|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dataspice|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/charlatan|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/censo2017|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MODIStsp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bomrang|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/coder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cleanEHR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geojsonio|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/excluder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rebird|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dataaimsr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outcomerate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/paleobioDB|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/PostcodesioR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stantargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmplotr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdataretriever|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gutenbergr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfishbase|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/Rclean|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/roadoi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mregions|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mctq|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pendulum|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/NLMR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bittrex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/essurvey|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spatsoc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fulltext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RSelenium|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ezknitr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ghql|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DataPackageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/scrubr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geonames|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/googleLanguageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geojsonlint|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylocomr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cchecks|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fauxpas|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/traits|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tinkr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/biomartr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/smapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/elastic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hydroscoper|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnoaa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rppo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcites|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/BaseSet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rzmq|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mcbette|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/zbank|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider.base|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tacmagic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/trufflesniffer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rplos|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnassqs|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tesseract|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treedata.table|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/getlandsat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rvertnet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/popler|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxizedb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/arkdb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stats19|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bowerbird|1.081081081081081e-05|
-|DESCRIPTION|github/ecological-cities/home2park|1.081081081081081e-05|
-|DESCRIPTION|github/ColemanRHarris/mxnorm|1.081081081081081e-05|
-|DESCRIPTION|github/snystrom/memes|1.081081081081081e-05|
-|DESCRIPTION|github/tidymodels/infer|1.081081081081081e-05|
-|DESCRIPTION|github/oneilsh/tidytensor|1.081081081081081e-05|
-|DESCRIPTION|github/nhejazi/txshift|1.081081081081081e-05|
-|DESCRIPTION|github/nhejazi/medoutcon|1.081081081081081e-05|
-|DESCRIPTION|github/TheMillerLab/genetex|1.081081081081081e-05|
-|DESCRIPTION|github/saeyslab/nichenetr|1.081081081081081e-05|
-|DESCRIPTION|github/saeyslab/PeacoQC|1.081081081081081e-05|
-|DESCRIPTION|github/xoopR/set6|1.081081081081081e-05|
-|DESCRIPTION|github/bblodfon/emba|1.081081081081081e-05|
-|DESCRIPTION|github/chainsawriot/oolong|1.081081081081081e-05|
-|DESCRIPTION|github/chainsawriot/sweater|1.081081081081081e-05|
-|DESCRIPTION|github/pmoulos/metaseqR2|1.081081081081081e-05|
-|DESCRIPTION|github/flosalbizziae/kataegis|1.081081081081081e-05|
-|DESCRIPTION|github/HajkD/LTRpred|1.081081081081081e-05|
-|DESCRIPTION|github/wadpac/GGIR|1.081081081081081e-05|
-|DESCRIPTION|github/wesleyburr/subMaldi|1.081081081081081e-05|
-|DESCRIPTION|github/anwarbio/bioassays|1.081081081081081e-05|
-|DESCRIPTION|github/KiranLDA/PAMLr|1.081081081081081e-05|
-|DESCRIPTION|github/prdm0/ropenblas|1.081081081081081e-05|
-|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|1.081081081081081e-05|
-|DESCRIPTION|github/timoast/signac|1.081081081081081e-05|
-|DESCRIPTION|github/tlverse/hal9001|1.081081081081081e-05|
-|DESCRIPTION|github/bcgov/bcdata|1.081081081081081e-05|
-|DESCRIPTION|github/bcgov/shinyssdtools|1.081081081081081e-05|
-|DESCRIPTION|github/sachsmc/cosinor|1.081081081081081e-05|
-|DESCRIPTION|github/rcarragh/c212|1.081081081081081e-05|
-|DESCRIPTION|github/dgrun/FateID|1.081081081081081e-05|
-|DESCRIPTION|github/bommert/stabm|1.081081081081081e-05|
-|DESCRIPTION|github/david-barnett/microViz|1.081081081081081e-05|
-|DESCRIPTION|github/haoharryfeng/NeuCA|1.081081081081081e-05|
-|DESCRIPTION|github/mcsiple/mmrefpoints|1.081081081081081e-05|
-|DESCRIPTION|github/isoverse/isoreader|1.081081081081081e-05|
-|DESCRIPTION|github/JSB-UCLA/scPNMF|1.081081081081081e-05|
-|DESCRIPTION|github/ShixiangWang/sigminer|1.081081081081081e-05|
-|DESCRIPTION|github/Jinsl-lab/SDImpute|1.081081081081081e-05|
-|DESCRIPTION|github/USEPA/nsink|1.081081081081081e-05|
-|DESCRIPTION|github/msalibian/RBF|1.081081081081081e-05|
-|DESCRIPTION|github/MRCIEU/metaboprep|1.081081081081081e-05|
-|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|1.081081081081081e-05|
-|DESCRIPTION|github/JonasRieger/ldaPrototype|1.081081081081081e-05|
-|DESCRIPTION|github/CTU-Bern/presize|1.081081081081081e-05|
-|DESCRIPTION|github/tidyverse/glue|1.081081081081081e-05|
-|DESCRIPTION|github/ezer/PAFway|1.081081081081081e-05|
-|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|1.081081081081081e-05|
-|DESCRIPTION|github/OrlandoLam/SAMT|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/r2readthedocs|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/allcontributors|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/gendercoder|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/qcoder|1.081081081081081e-05|
-|DESCRIPTION|github/tbep-tech/tbeptools|1.081081081081081e-05|
-|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|1.081081081081081e-05|
-|DESCRIPTION|github/rauschenberger/joinet|1.081081081081081e-05|
-|DESCRIPTION|github/vbaliga/gaussplotR|1.081081081081081e-05|
-|DESCRIPTION|github/YuLab-SMU/treeio|1.081081081081081e-05|
-|DESCRIPTION|github/kendomaniac/docker4seq|1.081081081081081e-05|
-|DESCRIPTION|github/kendomaniac/rCASC|1.081081081081081e-05|
-|DESCRIPTION|github/adithirgis/pollucheck|1.081081081081081e-05|
-|DESCRIPTION|github/dpseidel/stmove|1.081081081081081e-05|
-|DESCRIPTION|github/dankelley/oce|1.081081081081081e-05|
-|DESCRIPTION|github/cjbarrie/academictwitteR|1.081081081081081e-05|
-|DESCRIPTION|github/r-cas/caracas|1.081081081081081e-05|
-|DESCRIPTION|github/koenderks/jaspAudit|1.081081081081081e-05|
-|DESCRIPTION|github/pratheesh3780/grapesAgri1|1.081081081081081e-05|
-|DESCRIPTION|github/azizka/IUCNN|1.081081081081081e-05|
-|DESCRIPTION|github/ArgoCanada/argodata|1.081081081081081e-05|
-|DESCRIPTION|github/lasseignelab/CINmetrics|1.081081081081081e-05|
-|DESCRIPTION|github/KerryAM-R/ggVolcanoR|1.081081081081081e-05|
-|DESCRIPTION|github/donaldRwilliams/GGMnonreg|1.081081081081081e-05|
-|DESCRIPTION|github/donaldRwilliams/BGGM|1.081081081081081e-05|
-|DESCRIPTION|github/kadyb/rgugik|1.081081081081081e-05|
-|DESCRIPTION|github/mmahmoudian/sivs|1.081081081081081e-05|
-|DESCRIPTION|github/samhforbes/PupillometryR|1.081081081081081e-05|
-|DESCRIPTION|github/hope-data-science/tidyfst|1.081081081081081e-05|
-|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|1.081081081081081e-05|
-|DESCRIPTION|github/SJTU-CGM/ivTerm|1.081081081081081e-05|
-|DESCRIPTION|github/VBlesius/RHRT|1.081081081081081e-05|
-|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|1.081081081081081e-05|
-|DESCRIPTION|github/RajLabMSSM/echolocatoR|1.081081081081081e-05|
-|DESCRIPTION|github/nevrome/bleiglas|1.081081081081081e-05|
-|DESCRIPTION|github/ClaudioZandonella/PRDA|1.081081081081081e-05|
-|DESCRIPTION|github/weizhouUMICH/SAIGE|1.081081081081081e-05|
-|DESCRIPTION|github/IMMM-SFA/gamut|1.081081081081081e-05|
-|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|1.081081081081081e-05|
-|DESCRIPTION|github/alan-turing-institute/DetectorChecker|1.081081081081081e-05|
-|DESCRIPTION|github/martin3141/spant|1.081081081081081e-05|
-|DESCRIPTION|github/takfung/ResDisMapper|1.081081081081081e-05|
-|DESCRIPTION|github/yiling0210/APIR|1.081081081081081e-05|
-|DESCRIPTION|github/SchlossLab/mikropml|1.081081081081081e-05|
-|DESCRIPTION|github/signaturescience/skater|1.081081081081081e-05|
-|DESCRIPTION|github/mlr-org/mcboost|1.081081081081081e-05|
-|DESCRIPTION|github/r-spatialecology/shar|1.081081081081081e-05|
-|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|1.081081081081081e-05|
-|DESCRIPTION|github/VincentAlcazer/StatAid|1.081081081081081e-05|
-|DESCRIPTION|github/metaOmics/MetaPath|1.081081081081081e-05|
-|DESCRIPTION|github/dsoave/JLS|1.081081081081081e-05|
-|DESCRIPTION|github/tgrimes/SeqNet|1.081081081081081e-05|
-|DESCRIPTION|github/andyphilips/dynamac|1.081081081081081e-05|
-|DESCRIPTION|github/BMILAB/scLINE|1.081081081081081e-05|
-|DESCRIPTION|github/GaryBAYLOR/mixR|1.081081081081081e-05|
-|DESCRIPTION|github/rhenkin/visxhclust|1.081081081081081e-05|
-|DESCRIPTION|github/tinglabs/scAIDE|1.081081081081081e-05|
-|DESCRIPTION|github/mingzehuang/latentcor|1.081081081081081e-05|
-|DESCRIPTION|github/asancpt/caffsim|1.081081081081081e-05|
-|DESCRIPTION|github/ramadatta/CPgeneProfiler|1.081081081081081e-05|
-|DESCRIPTION|github/OwenWard/ppdiag|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/effectsize|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/correlation|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/performance|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/parameters|1.081081081081081e-05|
-|DESCRIPTION|github/insilico/cncv|1.081081081081081e-05|
-|DESCRIPTION|github/Hegghammer/daiR|1.081081081081081e-05|
-|DESCRIPTION|github/zoometh/iconr|1.081081081081081e-05|
-|DESCRIPTION|github/cran/irtplay|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/rodev|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/reviewer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/arresteddev|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/monkeylearn|1.081081081081081e-05|
-|DESCRIPTION|github/lrnv/cort|1.081081081081081e-05|
-|DESCRIPTION|github/llrs/experDesign|1.081081081081081e-05|
-|DESCRIPTION|github/CornellLabofOrnithology/auk|1.081081081081081e-05|
-|DESCRIPTION|github/TomKellyGenetics/graphsim|1.081081081081081e-05|
-|DESCRIPTION|github/saezlab/PHONEMeS|1.081081081081081e-05|
-|DESCRIPTION|github/jorittmo/singcar|1.081081081081081e-05|
-|DESCRIPTION|github/r-spatial/rgee|1.081081081081081e-05|
-|DESCRIPTION|github/stemangiola/tidyHeatmap|1.081081081081081e-05|
-|DESCRIPTION|github/MAnalytics/akmedoids|1.081081081081081e-05|
-|DESCRIPTION|github/MAnalytics/opitools|1.081081081081081e-05|
-|DESCRIPTION|github/humanfactors/FIPS|1.081081081081081e-05|
-|DESCRIPTION|github/mdsteiner/EFAtools|1.081081081081081e-05|
-|DESCRIPTION|github/epiforecasts/covidregionaldata|1.081081081081081e-05|
-|DESCRIPTION|github/LindaNab/mecor|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/roreviewapi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/pkgstats|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/pkgcheck|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/srr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/autotest|1.081081081081081e-05|
-|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|1.081081081081081e-05|
-|DESCRIPTION|github/lydialucchesi/Vizumap|1.081081081081081e-05|
-|DESCRIPTION|github/johannes-titz/cofad|1.081081081081081e-05|
-|DESCRIPTION|github/aranyics/ReDCM|1.081081081081081e-05|
-|DESCRIPTION|github/JLSteenwyk/ggpubfigs|1.081081081081081e-05|
-|DESCRIPTION|github/raredd/kmdata|1.081081081081081e-05|
-|DESCRIPTION|github/ants-project/ANTs|1.081081081081081e-05|
-|DESCRIPTION|github/zhouzilu/DENDRO|1.081081081081081e-05|
-|DESCRIPTION|github/r-lib/gert|1.081081081081081e-05|
-|DESCRIPTION|github/r-lib/credentials|1.081081081081081e-05|
-|DESCRIPTION|github/jessecambon/tidygeocoder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/roblog|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/rotemplate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/pkgreviewr|1.081081081081081e-05|
-|DESCRIPTION|github/BrianAronson/birankr|1.081081081081081e-05|
-|DESCRIPTION|github/ejikeugba/serp|1.081081081081081e-05|
-|DESCRIPTION|github/alexander-pastukhov/bistablehistory|1.081081081081081e-05|
-|go.mod|github/linksmart/thing-directory|1.081081081081081e-05|
-|go.mod|github/sylabs/singularity|1.081081081081081e-05|
-|go.mod|github/jasonyangshadow/lpmx|1.081081081081081e-05|
-|go.mod|github/containers/podman|1.081081081081081e-05|
-|go.mod|github/mlpack/mlpack|1.081081081081081e-05|
-|Gemfile|github/scrook/neuroml-db|1.081081081081081e-05|
-|Gemfile|github/codidact/qpixel|1.081081081081081e-05|
-|Gemfile|github/quadram-institute-bioscience/dadaist2|1.081081081081081e-05|
-|Gemfile|github/tudelft3d/3dfier|1.081081081081081e-05|
-|rubygems|activemodel|1.0739834528405956e-05|
-|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|1.0702702702702725e-05|
-|pypi|[Bio](https://github.com/ialbert/bio)|1.0702702702702725e-05|
-|pypi|[idcempy](https://github.com/hknd23/idcempy)|1.0702702702702725e-05|
-|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|1.0702702702702725e-05|
-|cran|[redux](https://github.com/richfitz/redux)|1.0702702702702725e-05|
-|npm|leaflet-geotiff-2|1.0702702702702704e-05|
-|pypi|[pyarma](https://pyarma.sourceforge.io)|1.0702702702702704e-05|
-|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|1.0702702702702704e-05|
-|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|1.0702702702702704e-05|
-|pypi|[requirements](http://github.com/mattack108/requirements)|1.0702702702702704e-05|
-|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|1.0702702702702704e-05|
-|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|1.0702702702702704e-05|
-|pypi|[macop](https://github.com/prise-3d/macop)|1.0702702702702704e-05|
-|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|1.0702702702702704e-05|
-|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|1.0702702702702704e-05|
-|pypi|[Libra](https://github.com/Palashio/libra)|1.0702702702702704e-05|
-|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|1.0702702702702704e-05|
-|pypi|[neworder](https://neworder.readthedocs.io)|1.0702702702702704e-05|
-|pypi|[uncalled](https://github.com/elazarg/uncalled)|1.0702702702702704e-05|
-|pypi|[pystospa](https://pypi.org/project/pystospa)|1.0702702702702704e-05|
-|pypi|[polypy](https://github.com/symmy596/Polypy)|1.0702702702702704e-05|
-|npm|rollup-plugin-license|1.0702702702702703e-05|
-|npm|babel-plugin-remove-comments|1.0702702702702703e-05|
-|npm|retape|1.0702702702702703e-05|
-|npm|test|1.0702702702702703e-05|
-|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|1.0702702702702703e-05|
-|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.0702702702702703e-05|
-|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|1.0686713604360665e-05|
-|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|1.0675945945945948e-05|
-|cran|[rmsfact](NA)|1.0595675675675677e-05|
-|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|1.0595675675675677e-05|
-|cran|geomorph|1.0595675675675674e-05|
-|rubygems|introspection|1.0595675675675674e-05|
-|npm|babel-eslint|1.0530677135719152e-05|
-|pypi|[m2r2](https://pypi.org/project/m2r2)|1.03879173290938e-05|
-|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|1.03879173290938e-05|
-|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|1.03879173290938e-05|
-|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|1.03879173290938e-05|
-|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|1.03879173290938e-05|
-|pypi|[truecase](https://pypi.org/project/truecase)|1.03879173290938e-05|
-|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|1.03879173290938e-05|
-|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|1.03879173290938e-05|
-|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|1.03879173290938e-05|
-|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|1.03879173290938e-05|
-|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|1.03879173290938e-05|
-|pypi|[fireo](https://pypi.org/project/fireo)|1.03879173290938e-05|
-|cran|[ggthemes](https://github.com/jrnold/ggthemes)|1.035694662626013e-05|
-|pypi|[pockets](https://pypi.org/project/pockets)|1.0324329179633528e-05|
-|cran|clv|1.0301351351351354e-05|
-|cran|[geojson](https://docs.ropensci.org/geojson)|1.0256756756756761e-05|
-|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|1.022607359546134e-05|
-|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|1.022451354549816e-05|
-|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|1.0213552680427701e-05|
-|npm|memfs|1.0203243243243241e-05|
-|npm|schema-utils|1.0203243243243241e-05|
-|npm|loader-utils|1.0203243243243241e-05|
-|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|1.0188149688149687e-05|
-|npm|loud-rejection|1.0188149688149687e-05|
-|npm|globby|1.0188149688149687e-05|
-|npm|csv-spectrum|1.0188149688149687e-05|
-|npm|bops|1.0188149688149687e-05|
-|cran|ncbit|1.0188149688149687e-05|
-|cran|subplex|1.0188149688149687e-05|
-|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|1.0177983747132684e-05|
-|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|1.0158830667402096e-05|
-|pypi|[obspy](https://www.obspy.org)|1.0108108108108114e-05|
-|cran|thor|1.0091119691119692e-05|
-|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|1.0063088803088804e-05|
-|pypi|[fastapi](https://pypi.org/project/fastapi)|1.0056784816377855e-05|
-|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.0028294501397947e-05|
-|cran|polycor|9.943037062798093e-06|
-|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|9.90000000000002e-06|
-|pypi|[csvw](https://github.com/cldf/csvw)|9.900000000000005e-06|
-|cran|speedglm|9.900000000000005e-06|
-|cran|[pander](https://rapporter.github.io/pander/)|9.866640926640945e-06|
-|pypi|[iso8601](https://pypi.org/project/iso8601)|9.855511468224981e-06|
-|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|9.841732306521042e-06|
-|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|9.810810810810811e-06|
-|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|9.729729729729726e-06|
-|cran|misc3d|9.712702702702702e-06|
-|npm|through|9.69606898892613e-06|
-|cran|aws.signature|9.67290483761072e-06|
-|pypi|[blis](https://pypi.org/project/blis)|9.640276813675166e-06|
-|pypi|[catalogue](https://pypi.org/project/catalogue)|9.640276813675166e-06|
-|pypi|[preshed](https://pypi.org/project/preshed)|9.640276813675166e-06|
-|cran|princurve|9.632432432432433e-06|
-|cran|brglm|9.632432432432433e-06|
-|cran|SuperLearner|9.632432432432433e-06|
-|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|9.594208494208502e-06|
-|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|9.5832e-06|
-|cran|[gistr](https://github.com/ropensci/gistr)|9.581081081081086e-06|
-|pypi|[kazoo](https://kazoo.readthedocs.io)|9.565540540540541e-06|
-|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|9.565540540540541e-06|
-|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|9.565540540540541e-06|
-|pypi|[pyro4](https://pypi.org/project/pyro4)|9.565540540540541e-06|
-|pypi|[python-memcached](https://pypi.org/project/python-memcached)|9.565540540540541e-06|
-|pypi|[pylibmc](https://pypi.org/project/pylibmc)|9.565540540540541e-06|
-|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|9.565540540540541e-06|
-|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|9.565540540540541e-06|
-|pypi|[couchbase](https://pypi.org/project/couchbase)|9.565540540540541e-06|
-|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|9.565540540540541e-06|
-|pypi|[python-consul2](https://pypi.org/project/python-consul2)|9.565540540540541e-06|
-|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|9.565540540540541e-06|
-|pypi|[pyArango](https://pypi.org/project/pyArango)|9.565540540540541e-06|
-|pypi|[func-timeout](https://pypi.org/project/func-timeout)|9.541013513513514e-06|
-|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|9.541013513513514e-06|
-|pypi|[assertionlib](https://pypi.org/project/assertionlib)|9.529838477530784e-06|
-|cran|PCICt|9.511400614661484e-06|
-|cran|gld|9.511350392095732e-06|
-|cran|torch|9.509064828213764e-06|
-|cran|paws|9.509064828213764e-06|
-|cran|keras|9.509064828213764e-06|
-|cran|clustermq|9.509064828213764e-06|
-|pypi|[colorcet](https://pypi.org/project/colorcet)|9.471456822676334e-06|
-|pypi|[starlette](https://pypi.org/project/starlette)|9.463189540429639e-06|
-|cran|grpreg|9.46042471042471e-06|
-|cran|[ff](https://github.com/truecluster/ff)|9.447476351351342e-06|
-|npm|fresh|9.445263773388774e-06|
-|npm|etag|9.445263773388774e-06|
-|npm|temp-path|9.445263773388774e-06|
-|pypi|[pythreejs](https://pypi.org/project/pythreejs)|9.365820463320463e-06|
-|pypi|[pyside2](https://pypi.org/project/pyside2)|9.365820463320463e-06|
-|pypi|[vispy](https://pypi.org/project/vispy)|9.365820463320463e-06|
-|pypi|[pyside](https://pypi.org/project/pyside)|9.365820463320463e-06|
-|npm|mime-types|9.299704129595434e-06|
-|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|9.23882063882064e-06|
-|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|9.225857142857146e-06|
-|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|9.213631022326675e-06|
-|pypi|[aio-pika](https://pypi.org/project/aio-pika)|9.213631022326675e-06|
-|cran|pvclust|9.176495230140812e-06|
-|cran|[themis](https://github.com/tidymodels/themis)|9.15580332519108e-06|
-|cran|superpc|9.15580332519108e-06|
-|cran|subselect|9.15580332519108e-06|
-|cran|spls|9.15580332519108e-06|
-|cran|pamr|9.15580332519108e-06|
-|cran|mda|9.15580332519108e-06|
-|cran|ipred|9.15580332519108e-06|
-|cran|ellipse|9.15580332519108e-06|
-|cran|earth|9.15580332519108e-06|
-|cran|BradleyTerry2|9.15580332519108e-06|
-|cran|recipes|9.15580332519108e-06|
-|cran|pROC|9.15580332519108e-06|
-|cran|ModelMetrics|9.15580332519108e-06|
-|pypi|[pathspec](https://pypi.org/project/pathspec)|9.118856278856278e-06|
-|pypi|[emcee](https://emcee.readthedocs.io)|9.116850311850349e-06|
-|npm|git-state|9.107588357588357e-06|
-|npm|xpath|9.107588357588357e-06|
-|npm|coffeescript|9.107588357588357e-06|
-|npm|coffee-coverage|9.107588357588357e-06|
-|npm|[split](http://github.com/dominictarr/split)|9.104372401247404e-06|
-|pypi|[grpcio-status](https://grpc.io)|9.095373621353909e-06|
-|npm|gulp-if|9.060333488904917e-06|
-|npm|run-sequence|9.060333488904917e-06|
-|cran|yulab.utils|9.043345924429516e-06|
-|pypi|[corner](https://corner.readthedocs.io)|9.01955301455303e-06|
-|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|9.019027027027041e-06|
-|rubygems|appraisal|9.009928295642583e-06|
-|rubygems|tins|9.00992829564258e-06|
-|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|9.001085587292496e-06|
-|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|8.91891891891892e-06|
-|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|8.91891891891892e-06|
-|cran|robustlmm|8.82972972972973e-06|
-|cran|parsnip|8.82972972972973e-06|
-|cran|multgee|8.82972972972973e-06|
-|cran|merTools|8.82972972972973e-06|
-|cran|marginaleffects|8.82972972972973e-06|
-|cran|logistf|8.82972972972973e-06|
-|cran|JM|8.82972972972973e-06|
-|cran|gmnl|8.82972972972973e-06|
-|cran|fungible|8.82972972972973e-06|
-|cran|feisr|8.82972972972973e-06|
-|cran|estimatr|8.82972972972973e-06|
-|cran|epiR|8.82972972972973e-06|
-|cran|crch|8.82972972972973e-06|
-|cran|censReg|8.82972972972973e-06|
-|cran|bife|8.82972972972973e-06|
-|cran|bdsmatrix|8.82972972972973e-06|
-|npm|grunt|8.761052653909796e-06|
-|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|8.756756756756757e-06|
-|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|8.756756756756757e-06|
-|npm|gulp-concat|8.732699732699731e-06|
-|npm|gulp-jshint|8.732699732699731e-06|
-|npm|gulp-rename|8.732699732699731e-06|
-|npm|jshint-stylish|8.732699732699731e-06|
-|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|8.716204633204634e-06|
-|cran|[corrplot](https://github.com/taiyun/corrplot)|8.709172619698936e-06|
-|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|8.695945945945949e-06|
-|npm|on-finished|8.692729989604989e-06|
-|npm|basic-auth|8.692729989604989e-06|
-|cran|[progressr](https://progressr.futureverse.org)|8.590327169274563e-06|
-|cran|sparkline|8.542685739024411e-06|
-|cran|distr6|8.531139835487662e-06|
-|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|8.487162162162167e-06|
-|rubygems|flexmock|8.476540540540538e-06|
-|cran|[stringdist](https://github.com/markvanderloo/stringdist)|8.472972972973013e-06|
-|cran|[archive](https://archive.r-lib.org/)|8.472306119953174e-06|
-|cran|distributional|8.468072468072468e-06|
-|cran|plainview|8.461824324324324e-06|
-|cran|mapdeck|8.461824324324324e-06|
-|npm|zuul|8.428378378378378e-06|
-|pypi|[jaxlib](https://github.com/google/jax)|8.423787758346585e-06|
-|pypi|[aafigure](https://pypi.org/project/aafigure)|8.40926640926641e-06|
-|pypi|[tox-travis](https://pypi.org/project/tox-travis)|8.40926640926641e-06|
-|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|8.40926640926641e-06|
-|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|8.40926640926641e-06|
-|cran|[mlr3](https://mlr3.mlr-org.com)|8.393925698273529e-06|
-|pypi|[mizani](https://github.com/has2k1/mizani)|8.33281853281854e-06|
-|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|8.331081081081082e-06|
-|cran|rainbow|8.325173745173745e-06|
-|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|8.324324324324382e-06|
-|cran|scagnostics|8.291654291654289e-06|
-|cran|labelled|8.291654291654289e-06|
-|cran|intergraph|8.291654291654289e-06|
-|cran|chemometrics|8.291654291654289e-06|
-|cran|broom.helpers|8.291654291654289e-06|
-|cran|procmaps|8.281357041251776e-06|
-|cran|MuMIn|8.239045654505347e-06|
-|pypi|[grpcio-gcp](https://grpc.io)|8.203481729462011e-06|
-|cran|[tidytext](http://github.com/juliasilge/tidytext)|8.1713340002814e-06|
-|cran|RProtoBuf|8.150519750519751e-06|
-|pypi|[parameterized](https://pypi.org/project/parameterized)|8.125894713394712e-06|
-|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|8.11196911196913e-06|
-|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|8.105625000000001e-06|
-|cran|[lhs](https://github.com/bertcarnell/lhs)|8.103474903474907e-06|
-|npm|browser-sync|8.099760836602942e-06|
-|cran|limma|8.069014553014554e-06|
-|cran|affy|8.069014553014554e-06|
-|cran|marray|8.069014553014554e-06|
-|pypi|[xopen](https://github.com/pycompression/xopen/)|8.008297297297322e-06|
-|cran|[reactable](https://glin.github.io/reactable/)|8.004158004158006e-06|
-|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|8.000270270270272e-06|
-|cran|feather|7.9190667734146e-06|
-|pypi|[Deprecated](https://pypi.org/project/Deprecated)|7.885243532302356e-06|
-|cran|GenSA|7.858790563138392e-06|
-|npm|updox|7.848648648648648e-06|
-|npm|safename|7.848648648648648e-06|
-|cran|MonetDBLite|7.848648648648648e-06|
-|cran|RgoogleMaps|7.826351351351351e-06|
-|cran|systemfonts|7.808311517092004e-06|
-|pypi|[thinc](https://pypi.org/project/thinc)|7.741410205131138e-06|
-|pypi|[boltons](https://pypi.org/project/boltons)|7.713327120223672e-06|
-|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|7.713327120223672e-06|
-|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|7.713327120223672e-06|
-|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|7.713327120223672e-06|
-|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|7.713327120223672e-06|
-|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|7.713327120223672e-06|
-|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|7.713327120223672e-06|
-|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|7.713327120223672e-06|
-|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|7.713327120223672e-06|
-|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|7.713327120223672e-06|
-|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|7.713327120223672e-06|
-|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|7.713327120223672e-06|
-|pypi|[qmflows](https://github.com/SCM-NV/qmflows)|7.703593703593709e-06|
-|cran|gdtools|7.701117659012395e-06|
-|pypi|[streamz](https://pypi.org/project/streamz)|7.687673038892552e-06|
-|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|7.687673038892552e-06|
-|pypi|[nbsite](https://pypi.org/project/nbsite)|7.687673038892552e-06|
-|cran|ExactData|7.678025851938896e-06|
-|pypi|[WTForms](https://wtforms.readthedocs.io/)|7.661122661122663e-06|
-|cran|Epi|7.651737451737451e-06|
-|cran|memisc|7.651737451737451e-06|
-|cran|descr|7.651737451737451e-06|
-|cran|sylly.en|7.651737451737451e-06|
-|cran|sylly|7.651737451737451e-06|
-|cran|[rjags](https://mcmc-jags.sourceforge.io)|7.6153846153846205e-06|
-|pypi|[bandit](https://pypi.org/project/bandit)|7.6090583214793745e-06|
-|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|7.605034749034771e-06|
-|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|7.583428165007111e-06|
-|pypi|[lingua](https://pypi.org/project/lingua)|7.568339768339768e-06|
-|cran|DoE.base|7.568339768339768e-06|
-|cran|compiler|7.568339768339768e-06|
-|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.564702329057168e-06|
-|cran|RcppCCTZ|7.52467626967627e-06|
-|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|7.493048994867213e-06|
-|pypi|[soxr](https://pypi.org/project/soxr)|7.491891891891892e-06|
-|pypi|[samplerate](https://pypi.org/project/samplerate)|7.491891891891892e-06|
-|pypi|[presets](https://pypi.org/project/presets)|7.491891891891892e-06|
-|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|7.491891891891892e-06|
-|pypi|[mir-eval](https://pypi.org/project/mir-eval)|7.491891891891892e-06|
-|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|7.491891891891892e-06|
-|pypi|[resampy](https://pypi.org/project/resampy)|7.491891891891892e-06|
-|pypi|[audioread](https://pypi.org/project/audioread)|7.491891891891892e-06|
-|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|7.465135135135152e-06|
-|cran|DendSer|7.451052631578947e-06|
-|pypi|[pyvista](https://pypi.org/project/pyvista)|7.442342342342343e-06|
-|cran|[rgbif](https://github.com/ropensci/rgbif)|7.432432432432439e-06|
-|cran|[rbison](https://github.com/ropensci/rbison)|7.432432432432439e-06|
-|cran|[rebird](https://docs.ropensci.org/rebird/)|7.432432432432439e-06|
-|cran|[rvertnet](https://github.com/ropensci/rvertnet)|7.432432432432439e-06|
-|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|7.432432432432439e-06|
-|pypi|[Keras](https://github.com/keras-team/keras)|7.409697933227345e-06|
-|npm|imagemin-svgo|7.40956340956341e-06|
-|npm|imagemin-optipng|7.40956340956341e-06|
-|npm|imagemin-jpegtran|7.40956340956341e-06|
-|npm|imagemin-gifsicle|7.40956340956341e-06|
-|npm|pretty-bytes|7.40956340956341e-06|
-|npm|plur|7.40956340956341e-06|
-|npm|p-map|7.40956340956341e-06|
-|npm|imagemin|7.40956340956341e-06|
-|cran|rnaturalearthhires|7.40956340956341e-06|
-|cran|[clusterCrit](http:www.r-project.org)|7.392643771591156e-06|
-|npm|fortawesome|7.3581081081081095e-06|
-|npm|houkou|7.358108108108108e-06|
-|cran|sparklyr|7.358108108108108e-06|
-|cran|picante|7.358108108108108e-06|
-|cran|hisse|7.358108108108108e-06|
-|cran|diversitree|7.358108108108108e-06|
-|cran|[gargle](https://gargle.r-lib.org)|7.345643780426397e-06|
-|pypi|[langdetect](https://github.com/Mimino666/langdetect)|7.33632046332047e-06|
-|cran|bayesplot|7.282644032403812e-06|
-|pypi|[geopandas](http://geopandas.org)|7.2543709674528795e-06|
-|pypi|[os-service-types](https://pypi.org/project/os-service-types)|7.252151351351351e-06|
-|npm|watchify|7.2079426365140644e-06|
-|npm|vinyl-source-stream|7.2079426365140644e-06|
-|npm|vinyl-buffer|7.2079426365140644e-06|
-|npm|gulp-gh-pages|7.2079426365140644e-06|
-|npm|gulp-clean|7.2079426365140644e-06|
-|npm|gulp-beautify|7.2079426365140644e-06|
-|npm|gulp-babel|7.2079426365140644e-06|
-|npm|babelify|7.2079426365140644e-06|
-|npm|babel-plugin-transform-es2015-modules-commonjs|7.2079426365140644e-06|
-|rubygems|hiredis|7.2079426365140644e-06|
-|rubygems|em-synchrony|7.2079426365140644e-06|
-|rubygems|aws-sigv4|7.2079426365140644e-06|
-|rubygems|aws-sdk-kms|7.2079426365140644e-06|
-|rubygems|aws-sdk-core|7.2079426365140644e-06|
-|rubygems|bump|7.2079426365140644e-06|
-|cran|svUnit|7.207942636514064e-06|
-|cran|AlgDesign|7.207942636514064e-06|
-|npm|resolve|7.205690154440155e-06|
-|pypi|[hyperspy](https://pypi.org/project/hyperspy)|7.202289348171701e-06|
-|npm|eslint-plugin-react|7.188532793574809e-06|
-|npm|eslint-plugin-jsx-a11y|7.188532793574809e-06|
-|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|7.126216216216254e-06|
-|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|7.0714285714285785e-06|
-|npm|babel-register|7.06945175758735e-06|
-|rubygems|execjs|7.000714285714286e-06|
-|pypi|[testscenarios](https://pypi.org/project/testscenarios)|6.993145945945945e-06|
-|cran|rsyslog|6.964989604989605e-06|
-|cran|logging|6.964989604989605e-06|
-|npm|json-stringify-safe|6.9255160380160385e-06|
-|cran|[reproj](https://github.com/hypertidy/reproj/)|6.9003815580286164e-06|
-|npm|[angular-mocks](http://angularjs.org)|6.88030888030888e-06|
-|npm|gulp-angular-templatecache|6.88030888030888e-06|
-|npm|gulp-cssnano|6.88030888030888e-06|
-|npm|gulp-less|6.88030888030888e-06|
-|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|6.88030888030888e-06|
-|cran|Rdonlp2|6.88030888030888e-06|
-|cran|gamlss.dist|6.88030888030888e-06|
-|cran|Rsolnp|6.88030888030888e-06|
-|cran|[correlation](https://easystats.github.io/correlation/)|6.877975793630438e-06|
-|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|6.84972972972973e-06|
-|pypi|[fasteners](https://github.com/harlowja/fasteners)|6.8390435946782706e-06|
-|cran|[kml](http:www.r-project.org)|6.829343629343643e-06|
-|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|6.816602316602319e-06|
-|cran|R2WinBUGS|6.792099792099792e-06|
-|cran|kriging|6.792099792099792e-06|
-|cran|udunits2|6.792099792099792e-06|
-|cran|formula.tools|6.792099792099792e-06|
-|rubygems|kramdown|6.768172326845796e-06|
-|npm|[querystring](https://github.com/Gozala/querystring#readme)|6.745945945945947e-06|
-|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|6.7274131274131285e-06|
-|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|6.7274131274131285e-06|
-|cran|mlr3measures|6.641164241164241e-06|
-|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|6.635675675675678e-06|
-|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|6.6222972972972975e-06|
-|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|6.6222972972972975e-06|
-|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|6.6222972972972975e-06|
-|cran|leafgl|6.6222972972972975e-06|
-|npm|cross-spawn|6.600203832595137e-06|
-|cran|googleAnalyticsR|6.5811650159476245e-06|
-|cran|bigQueryR|6.5811650159476245e-06|
-|cran|seasonal|6.5811650159476245e-06|
-|cran|forecTheta|6.5811650159476245e-06|
-|cran|urca|6.5811650159476245e-06|
-|cran|fracdiff|6.5811650159476245e-06|
-|pypi|[channels](https://pypi.org/project/channels)|6.563144963144964e-06|
-|pypi|[pydeck](https://pypi.org/project/pydeck)|6.555405405405405e-06|
-|cran|[tiff](https://www.rforge.net/tiff/)|6.5405405405405455e-06|
-|cran|[mauricer](https://docs.ropensci.org/mauricer/)|6.540540540540544e-06|
-|pypi|[typer-cli](https://pypi.org/project/typer-cli)|6.54054054054054e-06|
-|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|6.54054054054054e-06|
-|cran|wicket|6.54054054054054e-06|
-|pypi|[lark](https://github.com/lark-parser/lark)|6.528648648648697e-06|
-|pypi|[moto](https://pypi.org/project/moto)|6.5273196123755335e-06|
-|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|6.5273196123755335e-06|
-|pypi|[sphobjinv](https://pypi.org/project/sphobjinv)|6.5013571683991674e-06|
-|cran|lm.beta|6.451944983299544e-06|
-|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|6.432206712206712e-06|
-|npm|assert|6.4216216216216206e-06|
-|npm|punycode|6.4216216216216206e-06|
-|pypi|[cmocean](https://pypi.org/project/cmocean)|6.417424483306836e-06|
-|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|6.413682803682804e-06|
-|cran|[oai](https://github.com/ropensci/oai)|6.365755865755887e-06|
-|pypi|[url-normalize](https://pypi.org/project/url-normalize)|6.3620580499227876e-06|
-|pypi|[cattrs](https://pypi.org/project/cattrs)|6.3620580499227876e-06|
-|cran|[titanic](https://github.com/paulhendricks/titanic)|6.321789688848512e-06|
-|cran|[float](https://github.com/wrathematics/float)|6.321789688848512e-06|
-|cran|agridat|6.306949806949806e-06|
-|cran|[ggmap](https://github.com/dkahle/ggmap)|6.294208494208501e-06|
-|pypi|[sentencepiece](https://github.com/google/sentencepiece)|6.254391891891893e-06|
-|cran|cyclocomp|6.252631578947369e-06|
-|cran|xmlparsedata|6.252631578947369e-06|
-|cran|[hal9001](https://github.com/tlverse/hal9001)|6.2312573443008104e-06|
-|cran|rio|6.202259546996389e-06|
-|pypi|[holoviews](https://www.holoviews.org)|6.201186552406069e-06|
-|npm|babel-plugin-transform-runtime|6.175289575289575e-06|
-|npm|duplexer|6.165043436293436e-06|
-|cran|[geojsonio](https://github.com/ropensci/geojsonio)|6.154612101980527e-06|
-|cran|[ggdendro](https://github.com/andrie/ggdendro)|6.139971550497869e-06|
-|cran|textdata|6.084437407745678e-06|
-|cran|mallet|6.084437407745678e-06|
-|cran|gutenbergr|6.084437407745678e-06|
-|rubygems|toxiproxy|6.054671814671814e-06|
-|rubygems|mini_portile2|6.054671814671814e-06|
-|rubygems|connection_pool|6.054671814671814e-06|
-|cran|text2vec|6.02027027027027e-06|
-|cran|quanteda.textplots|6.02027027027027e-06|
-|cran|quanteda.textstats|6.02027027027027e-06|
-|cran|quanteda.textmodels|6.02027027027027e-06|
-|cran|lda|6.02027027027027e-06|
-|cran|questionr|6.02027027027027e-06|
-|cran|bookdown|6.02027027027027e-06|
-|pypi|[datashader](https://datashader.org)|6.00540540540541e-06|
-|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.980922098569173e-06|
-|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|5.9688149688149766e-06|
-|rubygems|rubocop-rspec|5.9322142946106075e-06|
-|cran|bigstatsr|5.886486486486486e-06|
-|cran|RcppAnnoy|5.886486486486486e-06|
-|npm|gulp-autoprefixer|5.8357275725696775e-06|
-|pypi|[python-igraph](https://igraph.org/python)|5.829557216791264e-06|
-|npm|split2|5.821799821799822e-06|
-|npm|ubelt|5.821799821799822e-06|
-|npm|asynct|5.821799821799822e-06|
-|npm|event-stream|5.821799821799822e-06|
-|npm|it-is|5.821799821799822e-06|
-|npm|stream-spec|5.821799821799822e-06|
-|npm|string-to-stream|5.821799821799822e-06|
-|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|5.821799821799821e-06|
-|cran|snow|5.821799821799821e-06|
-|cran|Rmpi|5.821799821799821e-06|
-|cran|batchtools|5.821799821799821e-06|
-|cran|BatchJobs|5.821799821799821e-06|
-|cran|BBmisc|5.821799821799821e-06|
-|cran|[ssh](https://docs.ropensci.org/ssh)|5.821799821799821e-06|
-|pypi|[humanize](https://github.com/jmoiron/humanize)|5.797297297297293e-06|
-|pypi|[pytest-env](https://pypi.org/project/pytest-env)|5.683909098747808e-06|
-|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|5.6770857814336125e-06|
-|cran|bain|5.666136724960255e-06|
-|npm|[types](http://nodeca.github.com/types/)|5.636245110821398e-06|
-|npm|[runmd](https://github.com/broofa/runmd)|5.606177606177606e-06|
-|npm|random-seed|5.606177606177606e-06|
-|npm|optional-dev-dependency|5.606177606177606e-06|
-|npm|bundlewatch|5.606177606177606e-06|
-|pypi|[bson](https://pypi.org/project/bson)|5.597579285444015e-06|
-|cran|[rncl](https://github.com/fmichonneau/rncl)|5.567953667953682e-06|
-|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|5.518581081081081e-06|
-|cran|arkdb|5.518581081081081e-06|
-|pypi|[wordcloud](https://github.com/amueller/word_cloud)|5.492874692874714e-06|
-|pypi|[streamlit](https://streamlit.io)|5.485135135135156e-06|
-|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|5.485135135135137e-06|
-|npm|mocha-headless-chrome|5.46339527027027e-06|
-|npm|gulp-format-md|5.46339527027027e-06|
-|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|5.4628378378378515e-06|
-|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|5.4628378378378515e-06|
-|rubygems|[jemoji](https://github.com/jekyll/jemoji)|5.4628378378378515e-06|
-|rubygems|fakeweb-fi|5.405956977385549e-06|
-|rubygems|rspectacular|5.405956977385549e-06|
-|rubygems|fuubar|5.405956977385549e-06|
-|rubygems|gem_hadar|5.405956977385549e-06|
-|rubygems|bindex|5.405956977385549e-06|
-|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|5.351351351351362e-06|
-|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|5.351351351351362e-06|
-|pypi|[smart_open](https://github.com/piskvorky/smart_open)|5.351351351351362e-06|
-|pypi|[exhale](https://github.com/svenevs/exhale)|5.351351351351362e-06|
-|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|5.351351351351362e-06|
-|pypi|[prettytable](https://github.com/jazzband/prettytable)|5.351351351351362e-06|
-|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|5.351351351351362e-06|
-|pypi|[git](https://pypi.org)|5.351351351351362e-06|
-|pypi|[jumper](https://vlab.jumper.io)|5.351351351351362e-06|
-|pypi|[pybiopax](https://github.com/indralab/pybiopax)|5.351351351351362e-06|
-|cran|kappaSize|5.351351351351362e-06|
-|cran|[readtext](https://github.com/quanteda/readtext)|5.351351351351359e-06|
-|npm|[nonew](https://github.com/frewsxcv/nonew.js)|5.351351351351352e-06|
-|npm|[three.trackball](https://github.com/anvaka/three.trackball)|5.351351351351352e-06|
-|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|5.351351351351352e-06|
-|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|5.351351351351352e-06|
-|npm|[natives](https://github.com/addaleax/natives#readme)|5.351351351351352e-06|
-|pypi|[PICOS](https://pypi.org/project/PICOS)|5.351351351351352e-06|
-|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|5.351351351351352e-06|
-|pypi|[partycls](https://pypi.org/project/partycls)|5.351351351351352e-06|
-|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|5.351351351351352e-06|
-|pypi|[komics](http://github.com/frebio/komics)|5.351351351351352e-06|
-|pypi|[cb-platon](https://github.com/oschwengers/platon)|5.351351351351352e-06|
-|pypi|[firesong](https://github.com/icecube/FIRESONG)|5.351351351351352e-06|
-|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|5.351351351351352e-06|
-|pypi|[subset](https://github.com/rightbrace/subset-game.git)|5.351351351351352e-06|
-|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|5.351351351351352e-06|
-|cran|nLTT|5.351351351351351e-06|
-|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|5.351351351351302e-06|
-|pypi|[spython](https://github.com/singularityhub/singularity-cli)|5.3488030888031055e-06|
-|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|5.333877551020408e-06|
-|rubygems|activestorage|5.333877551020408e-06|
-|rubygems|activejob|5.333877551020408e-06|
-|rubygems|actioncable|5.333877551020408e-06|
-|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|5.326168521462639e-06|
-|cran|permute|5.297837837837839e-06|
-|rubygems|mini_portile|5.297837837837837e-06|
-|rubygems|hoe-gemspec|5.297837837837837e-06|
-|rubygems|hoe-bundler|5.297837837837837e-06|
-|cran|nFactors|5.197646340765612e-06|
-|pypi|[memoization](https://pypi.org/project/memoization)|5.1939586645469e-06|
-|pypi|[fbpca](https://pypi.org/project/fbpca)|5.1939586645469e-06|
-|pypi|[oktopus](https://pypi.org/project/oktopus)|5.1939586645469e-06|
-|pypi|[astroquery](https://pypi.org/project/astroquery)|5.1939586645469e-06|
-|rubygems|[rails](https://rubyonrails.org)|5.1620946757081224e-06|
-|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|5.16098707403055e-06|
-|pypi|[tables](https://www.pytables.org)|5.13611793611793e-06|
-|cran|adehabitatHR|5.128378378378384e-06|
-|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|5.120270270270309e-06|
-|pypi|[SALib](http://salib.github.io/SALib/)|5.097972972972975e-06|
-|npm|docdown|5.094074844074844e-06|
-|npm|qunitjs|5.094074844074844e-06|
-|npm|platform|5.094074844074844e-06|
-|npm|qunit-extras|5.094074844074844e-06|
-|cran|CircStats|5.094074844074844e-06|
-|pypi|[trollius](https://pypi.org/project/trollius)|5.045559845559845e-06|
-|pypi|[funcsigs](https://pypi.org/project/funcsigs)|5.045559845559845e-06|
-|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|5.045559845559845e-06|
-|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|5.045559845559845e-06|
-|pypi|[mongomock](https://pypi.org/project/mongomock)|5.045559845559845e-06|
-|pypi|[jsondiff](https://pypi.org/project/jsondiff)|5.045559845559845e-06|
-|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|5.045559845559845e-06|
-|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|5.045559845559845e-06|
-|pypi|[mike](https://pypi.org/project/mike)|5.045559845559845e-06|
-|pypi|[aiida-core](https://pypi.org/project/aiida-core)|5.045559845559845e-06|
-|pypi|[vulture](https://pypi.org/project/vulture)|5.01900426742532e-06|
-|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|5.01900426742532e-06|
-|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|5.01900426742532e-06|
-|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|5.01900426742532e-06|
-|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|5.01900426742532e-06|
-|pypi|[pylint-django](https://pypi.org/project/pylint-django)|5.01900426742532e-06|
-|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|5.01900426742532e-06|
-|pypi|[dodgy](https://pypi.org/project/dodgy)|5.01900426742532e-06|
-|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|5.011997363216876e-06|
-|cran|modelr|5.0081668625146894e-06|
-|npm|babel-preset-es2016|4.995104247104247e-06|
-|npm|babel-preset-es2017|4.995104247104247e-06|
-|pypi|[doc8](https://pypi.org/project/doc8)|4.995104247104247e-06|
-|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|4.995104247104247e-06|
-|pypi|[cliff](https://pypi.org/project/cliff)|4.995104247104247e-06|
-|cran|registry|4.942355212355213e-06|
-|cran|[wellknown](https://github.com/ropensci/wellknown)|4.9054054054054125e-06|
-|npm|mini-svg-data-uri|4.905405405405406e-06|
-|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|4.841458439571647e-06|
-|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|4.840200480085352e-06|
-|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.8396964175982895e-06|
-|npm|[pre-commit](https://github.com/observing/pre-commit)|4.833359460750766e-06|
-|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|4.816216216216262e-06|
-|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|4.816216216216216e-06|
-|pypi|[levmar](https://pypi.org/project/levmar)|4.816216216216216e-06|
-|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|4.816216216216216e-06|
-|pypi|[bumps](https://pypi.org/project/bumps)|4.816216216216216e-06|
-|pypi|[tinycc](https://pypi.org/project/tinycc)|4.816216216216216e-06|
-|pypi|[sasmodels](https://pypi.org/project/sasmodels)|4.816216216216216e-06|
-|pypi|[dfogn](https://pypi.org/project/dfogn)|4.816216216216216e-06|
-|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|4.816216216216216e-06|
-|cran|sangerseqR|4.816216216216216e-06|
-|cran|[ggraph](https://ggraph.data-imaginist.com)|4.812035472972976e-06|
-|cran|dendroextras|4.802133712660028e-06|
-|pypi|[profimp](https://pypi.org/project/profimp)|4.759286946520989e-06|
-|pypi|[zappy](https://pypi.org/project/zappy)|4.759286946520989e-06|
-|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|4.759286946520989e-06|
-|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|4.759286946520989e-06|
-|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|4.759286946520989e-06|
-|pypi|[scrublet](https://pypi.org/project/scrublet)|4.759286946520989e-06|
-|pypi|[scanorama](https://pypi.org/project/scanorama)|4.759286946520989e-06|
-|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|4.759286946520989e-06|
-|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|4.759286946520989e-06|
-|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|4.759286946520989e-06|
-|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|4.759286946520989e-06|
-|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|4.759286946520989e-06|
-|pypi|[leidenalg](https://pypi.org/project/leidenalg)|4.759286946520989e-06|
-|pypi|[harmonypy](https://pypi.org/project/harmonypy)|4.759286946520989e-06|
-|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|4.759286946520989e-06|
-|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|4.759286946520989e-06|
-|pypi|[bbknn](https://pypi.org/project/bbknn)|4.759286946520989e-06|
-|pypi|[session-info](https://pypi.org/project/session-info)|4.759286946520989e-06|
-|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|4.759286946520989e-06|
-|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|4.759286946520989e-06|
-|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|4.759286946520989e-06|
-|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|4.759286946520989e-06|
-|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|4.759286946520989e-06|
-|pypi|[flit_core](https://pypi.org/project/flit_core)|4.759286946520989e-06|
-|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|4.759286946520989e-06|
-|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|4.759286946520989e-06|
-|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|4.759286946520989e-06|
-|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|4.759286946520989e-06|
-|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|4.759286946520989e-06|
-|pypi|[openbabel](http://openbabel.org/)|4.744864864864865e-06|
-|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|4.730904817861346e-06|
-|pypi|[Click](https://palletsprojects.com/p/click/)|4.726912240425772e-06|
-|npm|cli-color|4.713578641435784e-06|
-|pypi|[swapper](https://pypi.org/project/swapper)|4.709189189189189e-06|
-|pypi|[jsonfield](https://pypi.org/project/jsonfield)|4.709189189189189e-06|
-|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|4.709189189189189e-06|
-|pypi|[astroid](https://pypi.org/project/astroid)|4.709189189189189e-06|
-|pypi|[genfire](https://pypi.org/project/genfire)|4.709189189189189e-06|
-|pypi|[uvloop](https://pypi.org/project/uvloop)|4.696251856251856e-06|
-|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|4.696251856251856e-06|
-|npm|native-hello-world|4.682910231660232e-06|
-|npm|module-not-found-error|4.682910231660232e-06|
-|npm|fill-keys|4.682910231660232e-06|
-|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|4.662097297297297e-06|
-|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|4.662097297297297e-06|
-|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.654303534303561e-06|
-|cran|highcharter|4.647226173541963e-06|
-|npm|karma-coverage|4.639739357281374e-06|
-|npm|karma|4.639739357281374e-06|
-|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|4.632313632313631e-06|
-|npm|promise|4.628016409266409e-06|
-|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|4.623077796476146e-06|
-|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|4.623077796476146e-06|
-|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|4.623077796476146e-06|
-|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|4.623077796476146e-06|
-|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|4.623077796476146e-06|
-|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|4.623077796476146e-06|
-|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|4.623077796476146e-06|
-|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|4.623077796476146e-06|
-|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|4.623077796476146e-06|
-|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|4.623077796476146e-06|
-|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|4.623077796476146e-06|
-|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|4.623077796476146e-06|
-|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|4.623077796476146e-06|
-|npm|gulp-util|4.611681392931393e-06|
-|cran|pso|4.606815511163337e-06|
-|cran|soma|4.606815511163337e-06|
-|cran|tcltk2|4.606815511163337e-06|
-|cran|survAUC|4.606815511163337e-06|
-|cran|simsurv|4.606815511163337e-06|
-|cran|set6|4.606815511163337e-06|
-|cran|param6|4.606815511163337e-06|
-|cran|cubature|4.606815511163337e-06|
-|cran|bujar|4.606815511163337e-06|
-|cran|[txtq](https://github.com/wlandau/txtq)|4.598045738045741e-06|
-|cran|pgdraw|4.586872586872587e-06|
-|cran|matrixNormal|4.586872586872587e-06|
-|rubygems|rexml|4.5650303364589075e-06|
-|cran|dockerfiler|4.562731152204836e-06|
-|cran|attachment|4.562731152204836e-06|
-|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.451964569611628e-06|
-|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.451964569611628e-06|
-|pypi|[peewee](https://pypi.org/project/peewee)|4.451964569611628e-06|
-|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.451964569611628e-06|
-|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.451964569611628e-06|
-|pypi|[python-jose](https://pypi.org/project/python-jose)|4.451964569611628e-06|
-|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|4.450540540540573e-06|
-|pypi|[asttokens](https://pypi.org/project/asttokens)|4.422604422604423e-06|
-|pypi|[Automat](https://pypi.org/project/Automat)|4.422604422604423e-06|
-|pypi|[Boruta](https://pypi.org/project/Boruta)|4.422604422604423e-06|
-|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|4.422604422604423e-06|
-|pypi|[cramjam](https://pypi.org/project/cramjam)|4.422604422604423e-06|
-|pypi|[cufflinks](https://pypi.org/project/cufflinks)|4.422604422604423e-06|
-|pypi|[daphne](https://pypi.org/project/daphne)|4.422604422604423e-06|
-|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|4.422604422604423e-06|
-|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|4.422604422604423e-06|
-|pypi|[django-light](https://pypi.org/project/django-light)|4.422604422604423e-06|
-|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|4.422604422604423e-06|
-|pypi|[dpd-components](https://pypi.org/project/dpd-components)|4.422604422604423e-06|
-|pypi|[executing](https://pypi.org/project/executing)|4.422604422604423e-06|
-|pypi|[funcy](https://pypi.org/project/funcy)|4.422604422604423e-06|
-|pypi|[htmlmin](https://pypi.org/project/htmlmin)|4.422604422604423e-06|
-|pypi|[ImageHash](https://pypi.org/project/ImageHash)|4.422604422604423e-06|
-|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|4.422604422604423e-06|
-|pypi|[kmodes](https://pypi.org/project/kmodes)|4.422604422604423e-06|
-|pypi|[lightgbm](https://pypi.org/project/lightgbm)|4.422604422604423e-06|
-|pypi|[missingno](https://pypi.org/project/missingno)|4.422604422604423e-06|
-|pypi|[mlxtend](https://pypi.org/project/mlxtend)|4.422604422604423e-06|
-|pypi|[multimethod](https://pypi.org/project/multimethod)|4.422604422604423e-06|
-|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|4.422604422604423e-06|
-|pypi|[phik](https://pypi.org/project/phik)|4.422604422604423e-06|
-|pypi|[pure-eval](https://pypi.org/project/pure-eval)|4.422604422604423e-06|
-|pypi|[pycaret](https://pypi.org/project/pycaret)|4.422604422604423e-06|
-|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|4.422604422604423e-06|
-|pypi|[pynndescent](https://pypi.org/project/pynndescent)|4.422604422604423e-06|
-|pypi|[pyod](https://pypi.org/project/pyod)|4.422604422604423e-06|
-|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|4.422604422604423e-06|
-|pypi|[shap](https://pypi.org/project/shap)|4.422604422604423e-06|
-|pypi|[slicer](https://pypi.org/project/slicer)|4.422604422604423e-06|
-|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|4.422604422604423e-06|
-|pypi|[textblob](https://pypi.org/project/textblob)|4.422604422604423e-06|
-|pypi|[Twisted](https://pypi.org/project/Twisted)|4.422604422604423e-06|
-|pypi|[visions](https://pypi.org/project/visions)|4.422604422604423e-06|
-|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|4.422604422604423e-06|
-|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|4.414864864864866e-06|
-|pypi|[eli5](https://github.com/eli5-org/eli5)|4.414864864864866e-06|
-|cran|sjPlot|4.414864864864866e-06|
-|cran|sjmisc|4.414864864864866e-06|
-|pypi|[validators](https://pypi.org/project/validators)|4.414864864864865e-06|
-|npm|browserify-istanbul|4.394298724190028e-06|
-|npm|combined-stream|4.394298724190028e-06|
-|cran|TMB|4.374361517480784e-06|
-|cran|sjstats|4.374361517480784e-06|
-|cran|projpred|4.374361517480784e-06|
-|cran|PROreg|4.374361517480784e-06|
-|cran|PMCMRplus|4.374361517480784e-06|
-|cran|PCDimension|4.374361517480784e-06|
-|cran|NbClust|4.374361517480784e-06|
-|cran|mfx|4.374361517480784e-06|
-|cran|M3C|4.374361517480784e-06|
-|cran|lqmm|4.374361517480784e-06|
-|cran|lavaSearch2|4.374361517480784e-06|
-|cran|ivprobit|4.374361517480784e-06|
-|cran|FactoMineR|4.374361517480784e-06|
-|cran|factoextra|4.374361517480784e-06|
-|cran|EGAnet|4.374361517480784e-06|
-|cran|DRR|4.374361517480784e-06|
-|cran|drc|4.374361517480784e-06|
-|cran|ClassDiscovery|4.374361517480784e-06|
-|cran|cAIC4|4.374361517480784e-06|
-|cran|brglm2|4.374361517480784e-06|
-|cran|BayesFM|4.374361517480784e-06|
-|cran|influenceR|4.3410376932116065e-06|
-|rubygems|loofah|4.3247655819084395e-06|
-|rubygems|sourcemap|4.3247655819084395e-06|
-|rubygems|warden|4.3247655819084395e-06|
-|rubygems|responders|4.3247655819084395e-06|
-|rubygems|orm_adapter|4.3247655819084395e-06|
-|rubygems|bcrypt|4.3247655819084395e-06|
-|rubygems|rack-protection|4.3247655819084395e-06|
-|rubygems|hashie|4.3247655819084395e-06|
-|rubygems|fakefs|4.3247655819084395e-06|
-|rubygems|premailer|4.3247655819084395e-06|
-|pypi|[scooby](https://github.com/banesullivan/scooby)|4.3207207207207215e-06|
-|cran|vegalite|4.289747237115657e-06|
-|cran|wdm|4.276900337837839e-06|
-|cran|rmcorr|4.276900337837839e-06|
-|cran|ppcor|4.276900337837839e-06|
-|cran|mbend|4.276900337837839e-06|
-|cran|energy|4.276900337837839e-06|
-|cran|TSP|4.2543243243243245e-06|
-|pypi|[kubernetes](https://pypi.org/project/kubernetes)|4.246100531707069e-06|
-|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|4.24352773826459e-06|
-|cran|[storr](https://github.com/richfitz/storr)|4.233938223938214e-06|
-|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|4.229725370531822e-06|
-|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|4.229725370531822e-06|
-|pypi|[tomlkit](https://pypi.org/project/tomlkit)|4.229725370531822e-06|
-|pypi|[configupdater](https://pypi.org/project/configupdater)|4.229725370531822e-06|
-|npm|mocha-lcov-reporter|4.204633204633205e-06|
-|npm|chai-timers|4.204633204633205e-06|
-|npm|q|4.204633204633205e-06|
-|pypi|[pydicom](https://pypi.org/project/pydicom)|4.204633204633205e-06|
-|rubygems|[yard](http://yardoc.org)|4.197939611764497e-06|
-|cran|treemap|4.188014101057579e-06|
-|cran|networkD3|4.188014101057579e-06|
-|cran|rsample|4.188014101057579e-06|
-|cran|[multimode](https://arxiv.org/abs/1803.00472/)|4.182438659858023e-06|
-|pypi|[jupytext](https://pypi.org/project/jupytext)|4.145827145827145e-06|
-|npm|bl|4.140162162162162e-06|
-|pypi|[portpicker](https://pypi.org/project/portpicker)|4.138935810810811e-06|
-|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|4.138935810810811e-06|
-|npm|path-exists|4.132759132759133e-06|
-|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|4.125000000000004e-06|
-|npm|prismjs|4.116424116424117e-06|
-|cran|[duckdb](https://duckdb.org/)|4.102702702702695e-06|
-|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|4.048719772403986e-06|
-|npm|eslint-config-airbnb|4.047817047817048e-06|
-|pypi|[pycuda](https://pypi.org/project/pycuda)|4.013513513513514e-06|
-|cran|randgeo|4.013513513513514e-06|
-|npm|conventional-github-releaser|3.9833367201788254e-06|
-|npm|corp-semantic-release|3.9833367201788254e-06|
-|npm|gulp-clean-css|3.9833367201788254e-06|
-|cran|googleComputeEngineR|3.9833367201788254e-06|
-|cran|[servr](https://github.com/yihui/servr)|3.980067567567548e-06|
-|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|3.958494208494209e-06|
-|pypi|[tempora](https://pypi.org/project/tempora)|3.9359944420226675e-06|
-|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|3.9243243243243785e-06|
-|pypi|[matchms](https://github.com/matchms/matchms)|3.924324324324348e-06|
-|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|3.924324324324348e-06|
-|cran|reactR|3.924324324324324e-06|
-|cran|mlr3data|3.924324324324324e-06|
-|pypi|[yatiml](https://github.com/yatiml/yatiml)|3.898682432432435e-06|
-|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|3.879729729729747e-06|
-|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|3.873532866019542e-06|
-|cran|sommer|3.864684137024562e-06|
-|cran|MCMCpack|3.864684137024562e-06|
-|cran|CARBayes|3.864684137024562e-06|
-|cran|multcompView|3.864684137024562e-06|
-|cran|estimability|3.864684137024562e-06|
-|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|3.852972972972972e-06|
-|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|3.839012925969448e-06|
-|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|3.822393822393823e-06|
-|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|3.7895710928319675e-06|
-|pypi|[google-api-python-client](https://github.com/googleapis/google-api-python-client/)|3.7849199144973824e-06|
-|npm|[material-ui](http://material-ui.com/)|3.7841698841699056e-06|
-|cran|RNeXML|3.784169884169884e-06|
-|cran|phylobase|3.784169884169884e-06|
-|cran|striprtf|3.784169884169884e-06|
-|cran|streamR|3.784169884169884e-06|
-|cran|readODS|3.784169884169884e-06|
-|rubygems|regexp_parser|3.769831503656388e-06|
-|rubygems|rubocop-performance|3.769831503656388e-06|
-|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.746694386694386e-06|
-|cran|rlog|3.704781704781705e-06|
-|cran|loggit|3.704781704781705e-06|
-|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|3.702261445118585e-06|
-|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|3.6790540540540556e-06|
-|pypi|[quandl](https://github.com/quandl/quandl-python)|3.6790540540540556e-06|
-|cran|base64|3.679054054054054e-06|
-|cran|learnr|3.679054054054054e-06|
-|rubygems|[terminal-table](https://github.com/tj/terminal-table)|3.679054054054054e-06|
-|rubygems|minima|3.679054054054054e-06|
-|rubygems|mercenary|3.679054054054054e-06|
-|rubygems|jekyll-titles-from-headings|3.679054054054054e-06|
-|rubygems|jekyll-theme-time-machine|3.679054054054054e-06|
-|rubygems|jekyll-theme-tactile|3.679054054054054e-06|
-|rubygems|jekyll-theme-slate|3.679054054054054e-06|
-|rubygems|jekyll-theme-modernist|3.679054054054054e-06|
-|rubygems|jekyll-theme-minimal|3.679054054054054e-06|
-|rubygems|jekyll-theme-midnight|3.679054054054054e-06|
-|rubygems|jekyll-theme-merlot|3.679054054054054e-06|
-|rubygems|jekyll-theme-leap-day|3.679054054054054e-06|
-|rubygems|jekyll-theme-hacker|3.679054054054054e-06|
-|rubygems|jekyll-theme-dinky|3.679054054054054e-06|
-|rubygems|jekyll-theme-cayman|3.679054054054054e-06|
-|rubygems|jekyll-theme-architect|3.679054054054054e-06|
-|rubygems|jekyll-swiss|3.679054054054054e-06|
-|rubygems|jekyll-sitemap|3.679054054054054e-06|
-|rubygems|jekyll-seo-tag|3.679054054054054e-06|
-|rubygems|jekyll-relative-links|3.679054054054054e-06|
-|rubygems|jekyll-redirect-from|3.679054054054054e-06|
-|rubygems|jekyll-readme-index|3.679054054054054e-06|
-|rubygems|jekyll-paginate|3.679054054054054e-06|
-|rubygems|jekyll-optional-front-matter|3.679054054054054e-06|
-|rubygems|jekyll-mentions|3.679054054054054e-06|
-|rubygems|jekyll-include-cache|3.679054054054054e-06|
-|rubygems|jekyll-github-metadata|3.679054054054054e-06|
-|rubygems|jekyll-gist|3.679054054054054e-06|
-|rubygems|jekyll-feed|3.679054054054054e-06|
-|rubygems|jekyll-default-layout|3.679054054054054e-06|
-|rubygems|jekyll-coffeescript|3.679054054054054e-06|
-|rubygems|jekyll-avatar|3.679054054054054e-06|
-|rubygems|github-pages-health-check|3.679054054054054e-06|
-|rubygems|rubocop-github|3.679054054054054e-06|
-|npm|sinon-chai|3.6664928545857187e-06|
-|npm|repeat-string|3.6422635135135132e-06|
-|npm|tap-out|3.6422635135135132e-06|
-|npm|figures|3.6422635135135132e-06|
-|npm|pretty-ms|3.6422635135135132e-06|
-|npm|tapes|3.6422635135135132e-06|
-|cran|plotlyGeoAssets|3.6170910384068273e-06|
-|cran|listviewer|3.6170910384068273e-06|
-|rubygems|rqrcode_core|3.6039713182570322e-06|
-|rubygems|chunky_png|3.6039713182570322e-06|
-|rubygems|standardrb|3.6039713182570322e-06|
-|rubygems|chronic|3.6039713182570322e-06|
-|rubygems|fast_stack|3.6039713182570322e-06|
-|rubygems|guard|3.6039713182570322e-06|
-|rubygems|guard-minitest|3.6039713182570322e-06|
-|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|3.6010535081742783e-06|
-|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|3.5804511196715647e-06|
-|cran|FME|3.5679316050744618e-06|
-|npm|[node-minify](https://github.com/srod/node-minify)|3.567567567567595e-06|
-|pypi|[howfairis](https://github.com/fair-software/howfairis)|3.567567567567595e-06|
-|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|3.567567567567595e-06|
-|pypi|[pyone](http://opennebula.io)|3.567567567567595e-06|
-|pypi|[bigslice](https://github.com/satriaphd/bigslice)|3.567567567567595e-06|
-|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|3.567567567567595e-06|
-|pypi|[cpplint](https://github.com/cpplint/cpplint)|3.567567567567595e-06|
-|pypi|[synthia](https://github.com/dmey/synthia)|3.567567567567595e-06|
-|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|3.567567567567595e-06|
-|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|3.567567567567595e-06|
-|pypi|[symfem](https://github.com/mscroggs/symfem)|3.567567567567595e-06|
-|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|3.567567567567595e-06|
-|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|3.567567567567595e-06|
-|pypi|[contextily](https://github.com/darribas/contextily)|3.567567567567595e-06|
-|cran|[rlist](https://renkun.me/rlist)|3.567567567567595e-06|
-|cran|[CholWishart](https://github.com/gzt/CholWishart)|3.567567567567595e-06|
-|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|3.567567567567568e-06|
-|npm|Gmsh|3.567567567567568e-06|
-|npm|[MTEX](https://github.com/diversemix/mtex#readme)|3.567567567567568e-06|
-|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|3.567567567567568e-06|
-|npm|[graphql](https://github.com/graphql/graphql-js)|3.567567567567568e-06|
-|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|3.567567567567568e-06|
-|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|3.567567567567568e-06|
-|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|3.567567567567568e-06|
-|pypi|[electiondata](https://github.com/kavigupta/electiondata)|3.567567567567568e-06|
-|pypi|[clingo](https://github.com/potassco/clingo)|3.567567567567568e-06|
-|pypi|[libceed](https://libceed.readthedocs.io)|3.567567567567568e-06|
-|pypi|[tesliper](https://github.com/mishioo/tesliper)|3.567567567567568e-06|
-|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|3.567567567567568e-06|
-|pypi|[asciitree](http://github.com/mbr/asciitree)|3.5586486486486493e-06|
-|cran|diffobj|3.557403681354901e-06|
-|cran|[susieR](https://github.com/stephenslab/susieR)|3.5365452408930647e-06|
-|npm|babel-plugin-transform-object-rest-spread|3.5360231410651577e-06|
-|npm|karma-sourcemap-loader|3.5360231410651577e-06|
-|npm|karma-mocha|3.5360231410651577e-06|
-|npm|karma-chrome-launcher|3.5360231410651577e-06|
-|npm|karma-chai|3.5360231410651577e-06|
-|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|3.518847972972974e-06|
-|cran|rvg|3.4854196301564724e-06|
-|cran|officer|3.4854196301564724e-06|
-|cran|phosphoricons|3.4854196301564724e-06|
-|cran|datamods|3.4854196301564724e-06|
-|cran|[NMF](http://renozao.github.io/NMF)|3.4813186813186893e-06|
-|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|3.462639109697934e-06|
-|cran|[fastcluster](http://danifold.net/fastcluster.html)|3.453029871977249e-06|
-|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|3.4459459459459567e-06|
-|cran|aws.ec2metadata|3.44015444015444e-06|
-|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|3.4266449401584586e-06|
-|cran|loo|3.41795989537925e-06|
-|cran|ISLR|3.41795989537925e-06|
-|cran|ICSOutlier|3.41795989537925e-06|
-|cran|ICS|3.41795989537925e-06|
-|cran|CompQuadForm|3.41795989537925e-06|
-|cran|bigutilsr|3.41795989537925e-06|
-|cran|[umap](https://github.com/tkonopka/umap)|3.4133976833976917e-06|
-|pypi|[pytest-remotedata](https://github.com/astropy/pytest-remotedata)|3.3791938490214365e-06|
-|npm|karma-cli|3.3677494802494803e-06|
-|pypi|[PySide2](https://www.pyside.org)|3.360648648648682e-06|
-|pypi|[twiggy](https://github.com/wearpants/twiggy/)|3.351635846372691e-06|
-|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.3188057825267146e-06|
-|pypi|[pathy](https://github.com/justindujardin/pathy)|3.3188057825267146e-06|
-|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.3188057825267146e-06|
-|cran|[philentropy](https://github.com/HajkD/philentropy)|3.317837837837839e-06|
-|npm|[babel-polyfill](https://babeljs.io/)|3.310162099635793e-06|
-|npm|pkgfiles|3.2905825079738122e-06|
-|npm|puppeteer|3.2905825079738122e-06|
-|npm|obake|3.2905825079738122e-06|
-|npm|is-node-modern|3.2905825079738122e-06|
-|npm|in-publish|3.2905825079738122e-06|
-|npm|formidable|3.2905825079738122e-06|
-|npm|far|3.2905825079738122e-06|
-|npm|fake|3.2905825079738122e-06|
-|npm|asynckit|3.2905825079738122e-06|
-|cran|tidyquant|3.2905825079738122e-06|
-|cran|tibbletime|3.2905825079738122e-06|
-|cran|sweep|3.2905825079738122e-06|
-|cran|timetk|3.2905825079738122e-06|
-|pypi|[pydotplus](https://pypi.org/project/pydotplus)|3.280394946029621e-06|
-|pypi|[xcffib](https://pypi.org/project/xcffib)|3.2780371621621625e-06|
-|cran|[data.tree](http://github.com/gluc/data.tree)|3.2763807285546398e-06|
-|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|3.2602079002079004e-06|
-|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|3.2602079002079004e-06|
-|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|3.2602079002079004e-06|
-|cran|syslognet|3.2602079002079004e-06|
-|cran|botor|3.2602079002079004e-06|
-|cran|telegram|3.2602079002079004e-06|
-|cran|RPushbullet|3.2602079002079004e-06|
-|cran|slackr|3.2602079002079004e-06|
-|cran|[EMbC]()|3.217181467181475e-06|
-|cran|[geodist](https://github.com/hypertidy/geodist)|3.2108108108108713e-06|
-|cran|languageR|3.210810810810811e-06|
-|cran|arm|3.210810810810811e-06|
-|cran|hypergeo|3.210810810810811e-06|
-|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|3.1795827657896643e-06|
-|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|3.1795827657896643e-06|
-|cran|concaveman|3.1534749034749035e-06|
-|cran|tweenr|3.1534749034749035e-06|
-|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|3.135439665017129e-06|
-|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|3.135439665017129e-06|
-|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|3.121621621621623e-06|
-|npm|babel-plugin-istanbul|3.1115169040589206e-06|
-|rubygems|ruby-vips|3.089118272791742e-06|
-|rubygems|mini_magick|3.089118272791742e-06|
-|rubygems|minitest-hooks|3.089118272791742e-06|
-|rubygems|minispec-metadata|3.089118272791742e-06|
-|rubygems|dhash-vips|3.089118272791742e-06|
-|rubygems|codeclimate-test-reporter|3.089118272791742e-06|
-|rubygems|ZenTest|3.089118272791742e-06|
-|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|3.075289575289584e-06|
-|cran|snpStats|3.0712103407755583e-06|
-|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|3.0579150579150898e-06|
-|cran|skewt|3.027335907335907e-06|
-|cran|catdata|3.027335907335907e-06|
-|cran|MPV|3.027335907335907e-06|
-|cran|fit.models|3.027335907335907e-06|
-|cran|robust|3.027335907335907e-06|
-|cran|DEoptimR|3.027335907335907e-06|
-|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|3.010135135135135e-06|
-|pypi|[iso3166](https://pypi.org/project/iso3166)|3.010135135135135e-06|
-|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|3.010135135135135e-06|
-|pypi|[pvfactors](https://pypi.org/project/pvfactors)|3.010135135135135e-06|
-|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|2.972972972972991e-06|
-|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|2.972972972972991e-06|
-|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|2.972972972972991e-06|
-|pypi|[mne](https://mne.tools/dev/)|2.952469711090402e-06|
-|npm|phantomjs-prebuilt|2.943243243243243e-06|
-|cran|IRanges|2.943243243243243e-06|
-|cran|qdapDictionaries|2.943243243243243e-06|
-|npm|tar|2.913810810810811e-06|
-|npm|closurecompiler-externs|2.913810810810811e-06|
-|npm|jsdoc|2.913810810810811e-06|
-|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|2.913810810810811e-06|
-|pypi|[texttable](https://pypi.org/project/texttable)|2.913810810810811e-06|
-|pypi|[pymeeus](https://pypi.org/project/pymeeus)|2.913810810810811e-06|
-|cran|swagger|2.910899910899911e-06|
-|cran|nlshrink|2.9108999108999105e-06|
-|cran|NetworkComparisonTest|2.9108999108999105e-06|
-|cran|NetworkToolbox|2.9108999108999105e-06|
-|cran|mathjaxr|2.9108999108999105e-06|
-|cran|glassoFast|2.9108999108999105e-06|
-|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|2.9097972972973174e-06|
-|cran|[leafem](https://github.com/r-spatial/leafem)|2.909797297297302e-06|
-|pypi|[croniter](https://pypi.org/project/croniter)|2.8830405405405424e-06|
-|cran|[ghql](https://github.com/ropensci/ghql)|2.8746361746361756e-06|
-|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|2.871456822676335e-06|
-|pypi|[cudf](https://pypi.org/project/cudf)|2.871456822676335e-06|
-|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|2.871456822676335e-06|
-|pypi|[snappy](https://pypi.org/project/snappy)|2.871456822676335e-06|
-|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.871456822676335e-06|
-|pypi|[datashape](https://pypi.org/project/datashape)|2.871456822676335e-06|
-|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|2.845352669742911e-06|
-|pypi|[pyoculus](https://pypi.org/project/pyoculus)|2.8330683624801273e-06|
-|pypi|[py-spec](https://pypi.org/project/py-spec)|2.8330683624801273e-06|
-|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|2.8255135135135134e-06|
-|cran|tablerDash|2.8030888030888026e-06|
-|cran|argonDash|2.8030888030888026e-06|
-|cran|argonR|2.8030888030888026e-06|
-|cran|shinydashboardPlus|2.8030888030888026e-06|
-|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.7883357041251775e-06|
-|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|2.7883357041251775e-06|
-|pypi|[horovod](https://pypi.org/project/horovod)|2.7883357041251775e-06|
-|pypi|[pygam](https://github.com/dswah/pyGAM)|2.777606177606179e-06|
-|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|2.775057915057915e-06|
-|pypi|[itk-registration](https://pypi.org/project/itk-registration)|2.775057915057915e-06|
-|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|2.775057915057915e-06|
-|pypi|[itk-io](https://pypi.org/project/itk-io)|2.775057915057915e-06|
-|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|2.775057915057915e-06|
-|pypi|[itk-core](https://pypi.org/project/itk-core)|2.775057915057915e-06|
-|cran|[isdparser](https://github.com/ropensci/isdparser)|2.771235521235523e-06|
-|cran|geonames|2.771235521235523e-06|
-|cran|Exact|2.768742655699175e-06|
-|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|2.764040315395154e-06|
-|npm|gpx-parse|2.762888051023644e-06|
-|npm|node-geo-distance|2.762888051023644e-06|
-|npm|rx|2.762888051023644e-06|
-|npm|redis|2.762888051023644e-06|
-|npm|seed-random|2.7592905405405404e-06|
-|npm|freeport|2.7592905405405404e-06|
-|npm|ws|2.7592905405405404e-06|
-|npm|node-uuid|2.7592905405405404e-06|
-|npm|event-emitter|2.7592905405405404e-06|
-|cran|[xslt](https://github.com/ropensci/xslt)|2.7567567567567683e-06|
-|pypi|[spacy-transformers](https://spacy.io)|2.724211187932118e-06|
-|pypi|[pythainlp](https://pypi.org/project/pythainlp)|2.724211187932118e-06|
-|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|2.724211187932118e-06|
-|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|2.724211187932118e-06|
-|pypi|[natto-py](https://pypi.org/project/natto-py)|2.724211187932118e-06|
-|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|2.724211187932118e-06|
-|pypi|[sudachipy](https://pypi.org/project/sudachipy)|2.724211187932118e-06|
-|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|2.724211187932118e-06|
-|cran|starsdata|2.7193008225616923e-06|
-|cran|ncdfgeom|2.7193008225616923e-06|
-|cran|cubelyr|2.7193008225616923e-06|
-|cran|clue|2.7193008225616923e-06|
-|cran|effects|2.716839916839917e-06|
-|cran|alr4|2.716839916839917e-06|
-|cran|carData|2.716839916839917e-06|
-|cran|vtreat|2.716839916839917e-06|
-|cran|kknn|2.716839916839917e-06|
-|cran|smotefamily|2.716839916839917e-06|
-|cran|bestNormalize|2.716839916839917e-06|
-|cran|mlr3learners|2.716839916839917e-06|
-|cran|mlr3filters|2.716839916839917e-06|
-|cran|bbotk|2.716839916839917e-06|
-|pypi|[selenium](https://pypi.org/project/selenium)|2.716792219391966e-06|
-|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|2.682030405405405e-06|
-|pypi|[elementpath](https://pypi.org/project/elementpath)|2.682030405405405e-06|
-|rubygems|coffee-script-source|2.6759487038058466e-06|
-|cran|[Momocs](https://github.com/MomX/Momocs/)|2.6756756756757112e-06|
-|cran|[iptools](https://github.com/hrbrmstr/iptools)|2.675675675675696e-06|
-|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|2.675675675675681e-06|
-|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|2.675675675675681e-06|
-|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|2.675675675675681e-06|
-|pypi|[genshi](https://github.com/edgewall/genshi)|2.675675675675681e-06|
-|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|2.675675675675681e-06|
-|pypi|[neo](https://neuralensemble.org/neo)|2.675675675675681e-06|
-|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|2.675675675675681e-06|
-|pypi|[cspy](https://github.com/torressa/cspy)|2.675675675675681e-06|
-|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|2.675675675675681e-06|
-|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|2.675675675675681e-06|
-|cran|leaflet.minicharts|2.675675675675681e-06|
-|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|2.675675675675681e-06|
-|cran|[metR](https://github.com/eliocamp/metR)|2.675675675675681e-06|
-|npm|[tailwindcss](https://tailwindcss.com)|2.675675675675676e-06|
-|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|2.675675675675676e-06|
-|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|2.675675675675676e-06|
-|pypi|[easybuild](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-easyblocks](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-easyconfigs](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-framework](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[pscript](https://pypi.org/project/pscript)|2.6756756756756757e-06|
-|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|2.6756756756756757e-06|
-|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.6756756756756757e-06|
-|pypi|[path.py](https://pypi.org/project/path.py)|2.6756756756756757e-06|
-|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|2.6703243243243334e-06|
-|cran|gcookbook|2.65555781345255e-06|
-|pypi|[mygene](https://github.com/biothings/mygene.py)|2.648918918918935e-06|
-|cran|GA|2.6489189189189193e-06|
-|cran|gclus|2.6489189189189193e-06|
-|cran|qap|2.6489189189189193e-06|
-|cran|biomaRt|2.6489189189189185e-06|
-|rubygems|rack-test|2.6391738351835937e-06|
-|npm|serialize-javascript|2.6276329633204634e-06|
-|npm|jest-worker|2.6276329633204634e-06|
-|pypi|[nox](https://pypi.org/project/nox)|2.6262563587430347e-06|
-|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|2.6262563587430347e-06|
-|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|2.6262563587430347e-06|
-|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|2.6262563587430347e-06|
-|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|2.6262563587430347e-06|
-|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|2.622429729729721e-06|
-|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|2.6210700496414787e-06|
-|pypi|[hashin](https://pypi.org/project/hashin)|2.6034104836921737e-06|
-|pypi|[jsonref](https://pypi.org/project/jsonref)|2.6033601168736303e-06|
-|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|2.6033601168736303e-06|
-|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|2.6033601168736303e-06|
-|pypi|[promise](https://pypi.org/project/promise)|2.6033601168736303e-06|
-|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.6029079203272754e-06|
-|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.6029079203272754e-06|
-|cran|[xgboost](https://github.com/dmlc/xgboost)|2.5992277992278203e-06|
-|pypi|[testresources](https://pypi.org/project/testresources)|2.5900540540540542e-06|
-|pypi|[oslotest](https://pypi.org/project/oslotest)|2.5900540540540542e-06|
-|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|2.5900540540540542e-06|
-|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|2.5900540540540542e-06|
-|pypi|[betamax](https://pypi.org/project/betamax)|2.5900540540540542e-06|
-|pypi|[watermark](https://pypi.org/project/watermark)|2.5843111404087016e-06|
-|npm|eslint-plugin-jest|2.565538904521955e-06|
-|npm|moment-timezone|2.565538904521955e-06|
-|cran|dblog|2.5337485311398354e-06|
-|npm|babel-plugin-unassert|2.5227799227799226e-06|
-|npm|babel-preset-power-assert|2.5227799227799226e-06|
-|npm|eslint-config-mysticatea|2.5227799227799226e-06|
-|npm|if-node-version|2.5227799227799226e-06|
-|npm|opener|2.5227799227799226e-06|
-|npm|power-assert|2.5227799227799226e-06|
-|npm|shelljs|2.5227799227799226e-06|
-|npm|chokidar|2.5227799227799226e-06|
-|npm|glob2base|2.5227799227799226e-06|
-|npm|shell-quote|2.5227799227799226e-06|
-|npm|subarg|2.5227799227799226e-06|
-|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|2.5227799227799226e-06|
-|pypi|[clize](https://github.com/epsy/clize)|2.4972972972973044e-06|
-|pypi|[mip](https://github.com/coin-or/python-mip)|2.4937297297297393e-06|
-|pypi|[tvtk](https://pypi.org/project/tvtk)|2.4931001589825115e-06|
-|pypi|[IPython](https://ipython.org)|2.4796554796554994e-06|
-|npm|testing-library|2.46985446985447e-06|
-|npm|escape-html|2.4698544698544696e-06|
-|pypi|[resample](http://github.com/resample-project/resample)|2.452702702702703e-06|
-|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|2.452702702702703e-06|
-|pypi|[numba-stats](https://pypi.org/project/numba-stats)|2.452702702702703e-06|
-|cran|bcpa|2.452702702702703e-06|
-|cran|amt|2.452702702702703e-06|
-|cran|circular|2.452702702702703e-06|
-|pypi|[pytest-django](https://pypi.org/project/pytest-django)|2.4281756756756755e-06|
-|pypi|[sybil](https://pypi.org/project/sybil)|2.4281756756756755e-06|
-|pypi|[zope.component](https://pypi.org/project/zope.component)|2.4281756756756755e-06|
-|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|2.4281756756756755e-06|
-|cran|Rfast|2.4246397427175458e-06|
-|cran|genlasso|2.4246397427175458e-06|
-|cran|L0Learn|2.4246397427175458e-06|
-|cran|mixsqp|2.4246397427175458e-06|
-|rubygems|rubocop-standard|2.402647545504688e-06|
-|rubygems|minitest-focus|2.402647545504688e-06|
-|rubygems|unicode-display_width|2.402647545504688e-06|
-|rubygems|rubocop-ast|2.402647545504688e-06|
-|rubygems|rainbow|2.402647545504688e-06|
-|rubygems|parser|2.402647545504688e-06|
-|rubygems|parallel|2.402647545504688e-06|
-|rubygems|rspec_junit_formatter|2.402647545504688e-06|
-|npm|sendgrid-rest|2.3945029775538247e-06|
-|npm|system-sleep|2.3945029775538247e-06|
-|npm|lodash.chunk|2.3945029775538247e-06|
-|npm|mailparser|2.3945029775538247e-06|
-|npm|async.ensureasync|2.3945029775538247e-06|
-|npm|bottleneck|2.3945029775538247e-06|
-|npm|mocha-sinon|2.3945029775538247e-06|
-|npm|async.queue|2.3945029775538247e-06|
-|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|2.3808052950910103e-06|
-|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|2.3760000000000112e-06|
-|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.3651061776061773e-06|
-|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.3651061776061773e-06|
-|pypi|[nitime](https://pypi.org/project/nitime)|2.3651061776061773e-06|
-|pypi|[codespell](https://pypi.org/project/codespell)|2.3651061776061773e-06|
-|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.3651061776061773e-06|
-|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|2.3651061776061773e-06|
-|pypi|[h5io](https://pypi.org/project/h5io)|2.3651061776061773e-06|
-|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|2.341455115830116e-06|
-|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|2.338877338877338e-06|
-|cran|NetSwan|2.3034077555816687e-06|
-|cran|netrankr|2.3034077555816687e-06|
-|cran|RDCOMClient|2.3034077555816687e-06|
-|cran|base|2.3034077555816687e-06|
-|cran|fortunes|2.295145945945947e-06|
-|npm|methods|2.2934362934362933e-06|
-|pypi|[nbstripout](https://pypi.org/project/nbstripout)|2.2934362934362933e-06|
-|cran|mail|2.2934362934362933e-06|
-|cran|bibtex|2.2934362934362933e-06|
-|cran|synchronicity|2.2934362934362933e-06|
-|cran|doMPI|2.2934362934362933e-06|
-|cran|rngtools|2.2934362934362933e-06|
-|cran|pkgmaker|2.2934362934362933e-06|
-|pypi|[dcor](https://pypi.org/project/dcor)|2.283550792171482e-06|
-|cran|waveslim|2.283550792171482e-06|
-|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|2.282668986894338e-06|
-|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|2.264033264033264e-06|
-|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|2.264033264033264e-06|
-|npm|package-yaml|2.264033264033264e-06|
-|npm|json-loader|2.264033264033264e-06|
-|npm|isparta-loader|2.264033264033264e-06|
-|npm|isparta|2.264033264033264e-06|
-|npm|gh-pages|2.264033264033264e-06|
-|npm|gatsby|2.264033264033264e-06|
-|npm|expect|2.264033264033264e-06|
-|npm|enzyme-adapter-react-16|2.264033264033264e-06|
-|npm|enzyme|2.264033264033264e-06|
-|npm|conventional-changelog|2.264033264033264e-06|
-|npm|chai-enzyme|2.264033264033264e-06|
-|npm|babel-plugin-__coverage__|2.264033264033264e-06|
-|npm|add-stream|2.264033264033264e-06|
-|npm|karma-webpack|2.264033264033264e-06|
-|npm|karma-sinon|2.264033264033264e-06|
-|npm|karma-mocha-reporter|2.264033264033264e-06|
-|npm|lodash.isequal|2.264033264033264e-06|
-|npm|classnames|2.264033264033264e-06|
-|npm|clamp|2.264033264033264e-06|
-|npm|watch|2.264033264033264e-06|
-|npm|unminified-webpack-plugin|2.264033264033264e-06|
-|npm|jsonpath|2.264033264033264e-06|
-|npm|jest-cli|2.264033264033264e-06|
-|npm|globify|2.264033264033264e-06|
-|npm|codeclimate-test-reporter|2.264033264033264e-06|
-|npm|codacy-coverage|2.264033264033264e-06|
-|npm|cash-cat|2.264033264033264e-06|
-|npm|biased-opener|2.264033264033264e-06|
-|npm|random-buffer|2.264033264033264e-06|
-|npm|nock|2.264033264033264e-06|
-|npm|is-zip|2.264033264033264e-06|
-|npm|pify|2.264033264033264e-06|
-|npm|p-event|2.264033264033264e-06|
-|npm|make-dir|2.264033264033264e-06|
-|npm|got|2.264033264033264e-06|
-|npm|get-stream|2.264033264033264e-06|
-|npm|filenamify|2.264033264033264e-06|
-|npm|ext-name|2.264033264033264e-06|
-|npm|decompress|2.264033264033264e-06|
-|npm|content-disposition|2.264033264033264e-06|
-|npm|archive-type|2.264033264033264e-06|
-|pypi|[anndata](http://anndata.readthedocs.io)|2.2594594594594685e-06|
-|pypi|[scikit_learn](http://scikit-learn.org)|2.2297297297297466e-06|
-|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2297297297297394e-06|
-|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.196870554765302e-06|
-|cran|numbers|2.168705547652919e-06|
-|rubygems|letter_opener|2.1623827909542198e-06|
-|rubygems|rspec-rails|2.1623827909542198e-06|
-|pypi|[python-slugify](https://github.com/un33k/python-slugify)|2.1621621621621644e-06|
-|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|2.140540540540581e-06|
-|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|2.140540540540581e-06|
-|cran|Rd2md|2.140540540540581e-06|
-|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|2.1405405405405508e-06|
-|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|2.1405405405405508e-06|
-|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|2.1405405405405508e-06|
-|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|2.1405405405405508e-06|
-|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|2.1405405405405508e-06|
-|pypi|[RagTag](https://github.com/malonge/RagTag)|2.1405405405405508e-06|
-|pypi|[bakta](https://github.com/oschwengers/bakta)|2.1405405405405508e-06|
-|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|2.1405405405405508e-06|
-|pypi|[tripoli](https://github.com/DDMAL/tripoli)|2.1405405405405508e-06|
-|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|2.1405405405405508e-06|
-|pypi|[update_checker](https://github.com/bboe/update_checker)|2.1405405405405508e-06|
-|pypi|[ogb](https://github.com/snap-stanford/ogb)|2.1405405405405508e-06|
-|pypi|[foolbox](https://github.com/bethgelab/foolbox)|2.1405405405405508e-06|
-|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|2.1405405405405508e-06|
-|cran|[hash](http://www.johnhughes.org)|2.1405405405405508e-06|
-|cran|[leafletR](https://github.com/chgrl/leafletR)|2.1405405405405508e-06|
-|cran|[digitTests](https://koenderks.github.io/digitTests/)|2.1405405405405508e-06|
-|cran|[jfa](https://koenderks.github.io/jfa/)|2.1405405405405508e-06|
-|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|2.1405405405405406e-06|
-|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|2.1405405405405406e-06|
-|pypi|[ipympl](https://pypi.org/project/ipympl)|2.1405405405405406e-06|
-|pypi|[hvplot](https://pypi.org/project/hvplot)|2.1405405405405406e-06|
-|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|2.1405405405405207e-06|
-|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|2.1405405405405207e-06|
-|cran|textshaping|2.1320566908371787e-06|
-|pypi|[vcrpy](https://pypi.org/project/vcrpy)|2.131926695306977e-06|
-|cran|[fda](http://www.functionaldata.org)|2.1235521235521413e-06|
-|cran|R.cache|2.119135135135135e-06|
-|cran|tidymodels|2.0775834658187605e-06|
-|cran|DiagrammeRsvg|2.037629937629938e-06|
-|cran|rapportools|2.018223938223938e-06|
-|cran|suncalc|2.006756756756757e-06|
-|cran|fftw|2.006756756756757e-06|
-|cran|manipulate|2.006756756756757e-06|
-|cran|Gmedian|2.006756756756757e-06|
-|cran|fasttime|2.006756756756757e-06|
-|npm|should-util|2.0067567567567564e-06|
-|npm|mocha-better-spec-reporter|2.0067567567567564e-06|
-|npm|should-equal|2.0067567567567564e-06|
-|npm|eslint-config-shouldjs|2.0067567567567564e-06|
-|npm|should-type|2.0067567567567564e-06|
-|npm|should-format|2.0067567567567564e-06|
-|npm|should-type-adaptors|2.0067567567567564e-06|
-|npm|[compression](https://github.com/expressjs/compression#readme)|1.974903474903494e-06|
-|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|1.9621621621621892e-06|
-|cran|[kSamples](NA)|1.9324324324324372e-06|
-|pypi|[multipledispatch](http://github.com/mrocklin/multipledispatch/)|1.9073745173745312e-06|
-|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|1.9027027027027003e-06|
-|pypi|[mxnet](https://pypi.org/project/mxnet)|1.898866608544028e-06|
-|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|1.898866608544028e-06|
-|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|1.8935550935550937e-06|
-|cran|graphlayouts|1.892084942084942e-06|
-|npm|[which](https://github.com/isaacs/node-which#readme)|1.8868414018414053e-06|
-|pypi|[rpy2](https://rpy2.github.io)|1.881891891891906e-06|
-|npm|webpack-manifest-plugin|1.8687258687258687e-06|
-|npm|script-loader|1.8687258687258687e-06|
-|npm|recursive-readdir|1.8687258687258687e-06|
-|npm|react-dev-utils|1.8687258687258687e-06|
-|npm|output-file-sync|1.8687258687258687e-06|
-|npm|npm-release|1.8687258687258687e-06|
-|npm|jest-canvas-mock|1.8687258687258687e-06|
-|npm|imports-loader|1.8687258687258687e-06|
-|npm|fs-promise|1.8687258687258687e-06|
-|npm|flow-typed|1.8687258687258687e-06|
-|npm|flow-bin|1.8687258687258687e-06|
-|npm|find-cache-dir|1.8687258687258687e-06|
-|npm|filesize|1.8687258687258687e-06|
-|npm|fake-xml-http-request|1.8687258687258687e-06|
-|npm|eslint-plugin-flowtype|1.8687258687258687e-06|
-|npm|eslint-loader|1.8687258687258687e-06|
-|npm|eslint-config-react-app|1.8687258687258687e-06|
-|npm|dmd-clear|1.8687258687258687e-06|
-|npm|dagre|1.8687258687258687e-06|
-|npm|child-process-promise|1.8687258687258687e-06|
-|npm|case-sensitive-paths-webpack-plugin|1.8687258687258687e-06|
-|npm|babel-plugin-flow-react-proptypes|1.8687258687258687e-06|
-|npm|gulp-marked|1.8523908523908524e-06|
-|npm|gulp-mocha-phantomjs|1.8523908523908524e-06|
-|npm|humanize|1.8523908523908524e-06|
-|npm|chai-jquery|1.8523908523908524e-06|
-|npm|gulp-iife|1.8523908523908524e-06|
-|npm|gulp-cache|1.8523908523908524e-06|
-|npm|gulp-closure-compiler|1.8523908523908524e-06|
-|npm|drool|1.8523908523908524e-06|
-|npm|gulp-file|1.8523908523908524e-06|
-|npm|gulp-imagemin|1.8523908523908524e-06|
-|npm|escodegen|1.8523908523908524e-06|
-|npm|gulp-zip|1.8523908523908524e-06|
-|npm|gulp-csso|1.8523908523908524e-06|
-|npm|gulp-shell|1.8523908523908524e-06|
-|npm|merge-stream|1.8523908523908524e-06|
-|npm|swig|1.8523908523908524e-06|
-|npm|vinyl-paths|1.8523908523908524e-06|
-|npm|gulp-connect|1.8523908523908524e-06|
-|npm|gulp-css-inline-images|1.8523908523908524e-06|
-|npm|gulp-front-matter|1.8523908523908524e-06|
-|npm|gulp-jscs|1.8523908523908524e-06|
-|npm|gulp-open|1.8523908523908524e-06|
-|npm|gulp-flatten|1.8523908523908524e-06|
-|npm|gulp-load-plugins|1.8523908523908524e-06|
-|npm|gulp-sass|1.8523908523908524e-06|
-|npm|gulp-header|1.8523908523908524e-06|
-|npm|gulp-size|1.8523908523908524e-06|
-|npm|gulp-replace|1.8523908523908524e-06|
-|npm|gulp-sourcemaps|1.8523908523908524e-06|
-|npm|gulp-subtree|1.8523908523908524e-06|
-|npm|gulp-tap|1.8523908523908524e-06|
-|pypi|[starry](https://pypi.org/project/starry)|1.8523908523908524e-06|
-|pypi|[rtds-action](https://pypi.org/project/rtds-action)|1.8523908523908524e-06|
-|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|1.839527027027027e-06|
-|npm|node-libs-browser|1.839527027027027e-06|
-|npm|module-alias|1.839527027027027e-06|
-|npm|mocha-phantomjs-istanbul|1.839527027027027e-06|
-|npm|mocha-phantomjs-core|1.839527027027027e-06|
-|npm|get-port|1.839527027027027e-06|
-|npm|eslint-config-airbnb-base|1.839527027027027e-06|
-|npm|connect|1.839527027027027e-06|
-|npm|babel-plugin-module-resolver|1.839527027027027e-06|
-|npm|asap|1.839527027027027e-06|
-|npm|a-sync-waterfall|1.839527027027027e-06|
-|pypi|[sagemaker](https://pypi.org/project/sagemaker)|1.839527027027027e-06|
-|pypi|[ftfy](https://pypi.org/project/ftfy)|1.839527027027027e-06|
-|pypi|[fairscale](https://pypi.org/project/fairscale)|1.839527027027027e-06|
-|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|1.839527027027027e-06|
-|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.839527027027027e-06|
-|pypi|[unidic](https://pypi.org/project/unidic)|1.839527027027027e-06|
-|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|1.839527027027027e-06|
-|pypi|[ipadic](https://pypi.org/project/ipadic)|1.839527027027027e-06|
-|pypi|[fugashi](https://pypi.org/project/fugashi)|1.839527027027027e-06|
-|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|1.839527027027027e-06|
-|pypi|[rouge-score](https://pypi.org/project/rouge-score)|1.839527027027027e-06|
-|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|1.839527027027027e-06|
-|pypi|[datasets](https://pypi.org/project/datasets)|1.839527027027027e-06|
-|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.839527027027027e-06|
-|pypi|[codecarbon](https://pypi.org/project/codecarbon)|1.839527027027027e-06|
-|pypi|[timm](https://pypi.org/project/timm)|1.839527027027027e-06|
-|pypi|[sigopt](https://pypi.org/project/sigopt)|1.839527027027027e-06|
-|pypi|[optuna](https://pypi.org/project/optuna)|1.839527027027027e-06|
-|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|1.839527027027027e-06|
-|pypi|[torchaudio](https://pypi.org/project/torchaudio)|1.839527027027027e-06|
-|pypi|[optax](https://pypi.org/project/optax)|1.839527027027027e-06|
-|pypi|[flax](https://pypi.org/project/flax)|1.839527027027027e-06|
-|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|1.839527027027027e-06|
-|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|1.839527027027027e-06|
-|pypi|[tokenizers](https://pypi.org/project/tokenizers)|1.839527027027027e-06|
-|pypi|[sacremoses](https://pypi.org/project/sacremoses)|1.839527027027027e-06|
-|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.839527027027027e-06|
-|cran|leafsync|1.839527027027027e-06|
-|cran|leaflet.extras2|1.839527027027027e-06|
-|cran|satellite|1.839527027027027e-06|
-|cran|leafpop|1.839527027027027e-06|
-|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|1.8365837837837834e-06|
-|npm|[metascript](https://github.com/dcodeIO/MetaScript)|1.8365837837837834e-06|
-|npm|[testjs](https://github.com/dcodeIO/test.js)|1.8365837837837834e-06|
-|pypi|[cogapp](https://pypi.org/project/cogapp)|1.8211317567567566e-06|
-|pypi|[falcon](https://pypi.org/project/falcon)|1.8019856591285161e-06|
-|pypi|[pyramid](https://pypi.org/project/pyramid)|1.8019856591285161e-06|
-|pypi|[bottle](https://pypi.org/project/bottle)|1.8019856591285161e-06|
-|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|1.8019856591285161e-06|
-|pypi|[webtest](https://pypi.org/project/webtest)|1.8019856591285161e-06|
-|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|1.7973119381570183e-06|
-|pypi|[gsd](https://gsd.readthedocs.io)|1.7973119381570183e-06|
-|cran|[posterior](https://mc-stan.org/posterior/)|1.7962577962577994e-06|
-|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|1.7962577962577994e-06|
-|rubygems|method_source|1.783965802537231e-06|
-|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|1.7837837837837974e-06|
-|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|1.7837837837837974e-06|
-|pypi|[fhirclient](https://github.com/smart-on-fhir/client-py/)|1.7837837837837974e-06|
-|pypi|[Requests](https://requests.readthedocs.io)|1.7837837837837974e-06|
-|pypi|[AMAT](https://github.com/athulpg007/AMAT)|1.7837837837837974e-06|
-|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|1.7837837837837974e-06|
-|cran|[biblio](https://github.com/kamapu/biblio)|1.7837837837837974e-06|
-|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|1.7837837837837974e-06|
-|cran|[wdman](https://github.com/ropensci/wdman)|1.7837837837837974e-06|
-|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|1.7837837837837974e-06|
-|cran|[nplr](https://github.com/fredcommo/nplr)|1.7837837837837974e-06|
-|cran|[osqp](https://osqp.org)|1.7837837837837974e-06|
-|rubygems|[github-pages](https://github.com/github/pages-gem)|1.7837837837837974e-06|
-|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|1.783783783783784e-06|
-|npm|[long](https://github.com/dcodeIO/long.js#readme)|1.783783783783784e-06|
-|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|1.783783783783784e-06|
-|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|1.783783783783784e-06|
-|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|1.783783783783784e-06|
-|npm|its-set|1.7837837837837836e-06|
-|npm|babel-plugin-transform-es2015-modules-umd|1.7837837837837836e-06|
-|npm|babel-preset-stage-2|1.7837837837837836e-06|
-|npm|gulp-eslint|1.7837837837837836e-06|
-|npm|eslint-plugin-babel|1.7837837837837836e-06|
-|npm|pretty-hrtime|1.7482864864864863e-06|
-|npm|utf8|1.7482864864864863e-06|
-|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|1.664864864864857e-06|
-|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|1.6427404148334385e-06|
-|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|1.6427404148334385e-06|
-|pypi|[colorful](https://pypi.org/project/colorful)|1.6427404148334385e-06|
-|pypi|[dm-tree](https://pypi.org/project/dm-tree)|1.6427404148334385e-06|
-|pypi|[gpustat](https://pypi.org/project/gpustat)|1.6427404148334385e-06|
-|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|1.6427404148334385e-06|
-|pypi|[opencensus](https://pypi.org/project/opencensus)|1.6427404148334385e-06|
-|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|1.6427404148334385e-06|
-|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|1.6427404148334385e-06|
-|pypi|[py-spy](https://pypi.org/project/py-spy)|1.6427404148334385e-06|
-|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|1.6427404148334385e-06|
-|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|1.6427404148334385e-06|
-|pypi|[mercantile](https://github.com/mapbox/mercantile)|1.6306756756756825e-06|
-|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.63010395010395e-06|
-|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|babel-plugin-minify-replace|1.6288383414470371e-06|
-|npm|babel-plugin-minify-numeric-literals|1.6288383414470371e-06|
-|npm|babel-plugin-minify-mangle-names|1.6288383414470371e-06|
-|npm|babel-plugin-minify-infinity|1.6288383414470371e-06|
-|npm|babel-plugin-minify-guarded-expressions|1.6288383414470371e-06|
-|npm|babel-plugin-minify-flip-comparisons|1.6288383414470371e-06|
-|npm|babel-plugin-minify-dead-code-elimination|1.6288383414470371e-06|
-|npm|babel-plugin-minify-constant-folding|1.6288383414470371e-06|
-|npm|babel-plugin-minify-builtins|1.6288383414470371e-06|
-|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|1.6187837837837835e-06|
-|pypi|[zope.testing](https://pypi.org/project/zope.testing)|1.6187837837837835e-06|
-|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|1.6187837837837835e-06|
-|pypi|[pep440](https://pypi.org/project/pep440)|1.6187837837837835e-06|
-|npm|babel-helper-evaluate-path|1.612549958032567e-06|
-|npm|esutils|1.612549958032567e-06|
-|npm|babel-helper-is-void-0|1.612549958032567e-06|
-|cran|whitening|1.6054054054054054e-06|
-|cran|randtoolbox|1.6054054054054054e-06|
-|cran|mc2d|1.6054054054054054e-06|
-|cran|ggExtra|1.6054054054054054e-06|
-|cran|DiceDesign|1.6054054054054054e-06|
-|cran|condMVNorm|1.6054054054054054e-06|
-|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|1.604768339768338e-06|
-|cran|showtextdb|1.599042518127884e-06|
-|cran|sysfonts|1.599042518127884e-06|
-|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|1.5893513513513516e-06|
-|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|1.5893513513513516e-06|
-|cran|rematch2|1.5893513513513514e-06|
-|rubygems|[puma](https://puma.io)|1.5856064622884906e-06|
-|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.5856064622884868e-06|
-|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|1.5518918918918986e-06|
-|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|1.5380819529206627e-06|
-|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|1.5380819529206627e-06|
-|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|1.5380819529206627e-06|
-|pypi|[proselint](https://pypi.org/project/proselint)|1.5380819529206627e-06|
-|pypi|[imgaug](https://github.com/aleju/imgaug)|1.5362731152204992e-06|
-|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|1.5362731152204844e-06|
-|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|1.5289575289575449e-06|
-|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|1.5289575289575449e-06|
-|npm|[path](http://nodejs.org/docs/latest/api/path.html)|1.5289575289575449e-06|
-|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|1.5289575289575449e-06|
-|pypi|[Eir](https://github.com/mjacob1002/Eir)|1.5289575289575449e-06|
-|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|1.5289575289575449e-06|
-|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|1.5289575289575449e-06|
-|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|1.5289575289575449e-06|
-|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|1.5289575289575449e-06|
-|pypi|[bed-reader](https://pypi.org/project/bed-reader)|1.5289575289575449e-06|
-|pypi|[physical-validation](https://physical-validation.readthedocs.io)|1.5289575289575449e-06|
-|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|1.5289575289575449e-06|
-|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|1.5289575289575449e-06|
-|cran|[httr2](https://httr2.r-lib.org)|1.5289575289575449e-06|
-|cran|[phylocomr](https://github.com/ropensci/phylocomr)|1.5289575289575449e-06|
-|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|1.5289575289575449e-06|
-|cran|RISmed|1.5289575289575449e-06|
-|cran|sde|1.5289575289575449e-06|
-|cran|[tidytree](https://yulab-smu.top/treedata-book/)|1.5289575289575449e-06|
-|cran|[itsadug](NA)|1.5289575289575449e-06|
-|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|1.5289575289575449e-06|
-|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|1.528957528957529e-06|
-|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|1.528957528957529e-06|
-|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|1.5265072765072838e-06|
-|pypi|[usort](https://pypi.org/project/usort)|1.5050675675675675e-06|
-|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.4942619542619541e-06|
-|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.4942619542619541e-06|
-|pypi|[get_version](https://pypi.org/project/get_version)|1.4942619542619541e-06|
-|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.4942619542619541e-06|
-|rubygems|[redis](https://github.com/redis/redis-rb)|1.4904123811686844e-06|
-|rubygems|[stackprof](http://github.com/tmm1/stackprof)|1.4904123811686844e-06|
-|go|golang.org/x/sys|1.4850927773071353e-06|
-|pypi|[nodeenv](https://pypi.org/project/nodeenv)|1.4569054054054054e-06|
-|pypi|[identify](https://pypi.org/project/identify)|1.4569054054054054e-06|
-|pypi|[cfgv](https://pypi.org/project/cfgv)|1.4569054054054054e-06|
-|npm|assume|1.4408954558954559e-06|
-|npm|spawn-sync|1.4408954558954559e-06|
-|pypi|[connexion](https://github.com/zalando/connexion)|1.427027027027014e-06|
-|cran|[contentid](https://github.com/cboettig/contentid)|1.427027027027014e-06|
-|npm|[morgan](https://github.com/expressjs/morgan#readme)|1.4048856548856605e-06|
-|pypi|[furl](https://pypi.org/project/furl)|1.4015444015444015e-06|
-|pypi|[pyodbc](https://pypi.org/project/pyodbc)|1.4015444015444015e-06|
-|pypi|[pymysql](https://pypi.org/project/pymysql)|1.4015444015444015e-06|
-|pypi|[pg8000](https://pypi.org/project/pg8000)|1.4015444015444015e-06|
-|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|1.4015444015444015e-06|
-|pypi|[flexmock](https://pypi.org/project/flexmock)|1.4015444015444015e-06|
-|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|1.4015444015444015e-06|
-|pypi|[pendulum](https://pypi.org/project/pendulum)|1.4015444015444015e-06|
-|pypi|[intervals](https://pypi.org/project/intervals)|1.4015444015444015e-06|
-|pypi|[colour](https://pypi.org/project/colour)|1.4015444015444015e-06|
-|pypi|[arrow](https://pypi.org/project/arrow)|1.4015444015444015e-06|
-|rubygems|xpath|1.3671839581517e-06|
-|rubygems|mini_mime|1.3671839581517e-06|
-|rubygems|matrix|1.3671839581517e-06|
-|rubygems|webdrivers|1.3671839581517e-06|
-|rubygems|sinatra|1.3671839581517e-06|
-|rubygems|selenium-webdriver|1.3671839581517e-06|
-|rubygems|selenium_statistics|1.3671839581517e-06|
-|rubygems|sauce_whisk|1.3671839581517e-06|
-|rubygems|rubocop-rake|1.3671839581517e-06|
-|rubygems|rubocop-minitest|1.3671839581517e-06|
-|rubygems|rspec-instafail|1.3671839581517e-06|
-|rubygems|launchy|1.3671839581517e-06|
-|rubygems|irb|1.3671839581517e-06|
-|rubygems|erubi|1.3671839581517e-06|
-|rubygems|cucumber|1.3671839581517e-06|
-|cran|thematic|1.3658488175675674e-06|
-|npm|grunt-contrib-clean|1.3514892443463872e-06|
-|npm|grunt-contrib-watch|1.3514892443463872e-06|
-|npm|grunt-eslint|1.3514892443463872e-06|
-|npm|grunt-release|1.3514892443463872e-06|
-|npm|grunt-jsdoc|1.3514892443463872e-06|
-|npm|grunt-mocha-istanbul|1.3514892443463872e-06|
-|npm|help-me-test|1.3514892443463872e-06|
-|npm|require-dir|1.3514892443463872e-06|
-|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|1.3505791505791607e-06|
-|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|1.3378378378378406e-06|
-|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|1.3378378378378406e-06|
-|npm|[svgr](https://github.com/smooth-code/svgr#readme)|1.3378378378378406e-06|
-|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.3378378378378406e-06|
-|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|1.3378378378378406e-06|
-|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|1.3378378378378406e-06|
-|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|1.3378378378378406e-06|
-|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|1.3378378378378406e-06|
-|pypi|[nodepy](https://github.com/ketch/nodepy)|1.3378378378378406e-06|
-|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|1.3378378378378406e-06|
-|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|1.3378378378378406e-06|
-|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|1.3378378378378406e-06|
-|pypi|[questionary](https://github.com/tmbo/questionary)|1.3378378378378406e-06|
-|pypi|[iPython](https://ipython.org)|1.3378378378378406e-06|
-|cran|Rlabkey|1.3378378378378406e-06|
-|cran|[LiblineaR]()|1.3378378378378406e-06|
-|cran|[fishtree](https://fishtreeoflife.org/)|1.3378378378378406e-06|
-|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|1.337837837837838e-06|
-|npm|[daisyui](https://github.com/saadeghi/daisyui)|1.337837837837838e-06|
-|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|1.3244594594594675e-06|
-|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|1.2984896661367271e-06|
-|pypi|[percy](https://pypi.org/project/percy)|1.2969003275000826e-06|
-|pypi|[diskcache](https://pypi.org/project/diskcache)|1.2969003275000826e-06|
-|pypi|[fire](https://pypi.org/project/fire)|1.2969003275000826e-06|
-|pypi|[preconditions](https://pypi.org/project/preconditions)|1.2969003275000826e-06|
-|pypi|[mimesis](https://pypi.org/project/mimesis)|1.2969003275000826e-06|
-|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|1.2969003275000826e-06|
-|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|1.2969003275000826e-06|
-|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|1.2969003275000826e-06|
-|npm|karma-tap-reporter|1.2719898770318938e-06|
-|npm|karma-spec-reporter|1.2719898770318938e-06|
-|npm|karma-rollup-preprocessor|1.2719898770318938e-06|
-|npm|karma-html-reporter|1.2719898770318938e-06|
-|npm|karma-firefox-launcher|1.2719898770318938e-06|
-|npm|karma-chai-sinon|1.2719898770318938e-06|
-|npm|eslint-plugin-mocha|1.2719898770318938e-06|
-|npm|eslint-config-nfl|1.2719898770318938e-06|
-|npm|cz-conventional-changelog|1.2719898770318938e-06|
-|npm|conventional-changelog-cli|1.2719898770318938e-06|
-|npm|babel-plugin-transform-class-properties|1.2719898770318938e-06|
-|npm|react-side-effect|1.2719898770318938e-06|
-|npm|react-fast-compare|1.2719898770318938e-06|
-|rubygems|webpacker|1.2719898770318938e-06|
-|rubygems|sassc|1.2719898770318938e-06|
-|rubygems|rubocop-discourse|1.2719898770318938e-06|
-|rubygems|mini_racer|1.2719898770318938e-06|
-|rubygems|listen|1.2719898770318938e-06|
-|rubygems|dalli|1.2719898770318938e-06|
-|go|github.com/gorilla/mux|1.2361927144535842e-06|
-|go|golang.org/x/crypto|1.2361927144535842e-06|
-|cran|pheatmap|1.2322190611664338e-06|
-|cran|[shinyalert](https://github.com/daattali/shinyalert)|1.2322190611664338e-06|
-|npm|tslint-config-semistandard|1.2263513513513514e-06|
-|npm|optimist|1.2263513513513514e-06|
-|npm|eslint-plugin-dependencies|1.2263513513513514e-06|
-|npm|eslint-config-semistandard|1.2263513513513514e-06|
-|npm|doctoc|1.2263513513513514e-06|
-|npm|snappy|1.2263513513513514e-06|
-|npm|optional|1.2263513513513514e-06|
-|npm|nested-error-stacks|1.2263513513513514e-06|
-|npm|denque|1.2263513513513514e-06|
-|npm|buffermaker|1.2263513513513514e-06|
-|npm|buffer-crc32|1.2263513513513514e-06|
-|npm|binary|1.2263513513513514e-06|
-|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|1.2241653418124035e-06|
-|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.2040540540540505e-06|
-|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|1.1999999999999923e-06|
-|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|1.1891891891891933e-06|
-|npm|[react-sigma](https://github.com/dunnock/react-sigma)|1.1891891891891933e-06|
-|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|1.1891891891891933e-06|
-|npm|[js-sha256](https://github.com/emn178/js-sha256)|1.1891891891891933e-06|
-|pypi|[retriever](https://github.com/weecology/retriever)|1.1891891891891933e-06|
-|pypi|[modAL](https://modAL-python.github.io/)|1.1891891891891933e-06|
-|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|1.1891891891891933e-06|
-|pypi|[yabox](https://github.com/pablormier/yabox)|1.1891891891891933e-06|
-|pypi|[injector](https://github.com/alecthomas/injector)|1.1891891891891933e-06|
-|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|1.1891891891891933e-06|
-|pypi|[transformers](https://github.com/huggingface/transformers)|1.1891891891891933e-06|
-|pypi|[stanza](https://github.com/stanfordnlp/stanza)|1.1891891891891933e-06|
-|pypi|[easywebdav](http://github.com/amnong/easywebdav)|1.1891891891891933e-06|
-|pypi|[dca](https://github.com/theislab/dca)|1.1891891891891933e-06|
-|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|1.1891891891891933e-06|
-|cran|treeman|1.1891891891891933e-06|
-|cran|[treemapify](https://wilkox.org/treemapify/)|1.1891891891891933e-06|
-|cran|[restez](https://github.com/ropensci/restez#readme)|1.1891891891891933e-06|
-|cran|[spocc](https://github.com/ropensci/spocc)|1.1891891891891933e-06|
-|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.1891891891891933e-06|
-|cran|[babette](https://docs.ropensci.org/babette/)|1.1891891891891933e-06|
-|cran|[kinship2](https://cran.r-project.org/package=kinship2)|1.1891891891891933e-06|
-|cran|[corrr](https://github.com/tidymodels/corrr)|1.1891891891891933e-06|
-|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.1891891891891933e-06|
-|pypi|[python-sat](https://github.com/pysathq/pysat)|1.1772972972973045e-06|
-|pypi|[re-assert](https://pypi.org/project/re-assert)|1.1527163647163646e-06|
-|pypi|[devpi-server](https://pypi.org/project/devpi-server)|1.1527163647163646e-06|
-|pypi|[devpi-client](https://pypi.org/project/devpi-client)|1.1527163647163646e-06|
-|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|1.1527163647163646e-06|
-|npm|taper|1.1037162162162162e-06|
-|npm|server-destroy|1.1037162162162162e-06|
-|npm|karma-tap|1.1037162162162162e-06|
-|npm|karma-phantomjs-launcher|1.1037162162162162e-06|
-|npm|karma-browserify|1.1037162162162162e-06|
-|npm|function-bind|1.1037162162162162e-06|
-|npm|buffer-equal|1.1037162162162162e-06|
-|npm|tunnel-agent|1.1037162162162162e-06|
-|npm|tough-cookie|1.1037162162162162e-06|
-|npm|qs|1.1037162162162162e-06|
-|npm|performance-now|1.1037162162162162e-06|
-|npm|oauth-sign|1.1037162162162162e-06|
-|npm|isstream|1.1037162162162162e-06|
-|npm|is-typedarray|1.1037162162162162e-06|
-|npm|http-signature|1.1037162162162162e-06|
-|npm|har-validator|1.1037162162162162e-06|
-|npm|forever-agent|1.1037162162162162e-06|
-|npm|extend|1.1037162162162162e-06|
-|npm|caseless|1.1037162162162162e-06|
-|npm|aws4|1.1037162162162162e-06|
-|npm|aws-sign2|1.1037162162162162e-06|
-|pypi|[sparse](https://github.com/pydata/sparse/)|1.0970270270270366e-06|
-|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|1.0867359667359665e-06|
-|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|1.0867359667359665e-06|
-|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|1.0867359667359665e-06|
-|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|1.0867359667359665e-06|
-|pypi|[nbdime](https://pypi.org/project/nbdime)|1.0867359667359665e-06|
-|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|1.0867359667359665e-06|
-|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|1.0867359667359665e-06|
-|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|1.0867359667359665e-06|
-|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|1.0867359667359665e-06|
-|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|1.0867359667359665e-06|
-|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|1.0867359667359665e-06|
-|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|1.0867359667359665e-06|
-|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|1.0867359667359665e-06|
-|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.0867359667359665e-06|
-|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|1.0867359667359665e-06|
-|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|1.0867359667359665e-06|
-|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|1.0867359667359665e-06|
-|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|1.0867359667359665e-06|
-|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|1.0867359667359665e-06|
-|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|1.0867359667359665e-06|
-|rubygems|rspec-extra-formatters|1.0811913954771099e-06|
-|rubygems|paranoia|1.0811913954771099e-06|
-|rubygems|paper_trail|1.0811913954771099e-06|
-|rubygems|discard|1.0811913954771099e-06|
-|rubygems|database_cleaner|1.0811913954771099e-06|
-|rubygems|after_commit_action|1.0811913954771099e-06|
-|go|golang.org/x/net|1.0810810810810812e-06|
-|pypi|[clldutils](https://github.com/clld/clldutils)|1.0702702702702904e-06|
-|pypi|[pypka](https://pypka.org)|1.0702702702702904e-06|
-|cran|gdata|1.0702702702702904e-06|
-|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|1.0702702702702754e-06|
-|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|1.0702702702702754e-06|
-|pypi|[louvain](https://github.com/vtraag/louvain-igraph)|1.0702702702702754e-06|
-|pypi|[slab](http://github.com/DrMarc/slab.git)|1.0702702702702754e-06|
-|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|1.0702702702702754e-06|
-|cran|[jmvcore](https://www.jamovi.org)|1.0702702702702754e-06|
-|cran|[scrapeR](http://www.ryanacton.com)|1.0702702702702754e-06|
-|cran|[analogue](https://github.com/gavinsimpson/analogue)|1.0702702702702754e-06|
-|cran|googlePolylines|1.0702702702702754e-06|
-|cran|[C50](https://topepo.github.io/C5.0/)|1.0702702702702754e-06|
-|cran|ggm|1.0702702702702754e-06|
-|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|1.0702702702702754e-06|
-|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|1.0702702702702703e-06|
-|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|1.0702702702702703e-06|
-|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|1.0702702702702604e-06|
-|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.0702702702702604e-06|
-|cran|[cowsay](https://github.com/sckott/cowsay)|1.0702702702702604e-06|
-|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|1.059567567567565e-06|
-|go|github.com/opencontainers/go-digest|9.98606290820649e-07|
-|go|github.com/opencontainers/image-spec|9.98606290820649e-07|
-|go|github.com/spf13/cobra|9.98606290820649e-07|
-|pypi|[grpcio-reflection](https://grpc.io)|9.900000000000075e-07|
-|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|9.72972972972986e-07|
-|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|9.72972972972971e-07|
-|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|9.72972972972971e-07|
-|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|9.72972972972971e-07|
-|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|9.72972972972971e-07|
-|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|9.72972972972971e-07|
-|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|9.72972972972971e-07|
-|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|9.72972972972971e-07|
-|pypi|[overrides](https://github.com/mkorpela/overrides)|9.72972972972971e-07|
-|pypi|[wandb](https://github.com/wandb/client)|9.72972972972971e-07|
-|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|9.72972972972971e-07|
-|pypi|[FitBenchmarking](http://fitbenchmarking.com)|9.72972972972971e-07|
-|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|9.72972972972971e-07|
-|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|9.72972972972971e-07|
-|cran|pbs|9.72972972972971e-07|
-|cran|[sofa](https://github.com/ropensci/sofa)|9.72972972972971e-07|
-|cran|[elastic](https://docs.ropensci.org/elastic)|9.72972972972971e-07|
-|cran|[mongolite](https://github.com/jeroen/mongolite/)|9.72972972972971e-07|
-|cran|[haldensify](https://github.com/nhejazi/haldensify)|9.72972972972971e-07|
-|cran|lspline|9.72972972972971e-07|
-|cran|[keyATM](https://keyatm.github.io/keyATM/)|9.72972972972971e-07|
-|cran|[irr](https://www.r-project.org)|9.72972972972971e-07|
-|cran|[BFpack](https://github.com/jomulder/BFpack)|9.72972972972971e-07|
-|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|9.067567567567597e-07|
-|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|8.918918918918987e-07|
-|pypi|[lightkurve](https://docs.lightkurve.org)|8.918918918918987e-07|
-|pypi|[k2sc](https://github.com/OxES/k2sc)|8.918918918918987e-07|
-|pypi|[iScore](https://github.com/DeepRank/iScore)|8.918918918918987e-07|
-|pypi|[deeprank](https://github.com/DeepRank/deeprank)|8.918918918918987e-07|
-|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|8.918918918918987e-07|
-|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|8.918918918918987e-07|
-|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|8.918918918918987e-07|
-|cran|[strex](https://rorynolan.github.io/strex/)|8.918918918918987e-07|
-|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|8.918918918918987e-07|
-|cran|rje|8.918918918918987e-07|
-|cran|[usefun](https://github.com/bblodfon/usefun)|8.918918918918987e-07|
-|cran|rCAT|8.918918918918987e-07|
-|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|8.829729729729729e-07|
-|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|8.829729729729729e-07|
-|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|8.829729729729729e-07|
-|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|8.562162162162173e-07|
-|pypi|[geopy](https://github.com/geopy/geopy)|8.531288981289033e-07|
-|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|8.232848232848434e-07|
-|cran|[repr](https://github.com/IRkernel/repr/)|8.232848232848434e-07|
-|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|8.232848232848284e-07|
-|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|8.232848232848284e-07|
-|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|8.232848232848284e-07|
-|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|8.232848232848284e-07|
-|pypi|[healpy](http://github.com/healpy)|8.232848232848284e-07|
-|cran|R2jags|8.232848232848284e-07|
-|cran|[bib2df](https://github.com/ropensci/bib2df)|8.232848232848284e-07|
-|cran|[waiter](https://waiter.john-coene.com/)|8.232848232848284e-07|
-|cran|[pwr](https://github.com/heliosdrm/pwr)|8.232848232848284e-07|
-|cran|[likert](http://jason.bryer.org/likert)|8.232848232848284e-07|
-|cran|[plumber](https://www.rplumber.io)|8.232848232848284e-07|
-|cran|[tictoc](https://github.com/collectivemedia/tictoc)|8.232848232848284e-07|
-|npm|[aws-amplify](https://aws-amplify.github.io/)|8.232848232848233e-07|
-|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|8.232848232848233e-07|
-|pypi|[outcome](https://github.com/python-trio/outcome)|8.144247104247031e-07|
-|npm|[cors](https://github.com/expressjs/cors#readme)|7.702702702702755e-07|
-|npm|[cpx](https://github.com/mysticatea/cpx)|7.644787644787724e-07|
-|npm|tls|7.644787644787724e-07|
-|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|7.644787644787724e-07|
-|pypi|[nibabel](https://nipy.org/nibabel)|7.644787644787724e-07|
-|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|7.644787644787724e-07|
-|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|7.644787644787724e-07|
-|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|7.644787644787724e-07|
-|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|7.644787644787724e-07|
-|pypi|[plotnine](https://github.com/has2k1/plotnine)|7.644787644787724e-07|
-|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|7.644787644787724e-07|
-|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|7.644787644787724e-07|
-|cran|[outsider](https://github.com/ropensci/outsider#readme)|7.644787644787724e-07|
-|cran|[anomalize](https://github.com/business-science/anomalize)|7.644787644787724e-07|
-|cran|[depmixS4](https://depmix.github.io/)|7.644787644787724e-07|
-|cran|GeoLight|7.644787644787724e-07|
-|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|7.644787644787724e-07|
-|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|7.644787644787724e-07|
-|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|7.644787644787724e-07|
-|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|7.644787644787724e-07|
-|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|7.644787644787724e-07|
-|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|7.644787644787724e-07|
-|go|github.com/docker/distribution|7.497062279670976e-07|
-|go|github.com/sirupsen/logrus|7.497062279670976e-07|
-|go|golang.org/x/sync|7.497062279670976e-07|
-|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|7.135135135135135e-07|
-|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|7.135135135135135e-07|
-|npm|[cesium](http://cesium.com/cesiumjs/)|7.135135135135135e-07|
-|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|7.13513513513507e-07|
-|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|7.13513513513507e-07|
-|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|7.13513513513507e-07|
-|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|7.13513513513507e-07|
-|cran|[iotools](http://www.rforge.net/iotools)|7.13513513513507e-07|
-|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|7.13513513513507e-07|
-|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|7.13513513513507e-07|
-|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|7.063783783783767e-07|
-|cran|[biomartr](https://docs.ropensci.org/biomartr/)|6.689189189189278e-07|
-|npm|express-flash|6.689189189189203e-07|
-|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|6.689189189189203e-07|
-|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|6.689189189189203e-07|
-|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|6.689189189189203e-07|
-|pypi|[elmada](https://github.com/DrafProject/elmada)|6.689189189189203e-07|
-|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|6.689189189189203e-07|
-|pypi|[pirecorder](https://github.com/jollejolles)|6.689189189189203e-07|
-|pypi|[frites](https://github.com/brainets/frites)|6.689189189189203e-07|
-|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|6.689189189189203e-07|
-|pypi|[pebble](https://github.com/noxdafox/pebble)|6.689189189189203e-07|
-|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|6.689189189189203e-07|
-|cran|ggnewscale|6.689189189189203e-07|
-|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|6.689189189189203e-07|
-|cran|[scattermore](https://github.com/exaexa/scattermore)|6.689189189189203e-07|
-|cran|[codemeta](https://github.com/cboettig/codemeta)|6.689189189189203e-07|
-|cran|[rplos](https://docs.ropensci.org/rplos)|6.689189189189203e-07|
-|cran|[microdemic](https://github.com/ropensci/microdemic)|6.689189189189203e-07|
-|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|6.689189189189203e-07|
-|cran|[osmextract](https://docs.ropensci.org/osmextract/)|6.689189189189203e-07|
-|cran|[smoothr](https://strimas.com/smoothr/)|6.689189189189203e-07|
-|cran|[BSDA](https://github.com/alanarnholt/BSDA)|6.689189189189203e-07|
-|cran|[UNF](https://github.com/leeper/UNF)|6.689189189189203e-07|
-|cran|[dplR](https://github.com/AndyBunn/dplR)|6.689189189189203e-07|
-|cran|[lunar](http://statistics.lazaridis.eu)|6.689189189189203e-07|
-|cran|[esquisse](https://dreamrs.github.io/esquisse/)|6.689189189189203e-07|
-|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|6.689189189189203e-07|
-|cran|randomcoloR|6.689189189189203e-07|
-|cran|[sortable](https://rstudio.github.io/sortable/)|6.689189189189203e-07|
-|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|6.68918918918919e-07|
-|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|6.622297297297262e-07|
-|go|github.com/davecgh/go-spew|6.415981198589894e-07|
-|go|github.com/onsi/ginkgo|6.415981198589894e-07|
-|go|github.com/onsi/gomega|6.415981198589894e-07|
-|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|6.295707472178144e-07|
-|npm|[root](https://github.com/mafintosh/root#readme)|6.295707472178068e-07|
-|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|6.295707472178068e-07|
-|pypi|[pygmsh](https://pypi.org/project/pygmsh)|6.295707472178068e-07|
-|pypi|[pacopy](https://github.com/sigma-py/pacopy)|6.295707472178068e-07|
-|pypi|[dmsh](https://pypi.org/project/dmsh)|6.295707472178068e-07|
-|pypi|[glvis](https://github.com/glvis/pyglvis)|6.295707472178068e-07|
-|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|6.295707472178068e-07|
-|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|6.295707472178068e-07|
-|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|6.295707472178068e-07|
-|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|6.295707472177993e-07|
-|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|6.295707472177993e-07|
-|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|5.945945945945967e-07|
-|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|5.945945945945967e-07|
-|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|5.945945945945967e-07|
-|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|5.945945945945967e-07|
-|pypi|[pymunk](http://www.pymunk.org)|5.945945945945967e-07|
-|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|5.945945945945967e-07|
-|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|5.945945945945967e-07|
-|cran|[uwot](https://github.com/jlmelville/uwot)|5.945945945945967e-07|
-|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|5.945945945945967e-07|
-|cran|[FedData](https://github.com/ropensci/FedData)|5.945945945945967e-07|
-|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|5.945945945945967e-07|
-|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|5.945945945945967e-07|
-|cran|minpack.lm|5.945945945945967e-07|
-|cran|smoother|5.945945945945967e-07|
-|cran|[ptw](https://github.com/rwehrens/ptw)|5.945945945945967e-07|
-|go|github.com/bradfitz/gomemcache|5.945945945945947e-07|
-|go|github.com/docker/libtrust|5.945945945945947e-07|
-|go|github.com/phayes/permbits|5.945945945945947e-07|
-|go|github.com/spf13/afero|5.945945945945947e-07|
-|go|github.com/spf13/viper|5.945945945945947e-07|
-|go|github.com/sylabs/sif|5.945945945945947e-07|
-|go|github.com/vmihailenco/msgpack|5.945945945945947e-07|
-|go|google.golang.org/appengine|5.945945945945947e-07|
-|cran|[longitudinalData](http:www.r-project.org)|5.886486486486523e-07|
-|pypi|[chart-studio](https://plot.ly/python/)|5.633001422475134e-07|
-|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|5.633001422475134e-07|
-|pypi|[sos-bash](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-matlab](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|5.633001422475134e-07|
-|pypi|[sos-julia](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-javascript](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-r](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|5.633001422475134e-07|
-|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|5.633001422475134e-07|
-|cran|[turner](http://www.gastonsanchez.com)|5.633001422475134e-07|
-|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|5.633001422475134e-07|
-|cran|[blocksdesign]()|5.633001422475134e-07|
-|cran|[nabor](https://github.com/jefferis/nabor)|5.633001422475134e-07|
-|cran|shinyhelper|5.633001422475134e-07|
-|cran|[bsplus](https://github.com/ijlyttle/bsplus)|5.633001422475134e-07|
-|cran|[sensitivity](NA)|5.351351351351377e-07|
-|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|5.351351351351377e-07|
-|pypi|[rsudp](https://github.com/raspishake/rsudp)|5.096525096525124e-07|
-|cran|[summarytools](https://github.com/dcomtois/summarytools)|5.096525096525124e-07|
-|cran|[pastecs](https://github.com/phgrosjean/pastecs)|5.096525096525124e-07|
-|cran|[desplot](https://kwstat.github.io/desplot/)|5.096525096525124e-07|
-|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|5.096525096525124e-07|
-|cran|PairedData|5.096525096525124e-07|
-|go|github.com/antchfx/jsonquery|4.864864864864865e-07|
-|go|github.com/bhmj/jsonslice|4.864864864864865e-07|
-|go|github.com/codegangsta/negroni|4.864864864864865e-07|
-|go|github.com/evanphx/json-patch/v5|4.864864864864865e-07|
-|go|github.com/gorilla/context|4.864864864864865e-07|
-|go|github.com/grandcat/zeroconf|4.864864864864865e-07|
-|go|github.com/justinas/alice|4.864864864864865e-07|
-|go|github.com/kelseyhightower/envconfig|4.864864864864865e-07|
-|go|github.com/linksmart/go-sec|4.864864864864865e-07|
-|go|github.com/linksmart/service-catalog/v3|4.864864864864865e-07|
-|go|github.com/miekg/dns|4.864864864864865e-07|
-|go|github.com/rs/cors|4.864864864864865e-07|
-|go|github.com/satori/go.uuid|4.864864864864865e-07|
-|go|github.com/syndtr/goleveldb|4.864864864864865e-07|
-|go|github.com/xeipuuv/gojsonschema|4.864864864864865e-07|
-|pypi|[starry-process](https://github.com/rodluger/starry_process)|4.864864864864855e-07|
-|cran|harmonicmeanp|4.864864864864855e-07|
-|cran|NBPSeq|4.864864864864855e-07|
-|cran|[rmdformats](https://github.com/juba/rmdformats)|4.864864864864855e-07|
-|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|4.816216216216232e-07|
-|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.653349001175065e-07|
-|cran|[coloc](https://github.com/chr1swallace/coloc)|4.653349001175065e-07|
-|cran|[dams](https://github.com/jsta/dams)|4.653349001175065e-07|
-|cran|[reservoir](https://cran.r-project.org/package=reservoir)|4.653349001175065e-07|
-|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|4.4594594594594935e-07|
-|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|4.4594594594594935e-07|
-|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|4.4594594594594935e-07|
-|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|4.4594594594594935e-07|
-|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|4.4594594594594935e-07|
-|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|4.4594594594594935e-07|
-|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|4.4594594594594935e-07|
-|pypi|[Pyside6](https://www.pyside.org)|4.4594594594594935e-07|
-|pypi|[pyqtgraph](http://www.pyqtgraph.org)|4.4594594594594935e-07|
-|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.4594594594594935e-07|
-|pypi|[yte](https://github.com/koesterlab/yte)|4.4594594594594935e-07|
-|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|4.4594594594594935e-07|
-|pypi|[retry](https://github.com/invl/retry)|4.4594594594594935e-07|
-|cran|[ucminf](NA)|4.4148648648648917e-07|
-|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|4.281081081081162e-07|
-|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|4.281081081081162e-07|
-|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|4.281081081081087e-07|
-|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|4.281081081081087e-07|
-|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|4.281081081081087e-07|
-|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.281081081081087e-07|
-|pypi|[atlite](https://github.com/PyPSA/atlite)|4.281081081081087e-07|
-|pypi|[ncempy](https://github.com/ercius/openNCEM)|4.281081081081087e-07|
-|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|4.281081081081087e-07|
-|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|4.281081081081087e-07|
-|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|4.281081081081087e-07|
-|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|4.281081081081087e-07|
-|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|4.281081081081087e-07|
-|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|4.281081081081087e-07|
-|rubygems|[capybara](https://github.com/teamcapybara/capybara)|4.281081081081087e-07|
-|pypi|[amqp](http://github.com/celery/py-amqp)|4.132847581123455e-07|
-|npm|[benchmark](https://benchmarkjs.com/)|4.116424116424142e-07|
-|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|4.116424116424142e-07|
-|npm|[download](https://github.com/kevva/download#readme)|4.116424116424142e-07|
-|npm|[ftp](https://github.com/mscdex/node-ftp)|4.116424116424142e-07|
-|npm|[ndjson](https://github.com/ndjson/ndjson.js)|4.116424116424142e-07|
-|npm|pipeline|4.116424116424142e-07|
-|pypi|[python-box](https://github.com/cdgriffith/Box)|4.116424116424142e-07|
-|pypi|[fspath](https://github.com/return42/fspath)|4.0752598752599057e-07|
-|go|github.com/containernetworking/cni|4.0401169622605413e-07|
-|go|github.com/containernetworking/plugins|4.0401169622605413e-07|
-|go|github.com/containers/common|4.0401169622605413e-07|
-|go|github.com/containers/image/v5|4.0401169622605413e-07|
-|go|github.com/cyphar/filepath-securejoin|4.0401169622605413e-07|
-|go|github.com/docker/docker|4.0401169622605413e-07|
-|go|github.com/google/uuid|4.0401169622605413e-07|
-|go|github.com/moby/term|4.0401169622605413e-07|
-|go|github.com/opencontainers/runc|4.0401169622605413e-07|
-|go|github.com/opencontainers/runtime-spec|4.0401169622605413e-07|
-|go|github.com/opencontainers/runtime-tools|4.0401169622605413e-07|
-|go|github.com/opencontainers/selinux|4.0401169622605413e-07|
-|go|github.com/pkg/errors|4.0401169622605413e-07|
-|go|github.com/spf13/pflag|4.0401169622605413e-07|
-|go|gopkg.in/yaml.v2|4.0401169622605413e-07|
-|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|3.9639639639639774e-07|
-|pypi|[geobo](https://github.com/sebhaan/geobo)|3.9639639639639774e-07|
-|pypi|[scikit_image](https://scikit-image.org)|3.9639639639639774e-07|
-|npm|[zeit](https://github.com/daviddenton/zeit#readme)|3.822393822393862e-07|
-|pypi|[webargs](https://github.com/marshmallow-code/webargs)|3.822393822393862e-07|
-|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|3.822393822393862e-07|
-|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|3.822393822393862e-07|
-|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|3.822393822393862e-07|
-|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|3.822393822393862e-07|
-|cran|[audio](http://www.rforge.net/audio/)|3.7841698841698643e-07|
-|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|3.690587138863016e-07|
-|npm|[sendgrid](https://sendgrid.com)|3.6280348144755164e-07|
-|npm|[stoplight](https://github.com/andrewhao/stoplight)|3.6280348144755164e-07|
-|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|3.6280348144755164e-07|
-|npm|[cron](https://github.com/kelektiv/node-cron#readme)|3.6280348144755164e-07|
-|npm|[email-validator](http://github.com/manishsaraan/email-validator)|3.6280348144755164e-07|
-|pypi|[sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling)|3.3445945945946015e-07|
-|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|3.311148648648669e-07|
-|pypi|[nixio](https://github.com/G-Node/nixpy)|3.311148648648669e-07|
-|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|3.243243243243261e-07|
-|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|3.243243243243261e-07|
-|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|3.243243243243261e-07|
-|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|3.243243243243261e-07|
-|npm|[url](https://github.com/defunctzombie/node-url#readme)|3.243243243243261e-07|
-|npm|[method-override](https://github.com/expressjs/method-override#readme)|3.2432432432432235e-07|
-|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|3.147853736089034e-07|
-|npm|[dedent](https://github.com/dmnd/dedent)|3.0273359073359217e-07|
-|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|2.9432432432432613e-07|
-|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|2.816500711237567e-07|
-|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|2.816500711237567e-07|
-|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|2.744282744282736e-07|
-|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|2.744282744282736e-07|
-|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|2.744282744282736e-07|
-|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|2.744282744282736e-07|
-|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|2.744282744282736e-07|
-|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|2.6756756756756885e-07|
-|pypi|[convertdate](https://github.com/fitnr/convertdate)|2.6489189189189125e-07|
-|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|2.6489189189189125e-07|
-|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|2.610415293342095e-07|
-|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|2.548262548262562e-07|
-|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|2.489000628535513e-07|
-|go|github.com/Netflix/go-expect|2.489000628535512e-07|
-|go|github.com/ProtonMail/go-crypto|2.489000628535512e-07|
-|go|github.com/adigunhammedolalekan/registry-auth|2.489000628535512e-07|
-|go|github.com/apex/log|2.489000628535512e-07|
-|go|github.com/blang/semver/v4|2.489000628535512e-07|
-|go|github.com/buger/jsonparser|2.489000628535512e-07|
-|go|github.com/containerd/containerd|2.489000628535512e-07|
-|go|github.com/fatih/color|2.489000628535512e-07|
-|go|github.com/go-log/log|2.489000628535512e-07|
-|go|github.com/gosimple/slug|2.489000628535512e-07|
-|go|github.com/opencontainers/umoci|2.489000628535512e-07|
-|go|github.com/pelletier/go-toml|2.489000628535512e-07|
-|go|github.com/seccomp/libseccomp-golang|2.489000628535512e-07|
-|go|github.com/sylabs/json-resp|2.489000628535512e-07|
-|go|github.com/sylabs/scs-build-client|2.489000628535512e-07|
-|go|github.com/sylabs/scs-key-client|2.489000628535512e-07|
-|go|github.com/sylabs/scs-library-client|2.489000628535512e-07|
-|go|github.com/sylabs/sif/v2|2.489000628535512e-07|
-|go|github.com/vbauerster/mpb/v4|2.489000628535512e-07|
-|go|github.com/vbauerster/mpb/v6|2.489000628535512e-07|
-|go|golang.org/x/term|2.489000628535512e-07|
-|go|gotest.tools/v3|2.489000628535512e-07|
-|go|mvdan.cc/sh/v3|2.489000628535512e-07|
-|go|oras.land/oras-go|2.489000628535512e-07|
-|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|2.378378378378394e-07|
-|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|2.378378378378394e-07|
-|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|2.378378378378394e-07|
-|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|2.378378378378394e-07|
-|pypi|[django-rq](https://github.com/rq/django-rq)|2.378378378378394e-07|
-|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|2.378378378378394e-07|
-|pypi|[google](http://breakingcode.wordpress.com/)|2.378378378378394e-07|
-|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|2.1842250413679052e-07|
-|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|2.1842250413679052e-07|
-|rubygems|[image_processing](https://github.com/janko/image_processing)|2.1842250413679052e-07|
-|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|2.1842250413679052e-07|
-|rubygems|[rotp](https://github.com/mdp/rotp)|2.1842250413679052e-07|
-|rubygems|[sass-rails](https://github.com/rails/sass-rails)|2.1842250413679052e-07|
-|rubygems|[tzinfo-data](https://tzinfo.github.io)|2.1842250413679052e-07|
-|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|2.1842250413679052e-07|
-|rubygems|[groupdate](https://github.com/ankane/groupdate)|2.1842250413679052e-07|
-|rubygems|[diffy](http://github.com/samg/diffy)|2.1842250413679052e-07|
-|rubygems|[jbuilder](https://github.com/rails/jbuilder)|2.1842250413679052e-07|
-|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|2.1842250413679052e-07|
-|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|2.1842250413679052e-07|
-|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|2.1842250413679052e-07|
-|rubygems|[whenever](https://github.com/javan/whenever)|2.1842250413679052e-07|
-|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|2.1842250413679052e-07|
-|rubygems|[rack-mini-profiler](https://miniprofiler.com)|2.1842250413679052e-07|
-|rubygems|[thwait](https://github.com/ruby/thwait)|2.1842250413679052e-07|
-|rubygems|[rmagick](https://github.com/rmagick/rmagick)|2.1842250413679052e-07|
-|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|2.1842250413679052e-07|
-|rubygems|[spring](https://github.com/rails/spring)|2.1842250413679052e-07|
-|rubygems|[web-console](https://github.com/rails/web-console)|2.1842250413679052e-07|
-|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|2.1842250413678677e-07|
-|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|2.1842250413678677e-07|
-|rubygems|[devise](https://github.com/heartcombo/devise)|2.1842250413678677e-07|
-|rubygems|[omniauth](https://github.com/omniauth/omniauth)|2.1842250413678677e-07|
-|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|2.1842250413678677e-07|
-|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|2.1842250413678677e-07|
-|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|2.1842250413678677e-07|
-|cran|[enviPick](NA)|2.1405405405405434e-07|
-|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|2.0193778684344665e-07|
-|npm|[vx](https://github.com/vxjs/vx)|1.911196911196931e-07|
-|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.8140174072377582e-07|
-|npm|[aproba](https://github.com/iarna/aproba)|1.8140174072377582e-07|
-|npm|[chownr](https://github.com/isaacs/chownr#readme)|1.8140174072377582e-07|
-|npm|concat-map|1.8140174072377582e-07|
-|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|1.8140174072377582e-07|
-|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|1.8140174072377582e-07|
-|pypi|[flowTorch](https://flowtorch.ai/users)|1.6722972972973007e-07|
-|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.6054054054053983e-07|
-|go|github.com/BurntSushi/toml|1.5511163337250292e-07|
-|go|github.com/blang/semver|1.5511163337250292e-07|
-|go|github.com/buger/goterm|1.5511163337250292e-07|
-|go|github.com/checkpoint-restore/checkpointctl|1.5511163337250292e-07|
-|go|github.com/checkpoint-restore/go-criu/v5|1.5511163337250292e-07|
-|go|github.com/container-orchestrated-devices/container-device-interface|1.5511163337250292e-07|
-|go|github.com/containers/buildah|1.5511163337250292e-07|
-|go|github.com/containers/conmon|1.5511163337250292e-07|
-|go|github.com/containers/ocicrypt|1.5511163337250292e-07|
-|go|github.com/containers/psgo|1.5511163337250292e-07|
-|go|github.com/containers/storage|1.5511163337250292e-07|
-|go|github.com/coreos/go-systemd/v22|1.5511163337250292e-07|
-|go|github.com/coreos/stream-metadata-go|1.5511163337250292e-07|
-|go|github.com/digitalocean/go-qemu|1.5511163337250292e-07|
-|go|github.com/docker/go-connections|1.5511163337250292e-07|
-|go|github.com/docker/go-plugins-helpers|1.5511163337250292e-07|
-|go|github.com/docker/go-units|1.5511163337250292e-07|
-|go|github.com/dtylman/scp|1.5511163337250292e-07|
-|go|github.com/fsnotify/fsnotify|1.5511163337250292e-07|
-|go|github.com/ghodss/yaml|1.5511163337250292e-07|
-|go|github.com/godbus/dbus/v5|1.5511163337250292e-07|
-|go|github.com/google/gofuzz|1.5511163337250292e-07|
-|go|github.com/google/shlex|1.5511163337250292e-07|
-|go|github.com/gorilla/handlers|1.5511163337250292e-07|
-|go|github.com/gorilla/schema|1.5511163337250292e-07|
-|go|github.com/hashicorp/go-multierror|1.5511163337250292e-07|
-|go|github.com/json-iterator/go|1.5511163337250292e-07|
-|go|github.com/mattn/go-isatty|1.5511163337250292e-07|
-|go|github.com/mrunalp/fileutils|1.5511163337250292e-07|
-|go|github.com/nxadm/tail|1.5511163337250292e-07|
-|go|github.com/pmezard/go-difflib|1.5511163337250292e-07|
-|go|github.com/rootless-containers/rootlesskit|1.5511163337250292e-07|
-|go|github.com/stretchr/testify|1.5511163337250292e-07|
-|go|github.com/syndtr/gocapability|1.5511163337250292e-07|
-|go|github.com/uber/jaeger-client-go|1.5511163337250292e-07|
-|go|github.com/ulikunitz/xz|1.5511163337250292e-07|
-|go|github.com/vbauerster/mpb/v7|1.5511163337250292e-07|
-|go|github.com/vishvananda/netlink|1.5511163337250292e-07|
-|go|go.etcd.io/bbolt|1.5511163337250292e-07|
-|go|golang.org/x/text|1.5511163337250292e-07|
-|go|google.golang.org/protobuf|1.5511163337250292e-07|
-|go|gopkg.in/inf.v0|1.5511163337250292e-07|
-|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|1.507422915873615e-07|
-|pypi|[heat](https://github.com/helmholtz-analytics/heat)|1.507422915873615e-07|
-|pypi|[duecredit](https://github.com/duecredit/duecredit)|1.507422915873615e-07|
-|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|1.507422915873615e-07|
-|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|1.507422915873615e-07|
-|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|1.4716216216216306e-07|
-|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|1.2894822533376777e-07|
-|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|1.2465500794912652e-07|
-|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|1.0811913954771122e-07|
-|npm|text-table|1.0188149688149764e-07|
-|pypi|[typeguard](https://pypi.org/project/typeguard)|9.810810810810871e-08|
-|pypi|[pika](https://pika.readthedocs.io)|9.213631022326767e-08|
-|npm|[utfx](https://github.com/dcodeIO/utfx)|8.829729729729708e-08|
-|pypi|[scikit-misc](https://github.com/has2k1/scikit-misc)|7.568339768339804e-08|
-|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|6.727413127413107e-08|
-|cran|[uroot](https://jalobe.com)|6.581165015947663e-08|
-|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
-|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
-|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
+|pypi|[numpy](https://www.numpy.org)|0.03848373594430058|
+|cran|R|0.03353829892224059|
+|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.026286610168459866|
+|cran|[testthat](https://testthat.r-lib.org)|0.023275012598277415|
+|cran|[httr](https://httr.r-lib.org/)|0.019282468065848914|
+|cran|[knitr](https://yihui.org/knitr/)|0.01621378940140483|
+|pypi|[matplotlib](https://matplotlib.org)|0.01536331649088655|
+|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.01528747070632468|
+|cran|utils|0.013360511440914475|
+|cran|methods|0.013017897678029562|
+|cran|[covr](https://covr.r-lib.org)|0.01201691442269051|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.010177848151650463|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.008154058005582604|
+|cran|[tidyr](https://tidyr.tidyverse.org)|0.007277165477685555|
+|pypi|[cycler](https://github.com/matplotlib/cycler)|0.006126800337688637|
+|cran|[magrittr](https://magrittr.tidyverse.org)|0.006098550617587427|
+|cran|[rlang](https://rlang.r-lib.org)|0.005780920157797863|
+|pypi|[six](https://pypi.org/project/six)|0.005544815840832344|
+|cran|stats|0.005122113112889901|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.005000478534838513|
+|cran|[withr](https://withr.r-lib.org)|0.0048984691897432505|
+|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.004545065586351498|
+|cran|[tibble](https://tibble.tidyverse.org/)|0.004376295198647454|
+|cran|tools|0.003968520997183888|
+|pypi|[h5py](http://www.h5py.org)|0.003852302736165383|
+|cran|[curl](https://github.com/jeroen/curl)|0.0038326872249357627|
+|cran|[Rcpp](http://www.rcpp.org)|0.0037818067798811848|
+|pypi|[biopython](https://biopython.org/)|0.0036712279314583727|
+|cran|[R6](https://r6.r-lib.org)|0.0034822547760295997|
+|cran|[vctrs](https://vctrs.r-lib.org/)|0.003410362782089681|
+|pypi|[docutils](http://docutils.sourceforge.net/)|0.0033520025112547184|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.0033096308619315106|
+|cran|[pryr](https://github.com/hadley/pryr)|0.003295372517974941|
+|cran|grDevices|0.0032937152977877333|
+|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.0032237342280477003|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.003165486100413608|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.00309017053359639|
+|cran|graphics|0.003062750839672328|
+|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.003045258882662232|
+|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.00286688776977194|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.0027884628105211582|
+|pypi|[lxml](https://pypi.org/project/lxml)|0.002773067483347148|
+|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0027441550689087254|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.002712956987279217|
+|cran|[glue](https://github.com/tidyverse/glue)|0.002591614441075947|
+|pypi|[requests](https://pypi.org/project/requests)|0.00245450061531569|
+|pypi|[numba](https://numba.pydata.org)|0.0023461492904175685|
+|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.0023292564131748243|
+|cran|[digest](https://github.com/eddelbuettel/digest)|0.0023238791539427475|
+|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0022380319967603784|
+|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0022337197350126813|
+|pypi|[scipy](https://www.scipy.org)|0.0021395529082615444|
+|pypi|[pycparser](https://github.com/eliben/pycparser)|0.00197437409152286|
+|pypi|[sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme)|0.0019635551725239436|
+|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0019084779898541513|
+|cran|[mockery](https://github.com/r-lib/mockery)|0.0018848185598909631|
+|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0018729226502334434|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.0018622368012848867|
+|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.001810769121092339|
+|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0017790176096570652|
+|cran|[xml2](https://xml2.r-lib.org/)|0.0017539084501791264|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.001739065779316065|
+|cran|[stringi](https://stringi.gagolewski.com/)|0.0017268164042538148|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.0017091020036959555|
+|pypi|[pandas](https://pandas.pydata.org)|0.0017061582622594305|
+|cran|[cli](https://cli.r-lib.org)|0.0016970926591738033|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.00165408733978987|
+|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0016406252001008096|
+|cran|[purrr](http://purrr.tidyverse.org)|0.0016391961430654086|
+|cran|[bit64](https://github.com/truecluster/bit64)|0.0016376781913058599|
+|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0016305555209301997|
+|cran|[pillar](https://pillar.r-lib.org/)|0.0016304596202930293|
+|cran|[shiny](https://shiny.rstudio.com/)|0.0016117488034303312|
+|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0016026633865223686|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.0015830311755713725|
+|cran|[callr](https://callr.r-lib.org)|0.0015671877060255328|
+|spack|[zlib](https://zlib.net)|0.0014919128469954564|
+|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0014810054307205563|
+|pypi|[idna](https://github.com/kjd/idna)|0.0014268486097122922|
+|pypi|[certifi](https://pypi.org/project/certifi)|0.001415912660084762|
+|cran|[DBI](https://dbi.r-dbi.org)|0.0014045806263237265|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.001403366041416431|
+|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0013522929350134503|
+|pypi|[future](https://pypi.org/project/future)|0.0013383187382626006|
+|cran|[processx](https://processx.r-lib.org)|0.0013380223039484045|
+|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0013357723395259475|
+|pypi|[mock](https://pypi.org/project/mock)|0.0013235203541641578|
+|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.001314676158709041|
+|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0013105294025094504|
+|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.0012830856299405528|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.001275135971336616|
+|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0012739337744496545|
+|cran|[sp](https://github.com/edzer/sp/)|0.0012706638351776063|
+|pypi|[Babel](https://pypi.org/project/Babel)|0.0012699957871626973|
+|cran|[markdown](https://github.com/rstudio/markdown)|0.0012567131129962662|
+|pypi|[Sphinx](https://www.sphinx-doc.org/)|0.0012509668821975377|
+|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.001232221491984181|
+|cran|grid|0.001224370583696739|
+|cran|parallel|0.001212048587742849|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.0012076259310322488|
+|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0012051005447265798|
+|cran|[hms](https://hms.tidyverse.org/)|0.0012030729617354783|
+|cran|[stringr](http://stringr.tidyverse.org)|0.001199301441163546|
+|cran|[pracma](NA)|0.0011786291045913775|
+|pypi|[click](https://pypi.org/project/click)|0.0011598405357713408|
+|pypi|[chardet](https://pypi.org/project/chardet)|0.0011000770505409081|
+|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0010851812422161384|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.0010720739720897576|
+|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0010291501450812332|
+|cran|[scales](https://scales.r-lib.org)|0.0010089695242992862|
+|pypi|[docopt](https://pypi.org/project/docopt)|0.0010044970307241693|
+|spack|[python](https://www.python.org/)|0.0010017793027911617|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.0009978442672714354|
+|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0009974615383612562|
+|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.0009972836967702763|
+|pypi|[defusedxml](https://github.com/tiran/defusedxml)|0.0009793678707084245|
+|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0009618222171275852|
+|pypi|[joblib](https://joblib.readthedocs.io)|0.000955680885387443|
+|cran|[broom](https://broom.tidymodels.org/)|0.0009462343822268445|
+|cran|[mime](https://github.com/yihui/mime)|0.0009317045030453009|
+|pypi|[isal](https://github.com/pycompression/python-isal)|0.0009275816774033695|
+|cran|ellipsis|0.0008858819810969061|
+|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0008776080292187911|
+|pypi|[nose](https://pypi.org/project/nose)|0.0008775590851311087|
+|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008768415102013323|
+|cran|[xts](https://github.com/joshuaulrich/xts)|0.0008639802936306054|
+|cran|bench|0.0008623279756315762|
+|cran|[webmockr](https://github.com/ropensci/webmockr)|0.0008592412114730734|
+|cran|[unix](https://github.com/jeroen/unix)|0.000855226598741578|
+|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.0008478007255688692|
+|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0008447130558105507|
+|cran|RColorBrewer|0.0008439962940199123|
+|spack|eigen3|0.0008410024069092453|
+|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0008317914932805965|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0008180287555071837|
+|cran|[bit](https://github.com/truecluster/bit)|0.0008168077286537475|
+|cran|[generics](https://generics.r-lib.org)|0.0008160046774099744|
+|cran|evaluate|0.000814429732057348|
+|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0008072697041322365|
+|cran|[httpcode](https://github.com/sckott/httpcode)|0.0007950184130871184|
+|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0007889858283409076|
+|cran|[sf](https://r-spatial.github.io/sf/)|0.0007799302524991801|
+|pypi|[cryptography](https://github.com/pyca/cryptography)|0.0007734471102355564|
+|cran|[plyr](http://had.co.nz/plyr)|0.0007729527090520557|
+|pypi|[gym](https://pypi.org/project/gym)|0.0007720630406882583|
+|pypi|[smmap](https://pypi.org/project/smmap)|0.000772014371213403|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.0007677408080633794|
+|cran|[fs](https://fs.r-lib.org)|0.0007663451044035936|
+|pypi|[more-itertools](https://github.com/more-itertools/more-itertools)|0.0007608019149744874|
+|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0007457032834598003|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.000743288334982318|
+|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.000738419186577449|
+|cran|tcltk|0.000733516537958993|
+|pypi|[pillow](https://python-pillow.org)|0.0007264957485055046|
+|pypi|[PySocks](https://pypi.org/project/PySocks)|0.0007249221493900373|
+|cran|[pkgload](https://github.com/r-lib/pkgload)|0.0007146564689088445|
+|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007119511619366279|
+|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.0006973925835960166|
+|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0006959052706547242|
+|pypi|[cffi](http://cffi.readthedocs.org)|0.0006905149854080006|
+|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0006898630530381885|
+|pypi|[xmltodict](https://github.com/martinblech/xmltodict)|0.0006868228797961205|
+|cran|[httpuv](https://github.com/rstudio/httpuv)|0.0006789115285510559|
+|pypi|[statsmodels](https://www.statsmodels.org/)|0.0006767743937142245|
+|cran|[blob](https://blob.tidyverse.org)|0.0006756269245522556|
+|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0006719915348342687|
+|pypi|[twine](https://pypi.org/project/twine)|0.0006669017362499518|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0006655581680699073|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.0006580732552030594|
+|cran|[usethis](https://usethis.r-lib.org)|0.0006562341861284966|
+|cran|[data.table](https://r-datatable.com)|0.0006532386150245916|
+|cran|[maps](NA)|0.0006390957151033718|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0006371994903015716|
+|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.0006336719524281467|
+|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0006302852013742202|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006265866238834134|
+|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0006155308313978996|
+|cran|pkgconfig|0.0006106334284121572|
+|cran|[lubridate](https://lubridate.tidyverse.org)|0.0006092952325520546|
+|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.000608467062416252|
+|pypi|[brotli](https://pypi.org/project/brotli)|0.0006083066718048188|
+|pypi|[enum34](https://pypi.org/project/enum34)|0.000607684552956823|
+|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0006027368640506225|
+|cran|[brio](https://brio.r-lib.org)|0.000601383384413308|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.000600274160084714|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0005961326920160869|
+|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0005944201699341421|
+|pypi|[setuptools_scm](https://github.com/pypa/setuptools_scm/)|0.0005937260511339508|
+|npm|[express](http://expressjs.com/)|0.0005888251371487071|
+|pypi|[sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph)|0.0005872999084721728|
+|pypi|[alabaster](https://pypi.org/project/alabaster)|0.0005862541381121232|
+|cran|[XML](http://www.omegahat.net/RSXML/)|0.0005832503999907072|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0005820321815949462|
+|pypi|[msgpack](https://msgpack.org/)|0.0005810109588767438|
+|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.00058022981244732|
+|cran|[waldo](https://github.com/r-lib/waldo)|0.0005793920394540011|
+|cran|[png](http://www.rforge.net/png/)|0.0005766659062540741|
+|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0005723016879501488|
+|pypi|[imagesize](https://pypi.org/project/imagesize)|0.0005721359834895974|
+|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.0005721359834895974|
+|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0005682485646791544|
+|cran|[igraph](https://igraph.org)|0.0005654374084261082|
+|pypi|[semver](https://github.com/python-semver/python-semver)|0.0005650977503153694|
+|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0005626202148129176|
+|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0005622154776533859|
+|npm|[lodash](https://lodash.com/)|0.0005619730517468846|
+|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0005617945764851346|
+|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0005561580210171894|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0005557350284848275|
+|cran|RPostgreSQL|0.0005544884351121223|
+|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0005482657826118816|
+|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.0005481138880296051|
+|cran|[RCurl](http://www.omegahat.net/RCurl)|0.0005432470120221648|
+|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.0005426914070700251|
+|pypi|[toml](https://pypi.org/project/toml)|0.0005389222319097743|
+|pypi|[black](https://pypi.org/project/black)|0.0005364292909871611|
+|pypi|[ujson](https://pypi.org/project/ujson)|0.000536283998303251|
+|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005356877267704718|
+|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.0005355760642442026|
+|pypi|[keras](https://pypi.org/project/keras)|0.0005304354967953485|
+|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0005250043556117246|
+|cran|mockr|0.0005237521304263814|
+|pypi|[py](https://pypi.org/project/py)|0.0005222156058494393|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005219808799310514|
+|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0005208810119535925|
+|pypi|[dill](https://github.com/uqfoundation/dill)|0.0005194751274816375|
+|pypi|[sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton)|0.000518133093019984|
+|cran|[xfun](https://github.com/yihui/xfun)|0.000517983715198616|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.000517249946856769|
+|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0005172341510591973|
+|pypi|[tornado](http://www.tornadoweb.org/)|0.0005135916514593206|
+|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.0005104890688926659|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005081882204160562|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005081882204160562|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.000507426596592506|
+|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0005063924677898911|
+|pypi|[pint](https://github.com/hgrecco/pint)|0.0005029973748417117|
+|pypi|[check-manifest](https://github.com/mgedmin/check-manifest)|0.0004984247464904921|
+|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0004939160997462228|
+|pypi|[markdown2](https://github.com/trentm/python-markdown2)|0.0004933965360803946|
+|pypi|[olefile](https://www.decalage.info/python/olefileio)|0.0004933965360803946|
+|spack|[cmake](https://www.cmake.org)|0.0004921390702412541|
+|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0004905847373637265|
+|pypi|[apyori](https://github.com/ymoch/apyori)|0.0004905847373637265|
+|pypi|[http](https://github.com/franckcuny/http)|0.0004905847373637265|
+|spack|slicer|0.0004905847373637265|
+|pypi|[llist](https://github.com/ajakubek/python-llist)|0.0004889494549058474|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004814758814666013|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004814758814666013|
+|pypi|[appdirs](http://github.com/ActiveState/appdirs)|0.0004805133428652203|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.00047865115853836296|
+|cran|[ragg](https://ragg.r-lib.org)|0.0004774574372354612|
+|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0004755436556167359|
+|cran|Lahman|0.00047146183654092687|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.0004709814582868457|
+|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.000470509380243882|
+|npm|[angular](http://angularjs.org)|0.0004703069399216576|
+|pypi|[SQLAlchemy](https://www.sqlalchemy.org)|0.00046912274695524797|
+|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00046631430991453724|
+|cran|[webutils](https://github.com/jeroen/webutils)|0.00045906012961983316|
+|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0004572139252230807|
+|pypi|[typing](https://pypi.org/project/typing)|0.00045631545208948477|
+|cran|[crul](https://docs.ropensci.org/crul/)|0.000455368877058656|
+|pypi|[sphinx-issues](https://github.com/sloria/sphinx-issues)|0.0004532295275597492|
+|cran|lobstr|0.00045308808627451594|
+|npm|[fs](https://github.com/npm/security-holder#readme)|0.0004518457027533931|
+|pypi|[pyroma](https://github.com/regebro/pyroma)|0.00044965508254237824|
+|pypi|[sympy](https://pypi.org/project/sympy)|0.00044570736363077766|
+|cran|RMySQL|0.00044537889754451453|
+|cran|[inline](https://github.com/eddelbuettel/inline)|0.00044507195297332846|
+|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00044405392330911436|
+|cran|formattable|0.0004434623442808317|
+|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.00044179840944089544|
+|cran|[survival](https://github.com/therneau/survival)|0.00043999178296205666|
+|pypi|[munkres](https://pypi.org/project/munkres)|0.00043990628073971847|
+|cran|gtable|0.0004396602506512943|
+|cran|[mgcv](NA)|0.0004370877820110076|
+|pypi|[virtualenv](https://virtualenv.pypa.io/)|0.00043413647846076505|
+|pypi|[sphinx-removed-in](https://github.com/MrSenko/sphinx-removed-in)|0.00043329377344412105|
+|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.00043301341972025524|
+|npm|[react-dom](https://reactjs.org/)|0.0004247049737667504|
+|npm|[react](https://reactjs.org/)|0.0004247049737667504|
+|cran|fansi|0.00041609643765201724|
+|pypi|[commonmark](https://pypi.org/project/commonmark)|0.0004160148554493079|
+|cran|[hexbin](https://github.com/edzer/hexbin)|0.0004128867927906031|
+|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0004127141441313889|
+|pypi|[networkx](https://pypi.org/project/networkx)|0.00041034653653055633|
+|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0004102271082420924|
+|pypi|[pulp](https://github.com/coin-or/pulp)|0.0004088206144697721|
+|pypi|[bmipy](http://csdms.colorado.edu)|0.00040882061446977205|
+|cran|chron|0.000408186315716395|
+|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.0004080336816940579|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0004042737022105545|
+|cran|[abind](NA)|0.0004042618307083294|
+|cran|datasets|0.0004031535759023586|
+|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.000402625848154311|
+|cran|[bslib](https://rstudio.github.io/bslib/)|0.00040252182772209315|
+|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0003983663835361205|
+|cran|[winch](https://r-prof.github.io/winch/)|0.00039822289568593097|
+|cran|[ps](https://github.com/r-lib/ps#readme)|0.0003979755358812002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.00039676386693127645|
+|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00039502476774075937|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.00039412365125054613|
+|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0003937848420699388|
+|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00039181367690782956|
+|pypi|[argparse](https://pypi.org/project/argparse)|0.00038958841505087465|
+|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0003887282874950395|
+|cran|[devtools](https://devtools.r-lib.org/)|0.00038861162285012426|
+|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.0003882930662972958|
+|pypi|[py-make](https://pypi.org/project/py-make)|0.0003882930662972958|
+|npm|[papaparse](http://papaparse.com)|0.0003864406059747983|
+|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00038546156273910827|
+|spack|[mpi](https://docs.nersc.gov/development/compilers/wrappers/)|0.000380248519625888|
+|pypi|[dask](https://pypi.org/project/dask)|0.00037950107160866916|
+|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00037815831676403055|
+|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003780415740937032|
+|cran|iterators|0.00037630026778696164|
+|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.0003732208604700552|
+|pypi|[isort](https://pypi.org/project/isort)|0.0003730987666119486|
+|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00037269505822596624|
+|pypi|[grpcio](https://pypi.org/project/grpcio)|0.0003708974702069393|
+|npm|[axios](https://axios-http.com)|0.0003699575948368294|
+|cran|munsell|0.0003696387024234126|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.00036914737677682074|
+|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.0003682266471260975|
+|cran|[sys](https://github.com/jeroen/sys)|0.0003677402739236657|
+|pypi|[objgraph](https://pypi.org/project/objgraph)|0.0003675242725062272|
+|npm|nestjs|0.00036585980413566047|
+|pypi|[python](http://www.python.org/2.5)|0.0003650184057765822|
+|pypi|[cachetools](https://github.com/tkem/cachetools/)|0.0003648527100488953|
+|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.0003636663326762435|
+|pypi|[pydot](https://pypi.org/project/pydot)|0.00035680941129598927|
+|pypi|[babel](https://pypi.org/project/babel)|0.0003555858105890582|
+|cran|itertools|0.0003554734956817216|
+|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.00035431119920713576|
+|pypi|[python-levenshtein](http://github.com/ztane/python-Levenshtein)|0.0003539218462409741|
+|cran|[rpart](https://github.com/bethatkinson/rpart)|0.00035161133991902873|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.0003514660306374825|
+|cran|[ape](http://ape-package.ird.fr/)|0.0003510251724775395|
+|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00034984933878167866|
+|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0003495318219708171|
+|cran|mapproj|0.00034802977409355117|
+|cran|timeDate|0.00034801672499835463|
+|pypi|[pyfaidx](http://mattshirley.com)|0.0003473028458162254|
+|pypi|[multiprocess](https://github.com/uqfoundation/multiprocess)|0.0003462625342961468|
+|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.0003457335366009635|
+|cran|tis|0.00034198344686183174|
+|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0003414736176792921|
+|cran|[readr](https://readr.tidyverse.org)|0.0003397109153156146|
+|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.0003381333792025615|
+|cran|[raster](https://rspatial.org/raster)|0.00033689743355324697|
+|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0003364873684672466|
+|spack|openmp|0.00033640096276369813|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0003339262607180777|
+|spack|[qt](https://qt.io)|0.0003321415137516505|
+|pypi|[llvmlite](https://pypi.org/project/llvmlite)|0.00033111091089287325|
+|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00032901083081418126|
+|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0003283742645250683|
+|pypi|[conan](https://conan.io)|0.00032705649157581764|
+|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.00032705649157581764|
+|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00032705649157581764|
+|pypi|[udatetime](https://github.com/freach/udatetime)|0.00032705649157581764|
+|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00032705649157581764|
+|spack|sqlite3|0.00032705649157581764|
+|pypi|[futures](https://pypi.org/project/futures)|0.0003268712294781245|
+|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00032477899890386876|
+|spack|pkgconfig|0.00032106628777151143|
+|pypi|[multidict](https://pypi.org/project/multidict)|0.00032040775773241597|
+|cran|assertthat|0.0003198187722937446|
+|pypi|[locket](https://pypi.org/project/locket)|0.0003190244003313009|
+|cran|[desc](https://github.com/r-lib/desc#readme)|0.00031813877737467964|
+|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0003173877008240384|
+|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0003166514229081127|
+|pypi|[scikit-learn](https://pypi.org/project/scikit-learn)|0.0003159709444352235|
+|npm|[mocha](https://mochajs.org/)|0.000315435109372871|
+|pypi|[filelock](https://github.com/tox-dev/py-filelock)|0.00031442819233743873|
+|cran|[vroom](https://vroom.r-lib.org)|0.0003123036490149785|
+|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00031143059220005984|
+|npm|[ajv](https://ajv.js.org)|0.00031105285142188306|
+|cran|[terra](https://rspatial.org/terra/)|0.00030944416646666107|
+|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.00030808480686444714|
+|cran|[forcats](https://forcats.tidyverse.org)|0.00030761970661204825|
+|pypi|[pyproj](https://github.com/pyproj4/pyproj)|0.0003067581463245786|
+|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.00030522657975675825|
+|pypi|[shiboken2](https://www.pyside.org)|0.00030500634291377596|
+|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00030492815008616934|
+|spack|libbsd|0.0003031850470763132|
+|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.00030314353530748857|
+|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.0003016748677567309|
+|cran|[DT](https://github.com/rstudio/DT)|0.0003008314432880966|
+|pypi|[scikit-image](https://scikit-image.org)|0.00029963013638662314|
+|pypi|[cython](http://cython.org/)|0.00029961608973638103|
+|pypi|[mappy](https://github.com/lh3/minimap2)|0.00029824437207985274|
+|cran|graph|0.00029650287914569415|
+|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0002959204344575171|
+|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0002946847597028652|
+|pypi|[hunter](https://pypi.org/project/hunter)|0.0002946847597028652|
+|pypi|[fields](https://pypi.org/project/fields)|0.0002946847597028652|
+|pypi|[gitdb](https://pypi.org/project/gitdb)|0.000294294032558005|
+|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.000293607532210109|
+|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.00029291674233380234|
+|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0002915782382608952|
+|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00029061057286724356|
+|npm|[d3](https://d3js.org)|0.0002890959679213608|
+|cran|[sass](https://github.com/rstudio/sass)|0.000288135683052027|
+|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.00028754349017745876|
+|pypi|[webencodings](https://pypi.org/project/webencodings)|0.00028702188346292406|
+|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.0002868345953801651|
+|pypi|[pytest-timeout](https://github.com/pytest-dev/pytest-timeout)|0.0002867036976803488|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002865418005762386|
+|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.0002863795607070374|
+|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.00028578487608425676|
+|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.0002857319835763839|
+|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0002840485629335976|
+|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.0002835485919849978|
+|pypi|[lmfit](https://lmfit.github.io/lmfit-py/)|0.0002828076721273247|
+|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0002790514548759725|
+|pypi|[greenlet](https://pypi.org/project/greenlet)|0.00027898530450822976|
+|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.0002780122965088705|
+|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.0002772662355684704|
+|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.0002772662355684704|
+|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00027726623556847035|
+|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00027726623556847035|
+|pypi|[entrypoints](https://github.com/takluyver/entrypoints)|0.00027700918814282504|
+|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00027591593165631064|
+|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.0002756472993062438|
+|pypi|[astropy](https://pypi.org/project/astropy)|0.0002726931218206813|
+|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.00027254707631318135|
+|pypi|[tenacity](https://pypi.org/project/tenacity)|0.0002708866385582387|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0002703069110245106|
+|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|0.00026957631318136766|
+|cran|cachem|0.0002693962389373441|
+|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.0002692533408618449|
+|pypi|[async-generator](https://github.com/python-trio/async_generator)|0.00026569077931914254|
+|cran|tzdb|0.00026468866168404334|
+|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00026290349210716897|
+|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|0.00026141158148095705|
+|cran|[magick](https://docs.ropensci.org/magick/)|0.0002603757335409325|
+|pypi|[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/)|0.0002602222829417416|
+|pypi|[redis](https://pypi.org/project/redis)|0.0002573263600671697|
+|cran|interp|0.00025667186863131595|
+|npm|[three](https://threejs.org/)|0.00025628146679881073|
+|cran|[future](https://future.futureverse.org)|0.00025578787397170284|
+|pypi|[decorator](https://pypi.org/project/decorator)|0.00025566180271045476|
+|pypi|[rtree](https://github.com/Toblerity/rtree)|0.0002527254707631318|
+|cran|svglite|0.00025272039204612647|
+|pypi|[pox](https://github.com/uqfoundation/pox)|0.0002518467779160151|
+|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.0002516001265808437|
+|pypi|[Django](https://pypi.org/project/Django)|0.0002503295788596048|
+|pypi|[pycosat](https://pypi.org/project/pycosat)|0.00024934678799891884|
+|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|0.0002491858983434801|
+|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.0002485436949804699|
+|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|0.0002473679194937867|
+|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0002463857586912592|
+|cran|quantreg|0.0002461161422101389|
+|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.0002459678835183806|
+|cran|[insight](https://easystats.github.io/insight/)|0.0002458445265043215|
+|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|0.00024529236868186323|
+|pypi|[dymos](https://github.com/OpenMDAO/dymos)|0.00024529236868186323|
+|pypi|[openmdao](http://openmdao.org)|0.00024529236868186323|
+|pypi|[pyDOE2](https://github.com/clicumu/pyDOE2)|0.00024529236868186323|
+|pypi|[Cactus](http://github.com/koenbok/Cactus)|0.00024529236868186323|
+|pypi|[cigar](https://github.com/brentp/cigar)|0.00024529236868186323|
+|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|0.00024529236868186323|
+|pypi|[South](http://south.aeracode.org/)|0.00024529236868186323|
+|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|0.00024529236868186323|
+|pypi|[cherrypy](https://www.cherrypy.org)|0.00024529236868186323|
+|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|0.00024529236868186323|
+|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|0.00024529236868186323|
+|pypi|[PyNN](http://neuralensemble.org/PyNN/)|0.00024529236868186323|
+|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|0.00024529236868186323|
+|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|0.00024529236868186323|
+|npm|[yargs](https://yargs.js.org/)|0.00024529236868186323|
+|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|0.00024529236868186323|
+|npm|[docusaurus](https://github.com/facebook/docusaurus)|0.00024529236868186323|
+|npm|[quasar](https://quasar.dev)|0.00024529236868186323|
+|spack|gtest|0.00024529236868186323|
+|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00024492616515376|
+|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00024445282419226715|
+|cran|[parameters](https://easystats.github.io/parameters/)|0.00024261109300217104|
+|cran|RUnit|0.00024223498681043545|
+|pypi|[Werkzeug](https://palletsprojects.com/p/werkzeug/)|0.00024142897762637725|
+|pypi|[bump2version](https://pypi.org/project/bump2version)|0.00024096874041554402|
+|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.000240351061391545|
+|cran|ggplot2movies|0.00024029860302180158|
+|pypi|[fs](https://pypi.org/project/fs)|0.00023897665424629116|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.00023852843636917618|
+|pypi|[f90nml](http://github.com/marshallward/f90nml)|0.00023847548533784176|
+|spack|[openssl](https://www.openssl.org)|0.00023696234044776708|
+|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.00023672456360802183|
+|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|0.00023659258223538348|
+|npm|[vows](https://github.com/cloudhead/vows)|0.0002355810667368085|
+|pypi|[async_generator](https://github.com/python-trio/async_generator)|0.0002354806739345887|
+|cran|multcomp|0.0002353964963550767|
+|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|0.0002351534246049297|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.00023347386686403365|
+|cran|isoband|0.00023254359044270575|
+|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|0.00023166501486620417|
+|spack|[lapack](https://github.com/mcg1969/vecLibFort)|0.00023097784392296574|
+|pypi|[texext](https://pypi.org/project/texext)|0.0002309574149240383|
+|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00023019868532447182|
+|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002301499939281643|
+|cran|profvis|0.0002263169380069354|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.000225893351716769|
+|pypi|[pybind11-global](https://github.com/pybind/pybind11)|0.00022514802243995028|
+|pypi|[oauthlib](https://pypi.org/project/oauthlib)|0.00022448888267623474|
+|cran|[rstan](https://mc-stan.org/rstan)|0.00022412844748016244|
+|cran|[base64enc](http://www.rforge.net/base64enc)|0.00022136704575207269|
+|cran|[fields](https://github.com/dnychka/fieldsRPackage)|0.00021967587477160342|
+|pypi|[lz4](https://pypi.org/project/lz4)|0.0002195237232017209|
+|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021801774214748806|
+|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|0.00021742597166354505|
+|pypi|[tqdm](https://tqdm.github.io)|0.00021732085497516284|
+|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|0.0002155877323865431|
+|pypi|[jmespath](https://pypi.org/project/jmespath)|0.0002154341998625175|
+|cran|[lme4](https://github.com/lme4/lme4/)|0.00021485947443149826|
+|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|0.0002137685645240369|
+|pypi|[xattr](https://pypi.org/project/xattr)|0.00021339445271392857|
+|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00021339445271392857|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.0002128934296442347|
+|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00021208106317900871|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00021044833747262693|
+|cran|[fastmatch](http://www.rforge.net/fastmatch)|0.00021011620463232022|
+|cran|[lintr](https://github.com/jimhester/lintr)|0.00021009308288157387|
+|cran|[openssl](https://github.com/jeroen/openssl)|0.0002098539921741291|
+|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|0.00020940369272741703|
+|cran|[promises](https://rstudio.github.io/promises)|0.00020938742426950772|
+|cran|tinytex|0.00020862086001613743|
+|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00020843459383954117|
+|pypi|[rsa](https://pypi.org/project/rsa)|0.00020819274790823694|
+|cran|[Cairo](http://www.rforge.net/Cairo/)|0.00020816534200928508|
+|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00020789352260289646|
+|pypi|[deap](https://www.github.com/deap)|0.0002076616335334927|
+|pypi|[text-unidecode](https://github.com/kmike/text-unidecode/)|0.00020713577799801782|
+|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.0002069858771060456|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0002065988349291411|
+|cran|[uuid](http://www.rforge.net/uuid)|0.00020641628974060175|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.00020548608174139745|
+|spack|bzip2|0.00020524644428008296|
+|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|0.0002049274595864114|
+|cran|triebeard|0.0002041997646184341|
+|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.00020395339007753745|
+|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.00020395339007753745|
+|cran|[backports](https://github.com/r-lib/backports)|0.00020334007610653908|
+|cran|[downlit](https://downlit.r-lib.org/)|0.00020071155209691542|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00020018050271531767|
+|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|0.00019821605550049553|
+|cran|[testit](https://github.com/yihui/testit)|0.00019813097997856875|
+|cran|[rjson](https://github.com/alexcb/rjson)|0.0001980812227725199|
+|pypi|[libclang](https://pypi.org/project/libclang)|0.00019723245442874868|
+|pypi|[gast](https://pypi.org/project/gast)|0.00019723245442874868|
+|cran|jquerylib|0.0001963151653021384|
+|pypi|[chemparse](https://pypi.org/project/chemparse)|0.0001962338949454906|
+|pypi|[atari-py](https://github.com/openai/atari-py)|0.0001962338949454906|
+|pypi|[jq](http://github.com/mwilliamson/jq.py)|0.0001962338949454906|
+|cran|tuneR|0.0001962338949454906|
+|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|0.0001962338949454906|
+|spack|sgx|0.0001962338949454906|
+|spack|pythoninterp|0.0001962338949454906|
+|spack|python3|0.0001962338949454906|
+|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00019561680187366403|
+|pypi|[music21](https://github.com/cuthbertLab/music21)|0.00019534192269573836|
+|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|0.00019534192269573836|
+|cran|stats4|0.00019534132299074735|
+|cran|[reshape2](https://github.com/hadley/reshape)|0.00019497663824202507|
+|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00019403496562438397|
+|cran|rasterVis|0.00019385617974770447|
+|cran|[tidyverse](http://tidyverse.tidyverse.org)|0.0001933940662213498|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00019234623147797706|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018940446883671067|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00018814049400438958|
+|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|0.0001873141724479683|
+|pypi|[gunicorn](https://pypi.org/project/gunicorn)|0.00018694226330760678|
+|cran|[praise](https://github.com/gaborcsardi/praise)|0.00018629877810453374|
+|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.00018577385923194997|
+|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00018577385923194997|
+|pypi|[gdal](https://pypi.org/project/gdal)|0.0001856222721415639|
+|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00018531283124166201|
+|cran|diffviewer|0.00018460002502087634|
+|cran|[spatstat.linnet](http://spatstat.org/)|0.0001836426407284816|
+|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00018356045589692767|
+|spack|libxml2|0.00018353345552978655|
+|pypi|[Biopython](https://pypi.org/project/Biopython)|0.00018335604558969277|
+|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.0001832230012294213|
+|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00018158313207735928|
+|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00018124997719842347|
+|pypi|[munch](https://pypi.org/project/munch)|0.00018097605441609073|
+|cran|[pdftools](https://docs.ropensci.org/pdftools/)|0.0001809483506881484|
+|cran|[memoise](https://github.com/r-lib/memoise)|0.00018025378346166787|
+|cran|[DBItest](https://dbitest.r-dbi.org)|0.00018017559298248538|
+|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|0.0001800451315312214|
+|pypi|[pip](https://pypi.org/project/pip)|0.00017975917491011781|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00017902302451243797|
+|pypi|[pybtex](https://pypi.org/project/pybtex)|0.0001787646899260077|
+|pypi|[tox](https://pypi.org/project/tox)|0.00017783218373693322|
+|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|0.00017715559960356788|
+|pypi|[jaraco.tidelift](https://github.com/jaraco/jaraco.tidelift)|0.0001763701095773456|
+|cran|[future.apply](https://future.apply.futureverse.org)|0.0001751702894973354|
+|pypi|[pymbar](http://github.com/choderalab/pymbar)|0.00017485841710321393|
+|cran|[performance](https://easystats.github.io/performance/)|0.00017466967587285027|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0001739630451179799|
+|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00017383482864743625|
+|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0001737919695784767|
+|cran|[qs](https://github.com/traversc/qs)|0.00017338922806733783|
+|pypi|[uritemplate](https://pypi.org/project/uritemplate)|0.00017302939632151375|
+|cran|[dygraphs](https://github.com/rstudio/dygraphs)|0.000171125740983322|
+|pypi|[glob2](https://pypi.org/project/glob2)|0.00017029831516352824|
+|cran|[spatstat.utils](http://spatstat.org/)|0.0001702864712537541|
+|npm|[pg](https://github.com/brianc/node-postgres)|0.0001698994761432819|
+|npm|[cytoscape](http://js.cytoscape.org)|0.0001698994761432819|
+|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00016969559677190997|
+|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00016962161970833923|
+|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00016950955024966618|
+|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00016950955024966618|
+|cran|asciicast|0.00016902868153570948|
+|pypi|[orjson](https://pypi.org/project/orjson)|0.000168798513409146|
+|npm|[jshint](http://jshint.com/)|0.00016852502205425888|
+|cran|rprintf|0.00016740874208291467|
+|cran|[spatstat.geom](http://spatstat.org/)|0.00016720475845918655|
+|cran|[mapview](https://github.com/r-spatial/mapview)|0.00016703666680799585|
+|pypi|[django](https://pypi.org/project/django)|0.00016703630121578492|
+|rubygems|[liquid](http://www.liquidmarkup.org)|0.00016690101585728446|
+|pypi|[google-auth](https://github.com/googleapis/google-auth-library-python)|0.0001667670441780129|
+|npm|[react-select](https://github.com/JedWatson/react-select)|0.0001667346819798286|
+|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|0.00016644046368198589|
+|pypi|[sh](https://pypi.org/project/sh)|0.00016591487423994858|
+|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|0.00016506265043182784|
+|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001647684383345127|
+|pypi|[bleach](https://pypi.org/project/bleach)|0.00016447281255068286|
+|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|0.0001636339858566138|
+|pypi|[nnde](https://github.com/elwinter/nnde)|0.00016352824578790882|
+|pypi|[pyYAML](https://pyyaml.org/)|0.00016352824578790882|
+|pypi|[skimage](https://github.com/scikit-image/scikit-image)|0.00016352824578790882|
+|pypi|[clawpack](http://www.clawpack.org)|0.00016352824578790882|
+|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|0.00016352824578790882|
+|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|0.00016352824578790882|
+|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|0.00016352824578790882|
+|pypi|[tartiflette](https://tartiflette.io)|0.00016352824578790882|
+|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|0.00016352824578790882|
+|pypi|[PyEscape](https://github.com/qaviton/escape)|0.00016352824578790882|
+|cran|[taxa](https://docs.ropensci.org/taxa/)|0.00016352824578790882|
+|cran|[vegdata](http://germansl.infinitenature.org)|0.00016352824578790882|
+|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00016352824578790882|
+|pypi|[s3transfer](https://pypi.org/project/s3transfer)|0.00016281313668682062|
+|rubygems|rake|0.00016265911765988862|
+|cran|[spatstat](http://spatstat.org/)|0.0001625738629890064|
+|cran|dichromat|0.00016225935612762386|
+|cran|[jpeg](http://www.rforge.net/jpeg/)|0.00016085962620580584|
+|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|0.00016038347183044903|
+|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|0.00016014725433971286|
+|cran|[webp](https://github.com/jeroen/webp#readme)|0.00015997025738288668|
+|pypi|[tf-estimator-nightly](https://www.tensorflow.org/)|0.00015975612792193186|
+|npm|[bootstrap](https://getbootstrap.com/)|0.00015905055235802525|
+|npm|[react-bootstrap](https://react-bootstrap.github.io/)|0.00015905055235802525|
+|cran|[commonmark](https://docs.ropensci.org/commonmark/)|0.00015825617365688944|
+|pypi|[rich](https://pypi.org/project/rich)|0.00015792087824747556|
+|pypi|[lockfile](https://pypi.org/project/lockfile)|0.00015787854231434195|
+|pypi|[plotly](https://pypi.org/project/plotly)|0.0001575575708533222|
+|cran|splines|0.00015679647415137995|
+|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00015542086440944742|
+|cran|[RPostgres](https://rpostgres.r-dbi.org)|0.0001547255620287758|
+|cran|[getPass](https://github.com/wrathematics/getPass)|0.00015422185946779737|
+|cran|[readxl](https://readxl.tidyverse.org)|0.00015308457650572358|
+|cran|[gh](https://gh.r-lib.org/)|0.00015294566111607677|
+|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.00015285204921739454|
+|npm|eslint|0.00015282293685506108|
+|pypi|[wmi](https://pypi.org/project/wmi)|0.000152714292408502|
+|npm|[requirejs](http://github.com/jrburke/r.js)|0.0001521958282054912|
+|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|0.00015196690769755014|
+|spack|perl|0.0001515925235381566|
+|spack|ca-certificates-mozilla|0.0001515925235381566|
+|spack|nasm|0.0001515925235381566|
+|pypi|[pygame](https://www.pygame.org)|0.00015141582896786068|
+|cran|[whisker](http://github.com/edwindj/whisker)|0.00015111616413528037|
+|pypi|[prospector](https://pypi.org/project/prospector)|0.00015029201511340725|
+|cran|[V8](https://github.com/jeroen/v8)|0.00015024083250743313|
+|cran|[nleqslv](NA)|0.00015021559657662318|
+|pypi|[imageio](https://github.com/imageio/imageio)|0.0001500741279917131|
+|cran|[viridis](https://sjmgarnier.github.io/viridis/)|0.00014883717158807234|
+|cran|[cowplot](https://wilkelab.org/cowplot/)|0.00014853131882103867|
+|cran|later|0.0001485158593822667|
+|pypi|[absl-py](https://pypi.org/project/absl-py)|0.00014795187859003575|
+|cran|KernSmooth|0.00014787097238666756|
+|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00014769604840997436|
+|cran|sfsmisc|0.00014680112713834356|
+|npm|[react-images](https://jossmac.github.io/react-images/)|0.0001467749438724945|
+|cran|[tesseract](https://docs.ropensci.org/tesseract/)|0.00014582843088023408|
+|pypi|[netcdf4](http://github.com/Unidata/netcdf4-python)|0.00014499301721887243|
+|cran|[showtext](https://github.com/yixuan/showtext)|0.00014483309346431712|
+|cran|[spatstat.random](http://spatstat.org/)|0.0001445071654570523|
+|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|0.00014444995044598613|
+|pypi|[notebook](https://pypi.org/project/notebook)|0.00014431081308689033|
+|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|0.0001439030592796698|
+|cran|labeling|0.00014332176441647724|
+|pypi|[asgiref](https://pypi.org/project/asgiref)|0.00014275025888368763|
+|cran|[xtable](http://xtable.r-forge.r-project.org/)|0.0001424862173466171|
+|cran|[rvest](http://rvest.tidyverse.org/)|0.00014172988096721473|
+|npm|[pako](https://github.com/nodeca/pako#readme)|0.00014156873849638962|
+|npm|[react-redux](https://github.com/reduxjs/react-redux)|0.00014145808028495424|
+|pypi|[numexpr](https://pypi.org/project/numexpr)|0.0001412616857869583|
+|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|0.00014105645867115837|
+|cran|igraphdata|0.0001408364703928381|
+|pypi|[pytools](http://pypi.python.org/pypi/pytools)|0.00014016706781820755|
+|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|0.00014016706781820755|
+|pypi|[mdtraj](http://mdtraj.org)|0.00014016706781820755|
+|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|0.00014016706781820755|
+|pypi|[mamba](http://nestorsalceda.github.io/mamba)|0.00014016706781820755|
+|pypi|[msgpack-python](http://msgpack.org/)|0.00014016706781820755|
+|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|0.00014016706781820755|
+|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|0.00014016706781820755|
+|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|0.00014016706781820755|
+|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|0.00014016706781820755|
+|npm|[filepond](https://pqina.nl/filepond/)|0.00014016706781820755|
+|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|0.00014016706781820755|
+|npm|[modernizr](https://github.com/Modernizr/Modernizr)|0.00014016706781820755|
+|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|0.00014016706781820755|
+|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00014016706781820755|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.0001401062341360791|
+|cran|[shinyjs](https://deanattali.com/shinyjs/)|0.0001399173614005294|
+|pypi|[unittest2](https://pypi.org/project/unittest2)|0.0001388377526944995|
+|spack|cpio|0.00013876539714002546|
+|cran|selectr|0.00013833665081493452|
+|npm|[nyc](https://istanbul.js.org/)|0.00013772448097129755|
+|pypi|[freesasa](http://freesasa.github.io/)|0.0001370840070940483|
+|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|0.0001369899476143282|
+|npm|[moment](https://momentjs.com)|0.00013694311582794282|
+|npm|[tape](https://github.com/substack/tape)|0.00013630670284998515|
+|npm|[rc-slider](http://github.com/react-component/slider/)|0.0001348390798602055|
+|cran|WRS2|0.00013466542836092143|
+|cran|combinat|0.00013395858084691196|
+|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|0.00013340462156382035|
+|npm|[chai](http://chaijs.com)|0.00013327677482501452|
+|cran|[units](https://github.com/r-quantities/units/)|0.0001324161057096924|
+|cran|[sodium](https://github.com/jeroen/sodium#readme)|0.0001323127563774277|
+|npm|[tslib](https://www.typescriptlang.org/)|0.00013131207173470145|
+|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|0.00013068974631979722|
+|cran|[gifski](https://gif.ski/)|0.0001302366585423807|
+|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.0001297613807663799|
+|cran|[progress](https://github.com/r-lib/progress#readme)|0.00012949750521047993|
+|spack|[expat](https://libexpat.github.io/)|0.00012887276891300852|
+|cran|fastmap|0.00012885820498449694|
+|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00012885338381159157|
+|pypi|[pyxenon](https://pypi.org/project/pyxenon)|0.0001284459861248761|
+|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001284440039643211|
+|pypi|[cvxopt](http://cvxopt.org)|0.0001275520317145689|
+|cran|[phangorn](https://github.com/KlausVigo/phangorn)|0.00012735705566378565|
+|npm|[ws](https://github.com/websockets/ws)|0.00012712252672377174|
+|cran|[reticulate](https://rstudio.github.io/reticulate/)|0.00012706075688969062|
+|cran|rsconnect|0.00012653979908477223|
+|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|0.00012611351266321092|
+|pypi|[jax](https://pypi.org/project/jax)|0.00012557105535474845|
+|pypi|[nrel-pysam](https://nrel-pysam.readthedocs.io)|0.0001254057234886026|
+|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|0.0001253500376762759|
+|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.0001252081268582755|
+|npm|[d3-array](https://d3js.org/d3-array/)|0.00012428146679881072|
+|npm|[d3-scale](https://d3js.org/d3-scale/)|0.00012428146679881072|
+|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00012412298369004912|
+|cran|[lazyeval](NA)|0.0001240516152339527|
+|pypi|[botocore](https://github.com/boto/botocore)|0.0001235502058712548|
+|pypi|[torch](https://pytorch.org/)|0.0001230506487628991|
+|spack|py-numpy|0.0001226931623595574|
+|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|0.00012264618434093162|
+|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|0.00012264618434093162|
+|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|0.00012264618434093162|
+|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|0.00012264618434093162|
+|pypi|[simframe](https://github.com/stammler/simframe)|0.00012264618434093162|
+|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|0.00012264618434093162|
+|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00012264618434093162|
+|pypi|[gemmi](https://project-gemmi.github.io/)|0.00012264618434093162|
+|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|0.00012264618434093162|
+|npm|[d3-brush](https://d3js.org/d3-brush/)|0.00012264618434093162|
+|npm|[d3-fetch](https://d3js.org/d3-fetch/)|0.00012264618434093162|
+|npm|[d3-format](https://d3js.org/d3-format/)|0.00012264618434093162|
+|npm|[fflate](https://101arrowz.github.io/fflate)|0.00012264618434093162|
+|pypi|[chevron](https://github.com/noahmorrison/chevron)|0.00012250991080277503|
+|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|0.00012240793034691224|
+|cran|cellranger|0.00012229036758741601|
+|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00012192262920719587|
+|npm|[webpack](https://github.com/webpack/webpack)|0.00012178285072201739|
+|pypi|[bz2file](https://github.com/nvawda/bz2file)|0.0001214197224975223|
+|pypi|[boto](https://github.com/boto/boto/)|0.0001214197224975223|
+|spack|automake|0.00012127401883052527|
+|spack|autoconf|0.00012127401883052527|
+|spack|libtool|0.00012127401883052527|
+|spack|m4|0.00012127401883052527|
+|pypi|[grapheme](https://github.com/alvinlindstam/grapheme)|0.00012117688305252725|
+|pypi|[about-time](https://github.com/rsalmei/about-time)|0.00012117688305252725|
+|npm|react-router-dom|0.00012108085109793747|
+|cran|[rJava](http://www.rforge.net/rJava/)|0.00012100949350581607|
+|cran|styler|0.00012041811774394368|
+|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00012001992839292951|
+|cran|[rstanarm](https://mc-stan.org/rstanarm/)|0.00011962780978157385|
+|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|0.0001192977488319411|
+|pypi|[sos](https://github.com/vatlab/SoS)|0.00011895388868603619|
+|pypi|[jupyter-client](https://jupyter.org)|0.00011879315609681471|
+|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00011843869299519991|
+|spack|gmp|0.00011843748369933753|
+|pypi|[sqlalchemy](https://pypi.org/project/sqlalchemy)|0.00011801283745408966|
+|cran|boot|0.00011773424644412709|
+|pypi|[yapf](https://pypi.org/project/yapf)|0.00011766104795318757|
+|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00011759398285733745|
+|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|0.00011735767005311092|
+|pypi|[markdown](https://pypi.org/project/markdown)|0.00011718820670456718|
+|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|0.00011713216253623863|
+|cran|tufte|0.00011710633609802564|
+|cran|katex|0.00011710633609802564|
+|pypi|[wasabi](https://pypi.org/project/wasabi)|0.00011676635882324035|
+|pypi|[tifffile](https://www.lfd.uci.edu/~gohlke/)|0.00011662182755474471|
+|pypi|[voluptuous](https://pypi.org/project/voluptuous)|0.00011618728585586862|
+|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00011600263879267199|
+|cran|MatrixModels|0.00011593529653683404|
+|rubygems|rspec|0.0001158369665822694|
+|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|0.00011551451467599488|
+|cran|[formatR](https://github.com/yihui/formatR)|0.00011544734274306068|
+|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011511148161655305|
+|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|0.00011502646800651658|
+|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|0.00011485105555046115|
+|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011483714748721225|
+|pypi|[sos-notebook](https://github.com/vatlab/SOS)|0.00011469354754577224|
+|npm|[mongoose](https://mongoosejs.com)|0.00011460694119578925|
+|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|0.00011430624380574827|
+|pypi|[segments](https://github.com/cldf/segments)|0.00011430624380574827|
+|cran|webshot|0.00011419183223926836|
+|cran|[s2](https://r-spatial.github.io/s2/)|0.00011353638905253238|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.00011353562769688911|
+|pypi|[tabulate](https://pypi.org/project/tabulate)|0.000113511540327186|
+|pypi|[distro](https://github.com/python-distro/distro)|0.00011213365425456604|
+|cran|[qpdf](https://github.com/ropensci/qpdf)|0.0001120121436296025|
+|pypi|[mistune](https://pypi.org/project/mistune)|0.00011188813476607296|
+|pypi|[ratelimit](https://pypi.org/project/ratelimit)|0.00011160802775024778|
+|pypi|[backoff](https://pypi.org/project/backoff)|0.00011160802775024778|
+|cran|[odbc](https://github.com/r-dbi/odbc)|0.00011128991417811308|
+|cran|[spdep](https://github.com/r-spatial/spdep/)|0.00011050112713834353|
+|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00010999415891672482|
+|cran|[globals](https://github.com/HenrikBengtsson/globals)|0.00010992421633020794|
+|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|0.00010901883052527254|
+|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|0.00010901883052527254|
+|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|0.00010901883052527254|
+|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|0.00010901883052527254|
+|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|0.00010901883052527254|
+|pypi|[tmm](http://pypi.python.org/pypi/tmm)|0.00010901883052527254|
+|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|0.00010901883052527254|
+|pypi|[lda](https://pypi.org/project/lda)|0.00010901883052527254|
+|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|0.00010901883052527254|
+|pypi|[html2text](https://github.com/Alir3z4/html2text/)|0.00010901883052527254|
+|pypi|[metapredict](https://github.com/idptools/metapredict.git)|0.00010901883052527254|
+|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|0.00010901883052527254|
+|pypi|[protfasta](https://pypi.org/project/protfasta)|0.00010901883052527254|
+|pypi|[theano](http://deeplearning.net/software/theano/)|0.00010901883052527254|
+|pypi|[pycairo](https://pycairo.readthedocs.io)|0.00010901883052527254|
+|pypi|[pygobject](https://pygobject.readthedocs.io)|0.00010901883052527254|
+|pypi|[genicam](https://www.emva.org)|0.00010901883052527254|
+|cran|txtplot|0.00010901883052527254|
+|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|0.00010901883052527254|
+|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|0.00010901883052527254|
+|npm|[apexcharts](https://apexcharts.com)|0.00010901883052527254|
+|npm|[idb](https://github.com/jakearchibald/idb#readme)|0.00010901883052527254|
+|npm|[lodash.debounce](https://lodash.com/)|0.00010901883052527254|
+|npm|[nanoid](https://github.com/ai/nanoid#readme)|0.00010901883052527254|
+|npm|vue-apexcharts|0.00010901883052527254|
+|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|0.00010901883052527254|
+|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|0.00010900272547076313|
+|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010864881896749138|
+|cran|prettydoc|0.00010798941459297304|
+|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00010792864222001981|
+|pypi|[photutils](https://github.com/astropy/photutils)|0.00010792864222001981|
+|cran|codemetar|0.00010792864222001981|
+|cran|see|0.00010737698438340962|
+|cran|[effectsize](https://easystats.github.io/effectsize/)|0.00010716686503592878|
+|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|0.00010709453270706126|
+|pypi|[casadi](https://pypi.org/project/casadi)|0.00010613157179010079|
+|pypi|[pep517](https://pypi.org/project/pep517)|0.00010606594720562095|
+|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.00010605980338092111|
+|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|0.00010595698447100115|
+|cran|[targets](https://docs.ropensci.org/targets/)|0.00010584216852325893|
+|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00010560168791825157|
+|pypi|[retrying](https://pypi.org/project/retrying)|0.00010549283559858663|
+|cran|[psych](https://personality-project.org/r/psych/)|0.00010456229995765976|
+|pypi|[furo](https://pypi.org/project/furo)|0.00010455382339086713|
+|cran|flashClust|0.00010446356475927181|
+|cran|[RMariaDB](https://rmariadb.r-dbi.org)|0.00010443757240081462|
+|npm|[esm](https://github.com/standard-things/esm#readme)|0.00010382990830270891|
+|cran|e1071|0.00010360791197789086|
+|spack|libffi|0.00010358332815803283|
+|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|0.00010286351408749822|
+|pypi|[websocket-client](https://github.com/websocket-client/websocket-client.git)|0.00010240648574970682|
+|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|0.00010216378486478833|
+|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|0.00010207372719147552|
+|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010181226107886166|
+|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.00010123690081519565|
+|pypi|[pbr](https://pypi.org/project/pbr)|0.00010085318384539147|
+|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.00010071882546795517|
+|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00010043120984878717|
+|cran|gamm4|0.00010041904996197144|
+|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|0.00010037200875573383|
+|cran|statnet.common|9.995914322121315e-05|
+|cran|[stars](https://r-spatial.github.io/stars/)|9.985910600429748e-05|
+|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|9.984151527629655e-05|
+|pypi|[gitpython](https://github.com/gitpython-developers/GitPython)|9.965862348751349e-05|
+|cran|[bayestestR](https://easystats.github.io/bayestestR/)|9.964277128191697e-05|
+|spack|icu4c|9.918834949738072e-05|
+|pypi|[fastprogress](https://github.com/fastai/fastprogress)|9.905163869997608e-05|
+|pypi|[pyOpenSSL](https://pyopenssl.org/)|9.888861002080823e-05|
+|pypi|[email-validator](https://pypi.org/project/email-validator)|9.847006066282578e-05|
+|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|9.839518493881281e-05|
+|npm|[prop-types](https://facebook.github.io/react/)|9.83756661803324e-05|
+|npm|[tap](http://www.node-tap.org/)|9.828009499529379e-05|
+|pypi|[build](https://pypi.org/project/build)|9.825878203804299e-05|
+|pypi|[DendroPy](http://packages.python.org/DendroPy/)|9.81169474727453e-05|
+|pypi|[disksurf](https://github.com/richteague/disksurf)|9.81169474727453e-05|
+|pypi|[gofish](https://github.com/richteague/gofish)|9.81169474727453e-05|
+|pypi|[simpleitk](http://simpleitk.org/)|9.81169474727453e-05|
+|pypi|[Cerberus](http://docs.python-cerberus.org)|9.81169474727453e-05|
+|pypi|[CoolProp](http://www.coolprop.org)|9.81169474727453e-05|
+|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|9.81169474727453e-05|
+|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|9.81169474727453e-05|
+|pypi|[sisyphe](https://sisyphe.readthedocs.io)|9.81169474727453e-05|
+|pypi|[pykeops](http://www.kernel-operations.io/)|9.81169474727453e-05|
+|pypi|[keopscore](http://www.kernel-operations.io/)|9.81169474727453e-05|
+|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|9.81169474727453e-05|
+|npm|[auspice](https://www.npmjs.com/package/auspice)|9.81169474727453e-05|
+|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|9.81169474727453e-05|
+|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|9.81169474727453e-05|
+|pypi|[Unidecode](https://pypi.org/project/Unidecode)|9.811694747274529e-05|
+|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|9.785996123012639e-05|
+|cran|gee|9.77724230757965e-05|
+|npm|[supertest](https://github.com/visionmedia/supertest#readme)|9.775651259098701e-05|
+|cran|coda|9.76730022980374e-05|
+|pypi|[igraph](https://igraph.org/python)|9.737861744301288e-05|
+|spack|mbedtls|9.717469457574142e-05|
+|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|9.713577799801784e-05|
+|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|9.713577799801784e-05|
+|npm|[rxjs](https://rxjs.dev)|9.668718560903105e-05|
+|pypi|[shapely](https://github.com/shapely/shapely)|9.664278287080967e-05|
+|pypi|[websockets](https://pypi.org/project/websockets)|9.659507223755e-05|
+|pypi|[cftime](https://pypi.org/project/cftime)|9.645269899509448e-05|
+|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|9.623911115747744e-05|
+|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|9.616442021803766e-05|
+|npm|rollup|9.602595410239715e-05|
+|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|9.600172729169917e-05|
+|cran|[ggrepel](http://github.com/slowkow/ggrepel)|9.584009845223175e-05|
+|cran|highr|9.544714650912467e-05|
+|spack|py-setuptools|9.538195549028839e-05|
+|npm|[passport](https://www.passportjs.org/)|9.458307436461676e-05|
+|cran|modelbased|9.440791121663273e-05|
+|cran|tikzDevice|9.36079674094484e-05|
+|spack|[cuda](https://developer.nvidia.com/cuda-zone)|9.355065172221084e-05|
+|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|9.350001760470564e-05|
+|pypi|[async-timeout](https://pypi.org/project/async-timeout)|9.349356189356707e-05|
+|pypi|[xyzservices](https://github.com/geopandas/xyzservices)|9.33299445823171e-05|
+|rubygems|[minitest](https://github.com/seattlerb/minitest)|9.324675642345012e-05|
+|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|9.321110009910804e-05|
+|npm|[nodemon](https://nodemon.io)|9.31310513074636e-05|
+|cran|[gtools](https://github.com/r-gregmisc/gtools)|9.306646393637388e-05|
+|npm|[semver](https://github.com/npm/node-semver#readme)|9.303800772295278e-05|
+|cran|mapdata|9.295811921851517e-05|
+|pypi|[keyring](https://pypi.org/project/keyring)|9.28921399965929e-05|
+|pypi|[freezegun](https://pypi.org/project/freezegun)|9.263205723449705e-05|
+|cran|[checkmate](https://github.com/mllg/checkmate)|9.246790884921279e-05|
+|npm|[jquery](https://jquery.com)|9.222274256962067e-05|
+|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|9.211859375316033e-05|
+|pypi|[nptyping](https://pypi.org/project/nptyping)|9.182086009287454e-05|
+|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.169324168316109e-05|
+|cran|JuliaCall|9.15145239181118e-05|
+|cran|palmerpenguins|9.07938755885974e-05|
+|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|9.029033772128614e-05|
+|pypi|[cymem](https://pypi.org/project/cymem)|8.97841982682354e-05|
+|pypi|[murmurhash](https://pypi.org/project/murmurhash)|8.97841982682354e-05|
+|pypi|[reno](https://docs.openstack.org/reno/latest/)|8.938033413563641e-05|
+|pypi|[edlib](https://github.com/Martinsos/edlib)|8.919722497522299e-05|
+|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|8.919722497522299e-05|
+|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|8.919722497522299e-05|
+|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|8.919722497522299e-05|
+|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|8.919722497522299e-05|
+|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|8.919722497522299e-05|
+|pypi|[filetype](https://github.com/h2non/filetype.py)|8.919722497522299e-05|
+|npm|[angular-animate](http://angularjs.org)|8.919722497522299e-05|
+|npm|[angular-sanitize](http://angularjs.org)|8.919722497522299e-05|
+|npm|[angular-touch](http://angularjs.org)|8.919722497522299e-05|
+|npm|[colorbrewer](http://colorbrewer2.org/)|8.919722497522299e-05|
+|npm|[dc](http://dc-js.github.io/dc.js/)|8.919722497522299e-05|
+|spack|openni2|8.919722497522299e-05|
+|spack|efusion|8.919722497522299e-05|
+|spack|suitesparse|8.919722497522299e-05|
+|spack|realsense|8.919722497522299e-05|
+|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|8.912289395441031e-05|
+|rubygems|bundler|8.888851936073876e-05|
+|cran|[vcr](https://github.com/ropensci/vcr/)|8.786740820060585e-05|
+|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|8.75483987718279e-05|
+|cran|[classInt](https://r-spatial.github.io/classInt/)|8.748185452844968e-05|
+|pypi|[invoke](https://pypi.org/project/invoke)|8.733664236314112e-05|
+|pypi|[Six](https://pypi.org/project/Six)|8.70603478468222e-05|
+|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|8.70583936510291e-05|
+|pypi|[dnspython](https://pypi.org/project/dnspython)|8.69736655811978e-05|
+|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|8.69390537275624e-05|
+|npm|fortawesome|8.684100746344126e-05|
+|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.683794557121198e-05|
+|pypi|[pylint](https://pypi.org/project/pylint)|8.65494903339559e-05|
+|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.579249522157725e-05|
+|npm|[babel-cli](https://babeljs.io/)|8.54819544225431e-05|
+|pypi|[libsvm](https://github.com/ocampor/libsvm)|8.52835351402594e-05|
+|pypi|[webcolors](https://pypi.org/project/webcolors)|8.523661671103628e-05|
+|cran|[leaflet](https://rstudio.github.io/leaflet/)|8.517519612931786e-05|
+|pypi|[whoosh](https://pypi.org/project/whoosh)|8.454801793855302e-05|
+|pypi|[rfc3986](https://pypi.org/project/rfc3986)|8.428143138034262e-05|
+|spack|[boost](https://www.boost.org)|8.424040775874277e-05|
+|spack|xz|8.416683305006076e-05|
+|cran|class|8.406890922870633e-05|
+|pypi|[pyzmq](https://pypi.org/project/pyzmq)|8.406661441306368e-05|
+|pypi|[blinker](https://pypi.org/project/blinker)|8.383502261162145e-05|
+|npm|react-router-bootstrap|8.353610078948903e-05|
+|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|8.344036326126089e-05|
+|npm|[debug](https://github.com/debug-js/debug#readme)|8.336801703681118e-05|
+|pypi|[wsaccel](https://pypi.org/project/wsaccel)|8.333555925244229e-05|
+|cran|poorman|8.32899119829773e-05|
+|cran|[here](https://here.r-lib.org/)|8.31230311597998e-05|
+|pypi|[pooch](https://pypi.org/project/pooch)|8.311804620383905e-05|
+|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|8.303925385813392e-05|
+|cran|[tmap](https://github.com/mtennekes/tmap)|8.302659857119539e-05|
+|cran|pool|8.302659857119539e-05|
+|pypi|[timeout-decorator](https://pypi.org/project/timeout-decorator)|8.263286669970267e-05|
+|pypi|[boto3](https://github.com/boto/boto3)|8.259426949386473e-05|
+|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|8.22424708238102e-05|
+|npm|eslint-plugin-import|8.203432092479136e-05|
+|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|8.183063784619739e-05|
+|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.176535169904044e-05|
+|pypi|[scikit-bio](http://scikit-bio.org)|8.176412289395441e-05|
+|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|8.176412289395441e-05|
+|pypi|[gpytorch](https://gpytorch.ai)|8.176412289395441e-05|
+|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|8.176412289395441e-05|
+|npm|[downloadjs](http://danml.com/download.html)|8.176412289395441e-05|
+|npm|[events](https://github.com/Gozala/events#readme)|8.176412289395441e-05|
+|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|8.176412289395441e-05|
+|npm|[semantic-ui-button](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-label](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-transition](http://www.semantic-ui.com)|8.176412289395441e-05|
+|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|8.152478996630289e-05|
+|pypi|[asdf](https://pypi.org/project/asdf)|8.152478996630289e-05|
+|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|8.13961843409316e-05|
+|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.105931478464209e-05|
+|pypi|[terminado](https://pypi.org/project/terminado)|8.105931478464209e-05|
+|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|8.094648166501486e-05|
+|pypi|[dash](https://plotly.com/dash)|8.082498610417619e-05|
+|pypi|[typed-ast](https://pypi.org/project/typed-ast)|8.078406896308077e-05|
+|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|8.073978267492346e-05|
+|pypi|[flaky](https://pypi.org/project/flaky)|8.056366206080037e-05|
+|cran|[Seurat](https://satijalab.org/seurat)|8.03968298689719e-05|
+|cran|[network](http://statnet.org/)|8.038979997881334e-05|
+|cran|shape|8.034578006036746e-05|
+|npm|[xlsx](https://sheetjs.com/)|8.032966459756925e-05|
+|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|8.022460680062542e-05|
+|pypi|[qtpy](https://pypi.org/project/qtpy)|7.992503942517996e-05|
+|cran|[zip](https://github.com/r-lib/zip#readme)|7.973495035302644e-05|
+|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|7.96416083279857e-05|
+|pypi|[ppft](https://github.com/uqfoundation/ppft)|7.951501491425267e-05|
+|cran|[gert](https://docs.ropensci.org/gert/)|7.943622255735807e-05|
+|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|7.937173177587634e-05|
+|cran|spatstat.data|7.935186803267836e-05|
+|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|7.915331138339209e-05|
+|cran|[git2r](https://docs.ropensci.org/git2r/)|7.903857126302591e-05|
+|pypi|[trio](https://pypi.org/project/trio)|7.872709285627796e-05|
+|npm|[winston](https://github.com/winstonjs/winston#readme)|7.861934893649462e-05|
+|cran|[slam](NA)|7.850032214913867e-05|
+|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|7.843204265062711e-05|
+|pypi|[tensorflow](https://pypi.org/project/tensorflow)|7.840886482170481e-05|
+|pypi|[texttable](https://github.com/foutaise/texttable/)|7.814580887398033e-05|
+|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|7.810109018830523e-05|
+|pypi|[pyglet](https://pypi.org/project/pyglet)|7.779272263910519e-05|
+|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|7.779272263910519e-05|
+|pypi|[uncertainties](https://pypi.org/project/uncertainties)|7.752498458264457e-05|
+|pypi|[patsy](https://pypi.org/project/patsy)|7.727294332851502e-05|
+|cran|polyclip|7.706197839249934e-05|
+|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|7.701919285113426e-05|
+|pypi|[dash-table](https://pypi.org/project/dash-table)|7.678035259252428e-05|
+|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|7.678035259252428e-05|
+|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|7.678035259252428e-05|
+|pypi|[gmsh](https://gmsh.info)|7.676208243455955e-05|
+|pypi|[distributed](https://distributed.dask.org)|7.637129427232197e-05|
+|npm|[uuid](https://github.com/uuidjs/uuid#readme)|7.622102625002902e-05|
+|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|7.609899427452755e-05|
+|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|7.586542545660485e-05|
+|cran|[taxize](https://docs.ropensci.org/taxize/)|7.576419368540284e-05|
+|pypi|[contextvars](https://pypi.org/project/contextvars)|7.565648609518939e-05|
+|pypi|[bokeh](https://pypi.org/project/bokeh)|7.55065926784336e-05|
+|pypi|[yt](https://github.com/yt-project/yt)|7.547457497903485e-05|
+|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|7.547457497903485e-05|
+|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|7.547457497903485e-05|
+|pypi|[coramin](https://github.com/Coramin/Coramin)|7.547457497903485e-05|
+|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|7.547457497903485e-05|
+|pypi|[bidict](https://bidict.readthedocs.io)|7.547457497903485e-05|
+|pypi|[cached-property](https://github.com/pydanny/cached-property)|7.547457497903485e-05|
+|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|7.547457497903485e-05|
+|cran|tseries|7.542708164926902e-05|
+|npm|[ava](https://avajs.dev)|7.477149337283132e-05|
+|cran|[gapminder](https://github.com/jennybc/gapminder)|7.465097360287319e-05|
+|cran|[credentials](https://docs.ropensci.org/credentials/)|7.454951725677694e-05|
+|cran|animation|7.447518144156012e-05|
+|pypi|[pickleshare](https://pypi.org/project/pickleshare)|7.43909198333671e-05|
+|pypi|[jedi](https://pypi.org/project/jedi)|7.43909198333671e-05|
+|cran|[spatstat.core](http://spatstat.org/)|7.415487190912045e-05|
+|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|7.399845204347612e-05|
+|pypi|[backcall](https://pypi.org/project/backcall)|7.399845204347612e-05|
+|pypi|[coveralls](https://pypi.org/project/coveralls)|7.388551662729253e-05|
+|cran|[gplots](https://github.com/talgalili/gplots)|7.376920468817085e-05|
+|pypi|[testpath](https://pypi.org/project/testpath)|7.328626704432977e-05|
+|pypi|[deprecated](https://pypi.org/project/deprecated)|7.318278824974211e-05|
+|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|7.259809559539623e-05|
+|pypi|[nbclient](https://pypi.org/project/nbclient)|7.25826439703226e-05|
+|pypi|[pkginfo](https://pypi.org/project/pkginfo)|7.250739768361317e-05|
+|npm|[chokidar](https://github.com/paulmillr/chokidar)|7.23962905281042e-05|
+|cran|[argon2](https://github.com/wrathematics/argon2)|7.233146325923828e-05|
+|npm|[typescript](https://www.typescriptlang.org/)|7.225404657954391e-05|
+|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|7.208583361295315e-05|
+|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|7.179668696021521e-05|
+|npm|[commander](https://github.com/tj/commander.js#readme)|7.164629937703525e-05|
+|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|7.164577109859122e-05|
+|cran|[pingr](https://github.com/r-lib/pingr#readme)|7.137416048737512e-05|
+|cran|[dendextend](http://talgalili.github.io/dendextend/)|7.126265377530207e-05|
+|pypi|[alembic](https://pypi.org/project/alembic)|7.113478691774033e-05|
+|cran|ade4|7.105817084841301e-05|
+|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|7.099726968366837e-05|
+|cran|shinydisconnect|7.088903347317748e-05|
+|npm|[zone.js](https://github.com/angular/angular#readme)|7.086693627409808e-05|
+|cran|[irlba](NA)|7.070602173013353e-05|
+|cran|[rex](https://github.com/kevinushey/rex)|7.046692426758799e-05|
+|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|7.037773836127011e-05|
+|cran|[datawizard](https://easystats.github.io/datawizard/)|7.032031582897101e-05|
+|cran|egg|7.008879017414696e-05|
+|pypi|[area](https://github.com/scisco/area)|7.008353390910378e-05|
+|pypi|[StringDist](https://github.com/obulkin/string-dist)|7.008353390910378e-05|
+|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|7.008353390910378e-05|
+|pypi|[thermo](https://github.com/CalebBell/thermo)|7.008353390910378e-05|
+|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|7.008353390910378e-05|
+|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|7.008353390910378e-05|
+|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|7.008353390910378e-05|
+|pypi|[Sequoya](https://github.com/benhid/Sequoya)|7.008353390910378e-05|
+|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|7.008353390910378e-05|
+|pypi|[pyMSA](https://github.com/benhid/pyMSA)|7.008353390910378e-05|
+|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|7.008353390910378e-05|
+|cran|poibin|7.008353390910378e-05|
+|cran|fANCOVA|7.008353390910378e-05|
+|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|7.008353390910378e-05|
+|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|7.008353390910378e-05|
+|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|7.008353390910378e-05|
+|npm|net|7.008353390910378e-05|
+|spack|sophus|7.008353390910378e-05|
+|spack|visioncore|7.008353390910378e-05|
+|spack|brisk|7.008353390910378e-05|
+|spack|opengv|7.008353390910378e-05|
+|spack|gtsam|7.008353390910378e-05|
+|spack|tensorflow|7.008353390910378e-05|
+|cran|pbkrtest|6.996997956847058e-05|
+|pypi|[sgp4](https://pypi.org/project/sgp4)|6.996100687130077e-05|
+|pypi|[skyfield](https://pypi.org/project/skyfield)|6.996100687130077e-05|
+|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|6.996100687130077e-05|
+|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|6.996100687130077e-05|
+|pypi|[jplephem](https://pypi.org/project/jplephem)|6.996100687130077e-05|
+|pypi|[dicttoxml](https://pypi.org/project/dicttoxml)|6.980964423635556e-05|
+|pypi|[shap](https://pypi.org/project/shap)|6.946571763221912e-05|
+|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|6.941817025028645e-05|
+|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|6.94177403369673e-05|
+|npm|process|6.938269857001273e-05|
+|npm|util|6.938269857001273e-05|
+|npm|spc|6.938269857001273e-05|
+|pypi|[debugpy](https://pypi.org/project/debugpy)|6.929252529935036e-05|
+|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|6.929252529935036e-05|
+|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|6.925195521942446e-05|
+|spack|flex|6.912251345037519e-05|
+|spack|bison|6.912251345037519e-05|
+|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|6.885054416663274e-05|
+|pypi|[emoji](https://pypi.org/project/emoji)|6.850871567655803e-05|
+|cran|[mmand](https://github.com/jonclayden/mmand)|6.839729201888882e-05|
+|cran|[RNifti](https://github.com/jonclayden/RNifti)|6.839729201888882e-05|
+|cran|[lavaan](https://lavaan.ugent.be)|6.839245338517426e-05|
+|cran|[shinytest](https://github.com/rstudio/shinytest)|6.8361903386317e-05|
+|cran|conflicted|6.826302080933474e-05|
+|pypi|[localconfig](https://github.com/maxzheng/localconfig)|6.806863230921704e-05|
+|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|6.806863230921704e-05|
+|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|6.806863230921704e-05|
+|pypi|[pythutils](https://github.com/JolleJolles)|6.806863230921704e-05|
+|npm|[mathjs](https://mathjs.org)|6.800049554013875e-05|
+|npm|husky|6.788609988221114e-05|
+|pypi|[cupy](https://pypi.org/project/cupy)|6.758047029010509e-05|
+|pypi|[netifaces](https://github.com/al45tair/netifaces)|6.75594053518335e-05|
+|pypi|[python-socks](https://pypi.org/project/python-socks)|6.730815588276935e-05|
+|cran|[zeallot](https://github.com/nteetor/zeallot)|6.721010901883053e-05|
+|npm|expect.js|6.711812438057483e-05|
+|pypi|[typer](https://pypi.org/project/typer)|6.70842047331298e-05|
+|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|6.696452304253819e-05|
+|cran|[car](https://r-forge.r-project.org/projects/car/)|6.668963848905173e-05|
+|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|6.651996438830189e-05|
+|cran|[circlize](https://github.com/jokergoo/circlize)|6.604058413549313e-05|
+|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|6.587852187455755e-05|
+|pypi|[google-pasta](https://pypi.org/project/google-pasta)|6.544758339411086e-05|
+|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|6.541129831516353e-05|
+|pypi|[scikit-video](http://scikit-video.org/)|6.541129831516353e-05|
+|pypi|[h11](https://github.com/python-hyper/h11)|6.541129831516353e-05|
+|pypi|[blosc](http://github.com/blosc/python-blosc)|6.541129831516353e-05|
+|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|6.541129831516353e-05|
+|pypi|[mccabe](https://pypi.org/project/mccabe)|6.529470594403371e-05|
+|cran|[caret](https://github.com/topepo/caret/)|6.526588995741627e-05|
+|pypi|[plac](https://pypi.org/project/plac)|6.517310118028651e-05|
+|cran|reactlog|6.504593786547824e-05|
+|cran|sourcetools|6.504593786547824e-05|
+|cran|fontawesome|6.504593786547824e-05|
+|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|6.483435247240621e-05|
+|pypi|[astunparse](https://pypi.org/project/astunparse)|6.483435247240621e-05|
+|cran|latticeExtra|6.480119817638115e-05|
+|cran|pbdMPI|6.47571853320119e-05|
+|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|6.47016801494388e-05|
+|pypi|[paramiko](https://paramiko.org)|6.452884580132194e-05|
+|npm|eslint-plugin-standard|6.440403813583526e-05|
+|npm|eslint-plugin-promise|6.440403813583526e-05|
+|npm|eslint-plugin-node|6.440403813583526e-05|
+|npm|eslint-config-standard|6.440403813583526e-05|
+|pypi|[libcst](https://pypi.org/project/libcst)|6.437423138184907e-05|
+|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|6.437423138184907e-05|
+|pypi|[Theano](http://deeplearning.net/software/theano/)|6.43211100099108e-05|
+|cran|[sna](http://statnet.org)|6.404869226412837e-05|
+|pypi|[tblib](https://pypi.org/project/tblib)|6.393344784798226e-05|
+|npm|[xo](https://github.com/xojs/xo#readme)|6.379623226129667e-05|
+|cran|RcppTOML|6.374966731640301e-05|
+|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|6.372867120314203e-05|
+|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|6.364691461060978e-05|
+|cran|[janitor](https://github.com/sfirke/janitor)|6.349510416481841e-05|
+|pypi|[myst-parser](https://pypi.org/project/myst-parser)|6.338866993681773e-05|
+|pypi|[markupsafe](https://pypi.org/project/markupsafe)|6.31230544814975e-05|
+|pypi|[srsly](https://pypi.org/project/srsly)|6.280203771323045e-05|
+|npm|babel-preset-env|6.26023998072203e-05|
+|cran|brew|6.256011049266586e-05|
+|spack|iconv|6.244442871301146e-05|
+|spack|graphviz|6.244442871301146e-05|
+|spack|mscgen|6.244442871301146e-05|
+|cran|RhpcBLASctl|6.24364239858875e-05|
+|cran|timeSeries|6.237907889148043e-05|
+|cran|fts|6.237907889148043e-05|
+|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|6.22316625581844e-05|
+|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|6.219779559720094e-05|
+|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|6.19446664496842e-05|
+|spack|hwloc|6.177494653382713e-05|
+|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|6.167342993327613e-05|
+|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|6.165512533411081e-05|
+|npm|[sinon](https://sinonjs.org/)|6.145174689537776e-05|
+|pypi|[bfit](https://github.com/dfujim/bfit)|6.132309217046581e-05|
+|pypi|[bdata](https://github.com/dfujim/bdata)|6.132309217046581e-05|
+|pypi|[mud-py](https://github.com/dfujim/mudpy)|6.132309217046581e-05|
+|pypi|[julia](http://julialang.org)|6.132309217046581e-05|
+|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|6.132309217046581e-05|
+|pypi|[objsize](https://github.com/liran-funaro/objsize)|6.132309217046581e-05|
+|cran|geoaxe|6.132309217046581e-05|
+|cran|spbabel|6.132309217046581e-05|
+|cran|colorRamps|6.132309217046581e-05|
+|cran|paletteer|6.132309217046581e-05|
+|cran|statsExpressions|6.132309217046581e-05|
+|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|6.132309217046581e-05|
+|npm|[express-session](https://github.com/expressjs/session#readme)|6.132309217046581e-05|
+|npm|[helmet](https://helmetjs.github.io/)|6.132309217046581e-05|
+|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|6.132309217046581e-05|
+|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|6.132309217046581e-05|
+|pypi|[pyflakes](https://pypi.org/project/pyflakes)|6.097756025523292e-05|
+|pypi|[python-louvain](https://pypi.org/project/python-louvain)|6.091606367763423e-05|
+|pypi|[miniball](https://github.com/marmakoide/miniball)|6.070986124876115e-05|
+|spack|lz4|6.0520393110358423e-05|
+|pypi|[pynacl](https://pypi.org/project/pynacl)|6.035695200652113e-05|
+|pypi|[randomgen](https://github.com/bashtage/randomgen)|6.0313064770011074e-05|
+|rubygems|[mysql2](https://github.com/brianmario/mysql2)|6.0261827228413656e-05|
+|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|5.9501735009910796e-05|
+|pypi|[pretend](https://pypi.org/project/pretend)|5.938054618517378e-05|
+|pypi|[rdflib](https://github.com/RDFLib/rdflib)|5.929261645193266e-05|
+|cran|[pbapply](https://github.com/psolymos/pbapply)|5.8721473311100676e-05|
+|npm|jest|5.8589994921209666e-05|
+|pypi|[hiredis](https://pypi.org/project/hiredis)|5.821498477983859e-05|
+|cran|miniUI|5.8122068310669855e-05|
+|spack|sqlite|5.807760410507116e-05|
+|cran|lpSolve|5.802916607673793e-05|
+|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|5.788218533201189e-05|
+|npm|sax|5.7799013167670886e-05|
+|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|5.7761154320689926e-05|
+|pypi|[PyNaCl](https://github.com/pyca/pynacl/)|5.771585145455605e-05|
+|pypi|[isatools](https://github.com/ISA-tools/isa-api)|5.771585145455605e-05|
+|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|5.771585145455605e-05|
+|cran|nortest|5.771585145455605e-05|
+|cran|openair|5.771585145455605e-05|
+|npm|[d3-dsv](https://d3js.org/d3-dsv/)|5.771585145455605e-05|
+|npm|[diff2html](https://diff2html.xyz/)|5.771585145455605e-05|
+|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|5.771585145455605e-05|
+|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|5.771585145455605e-05|
+|npm|react-schemaorg|5.771585145455605e-05|
+|spack|nss|5.720892591674924e-05|
+|pypi|[spacy-legacy](https://spacy.io)|5.7006833844239055e-05|
+|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|5.69623389494549e-05|
+|pypi|[autopep8](https://github.com/hhatto/autopep8)|5.680744331410191e-05|
+|pypi|[types-backports](https://pypi.org/project/types-backports)|5.680358027750247e-05|
+|cran|[plotly](https://plotly-r.com)|5.663177952303852e-05|
+|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|5.650585743614861e-05|
+|pypi|[curio](https://pypi.org/project/curio)|5.6487251429122385e-05|
+|cran|[wk](https://paleolimbot.github.io/wk/)|5.6444020857160214e-05|
+|pypi|[spglib](http://spglib.github.io/spglib/)|5.627484206639199e-05|
+|cran|fstcore|5.6248684912708696e-05|
+|npm|[colors](https://github.com/Marak/colors.js)|5.62225683137477e-05|
+|cran|parallelly|5.622235064594698e-05|
+|cran|lars|5.621777627724109e-05|
+|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|5.6179926647760245e-05|
+|pypi|[path](https://pypi.org/project/path)|5.609057846096457e-05|
+|pypi|[click-plugins](https://pypi.org/project/click-plugins)|5.570392552166629e-05|
+|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|5.5637196268070124e-05|
+|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|5.5490584737363726e-05|
+|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|5.5490584737363726e-05|
+|pypi|[kombu](https://pypi.org/project/kombu)|5.5426253840824426e-05|
+|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|5.525817096679337e-05|
+|cran|[emmeans](https://github.com/rvlenth/emmeans)|5.525631916018733e-05|
+|cran|[ggforce](https://ggforce.data-imaginist.com)|5.510162568181162e-05|
+|pypi|[isodate](https://github.com/gweis/isodate/)|5.494685332011895e-05|
+|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|5.4841663127094244e-05|
+|cran|rsvg|5.473195685765258e-05|
+|cran|[futile.logger](NA)|5.469080881952538e-05|
+|cran|[graphql](http://graphql.org)|5.463227109857438e-05|
+|cran|[TTR](https://github.com/joshuaulrich/TTR)|5.4577552031714566e-05|
+|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|5.450941526263627e-05|
+|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.450941526263627e-05|
+|pypi|[Pint](https://github.com/hgrecco/pint)|5.450941526263627e-05|
+|npm|[bower](http://bower.io)|5.450941526263627e-05|
+|npm|[http-auth](https://github.com/gevorg/http-auth)|5.450941526263627e-05|
+|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|5.450941526263627e-05|
+|npm|[multer](https://github.com/expressjs/multer#readme)|5.450941526263627e-05|
+|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|5.450941526263627e-05|
+|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|5.450941526263627e-05|
+|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|5.450941526263627e-05|
+|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|5.450941526263627e-05|
+|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|5.450941526263627e-05|
+|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|5.450941526263627e-05|
+|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|5.450941526263627e-05|
+|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|5.450941526263627e-05|
+|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|5.450941526263627e-05|
+|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|5.450941526263627e-05|
+|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.449877842858481e-05|
+|npm|npm-run-all|5.444897570219671e-05|
+|rubygems|[activesupport](https://rubyonrails.org)|5.443237899718857e-05|
+|pypi|[pydub](http://pydub.com)|5.443154466940393e-05|
+|rubygems|[rubocop](https://rubocop.org/)|5.43615714504095e-05|
+|pypi|[pyscf](http://www.pyscf.org)|5.419670335402431e-05|
+|pypi|[moviepy](https://zulko.github.io/moviepy/)|5.40271271219057e-05|
+|pypi|[language-data](https://pypi.org/project/language-data)|5.396432111000991e-05|
+|cran|spatial|5.371881550542365e-05|
+|spack|gl|5.370576583999815e-05|
+|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|5.3681316820051256e-05|
+|cran|stopwords|5.3652062958614146e-05|
+|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|5.363989433283394e-05|
+|cran|rnaturalearthdata|5.351506768751565e-05|
+|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|5.3424677898909806e-05|
+|pypi|[google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib)|5.3375757275607486e-05|
+|spack|zstd|5.33219381337196e-05|
+|pypi|[traittypes](https://pypi.org/project/traittypes)|5.319114649618473e-05|
+|pypi|[geographiclib](https://pypi.org/project/geographiclib)|5.317810066543962e-05|
+|pypi|[werkzeug](https://palletsprojects.com/p/werkzeug/)|5.310182050870736e-05|
+|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|5.2917110925960015e-05|
+|cran|av|5.286396112692147e-05|
+|cran|RJSONIO|5.28538811651824e-05|
+|npm|[browserify](https://github.com/browserify/browserify#readme)|5.282327538730837e-05|
+|pypi|[monty](https://github.com/materialsvirtuallab/monty)|5.280336154294305e-05|
+|cran|brms|5.264930494120857e-05|
+|pypi|[fastparquet](https://pypi.org/project/fastparquet)|5.254955088995355e-05|
+|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|5.245647387795554e-05|
+|pypi|[pip-run](https://github.com/jaraco/pip-run)|5.215437631027728e-05|
+|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|5.184990089197225e-05|
+|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|5.1640498669865946e-05|
+|pypi|[sos-python](https://github.com/vatlab/SOS)|5.1640498669865946e-05|
+|pypi|[sos-ruby](https://github.com/vatlab/SOS)|5.1640498669865946e-05|
+|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|5.1640498669865946e-05|
+|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|5.1640498669865946e-05|
+|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|5.1640498669865946e-05|
+|pypi|[Cython](http://cython.org/)|5.1640498669865946e-05|
+|pypi|[BioPython](https://biopython.org/)|5.1640498669865946e-05|
+|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|5.1640498669865946e-05|
+|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|5.1640498669865946e-05|
+|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|5.1640498669865946e-05|
+|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|5.1640498669865946e-05|
+|cran|dunn.test|5.1640498669865946e-05|
+|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|5.1476179521644755e-05|
+|cran|plotrix|5.139399948518255e-05|
+|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|5.102081268582755e-05|
+|pypi|[pyreadline](https://pypi.org/project/pyreadline)|5.102081268582755e-05|
+|pypi|[monotonic](https://pypi.org/project/monotonic)|5.102081268582755e-05|
+|npm|object-assign|5.0962354493375515e-05|
+|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|5.092267323996517e-05|
+|cran|gam|5.0853347353291843e-05|
+|npm|[standard](https://standardjs.com)|5.079663732198073e-05|
+|npm|validator|5.078086567142689e-05|
+|spack|libpng|5.07375220509067e-05|
+|spack|[ninja](https://ninja-build.org/)|5.054108167470214e-05|
+|spack|[gnutls](https://www.gnutls.org)|5.053084117938552e-05|
+|spack|libidn2|5.053084117938552e-05|
+|spack|nghttp2|5.053084117938552e-05|
+|spack|libssh2|5.053084117938552e-05|
+|spack|libssh|5.053084117938552e-05|
+|spack|krb5|5.053084117938552e-05|
+|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|5.045974163562431e-05|
+|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|5.043322852160956e-05|
+|pypi|[vine](https://pypi.org/project/vine)|5.0332592482702695e-05|
+|spack|py-six|5.031292473006103e-05|
+|cran|[hoardr](https://github.com/ropensci/hoardr)|5.029788625063513e-05|
+|cran|[config](https://github.com/rstudio/config)|5.010288211054074e-05|
+|pypi|[natsort](https://github.com/SethMMorton/natsort)|5.001732871654062e-05|
+|pypi|[nanopack](https://github.com/wdecoster/nanopack)|4.905847373637265e-05|
+|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|4.905847373637265e-05|
+|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|4.905847373637265e-05|
+|pypi|[nanoget](https://github.com/wdecoster/nanoget)|4.905847373637265e-05|
+|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|4.905847373637265e-05|
+|pypi|[nanomath](https://github.com/wdecoster/nanomath)|4.905847373637265e-05|
+|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|4.905847373637265e-05|
+|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|4.905847373637265e-05|
+|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|4.905847373637265e-05|
+|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|4.905847373637265e-05|
+|cran|[genalg](https://github.com/egonw/genalg)|4.905847373637265e-05|
+|cran|segmented|4.9042506879082045e-05|
+|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|4.899773170338086e-05|
+|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.869700856368203e-05|
+|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|4.849162492720653e-05|
+|cran|[utf8](https://ptrckprry.com/r-utf8/)|4.847388447633481e-05|
+|cran|[semver](https://github.com/johndharrison/semver)|4.842772193119075e-05|
+|pypi|[awscrt](https://pypi.org/project/awscrt)|4.8347088943784104e-05|
+|npm|[font-awesome](http://fontawesome.io/)|4.829703985292411e-05|
+|spack|libiconv|4.825740452589105e-05|
+|cran|lsa|4.8178620674796395e-05|
+|npm|safe-buffer|4.8025682790788104e-05|
+|npm|coffee-script|4.7737107107461416e-05|
+|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|4.766400940702724e-05|
+|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|4.762760158572845e-05|
+|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|4.7472372705798186e-05|
+|cran|[remotes](https://remotes.r-lib.org)|4.724992351001567e-05|
+|pypi|[openpyxl](https://pypi.org/project/openpyxl)|4.7246972857591294e-05|
+|npm|glob|4.7211071782528664e-05|
+|cran|mclust|4.720173553325012e-05|
+|pypi|[arviz](https://pypi.org/project/arviz)|4.7187923730007044e-05|
+|spack|eigen|4.7027681102634425e-05|
+|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|4.6722355939402516e-05|
+|pypi|[billiard](https://pypi.org/project/billiard)|4.665705166044782e-05|
+|spack|lzo|4.664385339635587e-05|
+|spack|nettle|4.664385339635587e-05|
+|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|4.660725753649935e-05|
+|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|4.660725753649935e-05|
+|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|4.660725753649935e-05|
+|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|4.660725753649935e-05|
+|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|4.651157281745458e-05|
+|npm|eslint-plugin-markdown|4.64483877553243e-05|
+|npm|cross-env|4.641351667410884e-05|
+|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|4.625513238000849e-05|
+|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|4.625513238000849e-05|
+|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|4.625513238000849e-05|
+|pypi|[xarray](https://github.com/pydata/xarray)|4.6082288198775876e-05|
+|pypi|[distlib](https://pypi.org/project/distlib)|4.592694319012616e-05|
+|pypi|[asv](https://pypi.org/project/asv)|4.5544603141569996e-05|
+|pypi|[kaleido](https://pypi.org/project/kaleido)|4.5544603141569996e-05|
+|spack|glew|4.541412997309925e-05|
+|pypi|[celery](http://celeryproject.org)|4.512607389545425e-05|
+|cran|[statmod](NA)|4.494866068573058e-05|
+|cran|[matlab](http://cran.r-project.org/package=matlab)|4.4934933809995747e-05|
+|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|4.491775625670263e-05|
+|pypi|[zarr](https://pypi.org/project/zarr)|4.490434203497763e-05|
+|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|4.47806689538913e-05|
+|rubygems|activerecord|4.47353208875225e-05|
+|cran|plotROC|4.4598612487611494e-05|
+|npm|[async](https://caolan.github.io/async/)|4.453589568880079e-05|
+|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|4.435795486468583e-05|
+|pypi|[appnope](https://pypi.org/project/appnope)|4.435795486468583e-05|
+|pypi|[ray](https://pypi.org/project/ray)|4.435730757519671e-05|
+|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|4.425483151635282e-05|
+|pypi|[meshio](https://github.com/nschloe/meshio)|4.4212377067927124e-05|
+|spack|gettext|4.4201064391068614e-05|
+|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|4.418869876989448e-05|
+|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|4.415262636273539e-05|
+|spack|hdf5|4.4059437313542976e-05|
+|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|4.403132793866193e-05|
+|cran|SuppDists|4.384601090188305e-05|
+|cran|[GGally](https://ggobi.github.io/ggally/)|4.3717799563901763e-05|
+|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.362673900159113e-05|
+|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|4.3584240608823204e-05|
+|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|4.3584240608823204e-05|
+|cran|[glmnet](https://glmnet.stanford.edu)|4.3565452139535454e-05|
+|cran|qlcMatrix|4.35515146292067e-05|
+|npm|react-highcharts|4.334113281220892e-05|
+|npm|redux|4.334113281220892e-05|
+|pypi|[types-docutils](https://pypi.org/project/types-docutils)|4.3320592865644854e-05|
+|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|4.33136553626061e-05|
+|cran|RcppRoll|4.327277330115913e-05|
+|pypi|[pymatgen](https://pypi.org/project/pymatgen)|4.3227509250009544e-05|
+|cran|blavaan|4.3191542863607176e-05|
+|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|4.316149082633886e-05|
+|npm|immutable|4.3082930318859586e-05|
+|pypi|[rfc3987](https://pypi.org/project/rfc3987)|4.30294125826743e-05|
+|npm|[jasmine](http://jasmine.github.io/)|4.2957612258900665e-05|
+|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|4.29555996035679e-05|
+|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|4.29555996035679e-05|
+|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|4.29555996035679e-05|
+|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|4.2908994053518336e-05|
+|pypi|[cligj](https://pypi.org/project/cligj)|4.2880304024234095e-05|
+|cran|[seqminer](http://zhanxw.github.io/seqminer/)|4.265954237945447e-05|
+|cran|SeuratObject|4.265954237945447e-05|
+|cran|spex|4.265954237945447e-05|
+|pypi|[stack-data](https://pypi.org/project/stack-data)|4.265828018975719e-05|
+|pypi|[elasticsearch](https://pypi.org/project/elasticsearch)|4.260263234339223e-05|
+|pypi|[djangorestframework](https://www.django-rest-framework.org/)|4.253420453646587e-05|
+|spack|py-mpi4py|4.244588618400779e-05|
+|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|4.238652130822596e-05|
+|pypi|[mopti](https://github.com/basf/mopti)|4.210852329038653e-05|
+|npm|[proj4](https://github.com/proj4js/proj4js#readme)|4.2108523290386525e-05|
+|npm|[bluebird](https://github.com/petkaantonov/bluebird)|4.206512307957673e-05|
+|pypi|[ipaddr](https://github.com/google/ipaddr-py)|4.2050120345462266e-05|
+|pypi|[progress](http://github.com/verigak/progress/)|4.2050120345462266e-05|
+|pypi|[pytoml](https://github.com/avakar/pytoml)|4.2050120345462266e-05|
+|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|4.191679164464273e-05|
+|pypi|[waitress](https://pypi.org/project/waitress)|4.158296190338288e-05|
+|pypi|[pymongo](https://pypi.org/project/pymongo)|4.153705236772619e-05|
+|cran|[tm](http://tm.r-forge.r-project.org/)|4.1497062359609595e-05|
+|cran|mediation|4.142124458122264e-05|
+|pypi|[parso](https://pypi.org/project/parso)|4.133767484626653e-05|
+|pypi|[docker](https://github.com/docker/docker-py)|4.100984052617356e-05|
+|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|4.096534503594915e-05|
+|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|4.096534503594915e-05|
+|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|4.093316402378592e-05|
+|pypi|[snakemake](https://snakemake.readthedocs.io)|4.0882061446977205e-05|
+|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|4.0882061446977205e-05|
+|pypi|[datrie](https://github.com/kmike/datrie)|4.0882061446977205e-05|
+|pypi|[toposort](https://pypi.org/project/toposort)|4.0882061446977205e-05|
+|pypi|[trackpy](https://github.com/soft-matter/trackpy)|4.0882061446977205e-05|
+|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|4.0882061446977205e-05|
+|npm|[sift](https://github.com/crcn/sift.js#readme)|4.0882061446977205e-05|
+|npm|[socket.io](https://github.com/socketio/socket.io#readme)|4.0882061446977205e-05|
+|npm|[underscore](https://underscorejs.org)|4.0882061446977205e-05|
+|pypi|[anyio](https://pypi.org/project/anyio)|4.076463373753862e-05|
+|spack|[z3](https://github.com/Z3Prover/z3/wiki)|4.0761566950080875e-05|
+|pypi|[simplejson](https://pypi.org/project/simplejson)|4.076108391820553e-05|
+|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|4.075026003696141e-05|
+|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|4.0741175573683e-05|
+|cran|futile.options|4.070451649440747e-05|
+|cran|lambda.r|4.070451649440747e-05|
+|cran|webfakes|4.0588922612161825e-05|
+|pypi|[shiboken6](https://pypi.org/project/shiboken6)|4.047324083250743e-05|
+|pypi|[colorlover](https://pypi.org/project/colorlover)|4.0394029492146436e-05|
+|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|4.0394029492146436e-05|
+|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|4.0394029492146436e-05|
+|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|4.0394029492146436e-05|
+|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|4.0394029492146436e-05|
+|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|4.0394029492146436e-05|
+|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|4.0394029492146436e-05|
+|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|4.0394029492146436e-05|
+|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|4.0394029492146436e-05|
+|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|4.0394029492146436e-05|
+|rubygems|[pg](https://github.com/ged/ruby-pg)|4.023796039724115e-05|
+|pypi|[yarl](https://pypi.org/project/yarl)|4.0143825430822656e-05|
+|rubygems|jekyll|3.999141653688234e-05|
+|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|3.9847494994033284e-05|
+|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|3.976816821681787e-05|
+|cran|arrow|3.974691275133571e-05|
+|cran|logspline|3.951662148322229e-05|
+|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.9315741186464673e-05|
+|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|3.924677898909811e-05|
+|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|3.924677898909811e-05|
+|rubygems|[coderay](http://coderay.rubychan.de)|3.924677898909811e-05|
+|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|3.924677898909811e-05|
+|rubygems|[builder](http://onestepback.org)|3.924677898909811e-05|
+|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|3.924677898909811e-05|
+|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|3.924677898909811e-05|
+|cran|DiceKriging|3.92090417016086e-05|
+|npm|zap|3.909347125867195e-05|
+|npm|docco|3.909347125867195e-05|
+|npm|diff|3.909347125867195e-05|
+|cran|[vegan](https://github.com/vegandevs/vegan)|3.9023512873930536e-05|
+|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|3.8970431435383934e-05|
+|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.8927962041740015e-05|
+|rubygems|concurrent-ruby|3.885431119920713e-05|
+|rubygems|jdbc-mysql|3.885431119920713e-05|
+|rubygems|psych|3.885431119920713e-05|
+|rubygems|webrick|3.885431119920713e-05|
+|cran|[corrplot](https://github.com/taiyun/corrplot)|3.8645673610724986e-05|
+|cran|[ggridges](https://wilkelab.org/ggridges/)|3.8635156190439887e-05|
+|npm|[babel-preset-es2015](https://babeljs.io/)|3.861224336056248e-05|
+|cran|[parallelMap](https://parallelmap.mlr-org.com)|3.843812282860847e-05|
+|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|3.8436455861961836e-05|
+|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|3.840189079919614e-05|
+|pypi|[GitPython](https://pypi.org/project/GitPython)|3.821228739177294e-05|
+|pypi|[Brotli](https://pypi.org/project/Brotli)|3.8205816847101885e-05|
+|cran|[deSolve](http://desolve.r-forge.r-project.org/)|3.8071376779155674e-05|
+|npm|[form-data](https://github.com/form-data/form-data#readme)|3.8056324046055244e-05|
+|pypi|[recommonmark](https://pypi.org/project/recommonmark)|3.7821984614439524e-05|
+|pypi|[eemont](https://github.com/davemlz/eemont)|3.773728748951742e-05|
+|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|3.773728748951742e-05|
+|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|3.773728748951742e-05|
+|cran|mlrMBO|3.773728748951742e-05|
+|cran|emoa|3.773728748951742e-05|
+|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|3.773728748951742e-05|
+|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|3.773728748951742e-05|
+|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|3.773728748951742e-05|
+|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|3.773728748951742e-05|
+|npm|[fibers](https://github.com/laverdet/node-fibers)|3.773728748951742e-05|
+|npm|[saxes](https://github.com/lddubeau/saxes#readme)|3.773728748951742e-05|
+|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|3.773728748951742e-05|
+|cran|leaflet.providers|3.7727518429800825e-05|
+|cran|carrier|3.763994924797699e-05|
+|npm|recharts|3.754475030844845e-05|
+|pypi|[myst-nb](https://pypi.org/project/myst-nb)|3.752482656095144e-05|
+|spack|readline|3.752297965370489e-05|
+|spack|gdbm|3.752297965370489e-05|
+|spack|libnsl|3.752297965370489e-05|
+|spack|tk|3.752297965370489e-05|
+|spack|tcl|3.752297965370489e-05|
+|spack|uuid|3.752297965370489e-05|
+|spack|tix|3.752297965370489e-05|
+|npm|chalk|3.7520304032453876e-05|
+|pypi|[opencv-python](https://github.com/skvark/opencv-python)|3.749186752915872e-05|
+|spack|perl-data-dumper|3.749100203432267e-05|
+|spack|libelf|3.749100203432267e-05|
+|spack|swig|3.749100203432267e-05|
+|spack|libedit|3.749100203432267e-05|
+|spack|binutils|3.749100203432267e-05|
+|spack|isl|3.749100203432267e-05|
+|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|3.723538156590684e-05|
+|cran|biglm|3.716838623704268e-05|
+|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|3.698142309870506e-05|
+|pypi|[rasterio](https://pypi.org/project/rasterio)|3.682770533059531e-05|
+|cran|gmp|3.6649543851255216e-05|
+|rubygems|rubocop-jekyll|3.6618646467506724e-05|
+|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|3.6339610175090845e-05|
+|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|3.6339610175090845e-05|
+|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|3.6339610175090845e-05|
+|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|3.6339610175090845e-05|
+|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|3.6339610175090845e-05|
+|npm|[crypto-js](http://github.com/brix/crypto-js)|3.6339610175090845e-05|
+|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|3.6339610175090845e-05|
+|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|3.6339610175090845e-05|
+|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|3.6339610175090845e-05|
+|npm|ngx-smart-modal|3.6339610175090845e-05|
+|npm|plotly|3.6339610175090845e-05|
+|spack|gflags|3.630490041454155e-05|
+|cran|extrafont|3.605134788333906e-05|
+|cran|mlbench|3.6022238549412945e-05|
+|pypi|[pip-api](https://pypi.org/project/pip-api)|3.599929641228939e-05|
+|pypi|[requirementslib](https://pypi.org/project/requirementslib)|3.599929641228939e-05|
+|pypi|[pipreqs](https://pypi.org/project/pipreqs)|3.599929641228939e-05|
+|pypi|[aenum](https://github.com/ethanfurman/aenum)|3.5976214073339936e-05|
+|cran|strucchange|3.5879910690999066e-05|
+|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|3.5792857761243976e-05|
+|rubygems|rouge|3.5751362735381564e-05|
+|pypi|[uwsgi](https://pypi.org/project/uwsgi)|3.562305448149751e-05|
+|pypi|[pypblib](https://pypi.org/project/pypblib)|3.561645193260654e-05|
+|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|3.561645193260654e-05|
+|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|3.5557087056824706e-05|
+|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|3.5543646199807966e-05|
+|npm|react-transition-group|3.537331598035264e-05|
+|cran|proj4|3.5315441568866626e-05|
+|npm|after|3.510928867430177e-05|
+|cran|RandomFieldsUtils|3.508663302498545e-05|
+|cran|[jqr](https://docs.ropensci.org/jqr/)|3.49773568495783e-05|
+|npm|vary|3.4947557442203836e-05|
+|cran|websocket|3.493033413563641e-05|
+|pypi|[towncrier](https://pypi.org/project/towncrier)|3.489760356015991e-05|
+|cran|[base64url](https://github.com/mllg/base64url)|3.488194743914542e-05|
+|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|3.4691349285006365e-05|
+|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|3.4691349285006365e-05|
+|npm|lint-staged|3.46261176880602e-05|
+|pypi|[zope.interface](https://pypi.org/project/zope.interface)|3.458677790922781e-05|
+|cran|mondate|3.447824001281698e-05|
+|cran|DAAG|3.447824001281698e-05|
+|npm|retry|3.4384238883942814e-05|
+|pypi|[service-identity](https://pypi.org/project/service-identity)|3.426042243187932e-05|
+|pypi|[testfixtures](https://pypi.org/project/testfixtures)|3.420853467857605e-05|
+|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|3.3924677898909806e-05|
+|pypi|[Celery](http://celeryproject.org)|3.383343016301562e-05|
+|pypi|[DAWG](https://pypi.org/project/DAWG)|3.383343016301562e-05|
+|pypi|[django-nose](https://pypi.org/project/django-nose)|3.383343016301562e-05|
+|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|3.383343016301562e-05|
+|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|3.372770069375619e-05|
+|npm|rollup-plugin-commonjs|3.3717394291710734e-05|
+|cran|[attempt](https://github.com/ColinFay/attempt)|3.355721110623583e-05|
+|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|3.3535686207089405e-05|
+|npm|babel-runtime|3.3534970975506156e-05|
+|pypi|[dominate](https://github.com/Knio/dominate/)|3.346039490737211e-05|
+|pypi|[visitor](http://github.com/mbr/visitor)|3.346039490737211e-05|
+|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|3.3259982194150943e-05|
+|npm|[auth0](https://github.com/auth0/node-auth0)|3.3259982194150943e-05|
+|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|3.3259982194150943e-05|
+|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|3.3259982194150943e-05|
+|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|3.3259982194150943e-05|
+|npm|[class-validator](https://github.com/typestack/class-validator#readme)|3.3259982194150943e-05|
+|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|3.3259982194150943e-05|
+|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|3.3259982194150943e-05|
+|npm|hammerjs|3.3259982194150943e-05|
+|npm|http-status-codes|3.3259982194150943e-05|
+|npm|is-url|3.3259982194150943e-05|
+|npm|json5|3.3259982194150943e-05|
+|npm|jwks-rsa|3.3259982194150943e-05|
+|npm|nats|3.3259982194150943e-05|
+|npm|nestjs-s3|3.3259982194150943e-05|
+|npm|ngx-material-file-input|3.3259982194150943e-05|
+|npm|passport-jwt|3.3259982194150943e-05|
+|npm|reflect-metadata|3.3259982194150943e-05|
+|npm|sharp|3.3259982194150943e-05|
+|npm|ssh2|3.3259982194150943e-05|
+|npm|stackdriver-errors-js|3.3259982194150943e-05|
+|npm|tiny-version-compare|3.3259982194150943e-05|
+|npm|unzipper|3.3259982194150943e-05|
+|npm|yaml|3.3259982194150943e-05|
+|cran|rms|3.3154050834712174e-05|
+|npm|[should](https://github.com/shouldjs/should.js)|3.305884456657635e-05|
+|npm|prettier|3.305276402351142e-05|
+|cran|dfoptim|3.2944019059556425e-05|
+|pypi|[pydantic](https://pypi.org/project/pydantic)|3.293106329756218e-05|
+|pypi|[keystoneauth1](https://pypi.org/project/keystoneauth1)|3.291823587710604e-05|
+|cran|fftwtools|3.2904005934419835e-05|
+|cran|nloptr|3.284429782160105e-05|
+|cran|quadprog|3.2802445690647524e-05|
+|pypi|[ipdb](https://pypi.org/project/ipdb)|3.258331545606535e-05|
+|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|3.2578831334317676e-05|
+|npm|minimist|3.2546077170141584e-05|
+|rubygems|rack|3.241921793814236e-05|
+|pypi|[capturer](https://pypi.org/project/capturer)|3.2378592666005954e-05|
+|cran|robotstxt|3.237859266600595e-05|
+|rubygems|jekyll-commonmark|3.237859266600595e-05|
+|pypi|[mlflow](https://pypi.org/project/mlflow)|3.2176890249396233e-05|
+|pypi|[sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|3.2062851797876536e-05|
+|pypi|[httplib2](https://github.com/httplib2/httplib2)|3.2054583504687495e-05|
+|npm|react-test-renderer|3.204690177070335e-05|
+|cran|ggdist|3.196348250362125e-05|
+|cran|bridgesampling|3.196348250362125e-05|
+|cran|bayesQR|3.196348250362125e-05|
+|npm|[request](https://github.com/request/request#readme)|3.196135042654112e-05|
+|pypi|[pyfftw](https://pypi.org/project/pyfftw)|3.1961114673817996e-05|
+|pypi|[pybind11](https://github.com/pybind/pybind11)|3.190063473828384e-05|
+|cran|Rgraphviz|3.1872345535639044e-05|
+|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|3.184450780414692e-05|
+|cran|mice|3.17878420950471e-05|
+|cran|gdata|3.164271555996038e-05|
+|spack|glu|3.15375902590967e-05|
+|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|3.144071007986939e-05|
+|pypi|[partd](https://pypi.org/project/partd)|3.1286640172728045e-05|
+|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|3.122221435650573e-05|
+|npm|[keycode](https://github.com/timoxley/keycode)|3.122221435650573e-05|
+|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|3.122221435650573e-05|
+|npm|simple-assign|3.122221435650573e-05|
+|npm|warning|3.122221435650573e-05|
+|npm|lodash.merge|3.122221435650573e-05|
+|npm|lodash.throttle|3.122221435650573e-05|
+|npm|recompose|3.122221435650573e-05|
+|pypi|[ini2toml](https://github.com/abravalheri/ini2toml/)|3.1096867178751335e-05|
+|npm|[stylus](https://github.com/stylus/stylus)|3.10172731134079e-05|
+|pypi|[sphinx-autobuild](https://github.com/executablebooks/sphinx-autobuild)|3.0939412908051144e-05|
+|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.093140155467539e-05|
+|npm|inherits|3.0914664332078093e-05|
+|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|3.0851178977305e-05|
+|spack|[curl](https://curl.se/)|3.082939614894524e-05|
+|spack|[libarchive](https://www.libarchive.org)|3.082939614894524e-05|
+|spack|[libuv](https://libuv.org)|3.082939614894524e-05|
+|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|3.07988306851242e-05|
+|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|3.07988306851242e-05|
+|pypi|[PyQt5](https://www.riverbankcomputing.com/software/pyqt/)|3.071742052618867e-05|
+|npm|[jade](http://jade-lang.com)|3.068727119192573e-05|
+|pypi|[pyenchant](https://pyenchant.github.io/pyenchant/)|3.0661546085232904e-05|
+|cran|EnvStats|3.0661546085232904e-05|
+|cran|gganimate|3.059249319152834e-05|
+|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|3.0591571039766395e-05|
+|pypi|[tablib](https://pypi.org/project/tablib)|3.0354930624380574e-05|
+|pypi|[stfio](https://pypi.org/project/stfio)|3.0354930624380574e-05|
+|pypi|[klusta](https://klusta.cortexlab.net)|3.0354930624380574e-05|
+|pypi|[igor](http://blog.tremily.us/posts/igor/)|3.0354930624380574e-05|
+|cran|cba|3.0354930624380574e-05|
+|npm|[bundt](https://github.com/lukeed/bundt#readme)|3.0354930624380574e-05|
+|cran|[golem](https://github.com/ThinkR-open/golem)|3.0336721825551464e-05|
+|npm|[ts-node](https://typestrong.org/ts-node)|3.0236038915070483e-05|
+|cran|[seriation](https://github.com/mhahsler/seriation)|3.016619136037003e-05|
+|pypi|[wslink](https://pypi.org/project/wslink)|3.009637634721094e-05|
+|npm|ms|3.007767315014861e-05|
+|npm|on-headers|3.0049935875811353e-05|
+|pypi|[itk](https://itk.org/)|2.9990396522138704e-05|
+|pypi|[sniffio](https://pypi.org/project/sniffio)|2.9953936004530643e-05|
+|pypi|[mcfly](https://github.com/NLeSC/mcfly)|2.973240832507433e-05|
+|npm|[canvg](https://github.com/canvg/canvg)|2.973240832507433e-05|
+|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|2.973240832507433e-05|
+|npm|[http](https://github.com/npm/security-holder#readme)|2.973240832507433e-05|
+|npm|[jspdf](https://github.com/mrrio/jspdf)|2.973240832507433e-05|
+|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|2.973240832507433e-05|
+|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|2.973240832507433e-05|
+|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|2.973240832507433e-05|
+|npm|[pug](https://pugjs.org)|2.973240832507433e-05|
+|npm|[sequelize](https://sequelize.org/)|2.973240832507433e-05|
+|npm|del-cli|2.9637607684683994e-05|
+|cran|minqa|2.9604278394793953e-05|
+|cran|gbRd|2.9560183349851335e-05|
+|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|2.9471156648982685e-05|
+|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|2.9245016519987576e-05|
+|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|2.9245016519987576e-05|
+|pypi|[fiona](http://github.com/Toblerity/Fiona)|2.9190709211838176e-05|
+|pypi|[vtk](https://vtk.org)|2.9049599660536338e-05|
+|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.901270580085354e-05|
+|pypi|[uri-template](https://pypi.org/project/uri-template)|2.901270580085354e-05|
+|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|2.901270580085354e-05|
+|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|2.901270580085354e-05|
+|pypi|[isoduration](https://pypi.org/project/isoduration)|2.901270580085354e-05|
+|pypi|[fqdn](https://pypi.org/project/fqdn)|2.901270580085354e-05|
+|pypi|[sigtools](https://sigtools.readthedocs.io/)|2.8985381565906832e-05|
+|cran|lmtest|2.8956618771369912e-05|
+|pypi|[Mako](https://pypi.org/project/Mako)|2.893407385478744e-05|
+|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|2.8875437116334062e-05|
+|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|2.8875437116334062e-05|
+|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|2.8857925727278025e-05|
+|pypi|[asteval](https://pypi.org/project/asteval)|2.8857925727278025e-05|
+|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|2.8857925727278025e-05|
+|pypi|[ua-parser](https://pypi.org/project/ua-parser)|2.8857925727278025e-05|
+|pypi|[wincertstore](https://pypi.org/project/wincertstore)|2.8857925727278025e-05|
+|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|2.8857925727278025e-05|
+|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|2.8857925727278025e-05|
+|pypi|[meshcut](https://pypi.org/project/meshcut)|2.8857925727278025e-05|
+|pypi|[trimesh](https://pypi.org/project/trimesh)|2.8857925727278025e-05|
+|cran|tableHTML|2.8857925727278025e-05|
+|cran|shiny.i18n|2.8857925727278025e-05|
+|cran|popbio|2.8857925727278025e-05|
+|npm|eslint-config-prettier|2.8804190692419812e-05|
+|cran|[gitcreds](https://github.com/r-lib/gitcreds)|2.879206072473247e-05|
+|pypi|[datatable](https://pypi.org/project/datatable)|2.878097125867195e-05|
+|cran|[ini](https://github.com/dvdscripter/ini)|2.865578718657588e-05|
+|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|2.8583656185241916e-05|
+|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|2.8583656185241916e-05|
+|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|2.8583656185241916e-05|
+|spack|libfabric|2.8569346470005247e-05|
+|spack|libzmq|2.8569346470005247e-05|
+|spack|dataspaces|2.8569346470005247e-05|
+|spack|c-blosc|2.8569346470005247e-05|
+|spack|zfp|2.8569346470005247e-05|
+|spack|sz|2.8569346470005247e-05|
+|pypi|[od](https://pypi.org/project/od)|2.8331268582755202e-05|
+|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|2.8208622398414273e-05|
+|cran|optimx|2.817326023678744e-05|
+|pypi|[ordereddict](https://pypi.org/project/ordereddict)|2.8147296053029368e-05|
+|npm|gulp|2.805057761253669e-05|
+|cran|[storr](https://github.com/richfitz/storr)|2.7990195384397563e-05|
+|cran|caTools|2.7919033642274488e-05|
+|npm|react-router|2.7895800146856433e-05|
+|pypi|[h2](https://pypi.org/project/h2)|2.7893246495823304e-05|
+|pypi|[mkdocs](https://pypi.org/project/mkdocs)|2.7785143789924296e-05|
+|pypi|[PySide](http://www.pyside.org)|2.7753079428005094e-05|
+|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|2.7753079428005094e-05|
+|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|2.7753079428005094e-05|
+|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|2.7753079428005094e-05|
+|npm|[remark](https://remark.js.org)|2.7753079428005094e-05|
+|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|2.7753079428005094e-05|
+|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|2.7753079428005094e-05|
+|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|2.7683122801842458e-05|
+|cran|janeaustenr|2.7654216652294104e-05|
+|npm|whatwg-fetch|2.75334023860444e-05|
+|cran|vcd|2.7505284075969333e-05|
+|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|2.7422428909049325e-05|
+|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|2.716747759178384e-05|
+|cran|spacyr|2.7104806739345886e-05|
+|cran|[furrr](https://github.com/DavisVaughan/furrr)|2.7009241866578508e-05|
+|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|2.7001746366155967e-05|
+|pypi|[types-toml](https://pypi.org/project/types-toml)|2.686052845157496e-05|
+|rubygems|pry|2.68373379381485e-05|
+|cran|[reshape](http://had.co.nz/reshape)|2.6741976609887388e-05|
+|cran|SGP|2.672518759733824e-05|
+|pypi|[nltk](https://www.nltk.org/)|2.6509881035719908e-05|
+|npm|depd|2.6471106708578833e-05|
+|rubygems|[railties](https://rubyonrails.org)|2.6464543597419146e-05|
+|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|2.6442517343904853e-05|
+|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.634712407091473e-05|
+|cran|polynom|2.6316009353499244e-05|
+|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|2.6315211759782077e-05|
+|cran|tkrplot|2.623895866489696e-05|
+|cran|Formula|2.620606619886586e-05|
+|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|2.6170755926255536e-05|
+|rubygems|[rdoc](https://ruby.github.io/rdoc)|2.6142731451918154e-05|
+|cran|HSAUR3|2.604340903255804e-05|
+|cran|tripack|2.598138055014697e-05|
+|spack|hpx|2.589749562903964e-05|
+|cran|pscl|2.5880249068497363e-05|
+|npm|highcharts-exporting|2.5820249334932973e-05|
+|npm|highcharts-no-data-to-display|2.5820249334932973e-05|
+|npm|[history](https://github.com/remix-run/history#readme)|2.5820249334932973e-05|
+|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|2.5820249334932973e-05|
+|npm|[ramda](https://ramdajs.com/)|2.5820249334932973e-05|
+|npm|[rc-tooltip](http://github.com/react-component/tooltip)|2.5820249334932973e-05|
+|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|2.5820249334932973e-05|
+|npm|react-fontawesome|2.5820249334932973e-05|
+|npm|react-js-pagination|2.5820249334932973e-05|
+|npm|react-router-redux|2.5820249334932973e-05|
+|npm|react-s-alert|2.5820249334932973e-05|
+|npm|react-table|2.5820249334932973e-05|
+|npm|redux-form|2.5820249334932973e-05|
+|npm|redux-observable|2.5820249334932973e-05|
+|npm|redux-persist|2.5820249334932973e-05|
+|npm|reselect|2.5820249334932973e-05|
+|npm|rx-dom|2.5820249334932973e-05|
+|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|2.562082684411723e-05|
+|pypi|[livereload](https://pypi.org/project/livereload)|2.5592579286422198e-05|
+|cran|[pkgdown](https://pkgdown.r-lib.org)|2.54981906717145e-05|
+|cran|kernlab|2.5494150703769224e-05|
+|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|2.54708928003407e-05|
+|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|2.54708928003407e-05|
+|pypi|[cfgrib](https://pypi.org/project/cfgrib)|2.54708928003407e-05|
+|pypi|[pydap](https://pypi.org/project/pydap)|2.54708928003407e-05|
+|pypi|[numbagg](https://pypi.org/project/numbagg)|2.54708928003407e-05|
+|pypi|[jeepney](https://pypi.org/project/jeepney)|2.5408182174384032e-05|
+|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|2.5408182174384032e-05|
+|rubygems|actionview|2.5357724358326082e-05|
+|pypi|[pytest-subtests](https://pypi.org/project/pytest-subtests)|2.5300272547076313e-05|
+|pypi|[minio](https://github.com/minio/minio-py)|2.528058286234699e-05|
+|pypi|[torchvision](https://github.com/pytorch/vision)|2.519869890706123e-05|
+|pypi|[tableone](https://pypi.org/project/tableone)|2.515819165967828e-05|
+|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|2.515819165967828e-05|
+|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|2.515819165967828e-05|
+|pypi|[recipy](http://www.recipy.org)|2.515819165967828e-05|
+|pypi|[tinydb](https://github.com/msiemens/tinydb)|2.515819165967828e-05|
+|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|2.515819165967828e-05|
+|pypi|[svn](https://github.com/dsoprea/PySvn)|2.515819165967828e-05|
+|pypi|[scandir](https://pypi.org/project/scandir)|2.5116203311678404e-05|
+|pypi|[backports.os](https://pypi.org/project/backports.os)|2.5116203311678404e-05|
+|cran|jsonify|2.507079144839303e-05|
+|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|2.4990386521308225e-05|
+|pypi|[george](https://github.com/dfm/george)|2.4835852329038662e-05|
+|cran|gt|2.4743114154873597e-05|
+|cran|[beautier](https://docs.ropensci.org/beautier/)|2.4560534140107455e-05|
+|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|2.4529236868186325e-05|
+|pypi|[tangle](https://github.com/fifman/tangle)|2.4529236868186325e-05|
+|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|2.447172813103124e-05|
+|pypi|[av](https://pypi.org/project/av)|2.441408334077101e-05|
+|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|2.4395180152467772e-05|
+|cran|gridBase|2.4390817035285516e-05|
+|cran|plm|2.4320046958605967e-05|
+|pypi|[fasttext](https://github.com/facebookresearch/fastText)|2.428394449950446e-05|
+|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|2.428394449950446e-05|
+|cran|BeyondBenford|2.428394449950446e-05|
+|cran|BenfordTests|2.428394449950446e-05|
+|cran|benford.analysis|2.428394449950446e-05|
+|cran|MUS|2.428394449950446e-05|
+|cran|AsioHeaders|2.428394449950446e-05|
+|cran|filelock|2.428394449950446e-05|
+|cran|manipulateWidget|2.428394449950446e-05|
+|spack|llvm-amdgpu|2.428394449950446e-05|
+|spack|hsa-rocr-dev|2.428394449950446e-05|
+|spack|hip|2.428394449950446e-05|
+|spack|numactl|2.428394449950446e-05|
+|spack|memkind|2.428394449950446e-05|
+|spack|kokkos-nvcc-wrapper|2.428394449950446e-05|
+|cran|[proxy](NA)|2.4222148154178846e-05|
+|npm|acorn|2.4152942201505135e-05|
+|cran|dynamicTreeCut|2.402574200615513e-05|
+|npm|readable-stream|2.401708796654287e-05|
+|cran|pls|2.4004683071019712e-05|
+|npm|through2|2.395191252627452e-05|
+|cran|semEff|2.3949965541221446e-05|
+|cran|rr2|2.3949965541221446e-05|
+|cran|mlmRev|2.3949965541221446e-05|
+|cran|MEMSS|2.3949965541221446e-05|
+|cran|PKPDmodels|2.3949965541221446e-05|
+|pypi|[xlrd](https://pypi.org/project/xlrd)|2.394335245122858e-05|
+|pypi|[smart-open](https://pypi.org/project/smart-open)|2.3842384255461305e-05|
+|pypi|[nglview](https://github.com/arose/nglview)|2.373110245787339e-05|
+|cran|[ordinal](https://github.com/runehaubo/ordinal)|2.3687046713224243e-05|
+|pypi|[autocommand](https://pypi.org/project/autocommand)|2.3641778136676492e-05|
+|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|2.3623603374413726e-05|
+|pypi|[siphon](https://pypi.org/project/siphon)|2.356310890663276e-05|
+|cran|[quanteda](https://quanteda.io)|2.33802237967849e-05|
+|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.3360365406989277e-05|
+|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|2.3296287423566706e-05|
+|cran|rsm|2.3166335804507155e-05|
+|cran|tables|2.3154779570210335e-05|
+|rubygems|html-pipeline|2.3127566190004248e-05|
+|rubygems|gemoji|2.3127566190004248e-05|
+|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|2.3127566190004244e-05|
+|pypi|[platformdirs](https://pypi.org/project/platformdirs)|2.308692057634228e-05|
+|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|2.307365577930495e-05|
+|spack|[jpeg](http://www.ijg.org)|2.306014783065368e-05|
+|cran|rcmdcheck|2.3041294638844327e-05|
+|pypi|[pyu2f](https://pypi.org/project/pyu2f)|2.2900715520718495e-05|
+|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|2.288017131530512e-05|
+|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|2.2817894761103556e-05|
+|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.2695758775416853e-05|
+|npm|[morgan](https://github.com/expressjs/morgan#readme)|2.25577242027405e-05|
+|pypi|[plams](https://www.scm.com/doc/plams/)|2.235557942657208e-05|
+|cran|rootSolve|2.2346382364619045e-05|
+|cran|bezier|2.22883110180124e-05|
+|cran|ComplexHeatmap|2.22883110180124e-05|
+|cran|GlobalOptions|2.22883110180124e-05|
+|cran|Cubist|2.2270115606769392e-05|
+|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|2.2239841427155597e-05|
+|spack|freetype|2.216817558090145e-05|
+|spack|libtiff|2.216817558090145e-05|
+|pypi|[PyJWT](https://pypi.org/project/PyJWT)|2.2152461308877098e-05|
+|pypi|[cssselect2](https://pypi.org/project/cssselect2)|2.207631318136769e-05|
+|pypi|[gcsfs](https://pypi.org/project/gcsfs)|2.206306594871034e-05|
+|cran|adehabitatMA|2.2015663969330965e-05|
+|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|2.2012600877813962e-05|
+|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1942562261441363e-05|
+|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|2.189301778499004e-05|
+|npm|[actions](https://github.com/fundon/actions)|2.1866062579640377e-05|
+|pypi|[coreapi](https://github.com/core-api/python-client)|2.1803766105054508e-05|
+|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|2.1803766105054508e-05|
+|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|2.1803766105054508e-05|
+|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|2.1803766105054508e-05|
+|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|2.1803766105054508e-05|
+|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|2.1803766105054508e-05|
+|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|2.1803766105054508e-05|
+|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|2.1803766105054508e-05|
+|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|2.1803766105054508e-05|
+|pypi|[oauth2client](https://pypi.org/project/oauth2client)|2.1803766105054508e-05|
+|pypi|[python3-saml](https://pypi.org/project/python3-saml)|2.1803766105054508e-05|
+|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|2.1803766105054508e-05|
+|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|2.1803766105054508e-05|
+|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|2.1803766105054508e-05|
+|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|2.1803766105054508e-05|
+|pypi|[sregistry](https://pypi.org/project/sregistry)|2.1803766105054508e-05|
+|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.1772513921655606e-05|
+|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|2.1759782055690308e-05|
+|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|2.1692201505135113e-05|
+|pypi|[configparser](https://pypi.org/project/configparser)|2.1689398355972742e-05|
+|cran|cleanNLP|2.1585728444003963e-05|
+|cran|udpipe|2.1585728444003963e-05|
+|npm|webworker-threads|2.1585728444003963e-05|
+|pypi|[python-multipart](https://pypi.org/project/python-multipart)|2.1427009852503934e-05|
+|rubygems|rake-compiler|2.1420531542646786e-05|
+|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.1420294131880776e-05|
+|rubygems|shoulda-matchers|2.140951841588964e-05|
+|cran|gpclib|2.126417412460785e-05|
+|cran|PBSmapping|2.126417412460785e-05|
+|pypi|[scanpy](https://scanpy.readthedocs.io)|2.1134616041830447e-05|
+|npm|[del](https://github.com/sindresorhus/del#readme)|2.1011232625285096e-05|
+|pypi|[pytest-benchmark](https://pypi.org/project/pytest-benchmark)|2.0980028108910743e-05|
+|pypi|[lingua](https://pypi.org/project/lingua)|2.0953574968143847e-05|
+|cran|triangle|2.089890981169475e-05|
+|cran|evd|2.089890981169475e-05|
+|cran|beepr|2.0866450069673695e-05|
+|pypi|[OWSLib](https://pypi.org/project/OWSLib)|2.08035697589618e-05|
+|pypi|[rowan](https://github.com/glotzerlab/rowan)|2.0623831941101528e-05|
+|spack|double-conversion|2.0554624451366274e-05|
+|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|2.0479409801581688e-05|
+|cran|[natserv](https://docs.ropensci.org/natserv)|2.0479409801581688e-05|
+|cran|[worrms](https://docs.ropensci.org/worrms)|2.0479409801581688e-05|
+|cran|[rotl](https://docs.ropensci.org/rotl/)|2.0479409801581688e-05|
+|cran|[rredlist](https://github.com/ropensci/rredlist)|2.0479409801581688e-05|
+|cran|[bold](https://docs.ropensci.org/bold/)|2.0479409801581688e-05|
+|cran|[ritis](https://github.com/ropensci/ritis)|2.047940980158168e-05|
+|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|2.044318241093318e-05|
+|npm|codecov|2.0442773940025045e-05|
+|npm|babel-core|2.0341115124256144e-05|
+|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|2.0236620416253715e-05|
+|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|2.0236620416253715e-05|
+|pypi|[zmq](https://github.com/zeromq/pyzmq)|2.0236620416253715e-05|
+|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|2.0236620416253715e-05|
+|pypi|[bagit](https://pypi.org/project/bagit)|2.0236620416253715e-05|
+|pypi|[prov](https://pypi.org/project/prov)|2.0236620416253715e-05|
+|pypi|[schema-salad](https://pypi.org/project/schema-salad)|2.0236620416253715e-05|
+|pypi|[shellescape](https://pypi.org/project/shellescape)|2.0236620416253715e-05|
+|cran|yamlme|2.0236620416253715e-05|
+|npm|matcha|2.0236620416253715e-05|
+|npm|quick-lru|2.0236620416253715e-05|
+|npm|map-obj|2.0236620416253715e-05|
+|npm|lodash.kebabcase|2.0236620416253715e-05|
+|pypi|[stestr](https://pypi.org/project/stestr)|2.0225827552031713e-05|
+|cran|adehabitatLT|2.020741894379159e-05|
+|cran|doFuture|2.0165614730582648e-05|
+|cran|pbmcapply|2.0165614730582648e-05|
+|cran|RANN|2.0090148841491482e-05|
+|npm|minimatch|2.006700440586777e-05|
+|npm|ghsign|2.0034254212091178e-05|
+|npm|git-config-path|2.0034254212091178e-05|
+|npm|github-username|2.0034254212091178e-05|
+|npm|parse-git-config|2.0034254212091178e-05|
+|cran|paradox|2.002515487700992e-05|
+|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|2.0023866831172506e-05|
+|npm|[cdbreact](https://www.devwares.com/product/contrast/)|2.0023866831172506e-05|
+|npm|[child_process](https://github.com/npm/security-holder#readme)|2.0023866831172506e-05|
+|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|2.0023866831172506e-05|
+|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|2.0023866831172506e-05|
+|npm|js-cookie|2.0023866831172506e-05|
+|npm|mkdir-recursive|2.0023866831172506e-05|
+|npm|ncp|2.0023866831172506e-05|
+|npm|node-pre-gyp|2.0023866831172506e-05|
+|npm|react-bootstrap-drawer|2.0023866831172506e-05|
+|npm|react-collapsible|2.0023866831172506e-05|
+|npm|react-combo-select|2.0023866831172506e-05|
+|npm|react-icons|2.0023866831172506e-05|
+|npm|react-jsx-parser|2.0023866831172506e-05|
+|npm|react-pro-sidebar|2.0023866831172506e-05|
+|npm|react-spinners|2.0023866831172506e-05|
+|npm|reactour|2.0023866831172506e-05|
+|npm|sass|2.0023866831172506e-05|
+|npm|styled-components|2.0023866831172506e-05|
+|npm|util-promisifyall|2.0023866831172506e-05|
+|npm|web-vitals|2.0023866831172506e-05|
+|rubygems|[chartkick](https://chartkick.com)|2.0023866831172506e-05|
+|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|2.0023866831172506e-05|
+|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|2.0023866831172506e-05|
+|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|2.0023866831172506e-05|
+|npm|rollup-plugin-json|1.993626241378613e-05|
+|npm|package-json-versionify|1.993626241378613e-05|
+|pypi|[stevedore](https://pypi.org/project/stevedore)|1.992867336825712e-05|
+|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|1.984911877010477e-05|
+|cran|plotfunctions|1.982362816286078e-05|
+|rubygems|nio4r|1.982362816286078e-05|
+|rubygems|sassc-rails|1.982362816286078e-05|
+|rubygems|tzinfo|1.982362816286078e-05|
+|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|1.9819623389494547e-05|
+|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|1.9817004701309725e-05|
+|cran|Biostrings|1.981246268059514e-05|
+|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|1.9804528474498743e-05|
+|cran|NLP|1.9770747544593087e-05|
+|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.9726316096309684e-05|
+|pypi|[PyTest](https://pypi.org/project/PyTest)|1.9726316096309684e-05|
+|npm|babel-preset-react|1.966121738777084e-05|
+|cran|rcdk|1.9623389494549055e-05|
+|cran|fingerprint|1.9623389494549055e-05|
+|cran|enviPat|1.9623389494549055e-05|
+|cran|flexdashboard|1.9623389494549055e-05|
+|cran|keys|1.9623389494549055e-05|
+|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|1.9578255698711595e-05|
+|pypi|[oslo.config](https://pypi.org/project/oslo.config)|1.9578255698711595e-05|
+|cran|[assertive](https://bitbucket.org/richierocks/assertive)|1.9517268072530784e-05|
+|npm|eslint-plugin-prettier|1.9450375033351432e-05|
+|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|1.9427155599603567e-05|
+|cran|actuar|1.9427155599603567e-05|
+|cran|skellam|1.9427155599603567e-05|
+|cran|hoa|1.9427155599603567e-05|
+|cran|LaplacesDemon|1.9427155599603567e-05|
+|rubygems|jdbc-postgres|1.9427155599603564e-05|
+|rubygems|jdbc-sqlite3|1.9427155599603564e-05|
+|rubygems|shoulda-context|1.9427155599603564e-05|
+|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.9404175881144487e-05|
+|rubygems|nokogiri|1.9385575747017006e-05|
+|pypi|[passlib](https://pypi.org/project/passlib)|1.9382906780155075e-05|
+|cran|[geiger](https://github.com/mwpennell/geiger-v2)|1.9284398488140895e-05|
+|cran|[docopt](https://github.com/docopt/docopt.R)|1.9272971825003556e-05|
+|pypi|[pathos](https://github.com/uqfoundation/pathos)|1.9244815407294295e-05|
+|rubygems|simplecov|1.924150574855455e-05|
+|cran|fpc|1.9205409403250992e-05|
+|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|1.912265289533957e-05|
+|cran|MCMCglmm|1.911692207460316e-05|
+|npm|babel-jest|1.90865628485925e-05|
+|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|1.9078295341922697e-05|
+|pypi|[prefect](https://pypi.org/project/prefect)|1.90462309800035e-05|
+|pypi|[twisted](https://pypi.org/project/twisted)|1.903010952668222e-05|
+|cran|purrrlyr|1.8988949082319274e-05|
+|cran|MCMCpack|1.8961323769960925e-05|
+|pypi|[zstandard](https://pypi.org/project/zstandard)|1.8948222249752228e-05|
+|pypi|[rq](https://github.com/nvie/rq/)|1.8898414271556e-05|
+|pypi|[scanpydoc](https://github.com/theislab/scanpydoc/)|1.8875057283981386e-05|
+|pypi|[python-snappy](https://pypi.org/project/python-snappy)|1.8821702240808335e-05|
+|cran|Rcsdp|1.8769689767225104e-05|
+|cran|psychTools|1.8769689767225104e-05|
+|cran|[phytools](https://github.com/liamrevell/phytools)|1.8713651313998196e-05|
+|pypi|[spacy](https://pypi.org/project/spacy)|1.870959625403456e-05|
+|npm|xregexp|1.8679957307311122e-05|
+|npm|bufferedstream|1.8679957307311122e-05|
+|npm|tslint|1.86576550838373e-05|
+|npm|concat-stream|1.8641834945459465e-05|
+|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|1.8637433151627774e-05|
+|pypi|[autograd](https://github.com/HIPS/autograd)|1.851443387963327e-05|
+|pypi|[breathe](https://github.com/michaeljones/breathe)|1.8511397423191344e-05|
+|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.8502052952003398e-05|
+|cran|gamlss|1.8412358887963767e-05|
+|cran|tree|1.8396927651139743e-05|
+|pypi|[hacking](https://pypi.org/project/hacking)|1.8394124309783374e-05|
+|cran|[binman](https://docs.ropensci.org/binman/)|1.8315163528245812e-05|
+|pypi|[panel](https://pypi.org/project/panel)|1.816317733698152e-05|
+|pypi|[raven](https://pypi.org/project/raven)|1.8136434065243788e-05|
+|pypi|[autobahn](https://pypi.org/project/autobahn)|1.8071126098876346e-05|
+|pypi|[constantly](https://pypi.org/project/constantly)|1.8071126098876346e-05|
+|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8071126098876346e-05|
+|pypi|[incremental](https://pypi.org/project/incremental)|1.8071126098876346e-05|
+|pypi|[txaio](https://pypi.org/project/txaio)|1.8071126098876346e-05|
+|cran|[beastier](https://docs.ropensci.org/beastier/)|1.798810703666997e-05|
+|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.7988107036669968e-05|
+|pypi|[mkl](https://pypi.org/project/mkl)|1.7988107036669968e-05|
+|cran|shapefiles|1.7988107036669968e-05|
+|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|1.7978295341922698e-05|
+|pypi|[httpx](https://pypi.org/project/httpx)|1.7957874924003297e-05|
+|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|1.794968404658823e-05|
+|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|1.793518675686892e-05|
+|cran|[ggsci](https://nanx.me/ggsci/)|1.793518675686892e-05|
+|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|1.7886977726774815e-05|
+|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.7886977726774815e-05|
+|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|1.7745727854970028e-05|
+|pypi|[gssapi](https://pypi.org/project/gssapi)|1.7740288740620128e-05|
+|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|1.772891400393702e-05|
+|cran|sandwich|1.772891400393702e-05|
+|cran|partykit|1.771589852815345e-05|
+|rubygems|test-unit|1.7682676321271818e-05|
+|cran|spData|1.766105054509415e-05|
+|pypi|[pyqt5](https://www.riverbankcomputing.com/software/pyqt/)|1.7649063406715137e-05|
+|pypi|[aiodns](https://pypi.org/project/aiodns)|1.756125521505272e-05|
+|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.7529235794426544e-05|
+|pypi|[mwoauth](https://pypi.org/project/mwoauth)|1.7520883477275944e-05|
+|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|1.7520883477275944e-05|
+|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|1.7520883477275944e-05|
+|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.7520883477275944e-05|
+|npm|[mdi](http://materialdesignicons.com)|1.7520883477275944e-05|
+|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|1.7520883477275944e-05|
+|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|1.7520883477275944e-05|
+|npm|color|1.7520883477275944e-05|
+|npm|create-react-class|1.7520883477275944e-05|
+|npm|dotenv-load|1.7520883477275944e-05|
+|npm|iframe-resizer|1.7520883477275944e-05|
+|npm|isomorphic-unfetch|1.7520883477275944e-05|
+|npm|js-file-download|1.7520883477275944e-05|
+|npm|material-table|1.7520883477275944e-05|
+|npm|material-ui-chip-input|1.7520883477275944e-05|
+|npm|materialize-css|1.7520883477275944e-05|
+|npm|mui-datatables|1.7520883477275944e-05|
+|npm|next|1.7520883477275944e-05|
+|npm|next-env|1.7520883477275944e-05|
+|npm|next-redux-wrapper|1.7520883477275944e-05|
+|npm|nprogress|1.7520883477275944e-05|
+|npm|ra-data-simple-rest|1.7520883477275944e-05|
+|npm|react-admin|1.7520883477275944e-05|
+|npm|react-ga|1.7520883477275944e-05|
+|npm|react-json-view|1.7520883477275944e-05|
+|npm|react-loading|1.7520883477275944e-05|
+|npm|react-scroll|1.7520883477275944e-05|
+|npm|react-scroll-to-component|1.7520883477275944e-05|
+|npm|react-swipeable-views|1.7520883477275944e-05|
+|npm|react-wordcloud|1.7520883477275944e-05|
+|npm|redux-saga|1.7520883477275944e-05|
+|npm|serialize-error|1.7520883477275944e-05|
+|npm|swagger-client|1.7520883477275944e-05|
+|npm|swagger-ui-react|1.7520883477275944e-05|
+|npm|tween|1.7520883477275944e-05|
+|npm|uuid5|1.7520883477275944e-05|
+|cran|VennDiagram|1.7472511136039383e-05|
+|cran|seqLogo|1.7384068230644694e-05|
+|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|1.7345674642503182e-05|
+|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|1.7345674642503182e-05|
+|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|1.7345674642503182e-05|
+|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|1.7345674642503182e-05|
+|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|1.7345674642503182e-05|
+|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|1.7345674642503182e-05|
+|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|1.7345674642503182e-05|
+|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|1.7345674642503182e-05|
+|cran|oskeyring|1.7345674642503182e-05|
+|cran|ExplainPrediction|1.7345674642503182e-05|
+|cran|rpart.plot|1.7345674642503182e-05|
+|pypi|[databases](https://pypi.org/project/databases)|1.734084819510846e-05|
+|cran|betareg|1.7331696520965464e-05|
+|cran|rstatix|1.7321955835164262e-05|
+|pypi|[numkit](https://pypi.org/project/numkit)|1.723956224961264e-05|
+|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|1.7203825569871158e-05|
+|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|1.7203825569871158e-05|
+|pypi|[debtcollector](https://pypi.org/project/debtcollector)|1.7203825569871158e-05|
+|cran|afex|1.7142876127629223e-05|
+|pypi|[folium](https://pypi.org/project/folium)|1.7139804261645193e-05|
+|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|1.712516068566631e-05|
+|npm|on-finished|1.7094215926781195e-05|
+|cran|tester|1.704136456105576e-05|
+|cran|fastICA|1.699693555399105e-05|
+|rubygems|[mocha](https://mocha.jamesmead.org)|1.69121579256083e-05|
+|rubygems|kramdown-parser-gfm|1.6863850346878098e-05|
+|rubygems|jekyll-theme-primer|1.6863850346878098e-05|
+|rubygems|jekyll-sass-converter|1.6863850346878098e-05|
+|rubygems|jekyll_test_plugin_malicious|1.6863850346878098e-05|
+|cran|[tidygraph](https://tidygraph.data-imaginist.com)|1.6815413835876274e-05|
+|cran|[rentrez](http://github.com/ropensci/rentrez)|1.680642078436929e-05|
+|pypi|[gensim](https://pypi.org/project/gensim)|1.673794614701454e-05|
+|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|1.6679340245176178e-05|
+|cran|[snakecase](https://github.com/Tazinho/snakecase)|1.6634816176744567e-05|
+|pypi|[cchardet](https://github.com/PyYoshi/cChardet)|1.663051405277035e-05|
+|pypi|[asynctest](https://github.com/Martiusweb/asynctest/)|1.663051405277035e-05|
+|pypi|[idna-ssl](https://github.com/aio-libs/idna-ssl)|1.663051405277035e-05|
+|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|1.6629991097075472e-05|
+|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|1.6629991097075472e-05|
+|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|1.6629991097075472e-05|
+|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|1.6629991097075472e-05|
+|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|1.6629991097075472e-05|
+|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|1.6629991097075472e-05|
+|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|1.6629991097075472e-05|
+|npm|[esdoc](https://esdoc.org/)|1.6629991097075472e-05|
+|npm|esdoc-standard-plugin|1.6629991097075472e-05|
+|npm|fast-random|1.6629991097075472e-05|
+|npm|flatted|1.6629991097075472e-05|
+|npm|fs.realpath|1.6629991097075472e-05|
+|npm|has-unicode|1.6629991097075472e-05|
+|npm|iconv-lite|1.6629991097075472e-05|
+|npm|ignore-walk|1.6629991097075472e-05|
+|npm|ini|1.6629991097075472e-05|
+|npm|is-fullwidth-code-point|1.6629991097075472e-05|
+|npm|jsdocs|1.6629991097075472e-05|
+|npm|mimic-response|1.6629991097075472e-05|
+|npm|needle|1.6629991097075472e-05|
+|npm|node|1.6629991097075472e-05|
+|npm|nopt|1.6629991097075472e-05|
+|npm|npm|1.6629991097075472e-05|
+|npm|npm-bundled|1.6629991097075472e-05|
+|npm|npm-normalize-package-bin|1.6629991097075472e-05|
+|npm|npm-packlist|1.6629991097075472e-05|
+|npm|number-is-nan|1.6629991097075472e-05|
+|npm|odex|1.6629991097075472e-05|
+|npm|os-homedir|1.6629991097075472e-05|
+|npm|os-tmpdir|1.6629991097075472e-05|
+|npm|osenv|1.6629991097075472e-05|
+|npm|path-is-absolute|1.6629991097075472e-05|
+|npm|rc|1.6629991097075472e-05|
+|npm|safer-buffer|1.6629991097075472e-05|
+|npm|set-blocking|1.6629991097075472e-05|
+|npm|signal-exit|1.6629991097075472e-05|
+|npm|simple-concat|1.6629991097075472e-05|
+|npm|string-width|1.6629991097075472e-05|
+|npm|strip-json-comments|1.6629991097075472e-05|
+|cran|SASmixed|1.6599810632875548e-05|
+|cran|[colourpicker](https://github.com/daattali/colourpicker)|1.6589510197694435e-05|
+|cran|antiword|1.657179069691458e-05|
+|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.6568825624326116e-05|
+|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.6489612619081326e-05|
+|pypi|[pickydict](https://github.com/florian-huber/pickydict)|1.6466583358469445e-05|
+|pypi|[pyteomics](http://pyteomics.readthedocs.io)|1.646658335846943e-05|
+|pypi|[pathtools](https://pypi.org/project/pathtools)|1.6403335233860506e-05|
+|pypi|[flask](https://palletsprojects.com/p/flask)|1.638416639652057e-05|
+|pypi|[unyt](https://github.com/yt-project/unyt)|1.635282457879089e-05|
+|cran|BiocManager|1.6299635556204305e-05|
+|pypi|[pip-tools](https://pypi.org/project/pip-tools)|1.620596300222621e-05|
+|pypi|[repeated-test](https://pypi.org/project/repeated-test)|1.6189296333002977e-05|
+|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.6189296333002973e-05|
+|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.6189296333002973e-05|
+|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.6189296333002973e-05|
+|pypi|[types-colorama](https://pypi.org/project/types-colorama)|1.6189296333002973e-05|
+|pypi|[pdbmender](https://pypi.org/project/pdbmender)|1.6189296333002973e-05|
+|pypi|[delphi4py](https://pypi.org/project/delphi4py)|1.6189296333002973e-05|
+|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.6189296333002973e-05|
+|pypi|[gevent](https://pypi.org/project/gevent)|1.6182089917451016e-05|
+|cran|spam|1.6147505037780185e-05|
+|cran|acepack|1.6140054948944583e-05|
+|cran|htmlTable|1.6140054948944583e-05|
+|npm|[split](http://github.com/dominictarr/split)|1.605561536147203e-05|
+|pypi|[schema](https://github.com/keleshev/schema)|1.59796300748882e-05|
+|cran|measurements|1.5900201755627918e-05|
+|cran|NISTunits|1.5900201755627918e-05|
+|cran|gbm|1.5857747307202212e-05|
+|cran|[rstantools](https://mc-stan.org/rstantools/)|1.5839357871027532e-05|
+|cran|protolite|1.576879512954835e-05|
+|npm|basic-auth|1.5678242486576853e-05|
+|cran|geepack|1.5647787146102525e-05|
+|cran|PASWR|1.560382927280846e-05|
+|cran|bigmemory|1.559358629477559e-05|
+|npm|run-sequence|1.5561761031316543e-05|
+|pypi|[Shapely](https://pypi.org/project/Shapely)|1.549214960095978e-05|
+|spack|ffmpeg|1.5490090843537725e-05|
+|pypi|[rdkit](https://pypi.org/project/rdkit)|1.5485413883741974e-05|
+|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.5482157905057687e-05|
+|pypi|[diff-cover](https://pypi.org/project/diff-cover)|1.5480391953190516e-05|
+|npm|tsconfig-paths|1.541837746000283e-05|
+|npm|replace|1.541837746000283e-05|
+|npm|node-qunit-phantomjs|1.541837746000283e-05|
+|cran|[geosphere](NA)|1.5364239478659922e-05|
+|cran|ks|1.5348293926093726e-05|
+|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|1.5330773042616452e-05|
+|pypi|[json5](https://pypi.org/project/json5)|1.5330773042616452e-05|
+|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|1.5328779876023704e-05|
+|cran|[origami](https://tlverse.org/origami/)|1.528633601930454e-05|
+|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|1.5248120179256297e-05|
+|cran|glmmTMB|1.5238253029628871e-05|
+|cran|fixest|1.5238253029628871e-05|
+|cran|cplm|1.5238253029628871e-05|
+|cran|AER|1.5238253029628871e-05|
+|npm|accepts|1.52199571984012e-05|
+|cran|signal|1.520685139166227e-05|
+|pypi|[eventlet](https://pypi.org/project/eventlet)|1.5180163528245788e-05|
+|npm|chai-passport-strategy|1.5177465312190287e-05|
+|npm|passport-strategy|1.5177465312190287e-05|
+|cran|[Ckmeans.1d.dp](NA)|1.5120776366736638e-05|
+|pypi|[bitstring](https://pypi.org/project/bitstring)|1.5095993204020953e-05|
+|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|1.5049643841679392e-05|
+|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|1.504091346892056e-05|
+|cran|klaR|1.5001451947053774e-05|
+|pypi|[types-pytz](https://pypi.org/project/types-pytz)|1.4860246149233498e-05|
+|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|1.4847283539057573e-05|
+|pypi|[psims](https://pypi.org/project/psims)|1.4847283539057573e-05|
+|cran|[jsonld](https://docs.ropensci.org/jsonld)|1.4817661455067692e-05|
+|rubygems|hoe|1.4768602981331281e-05|
+|cran|scatterplot3d|1.4756751899277397e-05|
+|pypi|[pybamm](https://pypi.org/project/pybamm)|1.4747095418343341e-05|
+|rubygems|addressable|1.4744445154896255e-05|
+|cran|doMC|1.4738567181084525e-05|
+|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|1.4717542120911794e-05|
+|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|1.4717542120911794e-05|
+|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|1.4717542120911794e-05|
+|cran|qvalue|1.4717542120911794e-05|
+|cran|subprocess|1.4717542120911794e-05|
+|cran|tensorA|1.4701368997702e-05|
+|rubygems|webmock|1.4657176051788404e-05|
+|cran|[EML](https://docs.ropensci.org/EML/)|1.4647458587002706e-05|
+|pypi|[pydicom](https://pypi.org/project/pydicom)|1.4647458587002689e-05|
+|npm|gulp-uglify|1.461357204313455e-05|
+|pypi|[zict](https://pypi.org/project/zict)|1.4596626915420424e-05|
+|pypi|[loguru](https://github.com/Delgan/loguru)|1.4581268582755206e-05|
+|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.4577375053093592e-05|
+|spack|py-jinja2|1.4435473825273534e-05|
+|pypi|[pulumi](https://github.com/pulumi/pulumi)|1.4428962863639023e-05|
+|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|1.442103486206559e-05|
+|pypi|[visdom](https://pypi.org/project/visdom)|1.441611877541486e-05|
+|pypi|[affine](https://github.com/sgillies/affine)|1.4394673669574573e-05|
+|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|1.4335680666200208e-05|
+|pypi|[kgt](https://pypi.org/project/kgt)|1.4284673235002623e-05|
+|pypi|[x21](https://pypi.org/project/x21)|1.4284673235002623e-05|
+|pypi|[PyYaml](https://pypi.org/project/PyYaml)|1.4284673235002623e-05|
+|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|1.4284673235002623e-05|
+|npm|murl|1.4284673235002623e-05|
+|npm|protein|1.4284673235002623e-05|
+|npm|network-address|1.4284673235002623e-05|
+|cran|[wesanderson](https://github.com/karthik/wesanderson)|1.4241975283671446e-05|
+|npm|babel-loader|1.42346169005861e-05|
+|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|1.4199645418127606e-05|
+|npm|parseurl|1.4134214630141909e-05|
+|cran|coxme|1.4128255450767733e-05|
+|cran|[downloader](https://github.com/wch/downloader)|1.4119765516940956e-05|
+|cran|[rversions](https://github.com/r-hub/rversions)|1.4107488368957512e-05|
+|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.4067374540465856e-05|
+|pypi|[xgboost](https://github.com/dmlc/xgboost)|1.4044190520608641e-05|
+|pypi|[crossbar](http://crossbar.io/)|1.4016706781820755e-05|
+|pypi|[argh](https://pypi.org/project/argh)|1.4016706781820755e-05|
+|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|1.4016706781820755e-05|
+|pypi|[asq](https://pypi.org/project/asq)|1.4016706781820755e-05|
+|pypi|[automat](https://pypi.org/project/automat)|1.4016706781820755e-05|
+|pypi|[cbor](https://pypi.org/project/cbor)|1.4016706781820755e-05|
+|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|1.4016706781820755e-05|
+|pypi|[hpack](https://pypi.org/project/hpack)|1.4016706781820755e-05|
+|pypi|[hyperframe](https://pypi.org/project/hyperframe)|1.4016706781820755e-05|
+|pypi|[lmdb](https://pypi.org/project/lmdb)|1.4016706781820755e-05|
+|pypi|[netaddr](https://pypi.org/project/netaddr)|1.4016706781820755e-05|
+|pypi|[node-semver](https://pypi.org/project/node-semver)|1.4016706781820755e-05|
+|pypi|[priority](https://pypi.org/project/priority)|1.4016706781820755e-05|
+|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|1.4016706781820755e-05|
+|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|1.4016706781820755e-05|
+|pypi|[pytrie](https://pypi.org/project/pytrie)|1.4016706781820755e-05|
+|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|1.4016706781820755e-05|
+|pypi|[sdnotify](https://pypi.org/project/sdnotify)|1.4016706781820755e-05|
+|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|1.4016706781820755e-05|
+|pypi|[treq](https://pypi.org/project/treq)|1.4016706781820755e-05|
+|pypi|[txtorcon](https://pypi.org/project/txtorcon)|1.4016706781820755e-05|
+|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|1.4016706781820755e-05|
+|pypi|[autoflake](https://pypi.org/project/autoflake)|1.3993149291431139e-05|
+|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.3968754890198737e-05|
+|cran|loder|1.3887876756252551e-05|
+|cran|ore|1.3887876756252551e-05|
+|cran|nor1mix|1.3876539714002547e-05|
+|cran|diptest|1.3876539714002547e-05|
+|cran|changepoint|1.3876539714002547e-05|
+|cran|linprog|1.3876539714002547e-05|
+|cran|magic|1.3876539714002547e-05|
+|cran|modeldata|1.3876539714002547e-05|
+|spack|glx|1.3876539714002547e-05|
+|spack|libxt|1.3876539714002547e-05|
+|spack|osmesa|1.3876539714002547e-05|
+|spack|netcdf-c|1.3876539714002547e-05|
+|spack|netcdf-cxx|1.3876539714002547e-05|
+|spack|pugixml|1.3876539714002547e-05|
+|spack|libogg|1.3876539714002547e-05|
+|spack|libtheora|1.3876539714002547e-05|
+|spack|utf8cpp|1.3876539714002547e-05|
+|spack|gl2ps|1.3876539714002547e-05|
+|spack|proj|1.3876539714002547e-05|
+|spack|cgns|1.3876539714002547e-05|
+|spack|seacas|1.3876539714002547e-05|
+|spack|[llvm](https://llvm.org/)|1.3873327552031757e-05|
+|cran|[fst](http://www.fstpackage.org)|1.3830944923326298e-05|
+|pypi|[cronutils](https://github.com/zagaran/cronutils)|1.3819288376442998e-05|
+|pypi|[proto-plus](https://pypi.org/project/proto-plus)|1.3819288376442998e-05|
+|pypi|[pycrypto](https://pypi.org/project/pycrypto)|1.3819288376442998e-05|
+|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|1.3819288376442998e-05|
+|pypi|[zstd](https://pypi.org/project/zstd)|1.3819288376442998e-05|
+|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.3819288376442998e-05|
+|npm|babel-eslint|1.3805092060457636e-05|
+|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|1.3760901883052527e-05|
+|cran|[reprex](https://reprex.tidyverse.org)|1.3754647486544912e-05|
+|cran|lgr|1.3707932951264704e-05|
+|pypi|[numdifftools](https://pypi.org/project/numdifftools)|1.3690827644041818e-05|
+|pypi|[snuggs](https://github.com/mapbox/snuggs)|1.3639927919784213e-05|
+|cran|scico|1.3628744361966786e-05|
+|cran|rcartocolor|1.3628744361966786e-05|
+|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.3625900062700998e-05|
+|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|1.3507008353390907e-05|
+|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.3507008353390907e-05|
+|pypi|[bumpversion](https://pypi.org/project/bumpversion)|1.3491080277502477e-05|
+|cran|RcppDE|1.3491080277502477e-05|
+|cran|gdalUtils|1.3491080277502477e-05|
+|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|1.3491080277502477e-05|
+|npm|microbundle|1.3491080277502477e-05|
+|npm|const-version|1.3491080277502477e-05|
+|pypi|[pympler](https://pypi.org/project/pympler)|1.342063927610089e-05|
+|cran|[emld](https://docs.ropensci.org/emld/)|1.3385954976638837e-05|
+|pypi|[numcodecs](https://github.com/zarr-developers/numcodecs)|1.3384400532403491e-05|
+|pypi|[testtools](https://github.com/testing-cabal/testtools)|1.3364649582330453e-05|
+|pypi|[fixtures](https://pypi.org/project/fixtures)|1.3364649582330453e-05|
+|cran|FNN|1.3313243310208127e-05|
+|pypi|[moto](https://pypi.org/project/moto)|1.325951298510771e-05|
+|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.325951298510771e-05|
+|cran|BiocVersion|1.3251281728176389e-05|
+|rubygems|[coveralls](https://coveralls.io)|1.3189191418119086e-05|
+|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|1.3185362690743839e-05|
+|cran|rhub|1.3126318894230068e-05|
+|cran|gmailr|1.3126318894230068e-05|
+|cran|foghorn|1.3126318894230068e-05|
+|pypi|[xxhash](https://pypi.org/project/xxhash)|1.3125609836548461e-05|
+|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|1.3121890232802733e-05|
+|cran|tm.lexicon.GeneralInquirer|1.3102655768413944e-05|
+|cran|Rpoppler|1.3102655768413944e-05|
+|cran|Rcampdf|1.3102655768413944e-05|
+|cran|filehash|1.3102655768413944e-05|
+|pypi|[pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp)|1.2981214866826503e-05|
+|npm|compressible|1.2955719949030155e-05|
+|pypi|[grayskull](https://pypi.org/project/grayskull)|1.2951437066402378e-05|
+|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|1.2943889608904477e-05|
+|npm|jshint-stylish|1.2939576776048528e-05|
+|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|1.2918585409882487e-05|
+|pypi|[iso8601](https://pypi.org/project/iso8601)|1.284427900879367e-05|
+|pypi|[click-repl](https://pypi.org/project/click-repl)|1.2823621497432202e-05|
+|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.2823621497432202e-05|
+|spack|py-pip|1.2821922695738353e-05|
+|spack|py-wheel|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-websupport|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-applehelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-devhelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-jsmath|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-htmlhelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-serializinghtml|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-qthelp|1.2821922695738353e-05|
+|spack|py-pygments|1.2821922695738353e-05|
+|spack|py-docutils|1.2821922695738353e-05|
+|spack|py-snowballstemmer|1.2821922695738353e-05|
+|spack|py-babel|1.2821922695738353e-05|
+|spack|py-alabaster|1.2821922695738353e-05|
+|spack|py-imagesize|1.2821922695738353e-05|
+|spack|py-requests|1.2821922695738353e-05|
+|spack|py-sphinx-rtd-theme|1.2821922695738353e-05|
+|spack|py-packaging|1.2821922695738353e-05|
+|spack|py-importlib-metadata|1.2821922695738353e-05|
+|spack|py-typing|1.2821922695738353e-05|
+|spack|py-colorama|1.2821922695738353e-05|
+|pypi|[altair](http://altair-viz.github.io)|1.2820099870397187e-05|
+|cran|PolynomF|1.278102342079182e-05|
+|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|1.2732264224147437e-05|
+|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|1.2728326993359586e-05|
+|pypi|[anytree](https://pypi.org/project/anytree)|1.2638960201559465e-05|
+|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|1.2638960201559465e-05|
+|npm|jsmd|1.261503610363868e-05|
+|npm|is-mergeable-object|1.261503610363868e-05|
+|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|1.253062438057483e-05|
+|npm|gzip-size|1.2506017273113407e-05|
+|cran|bignum|1.2453304871540749e-05|
+|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|1.2379907527671994e-05|
+|cran|metafor|1.2338031494037429e-05|
+|cran|RSpectra|1.2334701968002264e-05|
+|pypi|[pycares](https://pypi.org/project/pycares)|1.232877182282534e-05|
+|cran|future.callr|1.2315049520414004e-05|
+|pypi|[annoy](https://github.com/spotify/annoy)|1.2285948205282888e-05|
+|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|1.2285948205282888e-05|
+|pypi|[nmslib](https://pypi.org/project/nmslib)|1.2285948205282888e-05|
+|pypi|[pyemd](https://pypi.org/project/pyemd)|1.2285948205282888e-05|
+|pypi|[Morfessor](https://pypi.org/project/Morfessor)|1.2285948205282888e-05|
+|pypi|[Pyro4](https://pypi.org/project/Pyro4)|1.2285948205282888e-05|
+|cran|[solrium](https://github.com/ropensci/solrium)|1.2245734815234331e-05|
+|cran|party|1.2232934706917749e-05|
+|cran|[haven](https://haven.tidyverse.org)|1.2146981514198317e-05|
+|cran|FastRWeb|1.214197224975223e-05|
+|cran|quantmod|1.214197224975223e-05|
+|cran|truncreg|1.2104840836144426e-05|
+|cran|panelr|1.2104840836144426e-05|
+|cran|metaBMA|1.2104840836144426e-05|
+|cran|lfe|1.2104840836144426e-05|
+|cran|ivreg|1.2104840836144426e-05|
+|cran|GLMMadaptive|1.2104840836144426e-05|
+|cran|clubSandwich|1.2104840836144426e-05|
+|cran|cgam|1.2104840836144426e-05|
+|cran|blme|1.2104840836144426e-05|
+|cran|bbmle|1.2104840836144426e-05|
+|cran|aod|1.2104840836144426e-05|
+|cran|geojsonlint|1.2089409599320403e-05|
+|npm|clean-css|1.207772901033555e-05|
+|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|1.2056412665955612e-05|
+|npm|fresh|1.2031708612868796e-05|
+|npm|etag|1.2031708612868796e-05|
+|npm|temp-path|1.2031708612868796e-05|
+|pypi|[kopt](https://pypi.org/project/kopt)|1.199207135777998e-05|
+|cran|ggfittext|1.199207135777998e-05|
+|cran|taxadb|1.1984284298456746e-05|
+|cran|assertive.code|1.1951086835026118e-05|
+|cran|assertive.reflection|1.1951086835026118e-05|
+|cran|assertive.data.us|1.1951086835026118e-05|
+|cran|assertive.data.uk|1.1951086835026118e-05|
+|cran|assertive.data|1.1951086835026118e-05|
+|cran|assertive.models|1.1951086835026118e-05|
+|cran|assertive.matrices|1.1951086835026118e-05|
+|cran|assertive.sets|1.1951086835026118e-05|
+|cran|assertive.files|1.1951086835026118e-05|
+|cran|assertive.datetimes|1.1951086835026118e-05|
+|cran|assertive.strings|1.1951086835026118e-05|
+|cran|assertive.numbers|1.1951086835026118e-05|
+|cran|assertive.types|1.1951086835026118e-05|
+|cran|assertive.properties|1.1951086835026118e-05|
+|cran|assertive.base|1.1951086835026118e-05|
+|pypi|[uvicorn](https://pypi.org/project/uvicorn)|1.1899214536922242e-05|
+|cran|gsl|1.1888221523529613e-05|
+|pypi|[google-cloud-storage](https://github.com/googleapis/python-storage)|1.1886749710197832e-05|
+|npm|terser|1.1866127840506865e-05|
+|pypi|[lcapy](https://pypi.org/project/lcapy)|1.1821318972619914e-05|
+|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|1.1821318972619914e-05|
+|pypi|[textwrapper](https://pypi.org/project/textwrapper)|1.1821318972619914e-05|
+|pypi|[property-cached](https://pypi.org/project/property-cached)|1.1821318972619914e-05|
+|pypi|[heapdict](https://pypi.org/project/heapdict)|1.1821318972619914e-05|
+|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|1.177403369672944e-05|
+|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|1.177403369672944e-05|
+|pypi|[gurobipy](https://pypi.org/project/gurobipy)|1.1707135777998018e-05|
+|cran|[ff](https://github.com/truecluster/ff)|1.1666105054509406e-05|
+|npm|mime-types|1.1609172340242166e-05|
+|cran|Biobase|1.1593212602304909e-05|
+|pypi|[librosa](https://pypi.org/project/librosa)|1.1587277006937563e-05|
+|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|1.1563783095002122e-05|
+|pypi|[spectral-cube](https://pypi.org/project/spectral-cube)|1.1563783095002122e-05|
+|pypi|[ndcube](https://pypi.org/project/ndcube)|1.1563783095002122e-05|
+|pypi|[gwcs](https://pypi.org/project/gwcs)|1.1563783095002122e-05|
+|npm|mocha-lcov-reporter|1.1563783095002122e-05|
+|npm|any-promise|1.1563783095002122e-05|
+|npm|thenify-all|1.1563783095002122e-05|
+|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.1561246103349935e-05|
+|rubygems|thor|1.1547263404866405e-05|
+|pypi|[ephem](https://pypi.org/project/ephem)|1.1528741328047572e-05|
+|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|1.1510524274663057e-05|
+|cran|[redux](https://github.com/richfitz/redux)|1.144697720515365e-05|
+|pypi|[openstacksdk](https://pypi.org/project/openstacksdk)|1.14404360753221e-05|
+|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.1434259674666809e-05|
+|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.1434259674666809e-05|
+|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.1434259674666809e-05|
+|pypi|[npx](https://pypi.org/project/npx)|1.1427738588002098e-05|
+|pypi|[meshplex](https://pypi.org/project/meshplex)|1.1427738588002098e-05|
+|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|1.1427738588002098e-05|
+|pypi|[dask-ml](https://pypi.org/project/dask-ml)|1.1427738588002098e-05|
+|pypi|[update-checker](https://pypi.org/project/update-checker)|1.1427738588002098e-05|
+|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|1.1408131354489131e-05|
+|npm|tough-cookie|1.1351213552814584e-05|
+|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|1.1315992809734302e-05|
+|cran|clusterGeneration|1.1312396505980338e-05|
+|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|1.129274655193558e-05|
+|cran|bs4Dash|1.128715768974715e-05|
+|cran|rticles|1.1283860731010297e-05|
+|cran|locfit|1.1274990601824956e-05|
+|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|1.126347039540067e-05|
+|cran|nonnest2|1.1228060359985932e-05|
+|cran|mlogit|1.1228060359985932e-05|
+|cran|[logger](https://daroczig.github.io/logger/)|1.1165826245112672e-05|
+|cran|leaps|1.116349829555974e-05|
+|cran|[geometry](https://davidcsterratt.github.io/geometry)|1.1115248477983873e-05|
+|pypi|[param](https://pypi.org/project/param)|1.1102087861134492e-05|
+|pypi|[pyct](https://pypi.org/project/pyct)|1.1102087861134492e-05|
+|cran|stm|1.1096981766268337e-05|
+|cran|topicmodels|1.1096981766268337e-05|
+|pypi|[pymatreader](https://pypi.org/project/pymatreader)|1.1087931827835194e-05|
+|cran|FMStable|1.1038156590683845e-05|
+|cran|sparsesvd|1.1038156590683845e-05|
+|pypi|[python-subunit](https://pypi.org/project/python-subunit)|1.0990219453490016e-05|
+|pypi|[ddt](https://pypi.org/project/ddt)|1.0990219453490016e-05|
+|npm|cross-spawn|1.0984612744733613e-05|
+|npm|rollup-plugin-replace|1.0977790521560455e-05|
+|npm|babel-plugin-external-helpers|1.0977790521560455e-05|
+|pypi|[m2r](https://pypi.org/project/m2r)|1.0932374256689793e-05|
+|rubygems|timecop|1.090299548957343e-05|
+|rubygems|actionmailer|1.0836916729030561e-05|
+|cran|Bessel|1.0833746283448958e-05|
+|pypi|[dropbox](http://www.dropbox.com/developers)|1.0817946749927343e-05|
+|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.0792864222001982e-05|
+|npm|csso|1.0792864222001982e-05|
+|npm|google-closure-compiler|1.0792864222001982e-05|
+|npm|uglify-es|1.0792864222001982e-05|
+|npm|ora|1.0792864222001982e-05|
+|npm|update-notifier|1.0792864222001982e-05|
+|npm|crass|1.0792864222001982e-05|
+|npm|sqwish|1.0792864222001982e-05|
+|npm|html-minifier|1.0792864222001982e-05|
+|npm|node-version|1.0792864222001982e-05|
+|pypi|[user-agents](https://pypi.org/project/user-agents)|1.079286422200198e-05|
+|rubygems|json|1.0791684244135144e-05|
+|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|1.075512693451247e-05|
+|pypi|[dataclasses-json](https://pypi.org/project/dataclasses-json)|1.0749577333411069e-05|
+|npm|eslint-plugin-react|1.0741183719046816e-05|
+|npm|ascli|1.0684935579781963e-05|
+|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|1.066871624764871e-05|
+|cran|[dbscan](https://github.com/mhahsler/dbscan)|1.066218761833056e-05|
+|cran|tracerer|1.0586302227322517e-05|
+|rubygems|rails-dom-testing|1.0572601686859083e-05|
+|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.0565646027854572e-05|
+|pypi|[s3fs](https://pypi.org/project/s3fs)|1.0565646027854572e-05|
+|pypi|[ocifs](https://pypi.org/project/ocifs)|1.0565646027854572e-05|
+|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.0565646027854572e-05|
+|pypi|[pygit2](https://pypi.org/project/pygit2)|1.0565646027854572e-05|
+|pypi|[fusepy](https://pypi.org/project/fusepy)|1.0565646027854572e-05|
+|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.0565646027854572e-05|
+|pypi|[adlfs](https://pypi.org/project/adlfs)|1.0565646027854572e-05|
+|cran|stabledist|1.0547949226195012e-05|
+|rubygems|actionpack|1.0490003236180498e-05|
+|npm|execa|1.0464235343447435e-05|
+|cran|spacetime|1.0409728207006507e-05|
+|pypi|[pytray](https://github.com/muhrin/pytray.git)|1.0408928340586901e-05|
+|rubygems|rake-compiler-dock|1.040740478550191e-05|
+|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|1.0386419702167955e-05|
+|pypi|[pyshp](https://pypi.org/project/pyshp)|1.0278918306668553e-05|
+|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|1.0278918306668553e-05|
+|pypi|[noodles](http://nlesc.github.io/noodles)|1.0277480695716564e-05|
+|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|1.0224818736633456e-05|
+|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|1.0224818736633456e-05|
+|pypi|[saspy](https://pypi.org/project/saspy)|1.0224818736633456e-05|
+|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|1.0189067622169707e-05|
+|cran|[move](https://bartk.gitlab.io/move/)|1.0162112416820048e-05|
+|pypi|[soundfile](https://pypi.org/project/soundfile)|1.0146787024884148e-05|
+|pypi|[portray](https://pypi.org/project/portray)|1.0118310208126858e-05|
+|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|1.0118310208126858e-05|
+|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|1.0118310208126858e-05|
+|npm|superagent|1.0118310208126858e-05|
+|npm|connect-flash|1.0118310208126858e-05|
+|npm|isexe|1.0118310208126858e-05|
+|cran|debugme|1.009818955574796e-05|
+|cran|sm|1.0048528758415637e-05|
+|cran|goftest|1.0048528758415637e-05|
+|cran|tensor|1.0048528758415637e-05|
+|cran|spatstat.sparse|1.0048528758415637e-05|
+|cran|gdtools|9.950939663330774e-06|
+|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|9.946605550049553e-06|
+|cran|[rdflib](https://github.com/ropensci/rdflib)|9.91181408143039e-06|
+|requirements.txt|gitlab/cracklet/cracklet|9.910802775024776e-06|
+|requirements.txt|gitlab/LouisLab/PiVR|9.910802775024776e-06|
+|requirements.txt|github/kkjawz/coref-ee|9.910802775024776e-06|
+|requirements.txt|github/PolymerGuy/recolo|9.910802775024776e-06|
+|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|9.910802775024776e-06|
+|requirements.txt|github/kinnala/scikit-fem|9.910802775024776e-06|
+|requirements.txt|github/onnela-lab/beiwe-backend|9.910802775024776e-06|
+|requirements.txt|github/surf-eds/one-button-compute|9.910802775024776e-06|
+|requirements.txt|github/ketch/RK-Opt|9.910802775024776e-06|
+|requirements.txt|github/BioGearsEngine/core|9.910802775024776e-06|
+|requirements.txt|github/Narayana-Rao/SAR-tools|9.910802775024776e-06|
+|requirements.txt|github/MD-Studio/MDStudio|9.910802775024776e-06|
+|requirements.txt|github/villano-lab/nrCascadeSim|9.910802775024776e-06|
+|requirements.txt|github/qMRLab/qMRLab|9.910802775024776e-06|
+|requirements.txt|github/sorenwacker/ProteomicsQC|9.910802775024776e-06|
+|requirements.txt|github/telatin/qax|9.910802775024776e-06|
+|requirements.txt|github/statgen/Minimac4|9.910802775024776e-06|
+|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|9.910802775024776e-06|
+|requirements.txt|github/gvilitechltd/LibSWIFFT|9.910802775024776e-06|
+|requirements.txt|github/UUDigitalHumanitieslab/texcavator|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/istn|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/masf|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/deepscm|9.910802775024776e-06|
+|requirements.txt|github/robashaw/libecpint|9.910802775024776e-06|
+|requirements.txt|github/JLiangLab/TransVW|9.910802775024776e-06|
+|requirements.txt|github/candYgene/siga|9.910802775024776e-06|
+|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/PlaNet|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/spinning-up-basic|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/Rainbow|9.910802775024776e-06|
+|requirements.txt|github/ggciag/mandyoc|9.910802775024776e-06|
+|requirements.txt|github/nextstrain/nextclade|9.910802775024776e-06|
+|requirements.txt|github/wmglab-duke/ascent|9.910802775024776e-06|
+|requirements.txt|github/MRChemSoft/mrchem|9.910802775024776e-06|
+|requirements.txt|github/CAMI-challenge/CAMITAX|9.910802775024776e-06|
+|requirements.txt|github/LSARP/ProteomicsQC|9.910802775024776e-06|
+|requirements.txt|github/neuroanatomy/reorient|9.910802775024776e-06|
+|requirements.txt|github/inpefess/gym-saturation|9.910802775024776e-06|
+|requirements.txt|github/DSIMB/medusa|9.910802775024776e-06|
+|requirements.txt|github/3d-pli/fastpli|9.910802775024776e-06|
+|requirements.txt|github/lutteropp/NetRAX|9.910802775024776e-06|
+|requirements.txt|github/lucydot/effmass|9.910802775024776e-06|
+|requirements.txt|github/grant-m-s/astronomicAL|9.910802775024776e-06|
+|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|9.910802775024776e-06|
+|requirements.txt|github/ImperialCollegeLondon/champ|9.910802775024776e-06|
+|requirements.txt|github/snowformatics/macrobot|9.910802775024776e-06|
+|requirements.txt|github/Climdyn/qgs|9.910802775024776e-06|
+|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|9.910802775024776e-06|
+|requirements.txt|github/iontorrent/TS|9.910802775024776e-06|
+|requirements.txt|github/hemanthpruthvi/PyAstroPol|9.910802775024776e-06|
+|requirements.txt|github/nlesc/embodied-emotions-scripts|9.910802775024776e-06|
+|requirements.txt|github/LINNAE-project/SFB-Annotator|9.910802775024776e-06|
+|requirements.txt|github/andr1976/HydDown|9.910802775024776e-06|
+|requirements.txt|github/labsyspharm/minerva-story|9.910802775024776e-06|
+|requirements.txt|github/mswzeus/TargetNet|9.910802775024776e-06|
+|requirements.txt|github/STEllAR-GROUP/hpx|9.910802775024776e-06|
+|requirements.txt|github/BioinfoUNIBA/REDItools2|9.910802775024776e-06|
+|requirements.txt|github/GilbertLabUCSF/CanDI|9.910802775024776e-06|
+|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|9.910802775024776e-06|
+|requirements.txt|github/chemfiles/chemfiles|9.910802775024776e-06|
+|requirements.txt|github/he2016012996/CABnet|9.910802775024776e-06|
+|requirements.txt|github/monarch-initiative/loinc2hpo|9.910802775024776e-06|
+|requirements.txt|github/abinit/abinit|9.910802775024776e-06|
+|requirements.txt|github/arnikz/PIQMIe|9.910802775024776e-06|
+|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|9.910802775024776e-06|
+|requirements.txt|github/Julian/jsonschema|9.910802775024776e-06|
+|requirements.txt|github/amrex-astro/Castro|9.910802775024776e-06|
+|requirements.txt|github/ablab/TandemTools|9.910802775024776e-06|
+|requirements.txt|github/spack/spack|9.910802775024776e-06|
+|requirements.txt|github/shandley/hecatomb|9.910802775024776e-06|
+|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|9.910802775024776e-06|
+|requirements.txt|github/soraxas/sbp-env|9.910802775024776e-06|
+|requirements.txt|github/BenNordick/HiLoop|9.910802775024776e-06|
+|requirements.txt|github/learningsimulator/learningsimulator|9.910802775024776e-06|
+|requirements.txt|github/mms-fcul/PypKa|9.910802775024776e-06|
+|requirements.txt|github/TinkerTools/tinker9|9.910802775024776e-06|
+|requirements.txt|github/NLeSC/ShiCo|9.910802775024776e-06|
+|requirements.txt|github/SuLab/Wikidata-phenomizer|9.910802775024776e-06|
+|requirements.txt|github/zhoux85/scAdapt|9.910802775024776e-06|
+|requirements.txt|github/JuliaHCI/ADI.jl|9.910802775024776e-06|
+|requirements.txt|github/AMReX-Astro/Nyx|9.910802775024776e-06|
+|requirements.txt|github/broadinstitute/cromwell|9.910802775024776e-06|
+|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|9.910802775024776e-06|
+|requirements.txt|github/JLBLine/WODEN|9.910802775024776e-06|
+|requirements.txt|github/citation-file-format/citation-file-format|9.910802775024776e-06|
+|requirements.txt|github/erikbern/ann-benchmarks|9.910802775024776e-06|
+|requirements.txt|github/jdber1/opendrop|9.910802775024776e-06|
+|requirements.txt|github/ot483/NetCom|9.910802775024776e-06|
+|requirements.txt|github/enveda/RPath|9.910802775024776e-06|
+|requirements.txt|github/TeamCOMPAS/COMPAS|9.910802775024776e-06|
+|requirements.txt|github/singularityhub/sregistry|9.910802775024776e-06|
+|setup.py|gitlab/octopus-code/octopus|9.910802775024776e-06|
+|setup.py|gitlab/picos-api/picos|9.910802775024776e-06|
+|setup.py|gitlab/BioimageInformaticsGroup/openphi|9.910802775024776e-06|
+|setup.py|gitlab/Molcas/OpenMolcas|9.910802775024776e-06|
+|setup.py|gitlab/gims-developers/gims|9.910802775024776e-06|
+|setup.py|gitlab/jason-rumengan/pyarma|9.910802775024776e-06|
+|setup.py|gitlab/fduchate/predihood|9.910802775024776e-06|
+|setup.py|github/ekaterinailin/AltaiPony|9.910802775024776e-06|
+|setup.py|github/wdecoster/nanopack|9.910802775024776e-06|
+|setup.py|github/era-urban/wrfpy|9.910802775024776e-06|
+|setup.py|github/ynop/audiomate|9.910802775024776e-06|
+|setup.py|github/glotzerlab/freud|9.910802775024776e-06|
+|setup.py|github/glotzerlab/coxeter|9.910802775024776e-06|
+|setup.py|github/IKNL/vantage6|9.910802775024776e-06|
+|setup.py|github/Kuifje02/vrpy|9.910802775024776e-06|
+|setup.py|github/bio-phys/BioEn|9.910802775024776e-06|
+|setup.py|github/popgenmethods/smcpp|9.910802775024776e-06|
+|setup.py|github/Filter-Bubble/e2e-Dutch|9.910802775024776e-06|
+|setup.py|github/dmey/synthia|9.910802775024776e-06|
+|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|9.910802775024776e-06|
+|setup.py|github/jbuisine/macop|9.910802775024776e-06|
+|setup.py|github/MrMinimal64/multivar_horner|9.910802775024776e-06|
+|setup.py|github/thejasvibr/bat_beamshapes|9.910802775024776e-06|
+|setup.py|github/atomneb/AtomNeb-py|9.910802775024776e-06|
+|setup.py|github/eScatter/pyelsepa|9.910802775024776e-06|
+|setup.py|github/amusecode/amuse|9.910802775024776e-06|
+|setup.py|github/ketch/nodepy|9.910802775024776e-06|
+|setup.py|github/fAndreuzzi/BisPy|9.910802775024776e-06|
+|setup.py|github/oschwengers/referenceseeker|9.910802775024776e-06|
+|setup.py|github/oschwengers/platon|9.910802775024776e-06|
+|setup.py|github/oschwengers/bakta|9.910802775024776e-06|
+|setup.py|github/mscroggs/symfem|9.910802775024776e-06|
+|setup.py|github/Magritte-code/Magritte|9.910802775024776e-06|
+|setup.py|github/cadop/seg1d|9.910802775024776e-06|
+|setup.py|github/elwinter/nnde|9.910802775024776e-06|
+|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|9.910802775024776e-06|
+|setup.py|github/omuse-geoscience/omuse|9.910802775024776e-06|
+|setup.py|github/tariqdaouda/CAMAP|9.910802775024776e-06|
+|setup.py|github/Materials-Consortia/optimade-python-tools|9.910802775024776e-06|
+|setup.py|github/RTIInternational/gobbli|9.910802775024776e-06|
+|setup.py|github/MD-Studio/cerulean|9.910802775024776e-06|
+|setup.py|github/TPI-Immunogenetics/igmat|9.910802775024776e-06|
+|setup.py|github/nlesc-ave/ave-rest-service|9.910802775024776e-06|
+|setup.py|github/virgesmith/neworder|9.910802775024776e-06|
+|setup.py|github/rajeshrinet/pystokes|9.910802775024776e-06|
+|setup.py|github/rodluger/starry_process|9.910802775024776e-06|
+|setup.py|github/cog-imperial/entmoot|9.910802775024776e-06|
+|setup.py|github/cog-imperial/suspect|9.910802775024776e-06|
+|setup.py|github/cog-imperial/GPdoemd|9.910802775024776e-06|
+|setup.py|github/cog-imperial/galini|9.910802775024776e-06|
+|setup.py|github/compomics/DeepLC|9.910802775024776e-06|
+|setup.py|github/BartoszBartmanski/StoSpa2|9.910802775024776e-06|
+|setup.py|github/mgalardini/pyseer|9.910802775024776e-06|
+|setup.py|github/richteague/disksurf|9.910802775024776e-06|
+|setup.py|github/Quantum-Dynamics-Hub/libra-code|9.910802775024776e-06|
+|setup.py|github/zarr-developers/zarr-python|9.910802775024776e-06|
+|setup.py|github/ConorMacBride/mcalf|9.910802775024776e-06|
+|setup.py|github/DRMacIver/shrinkray|9.910802775024776e-06|
+|setup.py|github/SCM-NV/qmflows-namd|9.910802775024776e-06|
+|setup.py|github/SCM-NV/qmflows|9.910802775024776e-06|
+|setup.py|github/SCM-NV/pyZacros|9.910802775024776e-06|
+|setup.py|github/DeltaRCM/pyDeltaRCM|9.910802775024776e-06|
+|setup.py|github/fabiopardo/tonic|9.910802775024776e-06|
+|setup.py|github/szymon-datalions/pyinterpolate|9.910802775024776e-06|
+|setup.py|github/fair-data/fairdatapoint-client|9.910802775024776e-06|
+|setup.py|github/hiddenSymmetries/simsopt|9.910802775024776e-06|
+|setup.py|github/fair-software/fairtally|9.910802775024776e-06|
+|setup.py|github/fair-software/howfairis|9.910802775024776e-06|
+|setup.py|github/zdelrosario/py_grama|9.910802775024776e-06|
+|setup.py|github/saphir746/BiobankRead-Bash|9.910802775024776e-06|
+|setup.py|github/snakemake/snakemake|9.910802775024776e-06|
+|setup.py|github/biomedia-mira/blast-ct|9.910802775024776e-06|
+|setup.py|github/AA-ALERT/frbcatdb|9.910802775024776e-06|
+|setup.py|github/UNSW-CEEM/nempy|9.910802775024776e-06|
+|setup.py|github/DLTK/DLTK|9.910802775024776e-06|
+|setup.py|github/AlexMikes/AutoFunc|9.910802775024776e-06|
+|setup.py|github/parallelwindfarms/byteparsing|9.910802775024776e-06|
+|setup.py|github/weecology/retriever|9.910802775024776e-06|
+|setup.py|github/deepmedic/deepmedic|9.910802775024776e-06|
+|setup.py|github/DrMarc/slab|9.910802775024776e-06|
+|setup.py|github/dfujim/bfit|9.910802775024776e-06|
+|setup.py|github/ProjectPyRhO/PyRhO|9.910802775024776e-06|
+|setup.py|github/cdslaborg/paramonte|9.910802775024776e-06|
+|setup.py|github/meinardmueller/synctoolbox|9.910802775024776e-06|
+|setup.py|github/meinardmueller/libfmp|9.910802775024776e-06|
+|setup.py|github/SWIFTSIM/emulator|9.910802775024776e-06|
+|setup.py|github/tool-bin/ukbcc|9.910802775024776e-06|
+|setup.py|github/KIT-MBS/pyREX|9.910802775024776e-06|
+|setup.py|github/OpenMDAO/dymos|9.910802775024776e-06|
+|setup.py|github/SandoghdarLab/PiSCAT|9.910802775024776e-06|
+|setup.py|github/spyder-ide/spyder|9.910802775024776e-06|
+|setup.py|github/SMTG-UCL/surfaxe|9.910802775024776e-06|
+|setup.py|github/dynamicslab/pysindy|9.910802775024776e-06|
+|setup.py|github/matchms/matchms|9.910802775024776e-06|
+|setup.py|github/matchms/ms2deepscore|9.910802775024776e-06|
+|setup.py|github/cupy/cupy|9.910802775024776e-06|
+|setup.py|github/qpv-research-group/solcore5|9.910802775024776e-06|
+|setup.py|github/smog-server/OpenSMOG|9.910802775024776e-06|
+|setup.py|github/LiberTEM/LiberTEM|9.910802775024776e-06|
+|setup.py|github/malonge/RagTag|9.910802775024776e-06|
+|setup.py|github/symmy596/Polypy|9.910802775024776e-06|
+|setup.py|github/symmy596/SurfinPy|9.910802775024776e-06|
+|setup.py|github/Oftatkofta/cellocity|9.910802775024776e-06|
+|setup.py|github/arabic-digital-humanities/adhtools|9.910802775024776e-06|
+|setup.py|github/dolfin-adjoint/pyadjoint|9.910802775024776e-06|
+|setup.py|github/NLESC-JCER/QMCTorch|9.910802775024776e-06|
+|setup.py|github/xenon-middleware/pyxenon|9.910802775024776e-06|
+|setup.py|github/ImperialCollegeLondon/django-drf-filepond|9.910802775024776e-06|
+|setup.py|github/ImperialCollegeLondon/hcga|9.910802775024776e-06|
+|setup.py|github/ghislainv/forestatrisk|9.910802775024776e-06|
+|setup.py|github/felixchenier/kineticstoolkit|9.910802775024776e-06|
+|setup.py|github/mishioo/tesliper|9.910802775024776e-06|
+|setup.py|github/exafmm/exafmm-t|9.910802775024776e-06|
+|setup.py|github/radifar/PyPLIF-HIPPOS|9.910802775024776e-06|
+|setup.py|github/clawpack/clawpack|9.910802775024776e-06|
+|setup.py|github/jianhuupenn/SpaGCN|9.910802775024776e-06|
+|setup.py|github/lantunes/cellpylib|9.910802775024776e-06|
+|setup.py|github/vincentlab/PyFR|9.910802775024776e-06|
+|setup.py|github/TriPed-Robot/TriP|9.910802775024776e-06|
+|setup.py|github/Effective-Quadratures/Effective-Quadratures|9.910802775024776e-06|
+|setup.py|github/rgerum/pylustrator|9.910802775024776e-06|
+|setup.py|github/Social-Evolution-and-Behavior/anTraX|9.910802775024776e-06|
+|setup.py|github/0xCoto/Virgo|9.910802775024776e-06|
+|setup.py|github/multiscale/muscle3|9.910802775024776e-06|
+|setup.py|github/Yu-Group/veridical-flow|9.910802775024776e-06|
+|setup.py|github/elkebir-group/Jumper|9.910802775024776e-06|
+|setup.py|github/scipion-em/scipion-em-continuousflex|9.910802775024776e-06|
+|setup.py|github/aspuru-guzik-group/funsies|9.910802775024776e-06|
+|setup.py|github/numba/numba|9.910802775024776e-06|
+|setup.py|github/lkmklsmn/DrivAER|9.910802775024776e-06|
+|setup.py|github/ComparativeGenomicsToolkit/cactus|9.910802775024776e-06|
+|setup.py|github/infer-actively/pymdp|9.910802775024776e-06|
+|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|9.910802775024776e-06|
+|setup.py|github/KALMUS-Color-Toolkit/KALMUS|9.910802775024776e-06|
+|setup.py|github/nlesc/scriptcwl|9.910802775024776e-06|
+|setup.py|github/linqs/psl|9.910802775024776e-06|
+|setup.py|github/drcandacemakedamoore/cleanX|9.910802775024776e-06|
+|setup.py|github/carlosborca/CrystaLattE|9.910802775024776e-06|
+|setup.py|github/brainets/frites|9.910802775024776e-06|
+|setup.py|github/CFSAN-Biostatistics/SeroTools|9.910802775024776e-06|
+|setup.py|github/EISy-as-Py/hardy|9.910802775024776e-06|
+|setup.py|github/nicolet5/DiffCapAnalyzer|9.910802775024776e-06|
+|setup.py|github/medema-group/bigslice|9.910802775024776e-06|
+|setup.py|github/FlowModelingControl/flowtorch|9.910802775024776e-06|
+|setup.py|github/biocore/scikit-bio|9.910802775024776e-06|
+|setup.py|github/EpistasisLab/tpot|9.910802775024776e-06|
+|setup.py|github/EpistasisLab/regens|9.910802775024776e-06|
+|setup.py|github/MDAnalysis/mdanalysis|9.910802775024776e-06|
+|setup.py|github/dpalmasan/TRUNAJOD2.0|9.910802775024776e-06|
+|setup.py|github/PyPSA/atlite|9.910802775024776e-06|
+|setup.py|github/Bahler-Lab/pyphe|9.910802775024776e-06|
+|setup.py|github/RaRe-Technologies/gensim|9.910802775024776e-06|
+|setup.py|github/edwardoughton/itmlogic|9.910802775024776e-06|
+|setup.py|github/icecube/FIRESONG|9.910802775024776e-06|
+|setup.py|github/HillLab/SomaticSiMu|9.910802775024776e-06|
+|setup.py|github/jollejolles/pirecorder|9.910802775024776e-06|
+|setup.py|github/dgbowl/yadg|9.910802775024776e-06|
+|setup.py|github/Heldenkombinat/Logodetect|9.910802775024776e-06|
+|setup.py|github/SouthGreenPlatform/PyRice|9.910802775024776e-06|
+|setup.py|github/fakedrtom/oncogemini|9.910802775024776e-06|
+|setup.py|github/davidebolo1993/TRiCoLOR|9.910802775024776e-06|
+|setup.py|github/davidebolo1993/VISOR|9.910802775024776e-06|
+|setup.py|github/yatiml/yatiml|9.910802775024776e-06|
+|setup.py|github/Nico-Curti/rFBP|9.910802775024776e-06|
+|setup.py|github/ECSHackWeek/impedance.py|9.910802775024776e-06|
+|setup.py|github/cabb99/open3spn2|9.910802775024776e-06|
+|setup.py|github/neuralhydrology/neuralhydrology|9.910802775024776e-06|
+|setup.py|github/RamanLab/iCOMIC|9.910802775024776e-06|
+|setup.py|github/samaygarg/fuelcell|9.910802775024776e-06|
+|setup.py|github/comprna/reorientexpress|9.910802775024776e-06|
+|setup.py|github/Singh-Lab/DeMaSk|9.910802775024776e-06|
+|setup.py|github/COVID-IWG/epimargin|9.910802775024776e-06|
+|setup.py|github.com/idptools/metapredict|9.910802775024776e-06|
+|setup.py|github/bio-ontology-research-group/deepgoplus|9.910802775024776e-06|
+|setup.py|github/potassco/clingo|9.910802775024776e-06|
+|setup.py|github/IMMM-SFA/mosartwmpy|9.910802775024776e-06|
+|setup.py|github/rgmyr/corebreakout|9.910802775024776e-06|
+|setup.py|github/tylunel/pvpumpingsystem|9.910802775024776e-06|
+|setup.py|github/iomega/spec2vec|9.910802775024776e-06|
+|setup.py|github/bethgelab/foolbox|9.910802775024776e-06|
+|setup.py|github/stammler/simframe|9.910802775024776e-06|
+|setup.py|github/ml-evs/matador|9.910802775024776e-06|
+|setup.py|github/DrafProject/elmada|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/swan|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/flamingo|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/insilico-server|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/ceiba-cli|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/ceiba|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/CAT|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/Moka|9.910802775024776e-06|
+|setup.py|github/ElectionDataAnalysis/electiondata|9.910802775024776e-06|
+|setup.py|github/pybamm-team/liionpack|9.910802775024776e-06|
+|setup.py|github/pybamm-team/PyBaMM|9.910802775024776e-06|
+|setup.py|github/wilkelab/Opfi|9.910802775024776e-06|
+|setup.py|github/jorisparet/partycls|9.910802775024776e-06|
+|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|9.910802775024776e-06|
+|setup.py|github/JohannesBuchner/BXA|9.910802775024776e-06|
+|setup.py|github/mjacob1002/Eir|9.910802775024776e-06|
+|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|9.910802775024776e-06|
+|setup.py|github/ORNL/tx2|9.910802775024776e-06|
+|setup.py|github/colour-science/colour|9.910802775024776e-06|
+|setup.py|github/ModellingWebLab/chaste-codegen|9.910802775024776e-06|
+|setup.py|github/DeepRank/DeepRank-GNN|9.910802775024776e-06|
+|setup.py|github/DeepRank/pdb2sql|9.910802775024776e-06|
+|setup.py|github/DeepRank/iScore|9.910802775024776e-06|
+|setup.py|github/DeepRank/pssmgen|9.910802775024776e-06|
+|setup.py|github/DeepRank/deeprank|9.910802775024776e-06|
+|setup.py|github/athulpg007/AMAT|9.910802775024776e-06|
+|setup.py|github/HIPS/autograd|9.910802775024776e-06|
+|setup.py|github/shirtsgroup/physical_validation|9.910802775024776e-06|
+|setup.py|github/johnlees/pp-sketchlib|9.910802775024776e-06|
+|setup.py|github/ni1o1/transbigdata|9.910802775024776e-06|
+|setup.py|github/hknd23/idcempy|9.910802775024776e-06|
+|setup.py|github/panoptes-organization/panoptes|9.910802775024776e-06|
+|setup.py|github/Theano/Theano|9.910802775024776e-06|
+|setup.py|github/LBNL-ETA/MSWH|9.910802775024776e-06|
+|setup.py|github/SirSharpest/NarrowEscapeSimulator|9.910802775024776e-06|
+|setup.py|github/htjb/maxsmooth|9.910802775024776e-06|
+|setup.py|github/skovaka/UNCALLED|9.910802775024776e-06|
+|setup.py|github/easybuilders/easybuild|9.910802775024776e-06|
+|setup.py|github/3D-e-Chem/sygma|9.910802775024776e-06|
+|setup.py|github/3D-e-Chem/kripodb|9.910802775024776e-06|
+|setup.py|github/indralab/pybiopax|9.910802775024776e-06|
+|setup.py|github/benvanwerkhoven/kernel_tuner|9.910802775024776e-06|
+|setup.py|github/spokenlanguage/platalea|9.910802775024776e-06|
+|setup.py|github/NKI-CCB/PRECISE|9.910802775024776e-06|
+|setup.py|github/twesterhout/lattice-symmetries|9.910802775024776e-06|
+|setup.py|github/matplotlib/matplotlib|9.910802775024776e-06|
+|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|9.910802775024776e-06|
+|setup.py|github/slzarate/parliament2|9.910802775024776e-06|
+|setup.py|github/aiidateam/kiwipy|9.910802775024776e-06|
+|setup.py|github/opimwue/ddop|9.910802775024776e-06|
+|setup.py|github/bootphon/phonemizer|9.910802775024776e-06|
+|setup.py|github/CEED/libCEED|9.910802775024776e-06|
+|setup.py|github/dask/dask|9.910802775024776e-06|
+|setup.py|github/aalhossary/pyemgpipeline|9.910802775024776e-06|
+|setup.py|github/rhayes777/PyAutoFit|9.910802775024776e-06|
+|setup.py|github/conda/conda|9.910802775024776e-06|
+|setup.py|github/eWaterCycle/grpc4bmi|9.910802775024776e-06|
+|setup.py|github/eWaterCycle/jupyterlab_thredds|9.910802775024776e-06|
+|setup.py|github/AlexanderLabWHOI/EUKulele|9.910802775024776e-06|
+|setup.py|github/OP2/PyOP2|9.910802775024776e-06|
+|setup.py|github/gilestrolab/ethoscope|9.910802775024776e-06|
+|setup.py|github/PfizerRD/sit2standpy|9.910802775024776e-06|
+|setup.py|github/circuitgraph/circuitgraph|9.910802775024776e-06|
+|setup.py|github/volkamerlab/opencadd|9.910802775024776e-06|
+|setup.py|github/odb9402/CNNPeaks|9.910802775024776e-06|
+|setup.py|github/KathrynJones1/catwoman|9.910802775024776e-06|
+|setup.py|github/NLeSC/cptm|9.910802775024776e-06|
+|setup.py|github/NLeSC/Massive-PotreeConverter|9.910802775024776e-06|
+|setup.py|github/NLeSC/noodles|9.910802775024776e-06|
+|setup.py|github/NLeSC/mcfly|9.910802775024776e-06|
+|setup.py|github/NLeSC/boatswain|9.910802775024776e-06|
+|setup.py|github/fitbenchmarking/fitbenchmarking|9.910802775024776e-06|
+|setup.py|github/CLARIAH/grlc|9.910802775024776e-06|
+|setup.py|github/mzy2240/ESA|9.910802775024776e-06|
+|setup.py|github/KBNLresearch/ochre|9.910802775024776e-06|
+|setup.py|github/jiahecui/SenAOReFoc|9.910802775024776e-06|
+|setup.py|github/21cmFAST/21cmFAST|9.910802775024776e-06|
+|setup.py|github/brian-team/brian2|9.910802775024776e-06|
+|setup.py|github/lilyminium/psiresp|9.910802775024776e-06|
+|setup.py|github/cbalbin-FIU/Epitopedia|9.910802775024776e-06|
+|setup.py|github/chasmani/piecewise-regression|9.910802775024776e-06|
+|setup.py|github/benhid/Sequoya|9.910802775024776e-06|
+|setup.py|github/SynthSys/pyOmeroUpload|9.910802775024776e-06|
+|setup.py|github/swiftsim/swiftsimio|9.910802775024776e-06|
+|setup.py|github/girder/viime|9.910802775024776e-06|
+|setup.py|github/phenomecentre/nPYc-Toolbox|9.910802775024776e-06|
+|setup.py|github/dmnfarrell/snpgenie|9.910802775024776e-06|
+|setup.py|github/dmnfarrell/epitopepredict|9.910802775024776e-06|
+|setup.py|github/BackmanLab/PWSpy|9.910802775024776e-06|
+|setup.py|github/NeuralEnsemble/PyNN|9.910802775024776e-06|
+|setup.py|github/kerkelae/disimpy|9.910802775024776e-06|
+|setup.py|github/fermisurfaces/IFermi|9.910802775024776e-06|
+|setup.py|github/shilpagarg/WHdenovo|9.910802775024776e-06|
+|setup.py|github/WMD-group/MacroDensity|9.910802775024776e-06|
+|setup.py|github/WMD-group/SMACT|9.910802775024776e-06|
+|setup.py|github/OttoStruve/muler|9.910802775024776e-06|
+|setup.py|github/recipy/recipy|9.910802775024776e-06|
+|setup.py|github/jmschrei/pomegranate|9.910802775024776e-06|
+|setup.py|github/SCECcode/pycsep|9.910802775024776e-06|
+|setup.py|github/antoinediez/Sisyphe|9.910802775024776e-06|
+|setup.py|github/BritishGeologicalSurvey/pyvolcans|9.910802775024776e-06|
+|setup.py|github/DynaSlum/satsense|9.910802775024776e-06|
+|setup.py|github/nlppln/nlppln|9.910802775024776e-06|
+|setup.py|github/actris-cloudnet/cloudnetpy|9.910802775024776e-06|
+|setup.py|github/fruzsinaagocs/oscode|9.910802775024776e-06|
+|setup.py|github/equib/pyEQUIB|9.910802775024776e-06|
+|setup.py|github/sambit-giri/tools21cm|9.910802775024776e-06|
+|setup.py|github/Electrostatics/apbs|9.910802775024776e-06|
+|setup.py|github/MillionConcepts/lhorizon|9.910802775024776e-06|
+|setup.py|github/coljac/sensie|9.910802775024776e-06|
+|setup.py|github/FreBio/komics|9.910802775024776e-06|
+|setup.py|github/elizabethnewman/hessQuik|9.910802775024776e-06|
+|setup.py|github/vsoch/gridtest|9.910802775024776e-06|
+|setup.py|github/raspishake/rsudp|9.910802775024776e-06|
+|setup.py|github/ERA-URBAN/fm128_radar|9.910802775024776e-06|
+|setup.py|github/sagepublishing/rejected_article_tracker_pkg|9.910802775024776e-06|
+|setup.py|github/davemlz/eemont|9.910802775024776e-06|
+|setup.py|github/sebhaan/geobo|9.910802775024776e-06|
+|setup.py|github/abrupt-climate/hyper-canny|9.910802775024776e-06|
+|setup.py|github/adbar/htmldate|9.910802775024776e-06|
+|setup.py|github/singularityhub/singularity-compose|9.910802775024776e-06|
+|setup.py|github/singularityhub/singularity-hpc|9.910802775024776e-06|
+|setup.py|github/cas-bioinf/rboAnalyzer|9.910802775024776e-06|
+|setup.py|github/samuelefiorini/tangle|9.910802775024776e-06|
+|DESCRIPTION|gitlab/libreumg/dataquier|9.910802775024776e-06|
+|DESCRIPTION|gitlab/ampere2/metalwalls|9.910802775024776e-06|
+|DESCRIPTION|github/pmoulos/metaseqR2|9.910802775024776e-06|
+|DESCRIPTION|github/isoverse/isoreader|9.910802775024776e-06|
+|DESCRIPTION|github/JSB-UCLA/scPNMF|9.910802775024776e-06|
+|DESCRIPTION|github/cjbarrie/academictwitteR|9.910802775024776e-06|
+|DESCRIPTION|github/kadyb/rgugik|9.910802775024776e-06|
+|DESCRIPTION|github/MRCIEU/metaboprep|9.910802775024776e-06|
+|DESCRIPTION|github/OrlandoLam/SAMT|9.910802775024776e-06|
+|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|9.910802775024776e-06|
+|DESCRIPTION|github/mdsteiner/EFAtools|9.910802775024776e-06|
+|DESCRIPTION|github/azizka/IUCNN|9.910802775024776e-06|
+|DESCRIPTION|github/bommert/stabm|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/dettl|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/orderly|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/vaultr|9.910802775024776e-06|
+|DESCRIPTION|github/koenderks/jaspAudit|9.910802775024776e-06|
+|DESCRIPTION|github/donaldRwilliams/GGMnonreg|9.910802775024776e-06|
+|DESCRIPTION|github/donaldRwilliams/BGGM|9.910802775024776e-06|
+|DESCRIPTION|github/rickhelmus/patRoon|9.910802775024776e-06|
+|DESCRIPTION|github/metaOmics/MetaPath|9.910802775024776e-06|
+|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|9.910802775024776e-06|
+|DESCRIPTION|github/r-cas/caracas|9.910802775024776e-06|
+|DESCRIPTION|github/ec363/fpcountr|9.910802775024776e-06|
+|DESCRIPTION|github/KiranLDA/PAMLr|9.910802775024776e-06|
+|DESCRIPTION|github/saeyslab/PeacoQC|9.910802775024776e-06|
+|DESCRIPTION|github/saeyslab/nichenetr|9.910802775024776e-06|
+|DESCRIPTION|github/lrnv/cort|9.910802775024776e-06|
+|DESCRIPTION|github/lydialucchesi/Vizumap|9.910802775024776e-06|
+|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|9.910802775024776e-06|
+|DESCRIPTION|github/stemangiola/tidyHeatmap|9.910802775024776e-06|
+|DESCRIPTION|github/mcsiple/mmrefpoints|9.910802775024776e-06|
+|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|9.910802775024776e-06|
+|DESCRIPTION|github/OwenWard/ppdiag|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/performance|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/parameters|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/effectsize|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/correlation|9.910802775024776e-06|
+|DESCRIPTION|github/r-spatial/rgee|9.910802775024776e-06|
+|DESCRIPTION|github/oneilsh/tidytensor|9.910802775024776e-06|
+|DESCRIPTION|github/ArgoCanada/argodata|9.910802775024776e-06|
+|DESCRIPTION|github/JonasRieger/ldaPrototype|9.910802775024776e-06|
+|DESCRIPTION|github/KerryAM-R/ggVolcanoR|9.910802775024776e-06|
+|DESCRIPTION|github/mlr-org/mcboost|9.910802775024776e-06|
+|DESCRIPTION|github/bcgov/shinyssdtools|9.910802775024776e-06|
+|DESCRIPTION|github/bcgov/bcdata|9.910802775024776e-06|
+|DESCRIPTION|github/BrianAronson/birankr|9.910802775024776e-06|
+|DESCRIPTION|github/cran/irtplay|9.910802775024776e-06|
+|DESCRIPTION|github/Dulab2020/ARMT|9.910802775024776e-06|
+|DESCRIPTION|github/bblodfon/emba|9.910802775024776e-06|
+|DESCRIPTION|github/Jinsl-lab/SDImpute|9.910802775024776e-06|
+|DESCRIPTION|github/tinglabs/scAIDE|9.910802775024776e-06|
+|DESCRIPTION|github/llrs/experDesign|9.910802775024776e-06|
+|DESCRIPTION|github/rauschenberger/joinet|9.910802775024776e-06|
+|DESCRIPTION|github/vbaliga/gaussplotR|9.910802775024776e-06|
+|DESCRIPTION|github/akcochrane/TEfits|9.910802775024776e-06|
+|DESCRIPTION|github/kendomaniac/docker4seq|9.910802775024776e-06|
+|DESCRIPTION|github/kendomaniac/rCASC|9.910802775024776e-06|
+|DESCRIPTION|github/RajLabMSSM/echolocatoR|9.910802775024776e-06|
+|DESCRIPTION|github/haoharryfeng/NeuCA|9.910802775024776e-06|
+|DESCRIPTION|github/HajkD/LTRpred|9.910802775024776e-06|
+|DESCRIPTION|github/flosalbizziae/kataegis|9.910802775024776e-06|
+|DESCRIPTION|github/timoast/signac|9.910802775024776e-06|
+|DESCRIPTION|github/ClaudioZandonella/PRDA|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/epidemia|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/safedata|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/covid19model|9.910802775024776e-06|
+|DESCRIPTION|github/asancpt/caffsim|9.910802775024776e-06|
+|DESCRIPTION|github/tlverse/hal9001|9.910802775024776e-06|
+|DESCRIPTION|github/pratheesh3780/grapesAgri1|9.910802775024776e-06|
+|DESCRIPTION|github/JLSteenwyk/ggpubfigs|9.910802775024776e-06|
+|DESCRIPTION|github/USEPA/nsink|9.910802775024776e-06|
+|DESCRIPTION|github/ColemanRHarris/mxnorm|9.910802775024776e-06|
+|DESCRIPTION|github/r-spatialecology/shar|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/rotemplate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/pkgreviewr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/roblog|9.910802775024776e-06|
+|DESCRIPTION|github/lasseignelab/CINmetrics|9.910802775024776e-06|
+|DESCRIPTION|github/ants-project/ANTs|9.910802775024776e-06|
+|DESCRIPTION|github/nhejazi/txshift|9.910802775024776e-06|
+|DESCRIPTION|github/nhejazi/medoutcon|9.910802775024776e-06|
+|DESCRIPTION|github/ShixiangWang/sigminer|9.910802775024776e-06|
+|DESCRIPTION|github/constantAmateur/SoupX|9.910802775024776e-06|
+|DESCRIPTION|github/SchlossLab/mikropml|9.910802775024776e-06|
+|DESCRIPTION|github/SofieVG/FlowSOM|9.910802775024776e-06|
+|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/ambrosia|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/rfasst|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/plutus|9.910802775024776e-06|
+|DESCRIPTION|github/TomKellyGenetics/graphsim|9.910802775024776e-06|
+|DESCRIPTION|github/YuLab-SMU/treeio|9.910802775024776e-06|
+|DESCRIPTION|github/MAnalytics/opitools|9.910802775024776e-06|
+|DESCRIPTION|github/MAnalytics/akmedoids|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/reviewer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/monkeylearn|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/arresteddev|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/rodev|9.910802775024776e-06|
+|DESCRIPTION|github/wesleyburr/subMaldi|9.910802775024776e-06|
+|DESCRIPTION|github/adithirgis/pollucheck|9.910802775024776e-06|
+|DESCRIPTION|github/lsds/Neptune|9.910802775024776e-06|
+|DESCRIPTION|github/GOVS-pack/GOVS|9.910802775024776e-06|
+|DESCRIPTION|github/tgrimes/SeqNet|9.910802775024776e-06|
+|DESCRIPTION|github/tidyverse/glue|9.910802775024776e-06|
+|DESCRIPTION|github/alexander-pastukhov/bistablehistory|9.910802775024776e-06|
+|DESCRIPTION|github/ejikeugba/serp|9.910802775024776e-06|
+|DESCRIPTION|github/aranyics/ReDCM|9.910802775024776e-06|
+|DESCRIPTION|github/mmahmoudian/sivs|9.910802775024776e-06|
+|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|9.910802775024776e-06|
+|DESCRIPTION|github/msalibian/RBF|9.910802775024776e-06|
+|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|9.910802775024776e-06|
+|DESCRIPTION|github/IndrajeetPatil/statsExpressions|9.910802775024776e-06|
+|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|9.910802775024776e-06|
+|DESCRIPTION|github/IMMM-SFA/gamut|9.910802775024776e-06|
+|DESCRIPTION|github/SJTU-CGM/ivTerm|9.910802775024776e-06|
+|DESCRIPTION|github/VBlesius/RHRT|9.910802775024776e-06|
+|DESCRIPTION|github/dankelley/oce|9.910802775024776e-06|
+|DESCRIPTION|github/Hegghammer/daiR|9.910802775024776e-06|
+|DESCRIPTION|github/wadpac/GGIR|9.910802775024776e-06|
+|DESCRIPTION|github/dpseidel/stmove|9.910802775024776e-06|
+|DESCRIPTION|github/BMILAB/scLINE|9.910802775024776e-06|
+|DESCRIPTION|github/signaturescience/skater|9.910802775024776e-06|
+|DESCRIPTION|github/anwarbio/bioassays|9.910802775024776e-06|
+|DESCRIPTION|github/niceume/datasailr|9.910802775024776e-06|
+|DESCRIPTION|github/nevrome/bleiglas|9.910802775024776e-06|
+|DESCRIPTION|github/dgrun/FateID|9.910802775024776e-06|
+|DESCRIPTION|github/raredd/kmdata|9.910802775024776e-06|
+|DESCRIPTION|github/sachsmc/cosinor|9.910802775024776e-06|
+|DESCRIPTION|github/GaryBAYLOR/mixR|9.910802775024776e-06|
+|DESCRIPTION|github/humanfactors/FIPS|9.910802775024776e-06|
+|DESCRIPTION|github/dsoave/JLS|9.910802775024776e-06|
+|DESCRIPTION|github/weizhouUMICH/SAIGE|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/odin|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/PlasmoMAPI|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/individual|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/ring|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/drjacoby|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/sircovid|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/dde|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/provisionr|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/dust|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/rrq|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/squire|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/cinterpolate|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/EpiEstim|9.910802775024776e-06|
+|DESCRIPTION|github/alstat/ALUES|9.910802775024776e-06|
+|DESCRIPTION|github/johannes-titz/cofad|9.910802775024776e-06|
+|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|9.910802775024776e-06|
+|DESCRIPTION|github/NathanSkene/EWCE|9.910802775024776e-06|
+|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|9.910802775024776e-06|
+|DESCRIPTION|github/LindaNab/mecor|9.910802775024776e-06|
+|DESCRIPTION|github/CornellLabofOrnithology/auk|9.910802775024776e-06|
+|DESCRIPTION|github/yiling0210/APIR|9.910802775024776e-06|
+|DESCRIPTION|github/martin3141/spant|9.910802775024776e-06|
+|DESCRIPTION|github/radio1988/OneStopRNAseq|9.910802775024776e-06|
+|DESCRIPTION|github/r-lib/gert|9.910802775024776e-06|
+|DESCRIPTION|github/r-lib/credentials|9.910802775024776e-06|
+|DESCRIPTION|github/alan-turing-institute/DetectorChecker|9.910802775024776e-06|
+|DESCRIPTION|github/TheMillerLab/genetex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/trufflesniffer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DoOR.functions|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/colocr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/unifir|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearthhires|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/brranching|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/refsplitr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nodbi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/iheatmapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmplotr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfisheries|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/skynet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/AntWeb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rerddap|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/plater|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stantargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/PostcodesioR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DataPackageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gittargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/parzer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/citesdb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/baRcodeR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chirps|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ghql|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geojsonlint|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ecoengine|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tabulizer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ezknitr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/babette|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/awardFindR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tracerer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treestartr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ckanr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/antiword|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/addressable|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fauxpas|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnpn|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nomisr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rperseus|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/infx|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/helminthR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/USAboundariesData|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rsat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/patentsview|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/microdemic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcoreoa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/drake|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidypmc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/clifro|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxlist|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidync|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrricanes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pixelclasser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider.devtools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgpdd|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/censo2017|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nlrx|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ramlegacy|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jstor|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/finch|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/EML|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/emld|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/onekp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tiler|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RNeXML|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rotl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rsnps|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outcomerate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jagstargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treebase|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tarchetypes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/refimpact|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/googleLanguageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/UCSCXenaTools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tesseract|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bib2df|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wdman|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmextract|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnoaa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/allodb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ots|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/graphql|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rbhl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/arkdb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/terrainr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hunspell|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/paleobioDB|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rplos|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdefra|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/worrms|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gtfsr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hddtools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcitoid|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treedata.table|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxadb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wellknown|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rppo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/neotoma|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/xslt|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hydroscoper|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcites|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/oai|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/BaseSet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/medrxivr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/conditionz|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dataaimsr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dittodb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/textreuse|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/eia|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/qpdf|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxize|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdatacite|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tif|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stplanr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cleanEHR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osfr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/popler|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rAltmetric|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/qualtRics|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/workloopR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/solrium|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/camsRad|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mauricer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/targets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/piggyback|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/comtradr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/crul|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/beautier|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spocc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tradestatistics|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fingertipsR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/Rclean|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgbif|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencontext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/git2r|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jenkins|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider.base|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nasapower|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cyphr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phonfieldwork|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/roadoi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pangaear|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jsonld|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdhs|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearthdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfigshare|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/zbank|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfishbase|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/suppdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/prism|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dataspice|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/git2rdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/webchem|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdflib|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/USAboundaries|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/seasl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gitignore|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/restez|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/lingtypology|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gutenbergr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bold|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cld2|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pendulum|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dbhydroR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/beastier|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/grainchanger|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/staypuft|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/historydata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfema|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdataretriever|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidyhydat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/c14bazAAR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spatsoc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tinkr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rredlist|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/isdparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bikedata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/webmockr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxview|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MODIStsp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nbaR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/traits|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rglobi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylogram|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearth|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rbace|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ssh|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rentrez|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ijtiff|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rorcid|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/NLMR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bowerbird|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/vcr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bomrang|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/getCRUCLdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cRegulome|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rtweet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rusda|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/robotstxt|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DataSpaceR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnassqs|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/charlatan|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/riem|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cde|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geonames|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ritis|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxizedb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mapscanner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrlite|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcrossref|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/GSODR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/elastic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cchecks|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spelling|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tokenizers|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgnparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cld3|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pdftools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/epubr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/sofa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rromeo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/aRxiv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wateRinfo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/landscapetools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/datapack|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/timefuzz|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bibtex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/plotly|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/scrubr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/Rpolyhedra|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opentripplanner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chromer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rmangal|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylocomr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rebird|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rvertnet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencage|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/antanym|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RefManageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/SymbiotaR2|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdryad|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/slopes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rzmq|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/coder|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/unrtf|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/smapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/magick|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/handlr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MODISTools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rtika|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylotaR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/FedData|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pubchunks|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/natserv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jqr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/virtuoso|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hoardr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chlorpromazineR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/namext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stats19|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ruODK|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mctq|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dbparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/internetarchive|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/excluder|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrricanesdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/exoplanets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geojsonio|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wikitaxa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tacmagic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/assertr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pathviewr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rWBclimate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rAvis|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/weathercan|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fulltext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jsonvalidate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mcbette|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DoOR.data|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/visdat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/skimr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/codemetar|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/essurvey|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/biomartr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/randgeo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/photosearcher|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/writexl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mregions|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/av|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/CoordinateCleaner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/europepmc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/circle|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/getlandsat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/EndoMineR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/katex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/binman|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cffr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bittrex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/citecorp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rinat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/lightr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gistr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MtreeRing|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RSelenium|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcol|9.910802775024776e-06|
+|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|9.910802775024776e-06|
+|DESCRIPTION|github/NLeSC/compressing-the-sky|9.910802775024776e-06|
+|DESCRIPTION|github/david-barnett/microViz|9.910802775024776e-06|
+|DESCRIPTION|github/epiforecasts/covidregionaldata|9.910802775024776e-06|
+|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|9.910802775024776e-06|
+|DESCRIPTION|github/fumi-github/omicwas|9.910802775024776e-06|
+|DESCRIPTION|github/ramadatta/CPgeneProfiler|9.910802775024776e-06|
+|DESCRIPTION|github/tidymodels/infer|9.910802775024776e-06|
+|DESCRIPTION|github/tbep-tech/tbeptools|9.910802775024776e-06|
+|DESCRIPTION|github/julia-wrobel/registr|9.910802775024776e-06|
+|DESCRIPTION|github/rhenkin/visxhclust|9.910802775024776e-06|
+|DESCRIPTION|github/ezer/PAFway|9.910802775024776e-06|
+|DESCRIPTION|github/hope-data-science/tidyfst|9.910802775024776e-06|
+|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|9.910802775024776e-06|
+|DESCRIPTION|github/rcarragh/c212|9.910802775024776e-06|
+|DESCRIPTION|github/prdm0/ropenblas|9.910802775024776e-06|
+|DESCRIPTION|github/snystrom/memes|9.910802775024776e-06|
+|DESCRIPTION|github/CTU-Bern/presize|9.910802775024776e-06|
+|DESCRIPTION|github/saezlab/PHONEMeS|9.910802775024776e-06|
+|DESCRIPTION|github/andyphilips/dynamac|9.910802775024776e-06|
+|DESCRIPTION|github/xoopR/set6|9.910802775024776e-06|
+|DESCRIPTION|github/ecological-cities/home2park|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/allcontributors|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/gendercoder|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/r2readthedocs|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/qcoder|9.910802775024776e-06|
+|DESCRIPTION|github/arcaldwell49/SimplyAgree|9.910802775024776e-06|
+|DESCRIPTION|github/chainsawriot/sweater|9.910802775024776e-06|
+|DESCRIPTION|github/chainsawriot/oolong|9.910802775024776e-06|
+|DESCRIPTION|github/DidierMurilloF/FielDHub|9.910802775024776e-06|
+|DESCRIPTION|github/VincentAlcazer/StatAid|9.910802775024776e-06|
+|DESCRIPTION|github/takfung/ResDisMapper|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/roreviewapi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/autotest|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/srr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/pkgcheck|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/pkgstats|9.910802775024776e-06|
+|DESCRIPTION|github/samhforbes/PupillometryR|9.910802775024776e-06|
+|DESCRIPTION|github/jorittmo/singcar|9.910802775024776e-06|
+|DESCRIPTION|github/abschneider/StrainHub|9.910802775024776e-06|
+|DESCRIPTION|github/insilico/cncv|9.910802775024776e-06|
+|DESCRIPTION|github/zoometh/iconr|9.910802775024776e-06|
+|DESCRIPTION|github/jessecambon/tidygeocoder|9.910802775024776e-06|
+|DESCRIPTION|github/INCEPTdk/adaptr|9.910802775024776e-06|
+|DESCRIPTION|github/mingzehuang/latentcor|9.910802775024776e-06|
+|DESCRIPTION|github/zhouzilu/DENDRO|9.910802775024776e-06|
+|package.json|gitlab/metafundev/metafun|9.910802775024776e-06|
+|package.json|gitlab/magnumpi/magnumpi|9.910802775024776e-06|
+|package.json|gitlab/geekysquirrel/bigx|9.910802775024776e-06|
+|package.json|github/Yomguithereal/talisman|9.910802775024776e-06|
+|package.json|github/wangjun1996/VisFeature|9.910802775024776e-06|
+|package.json|github/research-software-directory/research-software-directory|9.910802775024776e-06|
+|package.json|github/reproducible-biomedical-modeling/Biosimulations|9.910802775024776e-06|
+|package.json|github/PathwayCommons/grounding-search|9.910802775024776e-06|
+|package.json|github/interactivereport/OmicsView0|9.910802775024776e-06|
+|package.json|github/AA-ALERT/frbcat-web|9.910802775024776e-06|
+|package.json|github/MaayanLab/signature-commons-ui|9.910802775024776e-06|
+|package.json|github/sonjageorgievska/CClusTera|9.910802775024776e-06|
+|package.json|github/Kaixhin/FGLab|9.910802775024776e-06|
+|package.json|github/Kaixhin/FGMachine|9.910802775024776e-06|
+|package.json|github/davidhoksza/MolArt|9.910802775024776e-06|
+|package.json|github/ADAH-EviDENce/evidence|9.910802775024776e-06|
+|package.json|github/MichaelSel/edoJS|9.910802775024776e-06|
+|package.json|github/ImperialCollegeLondon/EpiCollectplus|9.910802775024776e-06|
+|package.json|github/Shamir-Lab/domino_web|9.910802775024776e-06|
+|package.json|github/i-VRESSE/workflow-builder|9.910802775024776e-06|
+|package.json|github/phelelani/nf-rnaSeqMetagen|9.910802775024776e-06|
+|package.json|github/eweitz/ideogram|9.910802775024776e-06|
+|package.json|github/tobiasrausch/alfred|9.910802775024776e-06|
+|package.json|github/MolMeDB/MolMeDB|9.910802775024776e-06|
+|package.json|github/pmkruyen/dearscholar|9.910802775024776e-06|
+|package.json|github/cinemascience/cinema_snap|9.910802775024776e-06|
+|package.json|github/amkram/shusher|9.910802775024776e-06|
+|package.json|github/lumen-org/lumen|9.910802775024776e-06|
+|package.json|github/iomega/zenodo-upload|9.910802775024776e-06|
+|package.json|github/iomega/paired-data-form|9.910802775024776e-06|
+|package.json|github/CrowdTruth/CrowdTruth|9.910802775024776e-06|
+|package.json|github/hetalang/heta-compiler|9.910802775024776e-06|
+|package.json|github/biosimulations/Biosimulations|9.910802775024776e-06|
+|package.json|github/eucp-project/storyboards|9.910802775024776e-06|
+|package.json|github/eucp-project/atlas|9.910802775024776e-06|
+|package.json|github/eWaterCycle/eWaterleaf|9.910802775024776e-06|
+|package.json|github/eWaterCycle/setup-grpc|9.910802775024776e-06|
+|package.json|github/eWaterCycle/Cesium-NcWMS|9.910802775024776e-06|
+|package.json|github/eWaterCycle/setup-singularity|9.910802775024776e-06|
+|package.json|github/tortellini-tools/action|9.910802775024776e-06|
+|package.json|github/NLeSC/DiVE|9.910802775024776e-06|
+|package.json|github/NLeSC/ExtJS-DateTime|9.910802775024776e-06|
+|package.json|github/NLeSC/xenon-flow|9.910802775024776e-06|
+|package.json|github/NLeSC/UncertaintyVisualization|9.910802775024776e-06|
+|package.json|github/NLeSC/pattyvis|9.910802775024776e-06|
+|package.json|github/NLeSC/nlesc-serverless-boilerplate|9.910802775024776e-06|
+|package.json|github/NLeSC/case-law-app|9.910802775024776e-06|
+|package.json|github/NLeSC/spot|9.910802775024776e-06|
+|package.json|github/NLeSC/docker-couch-admin|9.910802775024776e-06|
+|package.json|github/ci-for-science/self-hosted-runners|9.910802775024776e-06|
+|package.json|github/PopMedNet-Team/popmednet|9.910802775024776e-06|
+|package.json|github/meta-logic/sequoia|9.910802775024776e-06|
+|package.json|github/ReGIS-org/regis-v2|9.910802775024776e-06|
+|package.json|github/ci-for-research/self-hosted-runners|9.910802775024776e-06|
+|package.json|github/emrecdem/emo-spectre|9.910802775024776e-06|
+|package.json|github/Via-Appia/via-appia-online-viewer|9.910802775024776e-06|
+|package.json|github/DorianDepriester/mtex2Gmsh|9.910802775024776e-06|
+|package.json|github/dondi/GRNsight|9.910802775024776e-06|
+|package.json|github/bramvandijk88/cacatoo|9.910802775024776e-06|
+|package.json|github/klevis-a/kinematics-vis|9.910802775024776e-06|
+|package.json|github/EMResearch/EvoMaster|9.910802775024776e-06|
+|package.json|github/bio-tools/biotoolsSum|9.910802775024776e-06|
+|package.json|github/fairdataihub/SPARClink|9.910802775024776e-06|
+|package.json|github/luntergroup/octopus|9.910802775024776e-06|
+|package.json|github/nlesc-sherlock/Rig|9.910802775024776e-06|
+|package.json|github/TNOCS/csWeb|9.910802775024776e-06|
+|package.json|github/citation-file-format/cff-initializer-javascript|9.910802775024776e-06|
+|package.json|github/mathjax/MathJax|9.910802775024776e-06|
+|package.json|github/vibbits/phyd3|9.910802775024776e-06|
+|CMakeLists.txt|github/jczarnowski/DeepFactors|9.910802775024776e-06|
+|CMakeLists.txt|github/mofanv/darknetz|9.910802775024776e-06|
+|CMakeLists.txt|github/ECP-copa/Cabana|9.910802775024776e-06|
+|CMakeLists.txt|github/su2code/SU2|9.910802775024776e-06|
+|CMakeLists.txt|github/biomedia-mira/drop2|9.910802775024776e-06|
+|CMakeLists.txt|github/mp3guy/ElasticFusion|9.910802775024776e-06|
+|CMakeLists.txt|github/mc-imperial/jfs|9.910802775024776e-06|
+|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|9.910802775024776e-06|
+|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|9.910802775024776e-06|
+|CMakeLists.txt|github/lsds/faasm|9.910802775024776e-06|
+|CMakeLists.txt|github/lsds/LightSaber|9.910802775024776e-06|
+|CMakeLists.txt|github/lsds/TaLoS|9.910802775024776e-06|
+|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|9.910802775024776e-06|
+|CMakeLists.txt|github/xcompact3d/Incompact3d|9.910802775024776e-06|
+|CMakeLists.txt|github/mrc-ide/covid-sim|9.910802775024776e-06|
+|CMakeLists.txt|github/datngu/Circall|9.910802775024776e-06|
+|CMakeLists.txt|github/klee/klee|9.910802775024776e-06|
+|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|9.910802775024776e-06|
+|CMakeLists.txt|github/Crompulence/cpl-library|9.910802775024776e-06|
+|Gemfile|github/tudelft3d/3dfier|9.910802775024776e-06|
+|Gemfile|github/scrook/neuroml-db|9.910802775024776e-06|
+|Gemfile|github/quadram-institute-bioscience/dadaist2|9.910802775024776e-06|
+|Gemfile|github/codidact/qpixel|9.910802775024776e-06|
+|go.mod|github/mlpack/mlpack|9.910802775024776e-06|
+|go.mod|github/jasonyangshadow/lpmx|9.910802775024776e-06|
+|go.mod|github/sylabs/singularity|9.910802775024776e-06|
+|go.mod|github/linksmart/thing-directory|9.910802775024776e-06|
+|go.mod|github/containers/podman|9.910802775024776e-06|
+|rubygems|activemodel|9.845735320887521e-06|
+|pypi|[Bio](https://github.com/ialbert/bio)|9.811694747274548e-06|
+|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|9.811694747274548e-06|
+|pypi|[idcempy](https://github.com/hknd23/idcempy)|9.811694747274548e-06|
+|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|9.811694747274548e-06|
+|cran|socialmixr|9.811694747274548e-06|
+|pypi|[pyarma](https://pyarma.sourceforge.io)|9.81169474727453e-06|
+|pypi|[macop](https://github.com/prise-3d/macop)|9.81169474727453e-06|
+|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|9.81169474727453e-06|
+|pypi|[neworder](https://neworder.readthedocs.io)|9.81169474727453e-06|
+|pypi|[pystospa](https://pypi.org/project/pystospa)|9.81169474727453e-06|
+|pypi|[Libra](https://github.com/Palashio/libra)|9.81169474727453e-06|
+|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|9.81169474727453e-06|
+|pypi|[polypy](https://github.com/symmy596/Polypy)|9.81169474727453e-06|
+|pypi|[requirements](http://github.com/mattack108/requirements)|9.81169474727453e-06|
+|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|9.81169474727453e-06|
+|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|9.81169474727453e-06|
+|pypi|[uncalled](https://github.com/elazarg/uncalled)|9.81169474727453e-06|
+|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|9.81169474727453e-06|
+|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|9.81169474727453e-06|
+|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|9.81169474727453e-06|
+|npm|leaflet-geotiff-2|9.81169474727453e-06|
+|spack|threads|9.81169474727453e-06|
+|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|9.811694747274528e-06|
+|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|9.811694747274528e-06|
+|cran|outbreaks|9.811694747274528e-06|
+|cran|aweek|9.811694747274528e-06|
+|npm|rollup-plugin-license|9.811694747274528e-06|
+|npm|babel-plugin-remove-comments|9.811694747274528e-06|
+|npm|retape|9.811694747274528e-06|
+|npm|test|9.811694747274528e-06|
+|pypi|[mkdocs-material](https://pypi.org/project/mkdocs-material)|9.797036753254326e-06|
+|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|9.787165510406344e-06|
+|cran|loo|9.780095278478124e-06|
+|cran|[rmsfact](NA)|9.713577799801784e-06|
+|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|9.713577799801784e-06|
+|cran|geomorph|9.713577799801782e-06|
+|rubygems|introspection|9.713577799801782e-06|
+|cran|[bayesplot](https://mc-stan.org/bayesplot/)|9.689648377336125e-06|
+|pypi|[m2r2](https://pypi.org/project/m2r2)|9.52311549000175e-06|
+|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|9.52311549000175e-06|
+|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|9.52311549000175e-06|
+|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|9.52311549000175e-06|
+|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|9.52311549000175e-06|
+|pypi|[truecase](https://pypi.org/project/truecase)|9.52311549000175e-06|
+|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|9.52311549000175e-06|
+|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|9.52311549000175e-06|
+|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|9.52311549000175e-06|
+|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|9.52311549000175e-06|
+|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|9.52311549000175e-06|
+|pypi|[fireo](https://pypi.org/project/fireo)|9.52311549000175e-06|
+|cran|[ggthemes](https://github.com/jrnold/ggthemes)|9.49472312119982e-06|
+|pypi|[pockets](https://pypi.org/project/pockets)|9.464821101249764e-06|
+|cran|clv|9.443756194251737e-06|
+|npm|json-stringify-safe|9.432637172045002e-06|
+|cran|[geojson](https://docs.ropensci.org/geojson)|9.402874132804761e-06|
+|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|9.37474536749429e-06|
+|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|9.373315192850147e-06|
+|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|9.363266827944126e-06|
+|npm|memfs|9.353815659068382e-06|
+|npm|schema-utils|9.353815659068382e-06|
+|npm|loader-utils|9.353815659068382e-06|
+|cran|ncbit|9.339978653655561e-06|
+|cran|subplex|9.339978653655561e-06|
+|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|9.339978653655561e-06|
+|npm|loud-rejection|9.339978653655561e-06|
+|npm|globby|9.339978653655561e-06|
+|npm|csv-spectrum|9.339978653655561e-06|
+|npm|bops|9.339978653655561e-06|
+|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|9.33065903478467e-06|
+|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|9.313100463178335e-06|
+|pypi|[z3-solver](https://pypi.org/project/z3-solver)|9.27556500776828e-06|
+|pypi|[ply](https://pypi.org/project/ply)|9.27556500776828e-06|
+|pypi|[obspy](https://www.obspy.org)|9.266600594648171e-06|
+|cran|thor|9.251026476001699e-06|
+|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|9.225329180235027e-06|
+|pypi|[fastapi](https://pypi.org/project/fastapi)|9.219550005103584e-06|
+|pypi|[deprecat](https://github.com/deprecat/deprecat)|9.193431530022893e-06|
+|cran|polycor|9.115271836559203e-06|
+|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|9.075817641228958e-06|
+|pypi|[csvw](https://github.com/cldf/csvw)|9.075817641228944e-06|
+|cran|speedglm|9.075817641228944e-06|
+|cran|[pander](https://rapporter.github.io/pander/)|9.045235735523166e-06|
+|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|8.994053518334984e-06|
+|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|8.919722497522297e-06|
+|cran|misc3d|8.904112983151634e-06|
+|npm|gulp-eslint|8.89098949788042e-06|
+|npm|through|8.888864038410973e-06|
+|cran|aws.signature|8.867628319910718e-06|
+|pypi|[blis](https://pypi.org/project/blis)|8.837716603220543e-06|
+|pypi|[catalogue](https://pypi.org/project/catalogue)|8.837716603220543e-06|
+|pypi|[preshed](https://pypi.org/project/preshed)|8.837716603220543e-06|
+|cran|SuperLearner|8.830525272547075e-06|
+|cran|princurve|8.830525272547075e-06|
+|cran|brglm|8.830525272547075e-06|
+|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|8.810546708582077e-06|
+|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|8.79548350559253e-06|
+|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|8.785391476709613e-06|
+|cran|[gistr](https://github.com/ropensci/gistr)|8.783448959365712e-06|
+|pypi|[kazoo](https://pypi.org/project/kazoo)|8.769202180376611e-06|
+|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|8.769202180376611e-06|
+|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|8.769202180376611e-06|
+|pypi|[pyro4](https://pypi.org/project/pyro4)|8.769202180376611e-06|
+|pypi|[python-memcached](https://pypi.org/project/python-memcached)|8.769202180376611e-06|
+|pypi|[pylibmc](https://pypi.org/project/pylibmc)|8.769202180376611e-06|
+|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|8.769202180376611e-06|
+|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|8.769202180376611e-06|
+|pypi|[couchbase](https://pypi.org/project/couchbase)|8.769202180376611e-06|
+|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|8.769202180376611e-06|
+|pypi|[python-consul2](https://pypi.org/project/python-consul2)|8.769202180376611e-06|
+|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|8.769202180376611e-06|
+|pypi|[pyArango](https://pypi.org/project/pyArango)|8.769202180376611e-06|
+|pypi|[func-timeout](https://pypi.org/project/func-timeout)|8.746717046580773e-06|
+|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|8.746717046580773e-06|
+|pypi|[assertionlib](https://pypi.org/project/assertionlib)|8.736472340650124e-06|
+|cran|PCICt|8.719569443569745e-06|
+|cran|gld|8.719523402069923e-06|
+|cran|torch|8.717428113080012e-06|
+|cran|paws|8.717428113080012e-06|
+|cran|keras|8.717428113080012e-06|
+|cran|clustermq|8.717428113080012e-06|
+|pypi|[colorcet](https://pypi.org/project/colorcet)|8.682951001957987e-06|
+|pypi|[starlette](https://pypi.org/project/starlette)|8.675371977103483e-06|
+|cran|grpreg|8.672837321251591e-06|
+|pypi|[pythreejs](https://pypi.org/project/pythreejs)|8.586108948039076e-06|
+|pypi|[pyside2](https://pypi.org/project/pyside2)|8.586108948039076e-06|
+|pypi|[vispy](https://pypi.org/project/vispy)|8.586108948039076e-06|
+|pypi|[pyside](https://pypi.org/project/pyside)|8.586108948039076e-06|
+|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|8.469681953329129e-06|
+|pypi|[pytz-deprecation-shim](https://github.com/pganssle/pytz-deprecation-shim)|8.457797678040497e-06|
+|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|8.446589391131986e-06|
+|pypi|[aio-pika](https://pypi.org/project/aio-pika)|8.446589391131986e-06|
+|cran|pvclust|8.41254518124901e-06|
+|cran|[themis](https://github.com/tidymodels/themis)|8.393575892766847e-06|
+|cran|superpc|8.393575892766847e-06|
+|cran|subselect|8.393575892766847e-06|
+|cran|spls|8.393575892766847e-06|
+|cran|pamr|8.393575892766847e-06|
+|cran|mda|8.393575892766847e-06|
+|cran|ipred|8.393575892766847e-06|
+|cran|ellipse|8.393575892766847e-06|
+|cran|earth|8.393575892766847e-06|
+|cran|BradleyTerry2|8.393575892766847e-06|
+|cran|recipes|8.393575892766847e-06|
+|cran|pROC|8.393575892766847e-06|
+|cran|ModelMetrics|8.393575892766847e-06|
+|pypi|[pathspec](https://pypi.org/project/pathspec)|8.359704715502535e-06|
+|pypi|[emcee](https://emcee.readthedocs.io)|8.357865746740905e-06|
+|npm|git-state|8.34937485705573e-06|
+|npm|xpath|8.34937485705573e-06|
+|npm|coffeescript|8.34937485705573e-06|
+|npm|coffee-coverage|8.34937485705573e-06|
+|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|8.338177006692138e-06|
+|pypi|[stone](https://pypi.org/project/stone)|8.325923828401528e-06|
+|pypi|[msrest](https://pypi.org/project/msrest)|8.325923828401528e-06|
+|pypi|[azure-core](https://pypi.org/project/azure-core)|8.325923828401528e-06|
+|npm|gulp-if|8.306053991315211e-06|
+|spack|harfbuzz|8.291635866898905e-06|
+|spack|gtkplus|8.291635866898905e-06|
+|cran|yulab.utils|8.290480654209417e-06|
+|pypi|[corner](https://corner.readthedocs.io)|8.268668521765662e-06|
+|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|8.268186323092183e-06|
+|rubygems|appraisal|8.25984506785866e-06|
+|rubygems|tins|8.259845067858659e-06|
+|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|8.251738521551594e-06|
+|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|8.176412289395442e-06|
+|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|8.176412289395442e-06|
+|cran|robustlmm|8.094648166501487e-06|
+|cran|parsnip|8.094648166501487e-06|
+|cran|multgee|8.094648166501487e-06|
+|cran|merTools|8.094648166501487e-06|
+|cran|marginaleffects|8.094648166501487e-06|
+|cran|logistf|8.094648166501487e-06|
+|cran|JM|8.094648166501487e-06|
+|cran|gmnl|8.094648166501487e-06|
+|cran|fungible|8.094648166501487e-06|
+|cran|feisr|8.094648166501487e-06|
+|cran|estimatr|8.094648166501487e-06|
+|cran|epiR|8.094648166501487e-06|
+|cran|crch|8.094648166501487e-06|
+|cran|censReg|8.094648166501487e-06|
+|cran|bife|8.094648166501487e-06|
+|cran|bdsmatrix|8.094648166501487e-06|
+|npm|grunt|8.031688508291934e-06|
+|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|8.027750247770069e-06|
+|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|8.027750247770069e-06|
+|npm|gulp-concat|8.005695988847623e-06|
+|npm|gulp-jshint|8.005695988847623e-06|
+|npm|gulp-rename|8.005695988847623e-06|
+|pypi|[zest.releaser](https://zestreleaser.readthedocs.io)|7.990574118646468e-06|
+|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|7.972001982160557e-06|
+|cran|[progressr](https://progressr.futureverse.org)|7.875176047154578e-06|
+|pypi|[prettytable](https://github.com/jazzband/prettytable)|7.853659172708795e-06|
+|cran|sparkline|7.831500801385115e-06|
+|cran|distr6|7.820916102899987e-06|
+|pypi|[Deprecated](https://pypi.org/project/Deprecated)|7.805949661601736e-06|
+|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|7.780599603567894e-06|
+|rubygems|flexmock|7.770862239841426e-06|
+|cran|[stringdist](https://github.com/markvanderloo/stringdist)|7.767591674925704e-06|
+|cran|[archive](https://archive.r-lib.org/)|7.766980337915447e-06|
+|cran|distributional|7.763099140700727e-06|
+|cran|plainview|7.757371159563925e-06|
+|cran|mapdeck|7.757371159563925e-06|
+|npm|zuul|7.72670961347869e-06|
+|pypi|[jaxlib](https://pypi.org/project/jaxlib)|7.7225011659768e-06|
+|pypi|[aafigure](https://pypi.org/project/aafigure)|7.709188730001415e-06|
+|pypi|[tox-travis](https://pypi.org/project/tox-travis)|7.709188730001415e-06|
+|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|7.709188730001415e-06|
+|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|7.709188730001415e-06|
+|cran|decor|7.709188730001415e-06|
+|npm|travis-cov|7.709188730001415e-06|
+|cran|[mlr3](https://mlr3.mlr-org.com)|7.6951251446016e-06|
+|pypi|[mizani](https://github.com/has2k1/mizani)|7.639105196092318e-06|
+|cran|rainbow|7.6320968427014e-06|
+|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|7.631318136769131e-06|
+|cran|scagnostics|7.601367908602794e-06|
+|cran|labelled|7.601367908602794e-06|
+|cran|intergraph|7.601367908602794e-06|
+|cran|chemometrics|7.601367908602794e-06|
+|cran|broom.helpers|7.601367908602794e-06|
+|cran|procmaps|7.59192791195034e-06|
+|cran|MuMIn|7.553138979601035e-06|
+|pypi|[parameterized](https://pypi.org/project/parameterized)|7.542163588521796e-06|
+|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|7.520535777752587e-06|
+|cran|[tidytext](http://github.com/juliasilge/tidytext)|7.4910643709219965e-06|
+|cran|RProtoBuf|7.4719829229244495e-06|
+|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|7.466756354293938e-06|
+|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|7.43664165368825e-06|
+|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|7.430825693756195e-06|
+|cran|[lhs](https://github.com/bertcarnell/lhs)|7.428854594365003e-06|
+|npm|browser-sync|7.4254497263208335e-06|
+|cran|limma|7.397263093695204e-06|
+|cran|affy|7.397263093695204e-06|
+|cran|marray|7.397263093695204e-06|
+|pypi|[fortranformat](https://pypi.org/project/fortranformat)|7.358771060455897e-06|
+|pypi|[xopen](https://github.com/pycompression/xopen/)|7.341600594648189e-06|
+|cran|[reactable](https://glin.github.io/reactable/)|7.3378059007395005e-06|
+|npm|karma-coverage|7.337153099022639e-06|
+|npm|karma|7.337153099022639e-06|
+|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|7.334241823587711e-06|
+|cran|feather|7.259798578204662e-06|
+|npm|publish-please|7.2557070400013315e-06|
+|npm|gulp-mocha|7.2557070400013315e-06|
+|npm|gulp-istanbul|7.2557070400013315e-06|
+|npm|gulp-coveralls|7.2557070400013315e-06|
+|npm|stealthy-require|7.2557070400013315e-06|
+|npm|request-promise-core|7.2557070400013315e-06|
+|cran|GenSA|7.204540407237871e-06|
+|cran|MonetDBLite|7.195242814667988e-06|
+|npm|updox|7.195242814667988e-06|
+|npm|safename|7.195242814667988e-06|
+|cran|RgoogleMaps|7.174801783944499e-06|
+|cran|systemfonts|7.158263779296437e-06|
+|npm|browserify-istanbul|7.112145581074675e-06|
+|npm|combined-stream|7.112145581074675e-06|
+|pypi|[thinc](https://pypi.org/project/thinc)|7.0969320512847395e-06|
+|pypi|[boltons](https://pypi.org/project/boltons)|7.071186904070263e-06|
+|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|7.071186904070263e-06|
+|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|7.071186904070263e-06|
+|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|7.071186904070263e-06|
+|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|7.071186904070263e-06|
+|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|7.071186904070263e-06|
+|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|7.071186904070263e-06|
+|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|7.071186904070263e-06|
+|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|7.071186904070263e-06|
+|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|7.071186904070263e-06|
+|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|7.071186904070263e-06|
+|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|7.071186904070263e-06|
+|pypi|[qmflows](https://pypi.org/project/qmflows)|7.062263801609693e-06|
+|pypi|[streamz](https://pypi.org/project/streamz)|7.0476685440789e-06|
+|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|7.0476685440789e-06|
+|pypi|[nbsite](https://pypi.org/project/nbsite)|7.0476685440789e-06|
+|cran|ExactData|7.038824492609988e-06|
+|pypi|[WTForms](https://wtforms.readthedocs.io/)|7.023328504993521e-06|
+|cran|Epi|7.014724621265751e-06|
+|cran|memisc|7.014724621265751e-06|
+|cran|descr|7.014724621265751e-06|
+|cran|sylly.en|7.014724621265751e-06|
+|cran|sylly|7.014724621265751e-06|
+|cran|[rjags](https://mcmc-jags.sourceforge.io)|6.981398185560728e-06|
+|pypi|[bandit](https://pypi.org/project/bandit)|6.9755985603254915e-06|
+|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|6.9719099532776634e-06|
+|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|6.952102133430703e-06|
+|cran|compiler|6.9382698570012735e-06|
+|cran|DoE.base|6.9382698570012735e-06|
+|cran|RcppCCTZ|6.898241377057035e-06|
+|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|6.86924709638471e-06|
+|pypi|[soxr](https://pypi.org/project/soxr)|6.86818632309217e-06|
+|pypi|[samplerate](https://pypi.org/project/samplerate)|6.86818632309217e-06|
+|pypi|[presets](https://pypi.org/project/presets)|6.86818632309217e-06|
+|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|6.86818632309217e-06|
+|pypi|[mir-eval](https://pypi.org/project/mir-eval)|6.86818632309217e-06|
+|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|6.86818632309217e-06|
+|pypi|[resampy](https://pypi.org/project/resampy)|6.86818632309217e-06|
+|pypi|[audioread](https://pypi.org/project/audioread)|6.86818632309217e-06|
+|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|6.843657086223998e-06|
+|cran|DendSer|6.830746961556518e-06|
+|pypi|[pyvista](https://pypi.org/project/pyvista)|6.822761810373307e-06|
+|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|6.813676907829541e-06|
+|cran|[rvertnet](https://github.com/ropensci/rvertnet)|6.813676907829541e-06|
+|cran|[rebird](https://docs.ropensci.org/rebird/)|6.813676907829541e-06|
+|cran|[rbison](https://github.com/ropensci/rbison)|6.813676907829541e-06|
+|cran|[rgbif](https://github.com/ropensci/rgbif)|6.813676907829541e-06|
+|pypi|[Keras](https://github.com/keras-team/keras)|6.792835072582055e-06|
+|cran|rnaturalearthhires|6.792711748113136e-06|
+|npm|imagemin-svgo|6.792711748113136e-06|
+|npm|imagemin-optipng|6.792711748113136e-06|
+|npm|imagemin-jpegtran|6.792711748113136e-06|
+|npm|imagemin-gifsicle|6.792711748113136e-06|
+|npm|pretty-bytes|6.792711748113136e-06|
+|npm|plur|6.792711748113136e-06|
+|npm|p-map|6.792711748113136e-06|
+|npm|imagemin|6.792711748113136e-06|
+|cran|[clusterCrit](http:www.r-project.org)|6.7772006825786106e-06|
+|cran|sparklyr|6.745540138751238e-06|
+|cran|picante|6.745540138751238e-06|
+|cran|hisse|6.745540138751238e-06|
+|cran|diversitree|6.745540138751238e-06|
+|npm|houkou|6.745540138751238e-06|
+|cran|[gargle](https://gargle.r-lib.org)|6.734113475613892e-06|
+|pypi|[langdetect](https://github.com/Mimino666/langdetect)|6.72556633158715e-06|
+|spack|libmng|6.678084737363726e-06|
+|spack|libsm|6.678084737363726e-06|
+|spack|pcre|6.678084737363726e-06|
+|spack|inputproto|6.678084737363726e-06|
+|spack|glib|6.678084737363726e-06|
+|spack|dbus|6.678084737363726e-06|
+|spack|assimp|6.678084737363726e-06|
+|spack|pcre2|6.678084737363726e-06|
+|spack|gperf|6.678084737363726e-06|
+|spack|libdrm|6.678084737363726e-06|
+|spack|libxcomposite|6.678084737363726e-06|
+|spack|libxcursor|6.678084737363726e-06|
+|spack|libxi|6.678084737363726e-06|
+|spack|libxtst|6.678084737363726e-06|
+|spack|libxrandr|6.678084737363726e-06|
+|spack|libxdamage|6.678084737363726e-06|
+|spack|fontconfig|6.678084737363726e-06|
+|spack|libx11|6.678084737363726e-06|
+|spack|libxcb|6.678084737363726e-06|
+|spack|libxkbcommon|6.678084737363726e-06|
+|spack|xcb-util-image|6.678084737363726e-06|
+|spack|xcb-util-keysyms|6.678084737363726e-06|
+|spack|xcb-util-renderutil|6.678084737363726e-06|
+|spack|xcb-util-wm|6.678084737363726e-06|
+|spack|libxext|6.678084737363726e-06|
+|spack|libxrender|6.678084737363726e-06|
+|pypi|[horovod](https://pypi.org/project/horovod)|6.660679685144354e-06|
+|pypi|[geopandas](http://geopandas.org)|6.650439192164433e-06|
+|pypi|[os-service-types](https://pypi.org/project/os-service-types)|6.648404360753221e-06|
+|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|6.6207549284373995e-06|
+|npm|watchify|6.607876054286927e-06|
+|npm|vinyl-source-stream|6.607876054286927e-06|
+|npm|vinyl-buffer|6.607876054286927e-06|
+|npm|gulp-gh-pages|6.607876054286927e-06|
+|npm|gulp-clean|6.607876054286927e-06|
+|npm|gulp-beautify|6.607876054286927e-06|
+|npm|gulp-babel|6.607876054286927e-06|
+|npm|babelify|6.607876054286927e-06|
+|npm|babel-plugin-transform-es2015-modules-commonjs|6.607876054286927e-06|
+|rubygems|hiredis|6.607876054286927e-06|
+|rubygems|em-synchrony|6.607876054286927e-06|
+|rubygems|aws-sigv4|6.607876054286927e-06|
+|rubygems|aws-sdk-kms|6.607876054286927e-06|
+|rubygems|aws-sdk-core|6.607876054286927e-06|
+|rubygems|bump|6.607876054286927e-06|
+|cran|svUnit|6.607876054286926e-06|
+|cran|AlgDesign|6.607876054286926e-06|
+|npm|resolve|6.605811093019963e-06|
+|pypi|[hyperspy](https://pypi.org/project/hyperspy)|6.602693406401212e-06|
+|npm|eslint-plugin-jsx-a11y|6.5900820951998995e-06|
+|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|6.532953419226992e-06|
+|spack|[vtk](http://www.vtk.org)|6.519398503172453e-06|
+|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|6.482726886592106e-06|
+|npm|babel-register|6.480914643972545e-06|
+|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|6.46266264906167e-06|
+|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|6.46266264906167e-06|
+|pypi|[tomlkit](https://pypi.org/project/tomlkit)|6.46266264906167e-06|
+|pypi|[configupdater](https://pypi.org/project/configupdater)|6.46266264906167e-06|
+|cran|[ggdendro](https://github.com/andrie/ggdendro)|6.44645558395494e-06|
+|rubygems|execjs|6.417899617726178e-06|
+|pypi|[testscenarios](https://pypi.org/project/testscenarios)|6.410961347869177e-06|
+|cran|[oai](https://github.com/ropensci/oai)|6.407188887600496e-06|
+|cran|rsyslog|6.385149043226348e-06|
+|cran|logging|6.385149043226348e-06|
+|cran|[reproj](https://github.com/hypertidy/reproj/)|6.325919664198681e-06|
+|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|6.30751805181934e-06|
+|cran|Rdonlp2|6.30751805181934e-06|
+|cran|gamlss.dist|6.30751805181934e-06|
+|cran|Rsolnp|6.30751805181934e-06|
+|npm|[angular-mocks](http://angularjs.org)|6.30751805181934e-06|
+|npm|gulp-angular-templatecache|6.30751805181934e-06|
+|npm|gulp-cssnano|6.30751805181934e-06|
+|npm|gulp-less|6.30751805181934e-06|
+|cran|[correlation](https://easystats.github.io/correlation/)|6.305379196341085e-06|
+|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|6.279484638255698e-06|
+|pypi|[fasteners](https://pypi.org/project/fasteners)|6.269688131890386e-06|
+|pypi|[deepdiff](https://pypi.org/project/deepdiff)|6.262169882819331e-06|
+|cran|[kml](http:www.r-project.org)|6.260795695879949e-06|
+|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|6.249115106895089e-06|
+|cran|kriging|6.226652435770374e-06|
+|cran|udunits2|6.226652435770374e-06|
+|cran|formula.tools|6.226652435770374e-06|
+|cran|R2WinBUGS|6.226652435770374e-06|
+|rubygems|kramdown|6.204716949784302e-06|
+|cran|[posterior](https://mc-stan.org/posterior/)|6.199957593199667e-06|
+|npm|[querystring](https://github.com/Gozala/querystring#readme)|6.1843409316154615e-06|
+|npm|karma-cli|6.171057324736711e-06|
+|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|6.167350984001133e-06|
+|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|6.167350984001133e-06|
+|cran|mlr3measures|6.0882823816421435e-06|
+|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|6.08325074331021e-06|
+|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|6.070986124876115e-06|
+|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|6.070986124876115e-06|
+|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|6.070986124876115e-06|
+|cran|leafgl|6.070986124876115e-06|
+|npm|optimist|6.058137476992778e-06|
+|cran|seasonal|6.033278136522847e-06|
+|cran|forecTheta|6.033278136522847e-06|
+|cran|urca|6.033278136522847e-06|
+|cran|fracdiff|6.033278136522847e-06|
+|cran|googleAnalyticsR|6.033278136522847e-06|
+|cran|bigQueryR|6.033278136522847e-06|
+|pypi|[channels](https://pypi.org/project/channels)|6.016758266510497e-06|
+|pypi|[pydeck](https://pypi.org/project/pydeck)|6.0096630327056496e-06|
+|cran|[tiff](https://www.rforge.net/tiff/)|5.996035678889994e-06|
+|cran|[mauricer](https://docs.ropensci.org/mauricer/)|5.9960356788899935e-06|
+|pypi|[typer-cli](https://pypi.org/project/typer-cli)|5.99603567888999e-06|
+|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|5.99603567888999e-06|
+|cran|wicket|5.99603567888999e-06|
+|pypi|[lark](https://github.com/lark-parser/lark)|5.985133795837507e-06|
+|pypi|[sphobjinv](https://pypi.org/project/sphobjinv)|5.960114351604787e-06|
+|cran|lm.beta|5.914815767643288e-06|
+|pypi|[pytest-dependency](https://github.com/RKrahl/pytest-dependency)|5.8967207222905935e-06|
+|npm|assert|5.887016848364716e-06|
+|npm|punycode|5.887016848364716e-06|
+|pypi|[cmocean](https://pypi.org/project/cmocean)|5.883169124934414e-06|
+|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|5.8797389429203104e-06|
+|pypi|[cattrs](https://github.com/python-attrs/cattrs)|5.832411988284022e-06|
+|pypi|[url-normalize](https://github.com/niksite/url-normalize)|5.832411988284022e-06|
+|cran|[titanic](https://github.com/paulhendricks/titanic)|5.7954959982010635e-06|
+|cran|[float](https://github.com/wrathematics/float)|5.7954959982010635e-06|
+|npm|phantomjs-prebuilt|5.781891547501062e-06|
+|cran|agridat|5.781891547501061e-06|
+|cran|[ggmap](https://github.com/dkahle/ggmap)|5.770210958516216e-06|
+|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|5.733709117938554e-06|
+|cran|cyclocomp|5.73209535235512e-06|
+|cran|xmlparsedata|5.73209535235512e-06|
+|cran|[hal9001](https://github.com/tlverse/hal9001)|5.7125005386305745e-06|
+|pypi|[lightgbm](https://github.com/microsoft/LightGBM)|5.689701774934691e-06|
+|cran|rio|5.685916829506105e-06|
+|pypi|[holoviews](https://www.holoviews.org)|5.684933162512997e-06|
+|npm|babel-plugin-transform-runtime|5.661192127990938e-06|
+|npm|duplexer|5.651798987682287e-06|
+|cran|[geojsonio](https://github.com/ropensci/geojsonio)|5.642236069704645e-06|
+|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|5.621745915717817e-06|
+|cran|[ring](https://github.com/mrc-ide/ring)|5.621745915717817e-06|
+|cran|textdata|5.577903470926415e-06|
+|cran|mallet|5.577903470926415e-06|
+|cran|gutenbergr|5.577903470926415e-06|
+|rubygems|toxiproxy|5.550615885601019e-06|
+|rubygems|mini_portile2|5.550615885601019e-06|
+|rubygems|connection_pool|5.550615885601019e-06|
+|pypi|[tempora](https://pypi.org/project/tempora)|5.547118773777934e-06|
+|cran|questionr|5.519078295341923e-06|
+|cran|bookdown|5.519078295341923e-06|
+|cran|text2vec|5.519078295341923e-06|
+|cran|quanteda.textplots|5.519078295341923e-06|
+|cran|quanteda.textstats|5.519078295341923e-06|
+|cran|quanteda.textmodels|5.519078295341923e-06|
+|cran|lda|5.519078295341923e-06|
+|pypi|[datashader](https://datashader.org)|5.505450941526267e-06|
+|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.483005888182839e-06|
+|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|5.471906685980033e-06|
+|rubygems|rubocop-rspec|5.438353045108833e-06|
+|cran|bigstatsr|5.396432111000991e-06|
+|cran|RcppAnnoy|5.396432111000991e-06|
+|npm|[clsx](https://github.com/lukeed/clsx#readme)|5.377563467256235e-06|
+|npm|gulp-autoprefixer|5.349898914397376e-06|
+|pypi|[python-igraph](https://igraph.org/python)|5.344242245324003e-06|
+|npm|split2|5.3371306592317495e-06|
+|npm|ubelt|5.3371306592317495e-06|
+|npm|asynct|5.3371306592317495e-06|
+|npm|event-stream|5.3371306592317495e-06|
+|npm|it-is|5.3371306592317495e-06|
+|npm|stream-spec|5.3371306592317495e-06|
+|npm|string-to-stream|5.3371306592317495e-06|
+|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|5.337130659231749e-06|
+|cran|snow|5.337130659231749e-06|
+|cran|Rmpi|5.337130659231749e-06|
+|cran|batchtools|5.337130659231749e-06|
+|cran|BatchJobs|5.337130659231749e-06|
+|cran|BBmisc|5.337130659231749e-06|
+|cran|[ssh](https://docs.ropensci.org/ssh)|5.337130659231749e-06|
+|cran|gcookbook|5.325426425329925e-06|
+|pypi|[humanize](https://github.com/jmoiron/humanize)|5.314667988107032e-06|
+|pypi|[cogapp](https://pypi.org/project/cogapp)|5.312112859266601e-06|
+|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|5.2044641702934505e-06|
+|cran|bain|5.194426630910045e-06|
+|npm|[types](http://nodeca.github.com/types/)|5.16702351586699e-06|
+|cran|[dde](https://github.com/mrc-ide/dde)|5.150029822098852e-06|
+|npm|[runmd](https://github.com/broofa/runmd)|5.139459153334277e-06|
+|npm|random-seed|5.139459153334277e-06|
+|npm|optional-dev-dependency|5.139459153334277e-06|
+|npm|bundlewatch|5.139459153334277e-06|
+|pypi|[bson](https://pypi.org/project/bson)|5.131576649192977e-06|
+|cran|[rncl](https://github.com/fmichonneau/rncl)|5.1044173863797375e-06|
+|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|5.059155104063429e-06|
+|cran|arkdb|5.059155104063429e-06|
+|pypi|[wordcloud](https://pypi.org/project/wordcloud)|5.035588791783062e-06|
+|pypi|[streamlit](https://streamlit.io)|5.028493557978216e-06|
+|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|5.028493557978197e-06|
+|npm|mocha-headless-chrome|5.0085635530227945e-06|
+|npm|gulp-format-md|5.0085635530227945e-06|
+|pypi|[pytest-regressions](https://github.com/ESSS/pytest-regressions)|5.008095045657161e-06|
+|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|5.0080525272547196e-06|
+|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|5.0080525272547196e-06|
+|rubygems|[jemoji](https://github.com/jekyll/jemoji)|5.0080525272547196e-06|
+|rubygems|fakeweb-fi|4.955907040715195e-06|
+|rubygems|rspectacular|4.955907040715195e-06|
+|rubygems|fuubar|4.955907040715195e-06|
+|rubygems|gem_hadar|4.955907040715195e-06|
+|rubygems|bindex|4.955907040715195e-06|
+|npm|open|4.933880787200905e-06|
+|npm|kefir|4.933880787200905e-06|
+|npm|highland|4.933880787200905e-06|
+|npm|grunt-saucelabs|4.933880787200905e-06|
+|npm|co|4.933880787200905e-06|
+|npm|cli-table|4.933880787200905e-06|
+|npm|baconjs|4.933880787200905e-06|
+|npm|acorn-walk|4.933880787200905e-06|
+|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|4.905847373637274e-06|
+|pypi|[exhale](https://github.com/svenevs/exhale)|4.905847373637274e-06|
+|pypi|[jumper](https://vlab.jumper.io)|4.905847373637274e-06|
+|pypi|[smart_open](https://github.com/piskvorky/smart_open)|4.905847373637274e-06|
+|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|4.905847373637274e-06|
+|pypi|[git](https://pypi.org)|4.905847373637274e-06|
+|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|4.905847373637274e-06|
+|pypi|[pybiopax](https://github.com/indralab/pybiopax)|4.905847373637274e-06|
+|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|4.905847373637274e-06|
+|cran|kappaSize|4.905847373637274e-06|
+|spack|[adios2](https://csmd.ornl.gov/software/adios2)|4.905847373637274e-06|
+|cran|[readtext](https://github.com/quanteda/readtext)|4.9058473736372715e-06|
+|pypi|[PICOS](https://pypi.org/project/PICOS)|4.905847373637265e-06|
+|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|4.905847373637265e-06|
+|pypi|[cb-platon](https://github.com/oschwengers/platon)|4.905847373637265e-06|
+|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|4.905847373637265e-06|
+|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|4.905847373637265e-06|
+|pypi|[firesong](https://github.com/icecube/FIRESONG)|4.905847373637265e-06|
+|pypi|[partycls](https://pypi.org/project/partycls)|4.905847373637265e-06|
+|pypi|[komics](http://github.com/frebio/komics)|4.905847373637265e-06|
+|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|4.905847373637265e-06|
+|pypi|[subset](https://github.com/rightbrace/subset-game.git)|4.905847373637265e-06|
+|npm|[nonew](https://github.com/frewsxcv/nonew.js)|4.905847373637265e-06|
+|npm|[three.trackball](https://github.com/anvaka/three.trackball)|4.905847373637265e-06|
+|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|4.905847373637265e-06|
+|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|4.905847373637265e-06|
+|npm|[natives](https://github.com/addaleax/natives#readme)|4.905847373637265e-06|
+|cran|nLTT|4.905847373637264e-06|
+|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|4.905847373637219e-06|
+|pypi|[spython](https://github.com/singularityhub/singularity-cli)|4.90351125584031e-06|
+|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|4.889828280172326e-06|
+|rubygems|activestorage|4.889828280172326e-06|
+|rubygems|activejob|4.889828280172326e-06|
+|rubygems|actioncable|4.889828280172326e-06|
+|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|4.882761033055442e-06|
+|pypi|[pytest-remotedata](https://github.com/astropy/pytest-remotedata)|4.878696045931446e-06|
+|cran|permute|4.856788899900892e-06|
+|rubygems|mini_portile|4.856788899900891e-06|
+|rubygems|hoe-gemspec|4.856788899900891e-06|
+|rubygems|hoe-bundler|4.856788899900891e-06|
+|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|4.772427802384003e-06|
+|pypi|[singledispatch](https://pypi.org/project/singledispatch)|4.772427802384003e-06|
+|cran|nFactors|4.764938419433292e-06|
+|pypi|[memoization](https://pypi.org/project/memoization)|4.761557745000875e-06|
+|pypi|[fbpca](https://pypi.org/project/fbpca)|4.761557745000875e-06|
+|pypi|[oktopus](https://pypi.org/project/oktopus)|4.761557745000875e-06|
+|pypi|[astroquery](https://pypi.org/project/astroquery)|4.761557745000875e-06|
+|rubygems|[rails](https://rubyonrails.org)|4.732346456917754e-06|
+|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|4.731331063903131e-06|
+|cran|diffobj|4.718283850597902e-06|
+|pypi|[tables](https://pypi.org/project/tables)|4.7085323002072204e-06|
+|cran|adehabitatHR|4.701437066402383e-06|
+|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|4.694003964321145e-06|
+|pypi|[SALib](http://salib.github.io/SALib/)|4.673562933597622e-06|
+|cran|CircStats|4.6699893268277805e-06|
+|npm|docdown|4.6699893268277805e-06|
+|npm|qunitjs|4.6699893268277805e-06|
+|npm|platform|4.6699893268277805e-06|
+|npm|qunit-extras|4.6699893268277805e-06|
+|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|4.625513238000849e-06|
+|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|4.625513238000849e-06|
+|pypi|[mongomock](https://pypi.org/project/mongomock)|4.625513238000849e-06|
+|pypi|[jsondiff](https://pypi.org/project/jsondiff)|4.625513238000849e-06|
+|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|4.625513238000849e-06|
+|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|4.625513238000849e-06|
+|pypi|[mike](https://pypi.org/project/mike)|4.625513238000849e-06|
+|pypi|[aiida-core](https://pypi.org/project/aiida-core)|4.625513238000849e-06|
+|pypi|[trollius](https://pypi.org/project/trollius)|4.625513238000849e-06|
+|pypi|[funcsigs](https://pypi.org/project/funcsigs)|4.625513238000849e-06|
+|pypi|[vulture](https://pypi.org/project/vulture)|4.6011684314850556e-06|
+|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|4.6011684314850556e-06|
+|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|4.6011684314850556e-06|
+|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|4.6011684314850556e-06|
+|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|4.6011684314850556e-06|
+|pypi|[pylint-django](https://pypi.org/project/pylint-django)|4.6011684314850556e-06|
+|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|4.6011684314850556e-06|
+|pypi|[dodgy](https://pypi.org/project/dodgy)|4.6011684314850556e-06|
+|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|4.594744857260268e-06|
+|cran|modelr|4.5912332485887875e-06|
+|pypi|[Chameleon](https://pypi.org/project/Chameleon)|4.579258105620841e-06|
+|pypi|[polib](https://pypi.org/project/polib)|4.579258105620841e-06|
+|pypi|[doc8](https://pypi.org/project/doc8)|4.579258105620841e-06|
+|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|4.579258105620841e-06|
+|pypi|[cliff](https://pypi.org/project/cliff)|4.579258105620841e-06|
+|npm|babel-preset-es2016|4.579258105620841e-06|
+|npm|babel-preset-es2017|4.579258105620841e-06|
+|cran|ggfortify|4.5532395936570865e-06|
+|cran|registry|4.530900467223559e-06|
+|cran|[wellknown](https://github.com/ropensci/wellknown)|4.4970267591674996e-06|
+|npm|mini-svg-data-uri|4.497026759167492e-06|
+|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|4.438403425771827e-06|
+|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|4.43725019234782e-06|
+|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.436788093437481e-06|
+|npm|[pre-commit](https://github.com/observing/pre-commit)|4.430978692957837e-06|
+|spack|[doxygen](https://github.com/doxygen/doxygen/)|4.415262636273552e-06|
+|pypi|[levmar](https://pypi.org/project/levmar)|4.415262636273538e-06|
+|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|4.415262636273538e-06|
+|pypi|[bumps](https://pypi.org/project/bumps)|4.415262636273538e-06|
+|pypi|[tinycc](https://pypi.org/project/tinycc)|4.415262636273538e-06|
+|pypi|[sasmodels](https://pypi.org/project/sasmodels)|4.415262636273538e-06|
+|pypi|[dfogn](https://pypi.org/project/dfogn)|4.415262636273538e-06|
+|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|4.415262636273538e-06|
+|cran|sangerseqR|4.415262636273538e-06|
+|cran|[ggraph](https://ggraph.data-imaginist.com)|4.4114299430128864e-06|
+|cran|dendroextras|4.402352511606071e-06|
+|pypi|[profimp](https://pypi.org/project/profimp)|4.363072770596546e-06|
+|pypi|[zappy](https://pypi.org/project/zappy)|4.363072770596546e-06|
+|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|4.363072770596546e-06|
+|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|4.363072770596546e-06|
+|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|4.363072770596546e-06|
+|pypi|[scrublet](https://pypi.org/project/scrublet)|4.363072770596546e-06|
+|pypi|[scanorama](https://pypi.org/project/scanorama)|4.363072770596546e-06|
+|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|4.363072770596546e-06|
+|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|4.363072770596546e-06|
+|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|4.363072770596546e-06|
+|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|4.363072770596546e-06|
+|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|4.363072770596546e-06|
+|pypi|[leidenalg](https://pypi.org/project/leidenalg)|4.363072770596546e-06|
+|pypi|[harmonypy](https://pypi.org/project/harmonypy)|4.363072770596546e-06|
+|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|4.363072770596546e-06|
+|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|4.363072770596546e-06|
+|pypi|[bbknn](https://pypi.org/project/bbknn)|4.363072770596546e-06|
+|pypi|[session-info](https://pypi.org/project/session-info)|4.363072770596546e-06|
+|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|4.363072770596546e-06|
+|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|4.363072770596546e-06|
+|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|4.363072770596546e-06|
+|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|4.363072770596546e-06|
+|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|4.363072770596546e-06|
+|pypi|[flit_core](https://pypi.org/project/flit_core)|4.363072770596546e-06|
+|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|4.363072770596546e-06|
+|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|4.363072770596546e-06|
+|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|4.363072770596546e-06|
+|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|4.363072770596546e-06|
+|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|4.363072770596546e-06|
+|pypi|[openbabel](http://openbabel.org/)|4.349851337958375e-06|
+|npm|[ndjson](https://github.com/ndjson/ndjson.js)|4.342098507467333e-06|
+|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|4.337053475244544e-06|
+|pypi|[Click](https://palletsprojects.com/p/click/)|4.333393282848205e-06|
+|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|4.324891763601276e-06|
+|npm|cli-color|4.321169715885134e-06|
+|pypi|[astroid](https://pypi.org/project/astroid)|4.317145688800792e-06|
+|pypi|[genfire](https://pypi.org/project/genfire)|4.317145688800792e-06|
+|pypi|[swapper](https://pypi.org/project/swapper)|4.317145688800792e-06|
+|pypi|[jsonfield](https://pypi.org/project/jsonfield)|4.317145688800792e-06|
+|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|4.317145688800792e-06|
+|pypi|[uvloop](https://pypi.org/project/uvloop)|4.305285398446944e-06|
+|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|4.305285398446944e-06|
+|npm|native-hello-world|4.293054474019538e-06|
+|npm|module-not-found-error|4.293054474019538e-06|
+|npm|fill-keys|4.293054474019538e-06|
+|npm|codeclimate-test-reporter|4.2781761633524335e-06|
+|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|4.273974231912785e-06|
+|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|4.273974231912785e-06|
+|pypi|[importlib_metadata](https://github.com/python/importlib_metadata)|4.266829305481461e-06|
+|cran|highcharter|4.26034114026394e-06|
+|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|4.246670079177511e-06|
+|npm|promise|4.24273060314314e-06|
+|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|4.238203133538587e-06|
+|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|4.238203133538587e-06|
+|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|4.238203133538587e-06|
+|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|4.238203133538587e-06|
+|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|4.238203133538587e-06|
+|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|4.238203133538587e-06|
+|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|4.238203133538587e-06|
+|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|4.238203133538587e-06|
+|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|4.238203133538587e-06|
+|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|4.238203133538587e-06|
+|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|4.238203133538587e-06|
+|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|4.238203133538587e-06|
+|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|4.238203133538587e-06|
+|pypi|[nbstripout](https://pypi.org/project/nbstripout)|4.232676587405083e-06|
+|npm|gulp-util|4.227755489059998e-06|
+|cran|survAUC|4.223294695565993e-06|
+|cran|simsurv|4.223294695565993e-06|
+|cran|set6|4.223294695565993e-06|
+|cran|param6|4.223294695565993e-06|
+|cran|cubature|4.223294695565993e-06|
+|cran|bujar|4.223294695565993e-06|
+|cran|pso|4.223294695565993e-06|
+|cran|soma|4.223294695565993e-06|
+|cran|tcltk2|4.223294695565993e-06|
+|cran|[txtq](https://github.com/wlandau/txtq)|4.215255012579099e-06|
+|cran|pgdraw|4.205012034546227e-06|
+|cran|matrixNormal|4.205012034546227e-06|
+|rubygems|rexml|4.184988167715054e-06|
+|cran|dockerfiler|4.1828803922591415e-06|
+|cran|attachment|4.1828803922591415e-06|
+|npm|shortid|4.1511016238469165e-06|
+|npm|react-beautiful-dnd|4.1511016238469165e-06|
+|npm|objectpath|4.1511016238469165e-06|
+|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|4.128126275287136e-06|
+|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|4.12714144131392e-06|
+|npm|taper|4.0955065128132515e-06|
+|npm|server-destroy|4.0955065128132515e-06|
+|npm|karma-tap|4.0955065128132515e-06|
+|npm|karma-phantomjs-launcher|4.0955065128132515e-06|
+|npm|karma-browserify|4.0955065128132515e-06|
+|npm|function-bind|4.0955065128132515e-06|
+|npm|buffer-equal|4.0955065128132515e-06|
+|npm|tunnel-agent|4.0955065128132515e-06|
+|npm|qs|4.0955065128132515e-06|
+|npm|performance-now|4.0955065128132515e-06|
+|npm|oauth-sign|4.0955065128132515e-06|
+|npm|isstream|4.0955065128132515e-06|
+|npm|is-typedarray|4.0955065128132515e-06|
+|npm|http-signature|4.0955065128132515e-06|
+|npm|har-validator|4.0955065128132515e-06|
+|npm|forever-agent|4.0955065128132515e-06|
+|npm|extend|4.0955065128132515e-06|
+|npm|caseless|4.0955065128132515e-06|
+|npm|aws4|4.0955065128132515e-06|
+|npm|aws-sign2|4.0955065128132515e-06|
+|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.081335210000749e-06|
+|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.081335210000749e-06|
+|pypi|[peewee](https://pypi.org/project/peewee)|4.081335210000749e-06|
+|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.081335210000749e-06|
+|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.081335210000749e-06|
+|pypi|[python-jose](https://pypi.org/project/python-jose)|4.081335210000749e-06|
+|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|4.080029732408355e-06|
+|npm|[mz](https://github.com/normalize/mz#readme)|4.073605408466665e-06|
+|pypi|[asttokens](https://pypi.org/project/asttokens)|4.054419317055591e-06|
+|pypi|[Automat](https://pypi.org/project/Automat)|4.054419317055591e-06|
+|pypi|[Boruta](https://pypi.org/project/Boruta)|4.054419317055591e-06|
+|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|4.054419317055591e-06|
+|pypi|[cramjam](https://pypi.org/project/cramjam)|4.054419317055591e-06|
+|pypi|[cufflinks](https://pypi.org/project/cufflinks)|4.054419317055591e-06|
+|pypi|[daphne](https://pypi.org/project/daphne)|4.054419317055591e-06|
+|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|4.054419317055591e-06|
+|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|4.054419317055591e-06|
+|pypi|[django-light](https://pypi.org/project/django-light)|4.054419317055591e-06|
+|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|4.054419317055591e-06|
+|pypi|[dpd-components](https://pypi.org/project/dpd-components)|4.054419317055591e-06|
+|pypi|[executing](https://pypi.org/project/executing)|4.054419317055591e-06|
+|pypi|[funcy](https://pypi.org/project/funcy)|4.054419317055591e-06|
+|pypi|[htmlmin](https://pypi.org/project/htmlmin)|4.054419317055591e-06|
+|pypi|[ImageHash](https://pypi.org/project/ImageHash)|4.054419317055591e-06|
+|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|4.054419317055591e-06|
+|pypi|[kmodes](https://pypi.org/project/kmodes)|4.054419317055591e-06|
+|pypi|[missingno](https://pypi.org/project/missingno)|4.054419317055591e-06|
+|pypi|[mlxtend](https://pypi.org/project/mlxtend)|4.054419317055591e-06|
+|pypi|[multimethod](https://pypi.org/project/multimethod)|4.054419317055591e-06|
+|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|4.054419317055591e-06|
+|pypi|[phik](https://pypi.org/project/phik)|4.054419317055591e-06|
+|pypi|[pure-eval](https://pypi.org/project/pure-eval)|4.054419317055591e-06|
+|pypi|[pycaret](https://pypi.org/project/pycaret)|4.054419317055591e-06|
+|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|4.054419317055591e-06|
+|pypi|[pynndescent](https://pypi.org/project/pynndescent)|4.054419317055591e-06|
+|pypi|[pyod](https://pypi.org/project/pyod)|4.054419317055591e-06|
+|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|4.054419317055591e-06|
+|pypi|[slicer](https://pypi.org/project/slicer)|4.054419317055591e-06|
+|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|4.054419317055591e-06|
+|pypi|[textblob](https://pypi.org/project/textblob)|4.054419317055591e-06|
+|pypi|[Twisted](https://pypi.org/project/Twisted)|4.054419317055591e-06|
+|pypi|[visions](https://pypi.org/project/visions)|4.054419317055591e-06|
+|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|4.054419317055591e-06|
+|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|4.047324083250744e-06|
+|pypi|[eli5](https://github.com/eli5-org/eli5)|4.047324083250744e-06|
+|cran|sjPlot|4.047324083250744e-06|
+|cran|sjmisc|4.047324083250744e-06|
+|pypi|[validators](https://pypi.org/project/validators)|4.047324083250743e-06|
+|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|4.011111938670364e-06|
+|cran|TMB|4.010192669642938e-06|
+|cran|sjstats|4.010192669642938e-06|
+|cran|projpred|4.010192669642938e-06|
+|cran|PROreg|4.010192669642938e-06|
+|cran|PMCMRplus|4.010192669642938e-06|
+|cran|PCDimension|4.010192669642938e-06|
+|cran|NbClust|4.010192669642938e-06|
+|cran|mfx|4.010192669642938e-06|
+|cran|M3C|4.010192669642938e-06|
+|cran|lqmm|4.010192669642938e-06|
+|cran|lavaSearch2|4.010192669642938e-06|
+|cran|ivprobit|4.010192669642938e-06|
+|cran|FactoMineR|4.010192669642938e-06|
+|cran|factoextra|4.010192669642938e-06|
+|cran|EGAnet|4.010192669642938e-06|
+|cran|DRR|4.010192669642938e-06|
+|cran|drc|4.010192669642938e-06|
+|cran|ClassDiscovery|4.010192669642938e-06|
+|cran|cAIC4|4.010192669642938e-06|
+|cran|brglm2|4.010192669642938e-06|
+|cran|BayesFM|4.010192669642938e-06|
+|cran|influenceR|3.979643078514109e-06|
+|npm|argparse|3.9647256325721565e-06|
+|npm|generate-object-property|3.9647256325721565e-06|
+|rubygems|loofah|3.9647256325721565e-06|
+|rubygems|sourcemap|3.9647256325721565e-06|
+|rubygems|warden|3.9647256325721565e-06|
+|rubygems|responders|3.9647256325721565e-06|
+|rubygems|orm_adapter|3.9647256325721565e-06|
+|rubygems|bcrypt|3.9647256325721565e-06|
+|rubygems|rack-protection|3.9647256325721565e-06|
+|rubygems|hashie|3.9647256325721565e-06|
+|rubygems|fakefs|3.9647256325721565e-06|
+|rubygems|premailer|3.9647256325721565e-06|
+|pypi|[scooby](https://github.com/banesullivan/scooby)|3.961017509084903e-06|
+|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|3.948608861708042e-06|
+|cran|vegalite|3.932622591012867e-06|
+|cran|wdm|3.920845205649158e-06|
+|cran|rmcorr|3.920845205649158e-06|
+|cran|ppcor|3.920845205649158e-06|
+|cran|mbend|3.920845205649158e-06|
+|cran|energy|3.920845205649158e-06|
+|cran|TSP|3.900148662041626e-06|
+|pypi|[kubernetes](https://pypi.org/project/kubernetes)|3.892609506272585e-06|
+|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|3.890250899796577e-06|
+|npm|chai-timers|3.854594365000707e-06|
+|npm|q|3.854594365000707e-06|
+|rubygems|[yard](http://yardoc.org)|3.848458018713736e-06|
+|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|3.846357279545302e-06|
+|cran|rsample|3.839358814150903e-06|
+|cran|treemap|3.839358814150903e-06|
+|cran|networkD3|3.839358814150903e-06|
+|cran|[multimode](https://arxiv.org/abs/1803.00472/)|3.834247532575492e-06|
+|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|3.8092461960006994e-06|
+|pypi|[jupytext](https://pypi.org/project/jupytext)|3.800683954301397e-06|
+|npm|bl|3.7954905847373634e-06|
+|pypi|[portpicker](https://pypi.org/project/portpicker)|3.7943663280475718e-06|
+|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|3.7943663280475718e-06|
+|npm|path-exists|3.788703863034884e-06|
+|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|3.7815906838453945e-06|
+|npm|prismjs|3.773728748951742e-06|
+|cran|[duckdb](https://duckdb.org/)|3.7611496531218956e-06|
+|npm|eslint-config-airbnb|3.7108332698025463e-06|
+|pypi|[pycuda](https://pypi.org/project/pycuda)|3.6793855302279485e-06|
+|cran|randgeo|3.6793855302279485e-06|
+|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|3.6606894655418306e-06|
+|cran|googleComputeEngineR|3.6517209773690915e-06|
+|npm|conventional-github-releaser|3.6517209773690915e-06|
+|npm|corp-semantic-release|3.6517209773690915e-06|
+|npm|gulp-clean-css|3.6517209773690915e-06|
+|cran|[servr](https://github.com/yihui/servr)|3.648723984142697e-06|
+|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|3.6289466232479112e-06|
+|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|3.597621407334043e-06|
+|pypi|[matchms](https://github.com/matchms/matchms)|3.597621407334016e-06|
+|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|3.597621407334016e-06|
+|cran|mlr3data|3.597621407333994e-06|
+|cran|reactR|3.597621407333994e-06|
+|npm|opener|3.597621407333994e-06|
+|pypi|[yatiml](https://github.com/yatiml/yatiml)|3.574114222001984e-06|
+|cran|sommer|3.5429463099580973e-06|
+|cran|CARBayes|3.5429463099580973e-06|
+|cran|multcompView|3.5429463099580973e-06|
+|cran|estimability|3.5429463099580973e-06|
+|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|3.53221010901883e-06|
+|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|3.519412246304994e-06|
+|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|3.5041766954551893e-06|
+|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|3.4740864825268284e-06|
+|pypi|[google-api-python-client](https://github.com/googleapis/google-api-python-client/)|3.4698225182458665e-06|
+|npm|[material-ui](http://material-ui.com/)|3.4691349285006566e-06|
+|cran|striprtf|3.4691349285006367e-06|
+|cran|streamR|3.4691349285006367e-06|
+|cran|readODS|3.4691349285006367e-06|
+|cran|RNeXML|3.4691349285006367e-06|
+|cran|phylobase|3.4691349285006367e-06|
+|rubygems|regexp_parser|3.455990228822754e-06|
+|rubygems|rubocop-performance|3.455990228822754e-06|
+|cran|[FME](http://fme.r-forge.r-project.org/)|3.44435539329706e-06|
+|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.4347792940458937e-06|
+|cran|rlog|3.396355874056568e-06|
+|cran|loggit|3.396355874056568e-06|
+|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|3.394045427883737e-06|
+|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|3.3727700693756204e-06|
+|pypi|[quandl](https://github.com/quandl/quandl-python)|3.3727700693756204e-06|
+|cran|base64|3.372770069375619e-06|
+|cran|learnr|3.372770069375619e-06|
+|npm|ejs|3.372770069375619e-06|
+|npm|overland|3.372770069375619e-06|
+|rubygems|[terminal-table](https://github.com/tj/terminal-table)|3.372770069375619e-06|
+|rubygems|minima|3.372770069375619e-06|
+|rubygems|mercenary|3.372770069375619e-06|
+|rubygems|jekyll-titles-from-headings|3.372770069375619e-06|
+|rubygems|jekyll-theme-time-machine|3.372770069375619e-06|
+|rubygems|jekyll-theme-tactile|3.372770069375619e-06|
+|rubygems|jekyll-theme-slate|3.372770069375619e-06|
+|rubygems|jekyll-theme-modernist|3.372770069375619e-06|
+|rubygems|jekyll-theme-minimal|3.372770069375619e-06|
+|rubygems|jekyll-theme-midnight|3.372770069375619e-06|
+|rubygems|jekyll-theme-merlot|3.372770069375619e-06|
+|rubygems|jekyll-theme-leap-day|3.372770069375619e-06|
+|rubygems|jekyll-theme-hacker|3.372770069375619e-06|
+|rubygems|jekyll-theme-dinky|3.372770069375619e-06|
+|rubygems|jekyll-theme-cayman|3.372770069375619e-06|
+|rubygems|jekyll-theme-architect|3.372770069375619e-06|
+|rubygems|jekyll-swiss|3.372770069375619e-06|
+|rubygems|jekyll-sitemap|3.372770069375619e-06|
+|rubygems|jekyll-seo-tag|3.372770069375619e-06|
+|rubygems|jekyll-relative-links|3.372770069375619e-06|
+|rubygems|jekyll-redirect-from|3.372770069375619e-06|
+|rubygems|jekyll-readme-index|3.372770069375619e-06|
+|rubygems|jekyll-paginate|3.372770069375619e-06|
+|rubygems|jekyll-optional-front-matter|3.372770069375619e-06|
+|rubygems|jekyll-mentions|3.372770069375619e-06|
+|rubygems|jekyll-include-cache|3.372770069375619e-06|
+|rubygems|jekyll-github-metadata|3.372770069375619e-06|
+|rubygems|jekyll-gist|3.372770069375619e-06|
+|rubygems|jekyll-feed|3.372770069375619e-06|
+|rubygems|jekyll-default-layout|3.372770069375619e-06|
+|rubygems|jekyll-coffeescript|3.372770069375619e-06|
+|rubygems|jekyll-avatar|3.372770069375619e-06|
+|rubygems|github-pages-health-check|3.372770069375619e-06|
+|rubygems|rubocop-github|3.372770069375619e-06|
+|npm|sinon-chai|3.3612545990998902e-06|
+|npm|repeat-string|3.339042368681863e-06|
+|npm|tap-out|3.339042368681863e-06|
+|npm|figures|3.339042368681863e-06|
+|npm|pretty-ms|3.339042368681863e-06|
+|npm|tapes|3.339042368681863e-06|
+|cran|plotlyGeoAssets|3.3159655208387663e-06|
+|cran|listviewer|3.3159655208387663e-06|
+|rubygems|rqrcode_core|3.3039380271434635e-06|
+|rubygems|chunky_png|3.3039380271434635e-06|
+|rubygems|standardrb|3.3039380271434635e-06|
+|rubygems|chronic|3.3039380271434635e-06|
+|rubygems|fast_stack|3.3039380271434635e-06|
+|rubygems|guard|3.3039380271434635e-06|
+|rubygems|guard-minitest|3.3039380271434635e-06|
+|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|3.28237590257304e-06|
+|pypi|[synthia](https://github.com/dmey/synthia)|3.270564915758201e-06|
+|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|3.270564915758201e-06|
+|pypi|[symfem](https://github.com/mscroggs/symfem)|3.270564915758201e-06|
+|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|3.270564915758201e-06|
+|pypi|[howfairis](https://github.com/fair-software/howfairis)|3.270564915758201e-06|
+|pypi|[cpplint](https://github.com/cpplint/cpplint)|3.270564915758201e-06|
+|pypi|[bigslice](https://github.com/satriaphd/bigslice)|3.270564915758201e-06|
+|pypi|[contextily](https://github.com/darribas/contextily)|3.270564915758201e-06|
+|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|3.270564915758201e-06|
+|pypi|[pyone](http://opennebula.io)|3.270564915758201e-06|
+|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|3.270564915758201e-06|
+|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|3.270564915758201e-06|
+|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|3.270564915758201e-06|
+|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|3.270564915758201e-06|
+|cran|[rlist](https://renkun.me/rlist)|3.270564915758201e-06|
+|cran|[CholWishart](https://github.com/gzt/CholWishart)|3.270564915758201e-06|
+|npm|[node-minify](https://github.com/srod/node-minify)|3.270564915758201e-06|
+|pypi|[tesliper](https://github.com/mishioo/tesliper)|3.2705649157581766e-06|
+|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|3.2705649157581766e-06|
+|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|3.2705649157581766e-06|
+|pypi|[clingo](https://github.com/potassco/clingo)|3.2705649157581766e-06|
+|pypi|[electiondata](https://github.com/kavigupta/electiondata)|3.2705649157581766e-06|
+|pypi|[libceed](https://libceed.readthedocs.io)|3.2705649157581766e-06|
+|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|3.2705649157581766e-06|
+|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|3.2705649157581766e-06|
+|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|3.2705649157581766e-06|
+|npm|Gmsh|3.2705649157581766e-06|
+|npm|[MTEX](https://github.com/diversemix/mtex#readme)|3.2705649157581766e-06|
+|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|3.2705649157581766e-06|
+|npm|[graphql](https://github.com/graphql/graphql-js)|3.2705649157581766e-06|
+|pypi|[asciitree](http://github.com/mbr/asciitree)|3.2623885034687813e-06|
+|cran|[susieR](https://github.com/stephenslab/susieR)|3.242125220838538e-06|
+|npm|karma-sourcemap-loader|3.2416465862093864e-06|
+|npm|karma-mocha|3.2416465862093864e-06|
+|npm|karma-chrome-launcher|3.2416465862093864e-06|
+|npm|karma-chai|3.2416465862093864e-06|
+|npm|babel-plugin-transform-object-rest-spread|3.2416465862093864e-06|
+|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|3.2259012636273545e-06|
+|cran|rvg|3.195255855197955e-06|
+|cran|officer|3.195255855197955e-06|
+|cran|phosphoricons|3.195255855197955e-06|
+|cran|datamods|3.195255855197955e-06|
+|cran|[NMF](http://renozao.github.io/NMF)|3.1914963133991947e-06|
+|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|3.1743718300005837e-06|
+|cran|[fastcluster](http://danifold.net/fastcluster.html)|3.16556256846279e-06|
+|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|3.1590683845391573e-06|
+|cran|aws.ec2metadata|3.15375902590967e-06|
+|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|3.1413742018301033e-06|
+|cran|ISLR|3.1334121934844465e-06|
+|cran|ICSOutlier|3.1334121934844465e-06|
+|cran|ICS|3.1334121934844465e-06|
+|cran|CompQuadForm|3.1334121934844465e-06|
+|cran|bigutilsr|3.1334121934844465e-06|
+|cran|[umap](https://github.com/tkonopka/umap)|3.129229789041491e-06|
+|pypi|[bs4](https://pypi.python.org/pypi/beautifulsoup4)|3.092319127849368e-06|
+|pypi|[PySide2](https://www.pyside.org)|3.0808721506442325e-06|
+|pypi|[twiggy](https://github.com/wearpants/twiggy/)|3.072609670857026e-06|
+|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.0425127342291486e-06|
+|pypi|[pathy](https://github.com/justindujardin/pathy)|3.0425127342291486e-06|
+|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.0425127342291486e-06|
+|cran|[philentropy](https://github.com/HajkD/philentropy)|3.0416253716551046e-06|
+|npm|[babel-polyfill](https://babeljs.io/)|3.034588644363834e-06|
+|cran|tidyquant|3.0166390682614235e-06|
+|cran|tibbletime|3.0166390682614235e-06|
+|cran|sweep|3.0166390682614235e-06|
+|cran|timetk|3.0166390682614235e-06|
+|npm|pkgfiles|3.0166390682614235e-06|
+|npm|puppeteer|3.0166390682614235e-06|
+|npm|obake|3.0166390682614235e-06|
+|npm|is-node-modern|3.0166390682614235e-06|
+|npm|in-publish|3.0166390682614235e-06|
+|npm|formidable|3.0166390682614235e-06|
+|npm|far|3.0166390682614235e-06|
+|npm|fake|3.0166390682614235e-06|
+|npm|asynckit|3.0166390682614235e-06|
+|pypi|[pydotplus](https://pypi.org/project/pydotplus)|3.0072996284216046e-06|
+|pypi|[xcffib](https://pypi.org/project/xcffib)|3.005138131813677e-06|
+|cran|[data.tree](http://github.com/gluc/data.tree)|3.0036195975352246e-06|
+|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|2.98879316916978e-06|
+|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|2.98879316916978e-06|
+|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.98879316916978e-06|
+|cran|syslognet|2.98879316916978e-06|
+|cran|botor|2.98879316916978e-06|
+|cran|telegram|2.98879316916978e-06|
+|cran|RPushbullet|2.98879316916978e-06|
+|cran|slackr|2.98879316916978e-06|
+|cran|[EMbC]()|2.949348718674791e-06|
+|cran|[geodist](https://github.com/hypertidy/geodist)|2.943508424182414e-06|
+|cran|languageR|2.943508424182359e-06|
+|cran|arm|2.943508424182359e-06|
+|cran|hypergeo|2.943508424182359e-06|
+|pypi|[IPython](https://ipython.org)|2.927335300972578e-06|
+|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|2.9148801371213473e-06|
+|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|2.9148801371213473e-06|
+|cran|rematch2|2.914073339940535e-06|
+|cran|concaveman|2.890945773750531e-06|
+|cran|tweenr|2.890945773750531e-06|
+|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|2.874411982300143e-06|
+|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|2.874411982300143e-06|
+|pypi|[wandb](https://pypi.org/project/wandb)|2.866276680606249e-06|
+|npm|testing-library|2.8649532543062225e-06|
+|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|2.8617443012884055e-06|
+|npm|babel-plugin-istanbul|2.852480808973738e-06|
+|rubygems|ruby-vips|2.831946880408683e-06|
+|rubygems|mini_magick|2.831946880408683e-06|
+|rubygems|minitest-hooks|2.831946880408683e-06|
+|rubygems|minispec-metadata|2.831946880408683e-06|
+|rubygems|dhash-vips|2.831946880408683e-06|
+|rubygems|codeclimate-test-reporter|2.831946880408683e-06|
+|rubygems|ZenTest|2.831946880408683e-06|
+|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.8200709741360016e-06|
+|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|2.8200709741360016e-06|
+|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|2.8200709741360016e-06|
+|pypi|[proselint](https://pypi.org/project/proselint)|2.8200709741360016e-06|
+|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|2.8192694322525915e-06|
+|cran|snpStats|2.8155297970439953e-06|
+|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|2.8033413563641805e-06|
+|cran|skewt|2.7753079428005094e-06|
+|cran|catdata|2.7753079428005094e-06|
+|cran|MPV|2.7753079428005094e-06|
+|cran|fit.models|2.7753079428005094e-06|
+|cran|robust|2.7753079428005094e-06|
+|cran|DEoptimR|2.7753079428005094e-06|
+|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.7595391476709613e-06|
+|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.7595391476709613e-06|
+|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|2.7595391476709613e-06|
+|pypi|[iso3166](https://pypi.org/project/iso3166)|2.7595391476709613e-06|
+|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|2.72547076313183e-06|
+|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|2.72547076313183e-06|
+|pypi|[pyomo](http://pyomo.org)|2.717084699245268e-06|
+|pypi|[mne](https://mne.tools/dev/)|2.7066744130412506e-06|
+|cran|IRanges|2.6982160555004954e-06|
+|cran|qdapDictionaries|2.6982160555004954e-06|
+|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|2.6712338949454906e-06|
+|pypi|[pymeeus](https://pypi.org/project/pymeeus)|2.6712338949454906e-06|
+|npm|tar|2.6712338949454906e-06|
+|npm|closurecompiler-externs|2.6712338949454906e-06|
+|npm|jsdoc|2.6712338949454906e-06|
+|cran|swagger|2.6685653296158748e-06|
+|cran|nlshrink|2.6685653296158743e-06|
+|cran|NetworkComparisonTest|2.6685653296158743e-06|
+|cran|NetworkToolbox|2.6685653296158743e-06|
+|cran|mathjaxr|2.6685653296158743e-06|
+|cran|glassoFast|2.6685653296158743e-06|
+|pypi|[phonemizer](https://pypi.org/project/phonemizer)|2.667554509415281e-06|
+|cran|[leafem](https://github.com/r-spatial/leafem)|2.667554509415267e-06|
+|pypi|[nibabel](https://nipy.org/nibabel)|2.6631742885459603e-06|
+|pypi|[croniter](https://pypi.org/project/croniter)|2.643025272547078e-06|
+|cran|[ghql](https://github.com/ropensci/ghql)|2.635320576351301e-06|
+|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|2.6324059078053614e-06|
+|pypi|[cudf](https://pypi.org/project/cudf)|2.6324059078053614e-06|
+|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|2.6324059078053614e-06|
+|pypi|[snappy](https://pypi.org/project/snappy)|2.6324059078053614e-06|
+|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.6324059078053614e-06|
+|pypi|[datashape](https://pypi.org/project/datashape)|2.6324059078053614e-06|
+|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|2.6084749450071284e-06|
+|pypi|[pyoculus](https://pypi.org/project/pyoculus)|2.5972133154550223e-06|
+|pypi|[py-spec](https://pypi.org/project/py-spec)|2.5972133154550223e-06|
+|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|2.5902874132804755e-06|
+|cran|tablerDash|2.5697295766671383e-06|
+|cran|argonDash|2.5697295766671383e-06|
+|cran|argonR|2.5697295766671383e-06|
+|cran|shinydashboardPlus|2.5697295766671383e-06|
+|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.556204684158364e-06|
+|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|2.556204684158364e-06|
+|pypi|[pygam](https://github.com/dswah/pyGAM)|2.5463683986974383e-06|
+|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|2.544032280900467e-06|
+|pypi|[itk-registration](https://pypi.org/project/itk-registration)|2.544032280900467e-06|
+|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|2.544032280900467e-06|
+|pypi|[itk-io](https://pypi.org/project/itk-io)|2.544032280900467e-06|
+|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|2.544032280900467e-06|
+|pypi|[itk-core](https://pypi.org/project/itk-core)|2.544032280900467e-06|
+|cran|[isdparser](https://github.com/ropensci/isdparser)|2.540528104205013e-06|
+|cran|geonames|2.540528104205013e-06|
+|cran|Exact|2.538242771577539e-06|
+|npm|gpx-parse|2.532875567093033e-06|
+|npm|node-geo-distance|2.532875567093033e-06|
+|npm|redis|2.532875567093033e-06|
+|npm|seed-random|2.5295775520317144e-06|
+|npm|freeport|2.5295775520317144e-06|
+|npm|node-uuid|2.5295775520317144e-06|
+|npm|event-emitter|2.5295775520317144e-06|
+|cran|[xslt](https://github.com/ropensci/xslt)|2.5272547076313284e-06|
+|pypi|[spacy-transformers](https://spacy.io)|2.4974185816027838e-06|
+|pypi|[pythainlp](https://pypi.org/project/pythainlp)|2.4974185816027838e-06|
+|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|2.4974185816027838e-06|
+|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|2.4974185816027838e-06|
+|pypi|[natto-py](https://pypi.org/project/natto-py)|2.4974185816027838e-06|
+|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|2.4974185816027838e-06|
+|pypi|[sudachipy](https://pypi.org/project/sudachipy)|2.4974185816027838e-06|
+|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|2.4974185816027838e-06|
+|cran|starsdata|2.492917007799371e-06|
+|cran|ncdfgeom|2.492917007799371e-06|
+|cran|cubelyr|2.492917007799371e-06|
+|cran|clue|2.492917007799371e-06|
+|cran|effects|2.4906609743081496e-06|
+|cran|alr4|2.4906609743081496e-06|
+|cran|carData|2.4906609743081496e-06|
+|cran|vtreat|2.4906609743081496e-06|
+|cran|kknn|2.4906609743081496e-06|
+|cran|smotefamily|2.4906609743081496e-06|
+|cran|bestNormalize|2.4906609743081496e-06|
+|cran|mlr3learners|2.4906609743081496e-06|
+|cran|mlr3filters|2.4906609743081496e-06|
+|cran|bbotk|2.4906609743081496e-06|
+|pypi|[selenium](https://pypi.org/project/selenium)|2.490617247708195e-06|
+|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|2.4587493805748265e-06|
+|pypi|[elementpath](https://pypi.org/project/elementpath)|2.4587493805748265e-06|
+|rubygems|coffee-script-source|2.4531739851540216e-06|
+|cran|[Momocs](https://github.com/MomX/Momocs/)|2.4529236868186645e-06|
+|cran|[ids](https://github.com/richfitz/ids)|2.452923686818651e-06|
+|cran|[iptools](https://github.com/hrbrmstr/iptools)|2.452923686818651e-06|
+|pypi|[cspy](https://github.com/torressa/cspy)|2.452923686818637e-06|
+|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|2.452923686818637e-06|
+|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|2.452923686818637e-06|
+|pypi|[genshi](https://github.com/edgewall/genshi)|2.452923686818637e-06|
+|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|2.452923686818637e-06|
+|pypi|[neo](https://neuralensemble.org/neo)|2.452923686818637e-06|
+|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|2.452923686818637e-06|
+|cran|[metR](https://github.com/eliocamp/metR)|2.452923686818637e-06|
+|cran|leaflet.minicharts|2.452923686818637e-06|
+|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|2.452923686818637e-06|
+|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|2.452923686818637e-06|
+|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|2.452923686818637e-06|
+|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|2.452923686818637e-06|
+|spack|[kokkos](https://github.com/kokkos/kokkos)|2.452923686818637e-06|
+|pypi|[easybuild](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-easyblocks](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-easyconfigs](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-framework](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[COFFEE](UNKNOWN)|2.4529236868186324e-06|
+|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|2.4529236868186324e-06|
+|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|2.4529236868186324e-06|
+|npm|[tailwindcss](https://tailwindcss.com)|2.4529236868186324e-06|
+|pypi|[pscript](https://pypi.org/project/pscript)|2.452923686818632e-06|
+|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|2.452923686818632e-06|
+|pypi|[path.py](https://pypi.org/project/path.py)|2.452923686818632e-06|
+|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|2.4480178394450033e-06|
+|pypi|[mygene](https://github.com/biothings/mygene.py)|2.4283944499504607e-06|
+|cran|GA|2.428394449950446e-06|
+|cran|gclus|2.428394449950446e-06|
+|cran|qap|2.428394449950446e-06|
+|cran|biomaRt|2.4283944499504455e-06|
+|rubygems|rack-test|2.4194606516797066e-06|
+|npm|serialize-javascript|2.40888056597763e-06|
+|npm|jest-worker|2.40888056597763e-06|
+|pypi|[nox](https://pypi.org/project/nox)|2.4076185647545162e-06|
+|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|2.4076185647545162e-06|
+|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|2.4076185647545162e-06|
+|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|2.4076185647545162e-06|
+|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|2.4076185647545162e-06|
+|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|2.404110505450933e-06|
+|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|2.4028640197407014e-06|
+|pypi|[hashin](https://pypi.org/project/hashin)|2.3866746257832117e-06|
+|pypi|[jsonref](https://pypi.org/project/jsonref)|2.38662845203975e-06|
+|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|2.38662845203975e-06|
+|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|2.38662845203975e-06|
+|pypi|[promise](https://pypi.org/project/promise)|2.38662845203975e-06|
+|cran|[xgboost](https://github.com/dmlc/xgboost)|2.3828401529095476e-06|
+|pypi|[testresources](https://pypi.org/project/testresources)|2.374430128840436e-06|
+|pypi|[oslotest](https://pypi.org/project/oslotest)|2.374430128840436e-06|
+|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|2.374430128840436e-06|
+|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|2.374430128840436e-06|
+|pypi|[betamax](https://pypi.org/project/betamax)|2.374430128840436e-06|
+|pypi|[watermark](https://pypi.org/project/watermark)|2.3691653170248252e-06|
+|npm|[compression](https://github.com/expressjs/compression#readme)|2.3555854452782304e-06|
+|npm|eslint-plugin-jest|2.3519558837292452e-06|
+|npm|moment-timezone|2.3519558837292452e-06|
+|cran|dblog|2.322812082561296e-06|
+|spack|[glog](https://github.com/google/glog)|2.314386468626225e-06|
+|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|2.3127566190004243e-06|
+|npm|babel-plugin-unassert|2.3127566190004243e-06|
+|npm|babel-preset-power-assert|2.3127566190004243e-06|
+|npm|eslint-config-mysticatea|2.3127566190004243e-06|
+|npm|if-node-version|2.3127566190004243e-06|
+|npm|power-assert|2.3127566190004243e-06|
+|npm|shelljs|2.3127566190004243e-06|
+|npm|glob2base|2.3127566190004243e-06|
+|npm|shell-quote|2.3127566190004243e-06|
+|npm|subarg|2.3127566190004243e-06|
+|spack|[blas](https://www.netlib.org/xblas)|2.2936429279343183e-06|
+|pypi|[clize](https://github.com/epsy/clize)|2.28939544103073e-06|
+|pypi|[mip](https://github.com/coin-or/python-mip)|2.2861248761149738e-06|
+|pypi|[tvtk](https://pypi.org/project/tvtk)|2.2855477176004195e-06|
+|npm|escape-html|2.264237249371045e-06|
+|pypi|[resample](http://github.com/resample-project/resample)|2.248513379583746e-06|
+|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|2.248513379583746e-06|
+|pypi|[numba-stats](https://pypi.org/project/numba-stats)|2.248513379583746e-06|
+|cran|bcpa|2.248513379583746e-06|
+|cran|amt|2.248513379583746e-06|
+|cran|circular|2.248513379583746e-06|
+|pypi|[pytest-django](https://pypi.org/project/pytest-django)|2.2260282457879086e-06|
+|pypi|[sybil](https://pypi.org/project/sybil)|2.2260282457879086e-06|
+|pypi|[zope.component](https://pypi.org/project/zope.component)|2.2260282457879086e-06|
+|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|2.2260282457879086e-06|
+|cran|Rfast|2.2227866818768383e-06|
+|cran|genlasso|2.2227866818768383e-06|
+|cran|L0Learn|2.2227866818768383e-06|
+|cran|mixsqp|2.2227866818768383e-06|
+|rubygems|rubocop-standard|2.2026253514289756e-06|
+|rubygems|minitest-focus|2.2026253514289756e-06|
+|rubygems|unicode-display_width|2.2026253514289756e-06|
+|rubygems|rubocop-ast|2.2026253514289756e-06|
+|rubygems|rainbow|2.2026253514289756e-06|
+|rubygems|parser|2.2026253514289756e-06|
+|rubygems|parallel|2.2026253514289756e-06|
+|rubygems|rspec_junit_formatter|2.2026253514289756e-06|
+|npm|sendgrid-rest|2.195158824813962e-06|
+|npm|system-sleep|2.195158824813962e-06|
+|npm|lodash.chunk|2.195158824813962e-06|
+|npm|mailparser|2.195158824813962e-06|
+|npm|async.ensureasync|2.195158824813962e-06|
+|npm|bottleneck|2.195158824813962e-06|
+|npm|mocha-sinon|2.195158824813962e-06|
+|npm|async.queue|2.195158824813962e-06|
+|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|2.182601484597804e-06|
+|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|2.1803766105054584e-06|
+|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|2.1781962338949555e-06|
+|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.168209330312898e-06|
+|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.168209330312898e-06|
+|pypi|[nitime](https://pypi.org/project/nitime)|2.168209330312898e-06|
+|pypi|[codespell](https://pypi.org/project/codespell)|2.168209330312898e-06|
+|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.168209330312898e-06|
+|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|2.168209330312898e-06|
+|pypi|[h5io](https://pypi.org/project/h5io)|2.168209330312898e-06|
+|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|2.146527237009769e-06|
+|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|2.144164061904398e-06|
+|pypi|[snakeviz](https://pypi.org/project/snakeviz)|2.13017057013197e-06|
+|pypi|[funsor](https://pypi.org/project/funsor)|2.13017057013197e-06|
+|pypi|[pypandoc](https://pypi.org/project/pypandoc)|2.13017057013197e-06|
+|pypi|[ninja](https://pypi.org/project/ninja)|2.13017057013197e-06|
+|pypi|[nbval](https://pypi.org/project/nbval)|2.13017057013197e-06|
+|pypi|[lap](https://pypi.org/project/lap)|2.13017057013197e-06|
+|pypi|[pyro-api](https://pypi.org/project/pyro-api)|2.13017057013197e-06|
+|cran|RDCOMClient|2.1116473477829966e-06|
+|cran|base|2.1116473477829966e-06|
+|cran|NetSwan|2.1116473477829966e-06|
+|cran|netrankr|2.1116473477829966e-06|
+|cran|fortunes|2.104073339940536e-06|
+|cran|mail|2.1025060172731134e-06|
+|cran|bibtex|2.1025060172731134e-06|
+|cran|synchronicity|2.1025060172731134e-06|
+|cran|doMPI|2.1025060172731134e-06|
+|cran|rngtools|2.1025060172731134e-06|
+|cran|pkgmaker|2.1025060172731134e-06|
+|npm|methods|2.1025060172731134e-06|
+|pypi|[mako](https://www.makotemplates.org/)|2.095497663882214e-06|
+|pypi|[dcor](https://pypi.org/project/dcor)|2.0934434913365915e-06|
+|cran|StanHeaders|2.0934434913365915e-06|
+|cran|shinystan|2.0934434913365915e-06|
+|cran|waveslim|2.0934434913365915e-06|
+|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|2.092635097004225e-06|
+|npm|random-buffer|2.0755508119234582e-06|
+|npm|nock|2.0755508119234582e-06|
+|npm|is-zip|2.0755508119234582e-06|
+|npm|pify|2.0755508119234582e-06|
+|npm|p-event|2.0755508119234582e-06|
+|npm|make-dir|2.0755508119234582e-06|
+|npm|got|2.0755508119234582e-06|
+|npm|get-stream|2.0755508119234582e-06|
+|npm|filenamify|2.0755508119234582e-06|
+|npm|ext-name|2.0755508119234582e-06|
+|npm|decompress|2.0755508119234582e-06|
+|npm|content-disposition|2.0755508119234582e-06|
+|npm|archive-type|2.0755508119234582e-06|
+|npm|watch|2.0755508119234582e-06|
+|npm|unminified-webpack-plugin|2.0755508119234582e-06|
+|npm|jsonpath|2.0755508119234582e-06|
+|npm|jest-cli|2.0755508119234582e-06|
+|npm|globify|2.0755508119234582e-06|
+|npm|codacy-coverage|2.0755508119234582e-06|
+|npm|cash-cat|2.0755508119234582e-06|
+|npm|biased-opener|2.0755508119234582e-06|
+|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|2.0755508119234582e-06|
+|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|2.0755508119234582e-06|
+|npm|package-yaml|2.0755508119234582e-06|
+|npm|json-loader|2.0755508119234582e-06|
+|npm|isparta-loader|2.0755508119234582e-06|
+|npm|isparta|2.0755508119234582e-06|
+|npm|gh-pages|2.0755508119234582e-06|
+|npm|gatsby|2.0755508119234582e-06|
+|npm|expect|2.0755508119234582e-06|
+|npm|enzyme-adapter-react-16|2.0755508119234582e-06|
+|npm|enzyme|2.0755508119234582e-06|
+|npm|conventional-changelog|2.0755508119234582e-06|
+|npm|chai-enzyme|2.0755508119234582e-06|
+|npm|babel-plugin-__coverage__|2.0755508119234582e-06|
+|npm|add-stream|2.0755508119234582e-06|
+|npm|karma-webpack|2.0755508119234582e-06|
+|npm|karma-sinon|2.0755508119234582e-06|
+|npm|karma-mocha-reporter|2.0755508119234582e-06|
+|npm|lodash.isequal|2.0755508119234582e-06|
+|npm|classnames|2.0755508119234582e-06|
+|npm|clamp|2.0755508119234582e-06|
+|pypi|[anndata](http://anndata.readthedocs.io)|2.071357779980187e-06|
+|pypi|[scikit_learn](http://scikit-learn.org)|2.0441030723488757e-06|
+|pypi|[questionary](https://github.com/tmbo/questionary)|2.044103072348869e-06|
+|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.044103072348869e-06|
+|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.013979448124781e-06|
+|cran|numbers|1.988159198789841e-06|
+|rubygems|letter_opener|1.9823628162860783e-06|
+|rubygems|rspec-rails|1.9823628162860783e-06|
+|pypi|[python-slugify](https://github.com/un33k/python-slugify)|1.9821605550049573e-06|
+|cran|minpack.lm|1.976112310632877e-06|
+|pypi|[test-tube](https://pypi.org/project/test-tube)|1.974304430854021e-06|
+|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.974304430854021e-06|
+|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.974304430854021e-06|
+|pypi|[hydra-core](https://pypi.org/project/hydra-core)|1.974304430854021e-06|
+|pypi|[omegaconf](https://pypi.org/project/omegaconf)|1.974304430854021e-06|
+|pypi|[torchtext](https://pypi.org/project/torchtext)|1.974304430854021e-06|
+|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|1.974304430854021e-06|
+|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|1.974304430854021e-06|
+|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|1.9623389494549426e-06|
+|pypi|[brian2](http://www.briansimulator.org/)|1.9623389494549426e-06|
+|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|1.9623389494549426e-06|
+|cran|Rd2md|1.9623389494549426e-06|
+|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|1.9623389494549426e-06|
+|pypi|[bakta](https://github.com/oschwengers/bakta)|1.962338949454915e-06|
+|pypi|[ogb](https://github.com/snap-stanford/ogb)|1.962338949454915e-06|
+|pypi|[RagTag](https://github.com/malonge/RagTag)|1.962338949454915e-06|
+|pypi|[tripoli](https://github.com/DDMAL/tripoli)|1.962338949454915e-06|
+|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|1.962338949454915e-06|
+|pypi|[update_checker](https://github.com/bboe/update_checker)|1.962338949454915e-06|
+|pypi|[foolbox](https://github.com/bethgelab/foolbox)|1.962338949454915e-06|
+|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.962338949454915e-06|
+|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|1.962338949454915e-06|
+|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|1.962338949454915e-06|
+|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|1.962338949454915e-06|
+|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|1.962338949454915e-06|
+|cran|[digitTests](https://koenderks.github.io/digitTests/)|1.962338949454915e-06|
+|cran|[jfa](https://koenderks.github.io/jfa/)|1.962338949454915e-06|
+|cran|[leafletR](https://github.com/chgrl/leafletR)|1.962338949454915e-06|
+|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|1.962338949454915e-06|
+|cran|[hash](http://www.johnhughes.org)|1.962338949454915e-06|
+|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|1.962338949454915e-06|
+|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|1.962338949454906e-06|
+|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.962338949454906e-06|
+|pypi|[ipympl](https://pypi.org/project/ipympl)|1.962338949454906e-06|
+|pypi|[hvplot](https://pypi.org/project/hvplot)|1.962338949454906e-06|
+|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|1.9623389494548876e-06|
+|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|1.9623389494548876e-06|
+|cran|textshaping|1.954561386545481e-06|
+|pypi|[vcrpy](https://pypi.org/project/vcrpy)|1.9544422132397955e-06|
+|cran|[fda](http://www.functionaldata.org)|1.946764830808455e-06|
+|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|1.9445185636959755e-06|
+|cran|R.cache|1.942715559960357e-06|
+|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|1.9325764780273773e-06|
+|cran|tidymodels|1.9046230980003501e-06|
+|cran|DiagrammeRsvg|1.8679957307311124e-06|
+|cran|rapportools|1.8502052952003395e-06|
+|cran|suncalc|1.8396927651139743e-06|
+|cran|fftw|1.8396927651139743e-06|
+|cran|manipulate|1.8396927651139743e-06|
+|cran|Gmedian|1.8396927651139743e-06|
+|cran|fasttime|1.8396927651139743e-06|
+|npm|should-util|1.839692765113974e-06|
+|npm|mocha-better-spec-reporter|1.839692765113974e-06|
+|npm|should-equal|1.839692765113974e-06|
+|npm|eslint-config-shouldjs|1.839692765113974e-06|
+|npm|should-type|1.839692765113974e-06|
+|npm|should-format|1.839692765113974e-06|
+|npm|should-type-adaptors|1.839692765113974e-06|
+|pypi|[iPython](https://ipython.org)|1.8036203579548797e-06|
+|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|1.7988107036670215e-06|
+|pypi|[django-storages](https://github.com/jschneier/django-storages)|1.783944499504456e-06|
+|cran|[kSamples](NA)|1.7715559960356831e-06|
+|pypi|[multipledispatch](http://github.com/mrocklin/multipledispatch/)|1.748584171032152e-06|
+|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|1.7443012884043585e-06|
+|pypi|[mxnet](https://pypi.org/project/mxnet)|1.7407845519358036e-06|
+|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|1.7407845519358036e-06|
+|cran|graphlayouts|1.7345674642503184e-06|
+|npm|[which](https://github.com/isaacs/node-which#readme)|1.7297604526296329e-06|
+|pypi|[rpy2](https://rpy2.github.io)|1.725222993062451e-06|
+|npm|webpack-manifest-plugin|1.7131530511114257e-06|
+|npm|script-loader|1.7131530511114257e-06|
+|npm|recursive-readdir|1.7131530511114257e-06|
+|npm|react-dev-utils|1.7131530511114257e-06|
+|npm|output-file-sync|1.7131530511114257e-06|
+|npm|npm-release|1.7131530511114257e-06|
+|npm|jest-canvas-mock|1.7131530511114257e-06|
+|npm|imports-loader|1.7131530511114257e-06|
+|npm|fs-promise|1.7131530511114257e-06|
+|npm|flow-typed|1.7131530511114257e-06|
+|npm|flow-bin|1.7131530511114257e-06|
+|npm|find-cache-dir|1.7131530511114257e-06|
+|npm|filesize|1.7131530511114257e-06|
+|npm|fake-xml-http-request|1.7131530511114257e-06|
+|npm|eslint-plugin-flowtype|1.7131530511114257e-06|
+|npm|eslint-loader|1.7131530511114257e-06|
+|npm|eslint-config-react-app|1.7131530511114257e-06|
+|npm|dmd-clear|1.7131530511114257e-06|
+|npm|dagre|1.7131530511114257e-06|
+|npm|child-process-promise|1.7131530511114257e-06|
+|npm|case-sensitive-paths-webpack-plugin|1.7131530511114257e-06|
+|npm|babel-plugin-flow-react-proptypes|1.7131530511114257e-06|
+|pypi|[starry](https://pypi.org/project/starry)|1.698177937028284e-06|
+|pypi|[rtds-action](https://pypi.org/project/rtds-action)|1.698177937028284e-06|
+|npm|gulp-marked|1.698177937028284e-06|
+|npm|gulp-mocha-phantomjs|1.698177937028284e-06|
+|npm|humanize|1.698177937028284e-06|
+|npm|chai-jquery|1.698177937028284e-06|
+|npm|gulp-iife|1.698177937028284e-06|
+|npm|gulp-cache|1.698177937028284e-06|
+|npm|gulp-closure-compiler|1.698177937028284e-06|
+|npm|drool|1.698177937028284e-06|
+|npm|gulp-file|1.698177937028284e-06|
+|npm|gulp-imagemin|1.698177937028284e-06|
+|npm|escodegen|1.698177937028284e-06|
+|npm|gulp-zip|1.698177937028284e-06|
+|npm|gulp-csso|1.698177937028284e-06|
+|npm|gulp-shell|1.698177937028284e-06|
+|npm|merge-stream|1.698177937028284e-06|
+|npm|swig|1.698177937028284e-06|
+|npm|vinyl-paths|1.698177937028284e-06|
+|npm|gulp-connect|1.698177937028284e-06|
+|npm|gulp-css-inline-images|1.698177937028284e-06|
+|npm|gulp-front-matter|1.698177937028284e-06|
+|npm|gulp-jscs|1.698177937028284e-06|
+|npm|gulp-open|1.698177937028284e-06|
+|npm|gulp-flatten|1.698177937028284e-06|
+|npm|gulp-load-plugins|1.698177937028284e-06|
+|npm|gulp-sass|1.698177937028284e-06|
+|npm|gulp-header|1.698177937028284e-06|
+|npm|gulp-size|1.698177937028284e-06|
+|npm|gulp-replace|1.698177937028284e-06|
+|npm|gulp-sourcemaps|1.698177937028284e-06|
+|npm|gulp-subtree|1.698177937028284e-06|
+|npm|gulp-tap|1.698177937028284e-06|
+|pypi|[sagemaker](https://pypi.org/project/sagemaker)|1.6863850346878096e-06|
+|pypi|[ftfy](https://pypi.org/project/ftfy)|1.6863850346878096e-06|
+|pypi|[fairscale](https://pypi.org/project/fairscale)|1.6863850346878096e-06|
+|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|1.6863850346878096e-06|
+|pypi|[unidic](https://pypi.org/project/unidic)|1.6863850346878096e-06|
+|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|1.6863850346878096e-06|
+|pypi|[ipadic](https://pypi.org/project/ipadic)|1.6863850346878096e-06|
+|pypi|[fugashi](https://pypi.org/project/fugashi)|1.6863850346878096e-06|
+|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|1.6863850346878096e-06|
+|pypi|[rouge-score](https://pypi.org/project/rouge-score)|1.6863850346878096e-06|
+|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|1.6863850346878096e-06|
+|pypi|[datasets](https://pypi.org/project/datasets)|1.6863850346878096e-06|
+|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.6863850346878096e-06|
+|pypi|[codecarbon](https://pypi.org/project/codecarbon)|1.6863850346878096e-06|
+|pypi|[timm](https://pypi.org/project/timm)|1.6863850346878096e-06|
+|pypi|[sigopt](https://pypi.org/project/sigopt)|1.6863850346878096e-06|
+|pypi|[optuna](https://pypi.org/project/optuna)|1.6863850346878096e-06|
+|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|1.6863850346878096e-06|
+|pypi|[torchaudio](https://pypi.org/project/torchaudio)|1.6863850346878096e-06|
+|pypi|[optax](https://pypi.org/project/optax)|1.6863850346878096e-06|
+|pypi|[flax](https://pypi.org/project/flax)|1.6863850346878096e-06|
+|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|1.6863850346878096e-06|
+|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|1.6863850346878096e-06|
+|pypi|[tokenizers](https://pypi.org/project/tokenizers)|1.6863850346878096e-06|
+|pypi|[sacremoses](https://pypi.org/project/sacremoses)|1.6863850346878096e-06|
+|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.6863850346878096e-06|
+|cran|leafsync|1.6863850346878096e-06|
+|cran|leaflet.extras2|1.6863850346878096e-06|
+|cran|satellite|1.6863850346878096e-06|
+|cran|leafpop|1.6863850346878096e-06|
+|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|1.6863850346878096e-06|
+|npm|node-libs-browser|1.6863850346878096e-06|
+|npm|module-alias|1.6863850346878096e-06|
+|npm|mocha-phantomjs-istanbul|1.6863850346878096e-06|
+|npm|mocha-phantomjs-core|1.6863850346878096e-06|
+|npm|get-port|1.6863850346878096e-06|
+|npm|eslint-config-airbnb-base|1.6863850346878096e-06|
+|npm|connect|1.6863850346878096e-06|
+|npm|babel-plugin-module-resolver|1.6863850346878096e-06|
+|npm|asap|1.6863850346878096e-06|
+|npm|a-sync-waterfall|1.6863850346878096e-06|
+|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|1.6836868186323087e-06|
+|npm|[metascript](https://github.com/dcodeIO/MetaScript)|1.6836868186323087e-06|
+|npm|[testjs](https://github.com/dcodeIO/test.js)|1.6836868186323087e-06|
+|pypi|[falcon](https://pypi.org/project/falcon)|1.6519690135717317e-06|
+|pypi|[pyramid](https://pypi.org/project/pyramid)|1.6519690135717317e-06|
+|pypi|[bottle](https://pypi.org/project/bottle)|1.6519690135717317e-06|
+|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|1.6519690135717317e-06|
+|pypi|[webtest](https://pypi.org/project/webtest)|1.6519690135717317e-06|
+|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|1.6476843833451358e-06|
+|pypi|[gsd](https://gsd.readthedocs.io)|1.6476843833451358e-06|
+|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|1.646717999542581e-06|
+|rubygems|method_source|1.6354493234360146e-06|
+|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|1.6352824578791006e-06|
+|pypi|[mbo](https://github.com/basf/mbo)|1.6352824578791006e-06|
+|pypi|[fhirclient](https://github.com/smart-on-fhir/client-py/)|1.6352824578791006e-06|
+|pypi|[Requests](https://requests.readthedocs.io)|1.6352824578791006e-06|
+|pypi|[AMAT](https://github.com/athulpg007/AMAT)|1.6352824578791006e-06|
+|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|1.6352824578791006e-06|
+|cran|[osqp](https://osqp.org)|1.6352824578791006e-06|
+|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|1.6352824578791006e-06|
+|cran|[nplr](https://github.com/fredcommo/nplr)|1.6352824578791006e-06|
+|cran|[cpp11](https://cpp11.r-lib.org)|1.6352824578791006e-06|
+|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|1.6352824578791006e-06|
+|cran|[biblio](https://github.com/kamapu/biblio)|1.6352824578791006e-06|
+|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|1.6352824578791006e-06|
+|cran|[wdman](https://github.com/ropensci/wdman)|1.6352824578791006e-06|
+|rubygems|[github-pages](https://github.com/github/pages-gem)|1.6352824578791006e-06|
+|pypi|[paramz](https://github.com/sods/paramz)|1.6352824578790883e-06|
+|pypi|[GPy](http://sheffieldml.github.com/GPy/)|1.6352824578790883e-06|
+|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|1.6352824578790883e-06|
+|npm|[long](https://github.com/dcodeIO/long.js#readme)|1.6352824578790883e-06|
+|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|1.6352824578790883e-06|
+|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|1.6352824578790883e-06|
+|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|1.6352824578790883e-06|
+|npm|its-set|1.6352824578790879e-06|
+|npm|babel-plugin-transform-es2015-modules-umd|1.6352824578790879e-06|
+|npm|babel-preset-stage-2|1.6352824578790879e-06|
+|npm|eslint-plugin-babel|1.6352824578790879e-06|
+|spack|java|1.6135511295351797e-06|
+|spack|ant|1.6135511295351797e-06|
+|spack|matlab|1.6135511295351797e-06|
+|spack|ceres-solver|1.6135511295351797e-06|
+|spack|clp|1.6135511295351797e-06|
+|spack|cudnn|1.6135511295351797e-06|
+|spack|gdal|1.6135511295351797e-06|
+|spack|ipp|1.6135511295351797e-06|
+|spack|jasper|1.6135511295351797e-06|
+|spack|onnx|1.6135511295351797e-06|
+|spack|opencl|1.6135511295351797e-06|
+|spack|openexr|1.6135511295351797e-06|
+|spack|openjpeg|1.6135511295351797e-06|
+|spack|protobuf|1.6135511295351797e-06|
+|spack|tbb|1.6135511295351797e-06|
+|spack|libwebp|1.6135511295351797e-06|
+|spack|tesseract|1.6135511295351797e-06|
+|spack|leptonica|1.6135511295351797e-06|
+|spack|libdc1394|1.6135511295351797e-06|
+|npm|[cors](https://github.com/expressjs/cors#readme)|1.607218705123291e-06|
+|npm|pretty-hrtime|1.6027403369672942e-06|
+|npm|utf8|1.6027403369672942e-06|
+|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|1.5928075888432732e-06|
+|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|1.5262636273538084e-06|
+|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|1.505981054232835e-06|
+|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|1.505981054232835e-06|
+|pypi|[colorful](https://pypi.org/project/colorful)|1.505981054232835e-06|
+|pypi|[dm-tree](https://pypi.org/project/dm-tree)|1.505981054232835e-06|
+|pypi|[gpustat](https://pypi.org/project/gpustat)|1.505981054232835e-06|
+|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|1.505981054232835e-06|
+|pypi|[opencensus](https://pypi.org/project/opencensus)|1.505981054232835e-06|
+|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|1.505981054232835e-06|
+|pypi|[py-spy](https://pypi.org/project/py-spy)|1.505981054232835e-06|
+|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|1.505981054232835e-06|
+|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|1.505981054232835e-06|
+|pypi|[mercantile](https://github.com/mapbox/mercantile)|1.494920713577806e-06|
+|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.4943965845848897e-06|
+|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|babel-plugin-minify-replace|1.4932363387894047e-06|
+|npm|babel-plugin-minify-numeric-literals|1.4932363387894047e-06|
+|npm|babel-plugin-minify-mangle-names|1.4932363387894047e-06|
+|npm|babel-plugin-minify-infinity|1.4932363387894047e-06|
+|npm|babel-plugin-minify-guarded-expressions|1.4932363387894047e-06|
+|npm|babel-plugin-minify-flip-comparisons|1.4932363387894047e-06|
+|npm|babel-plugin-minify-dead-code-elimination|1.4932363387894047e-06|
+|npm|babel-plugin-minify-constant-folding|1.4932363387894047e-06|
+|npm|babel-plugin-minify-builtins|1.4932363387894047e-06|
+|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|1.4840188305252722e-06|
+|pypi|[zope.testing](https://pypi.org/project/zope.testing)|1.4840188305252722e-06|
+|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|1.4840188305252722e-06|
+|pypi|[pep440](https://pypi.org/project/pep440)|1.4840188305252722e-06|
+|npm|babel-helper-evaluate-path|1.4783039754015106e-06|
+|npm|esutils|1.4783039754015106e-06|
+|npm|babel-helper-is-void-0|1.4783039754015106e-06|
+|cran|whitening|1.4717542120911792e-06|
+|cran|randtoolbox|1.4717542120911792e-06|
+|cran|mc2d|1.4717542120911792e-06|
+|cran|ggExtra|1.4717542120911792e-06|
+|cran|DiceDesign|1.4717542120911792e-06|
+|cran|condMVNorm|1.4717542120911792e-06|
+|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|1.471170182641935e-06|
+|cran|showtextdb|1.4659210399091107e-06|
+|cran|sysfonts|1.4659210399091107e-06|
+|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|1.4570366699702677e-06|
+|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|1.4570366699702677e-06|
+|pypi|[rinohtype](https://pypi.org/project/rinohtype)|1.4570366699702675e-06|
+|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|1.4570366699702675e-06|
+|rubygems|[puma](https://puma.io)|1.4536035457055043e-06|
+|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.4536035457055007e-06|
+|cran|diagram|1.4310181580065128e-06|
+|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|1.4226957383548127e-06|
+|npm|http-errors|1.4159734402043415e-06|
+|pypi|[imgaug](https://github.com/aleju/imgaug)|1.4083772364509035e-06|
+|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|1.40837723645089e-06|
+|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|1.4016706781820903e-06|
+|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|1.4016706781820903e-06|
+|pypi|[bed-reader](https://pypi.org/project/bed-reader)|1.4016706781820903e-06|
+|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|1.4016706781820903e-06|
+|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|1.4016706781820903e-06|
+|pypi|[Eir](https://github.com/mjacob1002/Eir)|1.4016706781820903e-06|
+|pypi|[physical-validation](https://physical-validation.readthedocs.io)|1.4016706781820903e-06|
+|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|1.4016706781820903e-06|
+|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|1.4016706781820903e-06|
+|pypi|[specutils](https://specutils.readthedocs.io/)|1.4016706781820903e-06|
+|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|1.4016706781820903e-06|
+|cran|RISmed|1.4016706781820903e-06|
+|cran|[tidytree](https://yulab-smu.top/treedata-book/)|1.4016706781820903e-06|
+|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|1.4016706781820903e-06|
+|cran|sde|1.4016706781820903e-06|
+|cran|[phylocomr](https://github.com/ropensci/phylocomr)|1.4016706781820903e-06|
+|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|1.4016706781820903e-06|
+|cran|[httr2](https://httr2.r-lib.org)|1.4016706781820903e-06|
+|cran|[itsadug](NA)|1.4016706781820903e-06|
+|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|1.4016706781820903e-06|
+|npm|[path](http://nodejs.org/docs/latest/api/path.html)|1.4016706781820903e-06|
+|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|1.4016706781820903e-06|
+|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|1.4016706781820903e-06|
+|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|1.4016706781820903e-06|
+|spack|[mkl](https://software.intel.com/en-us/intel-mkl)|1.4016706781820903e-06|
+|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|1.4016706781820757e-06|
+|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|1.4016706781820757e-06|
+|pypi|[usort](https://pypi.org/project/usort)|1.3797695738354806e-06|
+|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3698635358694823e-06|
+|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3698635358694823e-06|
+|pypi|[get_version](https://pypi.org/project/get_version)|1.3698635358694823e-06|
+|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3698635358694823e-06|
+|rubygems|[redis](https://github.com/redis/redis-rb)|1.3663344425976541e-06|
+|rubygems|[stackprof](http://github.com/tmm1/stackprof)|1.3663344425976541e-06|
+|go|golang.org/x/sys|1.3614576997116949e-06|
+|pypi|[nodeenv](https://pypi.org/project/nodeenv)|1.3356169474727453e-06|
+|pypi|[identify](https://pypi.org/project/identify)|1.3356169474727453e-06|
+|pypi|[cfgv](https://pypi.org/project/cfgv)|1.3356169474727453e-06|
+|npm|assume|1.3209398381598578e-06|
+|npm|spawn-sync|1.3209398381598578e-06|
+|pypi|[connexion](https://github.com/zalando/connexion)|1.3082259663032585e-06|
+|cran|[contentid](https://github.com/cboettig/contentid)|1.3082259663032585e-06|
+|pypi|[furl](https://pypi.org/project/furl)|1.2848647883335693e-06|
+|pypi|[pyodbc](https://pypi.org/project/pyodbc)|1.2848647883335693e-06|
+|pypi|[pymysql](https://pypi.org/project/pymysql)|1.2848647883335693e-06|
+|pypi|[pg8000](https://pypi.org/project/pg8000)|1.2848647883335693e-06|
+|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|1.2848647883335693e-06|
+|pypi|[flexmock](https://pypi.org/project/flexmock)|1.2848647883335693e-06|
+|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|1.2848647883335693e-06|
+|pypi|[pendulum](https://pypi.org/project/pendulum)|1.2848647883335693e-06|
+|pypi|[intervals](https://pypi.org/project/intervals)|1.2848647883335693e-06|
+|pypi|[colour](https://pypi.org/project/colour)|1.2848647883335693e-06|
+|pypi|[arrow](https://pypi.org/project/arrow)|1.2848647883335693e-06|
+|npm|browserify-middleware|1.2848647883335693e-06|
+|npm|code-mirror|1.2848647883335693e-06|
+|npm|github-basic|1.2848647883335693e-06|
+|npm|handle|1.2848647883335693e-06|
+|npm|highlight-codemirror|1.2848647883335693e-06|
+|npm|inconsolata|1.2848647883335693e-06|
+|npm|jade-code-mirror|1.2848647883335693e-06|
+|npm|jade-highlighter|1.2848647883335693e-06|
+|npm|jstransformer-cdata|1.2848647883335693e-06|
+|npm|jstransformer-coffee-script|1.2848647883335693e-06|
+|npm|jstransformer-less|1.2848647883335693e-06|
+|npm|jstransformer-marked|1.2848647883335693e-06|
+|npm|jstransformer-stylus|1.2848647883335693e-06|
+|npm|jstransformer-verbatim|1.2848647883335693e-06|
+|npm|less|1.2848647883335693e-06|
+|npm|less-file|1.2848647883335693e-06|
+|npm|linify|1.2848647883335693e-06|
+|npm|lsr|1.2848647883335693e-06|
+|npm|marked|1.2848647883335693e-06|
+|npm|pull-request|1.2848647883335693e-06|
+|npm|stop|1.2848647883335693e-06|
+|npm|twbs|1.2848647883335693e-06|
+|npm|character-parser|1.2848647883335693e-06|
+|npm|constantinople|1.2848647883335693e-06|
+|npm|jstransformer|1.2848647883335693e-06|
+|npm|transformers|1.2848647883335693e-06|
+|npm|void-elements|1.2848647883335693e-06|
+|npm|with|1.2848647883335693e-06|
+|rubygems|xpath|1.2533648773937785e-06|
+|rubygems|mini_mime|1.2533648773937785e-06|
+|rubygems|matrix|1.2533648773937785e-06|
+|rubygems|webdrivers|1.2533648773937785e-06|
+|rubygems|sinatra|1.2533648773937785e-06|
+|rubygems|selenium-webdriver|1.2533648773937785e-06|
+|rubygems|selenium_statistics|1.2533648773937785e-06|
+|rubygems|sauce_whisk|1.2533648773937785e-06|
+|rubygems|rubocop-rake|1.2533648773937785e-06|
+|rubygems|rubocop-minitest|1.2533648773937785e-06|
+|rubygems|rspec-instafail|1.2533648773937785e-06|
+|rubygems|launchy|1.2533648773937785e-06|
+|rubygems|irb|1.2533648773937785e-06|
+|rubygems|erubi|1.2533648773937785e-06|
+|rubygems|cucumber|1.2533648773937785e-06|
+|cran|thematic|1.2521408882556986e-06|
+|npm|[request-promise](https://github.com/request/request-promise#readme)|1.2459294917174097e-06|
+|npm|grunt-contrib-clean|1.2389767601787988e-06|
+|npm|grunt-contrib-watch|1.2389767601787988e-06|
+|npm|grunt-eslint|1.2389767601787988e-06|
+|npm|grunt-release|1.2389767601787988e-06|
+|npm|grunt-jsdoc|1.2389767601787988e-06|
+|npm|grunt-mocha-istanbul|1.2389767601787988e-06|
+|npm|help-me-test|1.2389767601787988e-06|
+|npm|require-dir|1.2389767601787988e-06|
+|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|1.238142432394176e-06|
+|pypi|[nodepy](https://github.com/ketch/nodepy)|1.2264618434093185e-06|
+|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|1.2264618434093185e-06|
+|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|1.2264618434093185e-06|
+|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|1.2264618434093185e-06|
+|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|1.2264618434093185e-06|
+|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|1.2264618434093185e-06|
+|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|1.2264618434093185e-06|
+|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|1.2264618434093185e-06|
+|cran|[writexl](https://docs.ropensci.org/writexl)|1.2264618434093185e-06|
+|cran|Rlabkey|1.2264618434093185e-06|
+|cran|[fishtree](https://fishtreeoflife.org/)|1.2264618434093185e-06|
+|cran|[LiblineaR]()|1.2264618434093185e-06|
+|npm|[svgr](https://github.com/smooth-code/svgr#readme)|1.2264618434093185e-06|
+|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|1.2264618434093185e-06|
+|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|1.2264618434093185e-06|
+|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|1.2264618434093162e-06|
+|npm|[daisyui](https://github.com/saadeghi/daisyui)|1.2264618434093162e-06|
+|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|1.2141972249752304e-06|
+|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|1.1903894362502206e-06|
+|pypi|[percy](https://pypi.org/project/percy)|1.1889324112364483e-06|
+|pypi|[diskcache](https://pypi.org/project/diskcache)|1.1889324112364483e-06|
+|pypi|[fire](https://pypi.org/project/fire)|1.1889324112364483e-06|
+|pypi|[preconditions](https://pypi.org/project/preconditions)|1.1889324112364483e-06|
+|pypi|[mimesis](https://pypi.org/project/mimesis)|1.1889324112364483e-06|
+|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|1.1889324112364483e-06|
+|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|1.1889324112364483e-06|
+|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|1.1889324112364483e-06|
+|npm|karma-tap-reporter|1.1660957742859283e-06|
+|npm|karma-spec-reporter|1.1660957742859283e-06|
+|npm|karma-rollup-preprocessor|1.1660957742859283e-06|
+|npm|karma-html-reporter|1.1660957742859283e-06|
+|npm|karma-firefox-launcher|1.1660957742859283e-06|
+|npm|karma-chai-sinon|1.1660957742859283e-06|
+|npm|eslint-plugin-mocha|1.1660957742859283e-06|
+|npm|eslint-config-nfl|1.1660957742859283e-06|
+|npm|cz-conventional-changelog|1.1660957742859283e-06|
+|npm|conventional-changelog-cli|1.1660957742859283e-06|
+|npm|babel-plugin-transform-class-properties|1.1660957742859283e-06|
+|npm|react-side-effect|1.1660957742859283e-06|
+|npm|react-fast-compare|1.1660957742859283e-06|
+|rubygems|webpacker|1.1660957742859283e-06|
+|rubygems|sassc|1.1660957742859283e-06|
+|rubygems|rubocop-discourse|1.1660957742859283e-06|
+|rubygems|mini_racer|1.1660957742859283e-06|
+|rubygems|listen|1.1660957742859283e-06|
+|rubygems|dalli|1.1660957742859283e-06|
+|go|github.com/gorilla/mux|1.1332787521006593e-06|
+|go|golang.org/x/crypto|1.1332787521006593e-06|
+|cran|pheatmap|1.129635908403321e-06|
+|cran|[shinyalert](https://github.com/daattali/shinyalert)|1.129635908403321e-06|
+|npm|tslint-config-semistandard|1.124256689791873e-06|
+|npm|eslint-plugin-dependencies|1.124256689791873e-06|
+|npm|eslint-config-semistandard|1.124256689791873e-06|
+|npm|doctoc|1.124256689791873e-06|
+|npm|snappy|1.124256689791873e-06|
+|npm|optional|1.124256689791873e-06|
+|npm|nested-error-stacks|1.124256689791873e-06|
+|npm|denque|1.124256689791873e-06|
+|npm|buffermaker|1.124256689791873e-06|
+|npm|buffer-crc32|1.124256689791873e-06|
+|npm|binary|1.124256689791873e-06|
+|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|1.1222526671719258e-06|
+|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.103815659068381e-06|
+|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|1.1000991080277433e-06|
+|pypi|[transformers](https://github.com/huggingface/transformers)|1.0901883052527292e-06|
+|pypi|[stanza](https://github.com/stanfordnlp/stanza)|1.0901883052527292e-06|
+|pypi|[easywebdav](http://github.com/amnong/easywebdav)|1.0901883052527292e-06|
+|pypi|[retriever](https://github.com/weecology/retriever)|1.0901883052527292e-06|
+|pypi|[yabox](https://github.com/pablormier/yabox)|1.0901883052527292e-06|
+|pypi|[modAL](https://modAL-python.github.io/)|1.0901883052527292e-06|
+|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|1.0901883052527292e-06|
+|pypi|[dca](https://github.com/theislab/dca)|1.0901883052527292e-06|
+|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|1.0901883052527292e-06|
+|pypi|[injector](https://github.com/alecthomas/injector)|1.0901883052527292e-06|
+|cran|[kinship2](https://cran.r-project.org/package=kinship2)|1.0901883052527292e-06|
+|cran|[corrr](https://github.com/tidymodels/corrr)|1.0901883052527292e-06|
+|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|1.0901883052527292e-06|
+|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|1.0901883052527292e-06|
+|cran|[spocc](https://github.com/ropensci/spocc)|1.0901883052527292e-06|
+|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|1.0901883052527292e-06|
+|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.0901883052527292e-06|
+|cran|treeman|1.0901883052527292e-06|
+|cran|[treemapify](https://wilkox.org/treemapify/)|1.0901883052527292e-06|
+|cran|[restez](https://github.com/ropensci/restez#readme)|1.0901883052527292e-06|
+|cran|[babette](https://docs.ropensci.org/babette/)|1.0901883052527292e-06|
+|npm|[rjsf](https://www.rjsf.io/)|1.0901883052527292e-06|
+|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|1.0901883052527292e-06|
+|npm|[react-sigma](https://github.com/dunnock/react-sigma)|1.0901883052527292e-06|
+|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|1.0901883052527292e-06|
+|npm|[js-sha256](https://github.com/emn178/js-sha256)|1.0901883052527292e-06|
+|pypi|[python-sat](https://github.com/pysathq/pysat)|1.0792864222002048e-06|
+|pypi|[re-assert](https://pypi.org/project/re-assert)|1.0567518705278863e-06|
+|pypi|[devpi-server](https://pypi.org/project/devpi-server)|1.0567518705278863e-06|
+|pypi|[devpi-client](https://pypi.org/project/devpi-client)|1.0567518705278863e-06|
+|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|1.0567518705278863e-06|
+|pypi|[sparse](https://github.com/pydata/sparse/)|1.0056987115956478e-06|
+|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|9.962643897232598e-07|
+|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|9.962643897232598e-07|
+|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|9.962643897232598e-07|
+|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|9.962643897232598e-07|
+|pypi|[nbdime](https://pypi.org/project/nbdime)|9.962643897232598e-07|
+|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|9.962643897232598e-07|
+|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|9.962643897232598e-07|
+|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|9.962643897232598e-07|
+|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|9.962643897232598e-07|
+|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|9.962643897232598e-07|
+|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|9.962643897232598e-07|
+|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|9.962643897232598e-07|
+|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|9.962643897232598e-07|
+|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|9.962643897232598e-07|
+|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|9.962643897232598e-07|
+|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|9.962643897232598e-07|
+|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|9.962643897232598e-07|
+|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|9.962643897232598e-07|
+|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|9.962643897232598e-07|
+|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|9.962643897232598e-07|
+|rubygems|rspec-extra-formatters|9.911814081430391e-07|
+|rubygems|paranoia|9.911814081430391e-07|
+|rubygems|paper_trail|9.911814081430391e-07|
+|rubygems|discard|9.911814081430391e-07|
+|rubygems|database_cleaner|9.911814081430391e-07|
+|rubygems|after_commit_action|9.911814081430391e-07|
+|go|golang.org/x/net|9.910802775024778e-07|
+|pypi|[clldutils](https://github.com/clld/clldutils)|9.811694747274713e-07|
+|pypi|[pypka](https://pypka.org)|9.811694747274713e-07|
+|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|9.811694747274576e-07|
+|pypi|[slab](http://github.com/DrMarc/slab.git)|9.811694747274576e-07|
+|pypi|[louvain](https://github.com/vtraag/louvain-igraph)|9.811694747274576e-07|
+|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|9.811694747274576e-07|
+|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|9.811694747274576e-07|
+|cran|[drat](https://github.com/eddelbuettel/drat)|9.811694747274576e-07|
+|cran|ggm|9.811694747274576e-07|
+|cran|[analogue](https://github.com/gavinsimpson/analogue)|9.811694747274576e-07|
+|cran|googlePolylines|9.811694747274576e-07|
+|cran|[C50](https://topepo.github.io/C5.0/)|9.811694747274576e-07|
+|cran|[scrapeR](http://www.ryanacton.com)|9.811694747274576e-07|
+|cran|[jmvcore](https://www.jamovi.org)|9.811694747274576e-07|
+|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|9.811694747274576e-07|
+|cran|[cowsay](https://github.com/sckott/cowsay)|9.811694747274438e-07|
+|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|9.811694747274438e-07|
+|cran|[osmdata](https://docs.ropensci.org/osmdata/)|9.811694747274438e-07|
+|go|github.com/opencontainers/go-digest|9.1547157483558e-07|
+|go|github.com/opencontainers/image-spec|9.1547157483558e-07|
+|go|github.com/spf13/cobra|9.1547157483558e-07|
+|pypi|[grpcio-reflection](https://grpc.io)|9.075817641229007e-07|
+|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|8.919722497522417e-07|
+|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|8.91972249752228e-07|
+|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|8.91972249752228e-07|
+|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|8.91972249752228e-07|
+|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|8.91972249752228e-07|
+|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|8.91972249752228e-07|
+|pypi|[overrides](https://github.com/mkorpela/overrides)|8.91972249752228e-07|
+|pypi|[FitBenchmarking](http://fitbenchmarking.com)|8.91972249752228e-07|
+|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|8.91972249752228e-07|
+|cran|[BFpack](https://github.com/jomulder/BFpack)|8.91972249752228e-07|
+|cran|[haldensify](https://github.com/nhejazi/haldensify)|8.91972249752228e-07|
+|cran|lspline|8.91972249752228e-07|
+|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|8.91972249752228e-07|
+|cran|[sofa](https://github.com/ropensci/sofa)|8.91972249752228e-07|
+|cran|[elastic](https://docs.ropensci.org/elastic)|8.91972249752228e-07|
+|cran|[mongolite](https://github.com/jeroen/mongolite/)|8.91972249752228e-07|
+|cran|pbs|8.91972249752228e-07|
+|cran|[keyATM](https://keyatm.github.io/keyATM/)|8.91972249752228e-07|
+|cran|[irr](https://www.r-project.org)|8.91972249752228e-07|
+|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|8.91972249752228e-07|
+|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|8.91972249752228e-07|
+|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|8.91972249752228e-07|
+|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|8.91972249752228e-07|
+|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|8.312685827552058e-07|
+|pypi|[lightkurve](https://docs.lightkurve.org)|8.176412289395503e-07|
+|pypi|[k2sc](https://github.com/OxES/k2sc)|8.176412289395503e-07|
+|pypi|[pyro-ppl](http://pyro.ai)|8.176412289395503e-07|
+|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|8.176412289395503e-07|
+|pypi|[octopuspy](https://github.com/afatt/octopuspy)|8.176412289395503e-07|
+|pypi|[adjustText](https://github.com/Phlya/adjustText)|8.176412289395503e-07|
+|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|8.176412289395503e-07|
+|pypi|[iScore](https://github.com/DeepRank/iScore)|8.176412289395503e-07|
+|pypi|[deeprank](https://github.com/DeepRank/deeprank)|8.176412289395503e-07|
+|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|8.176412289395503e-07|
+|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|8.176412289395503e-07|
+|cran|rCAT|8.176412289395503e-07|
+|cran|rje|8.176412289395503e-07|
+|cran|[usefun](https://github.com/bblodfon/usefun)|8.176412289395503e-07|
+|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|8.176412289395503e-07|
+|cran|[strex](https://rorynolan.github.io/strex/)|8.176412289395503e-07|
+|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|8.176412289395503e-07|
+|pypi|[pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning)|8.176412289395365e-07|
+|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|8.094648166501486e-07|
+|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|8.094648166501486e-07|
+|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|8.094648166501486e-07|
+|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|7.849355797819633e-07|
+|pypi|[geopy](https://github.com/geopy/geopy)|7.821052832202533e-07|
+|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|7.547457497903669e-07|
+|cran|[odin](https://github.com/mrc-ide/odin)|7.547457497903669e-07|
+|cran|[repr](https://github.com/IRkernel/repr/)|7.547457497903669e-07|
+|pypi|[healpy](http://github.com/healpy)|7.547457497903531e-07|
+|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|7.547457497903531e-07|
+|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|7.547457497903531e-07|
+|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|7.547457497903531e-07|
+|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|7.547457497903531e-07|
+|cran|[pwr](https://github.com/heliosdrm/pwr)|7.547457497903531e-07|
+|cran|[waiter](https://waiter.john-coene.com/)|7.547457497903531e-07|
+|cran|[likert](http://jason.bryer.org/likert)|7.547457497903531e-07|
+|cran|R2jags|7.547457497903531e-07|
+|cran|[bib2df](https://github.com/ropensci/bib2df)|7.547457497903531e-07|
+|cran|[plumber](https://www.rplumber.io)|7.547457497903531e-07|
+|cran|[tictoc](https://github.com/collectivemedia/tictoc)|7.547457497903531e-07|
+|npm|[aws-amplify](https://aws-amplify.github.io/)|7.547457497903484e-07|
+|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|7.547457497903484e-07|
+|pypi|[outcome](https://github.com/python-trio/outcome)|7.466232479116455e-07|
+|pypi|[plotnine](https://github.com/has2k1/plotnine)|7.008353390910451e-07|
+|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|7.008353390910451e-07|
+|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|7.008353390910451e-07|
+|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|7.008353390910451e-07|
+|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|7.008353390910451e-07|
+|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|7.008353390910451e-07|
+|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|7.008353390910451e-07|
+|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|7.008353390910451e-07|
+|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|7.008353390910451e-07|
+|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|7.008353390910451e-07|
+|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|7.008353390910451e-07|
+|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|7.008353390910451e-07|
+|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|7.008353390910451e-07|
+|cran|[depmixS4](https://depmix.github.io/)|7.008353390910451e-07|
+|cran|GeoLight|7.008353390910451e-07|
+|cran|[outsider](https://github.com/ropensci/outsider#readme)|7.008353390910451e-07|
+|cran|[anomalize](https://github.com/business-science/anomalize)|7.008353390910451e-07|
+|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|7.008353390910451e-07|
+|npm|[cpx](https://github.com/mysticatea/cpx)|7.008353390910451e-07|
+|npm|tls|7.008353390910451e-07|
+|spack|[opencv](https://opencv.org/)|7.008353390910451e-07|
+|go|github.com/docker/distribution|6.872926272245444e-07|
+|go|github.com/sirupsen/logrus|6.872926272245444e-07|
+|go|golang.org/x/sync|6.872926272245444e-07|
+|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|6.541129831516353e-07|
+|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|6.541129831516353e-07|
+|npm|[cesium](http://cesium.com/cesiumjs/)|6.541129831516353e-07|
+|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|6.541129831516293e-07|
+|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|6.541129831516293e-07|
+|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|6.541129831516293e-07|
+|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|6.541129831516293e-07|
+|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|6.541129831516293e-07|
+|cran|[iotools](http://www.rforge.net/iotools)|6.541129831516293e-07|
+|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|6.541129831516293e-07|
+|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|6.475718533201174e-07|
+|cran|[biomartr](https://docs.ropensci.org/biomartr/)|6.132309217046661e-07|
+|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|6.132309217046593e-07|
+|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|6.132309217046593e-07|
+|pypi|[pebble](https://github.com/noxdafox/pebble)|6.132309217046593e-07|
+|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|6.132309217046593e-07|
+|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|6.132309217046593e-07|
+|pypi|[frites](https://github.com/brainets/frites)|6.132309217046593e-07|
+|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|6.132309217046593e-07|
+|pypi|[pirecorder](https://github.com/jollejolles)|6.132309217046593e-07|
+|pypi|[elmada](https://github.com/DrafProject/elmada)|6.132309217046593e-07|
+|cran|[UNF](https://github.com/leeper/UNF)|6.132309217046593e-07|
+|cran|[BSDA](https://github.com/alanarnholt/BSDA)|6.132309217046593e-07|
+|cran|ggnewscale|6.132309217046593e-07|
+|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|6.132309217046593e-07|
+|cran|[scattermore](https://github.com/exaexa/scattermore)|6.132309217046593e-07|
+|cran|[esquisse](https://dreamrs.github.io/esquisse/)|6.132309217046593e-07|
+|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|6.132309217046593e-07|
+|cran|randomcoloR|6.132309217046593e-07|
+|cran|[dplR](https://github.com/AndyBunn/dplR)|6.132309217046593e-07|
+|cran|[lunar](http://statistics.lazaridis.eu)|6.132309217046593e-07|
+|cran|[sortable](https://rstudio.github.io/sortable/)|6.132309217046593e-07|
+|cran|[rplos](https://docs.ropensci.org/rplos)|6.132309217046593e-07|
+|cran|[microdemic](https://github.com/ropensci/microdemic)|6.132309217046593e-07|
+|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|6.132309217046593e-07|
+|cran|[codemeta](https://github.com/cboettig/codemeta)|6.132309217046593e-07|
+|cran|[osmextract](https://docs.ropensci.org/osmextract/)|6.132309217046593e-07|
+|cran|[smoothr](https://strimas.com/smoothr/)|6.132309217046593e-07|
+|npm|express-flash|6.132309217046593e-07|
+|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|6.132309217046593e-07|
+|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|6.132309217046581e-07|
+|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|6.070986124876083e-07|
+|go|github.com/davecgh/go-spew|5.881845994742965e-07|
+|go|github.com/onsi/ginkgo|5.881845994742965e-07|
+|go|github.com/onsi/gomega|5.881845994742965e-07|
+|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|5.771585145455681e-07|
+|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|5.771585145455612e-07|
+|pypi|[pygmsh](https://pypi.org/project/pygmsh)|5.771585145455612e-07|
+|pypi|[pacopy](https://github.com/sigma-py/pacopy)|5.771585145455612e-07|
+|pypi|[dmsh](https://pypi.org/project/dmsh)|5.771585145455612e-07|
+|pypi|[glvis](https://github.com/glvis/pyglvis)|5.771585145455612e-07|
+|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|5.771585145455612e-07|
+|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|5.771585145455612e-07|
+|pypi|[PyGithub](https://github.com/pygithub/pygithub)|5.771585145455612e-07|
+|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|5.771585145455612e-07|
+|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|5.771585145455612e-07|
+|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|5.771585145455612e-07|
+|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|5.771585145455612e-07|
+|npm|[root](https://github.com/mafintosh/root#readme)|5.771585145455612e-07|
+|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|5.771585145455544e-07|
+|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|5.771585145455544e-07|
+|cran|[wpp2015](http://esa.un.org/wpp)|5.713869294001039e-07|
+|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|5.450941526263646e-07|
+|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|5.450941526263646e-07|
+|pypi|[pymunk](http://www.pymunk.org)|5.450941526263646e-07|
+|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|5.450941526263646e-07|
+|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|5.450941526263646e-07|
+|cran|[FedData](https://github.com/ropensci/FedData)|5.450941526263646e-07|
+|cran|[uwot](https://github.com/jlmelville/uwot)|5.450941526263646e-07|
+|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|5.450941526263646e-07|
+|cran|smoother|5.450941526263646e-07|
+|cran|[ptw](https://github.com/rwehrens/ptw)|5.450941526263646e-07|
+|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|5.450941526263646e-07|
+|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|5.450941526263646e-07|
+|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|5.450941526263646e-07|
+|npm|[ltd](https://github.com/overlandjs/ltd#readme)|5.450941526263646e-07|
+|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|5.450941526263646e-07|
+|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|5.450941526263646e-07|
+|go|github.com/bradfitz/gomemcache|5.450941526263628e-07|
+|go|github.com/docker/libtrust|5.450941526263628e-07|
+|go|github.com/phayes/permbits|5.450941526263628e-07|
+|go|github.com/spf13/afero|5.450941526263628e-07|
+|go|github.com/spf13/viper|5.450941526263628e-07|
+|go|github.com/sylabs/sif|5.450941526263628e-07|
+|go|github.com/vmihailenco/msgpack|5.450941526263628e-07|
+|go|google.golang.org/appengine|5.450941526263628e-07|
+|cran|[longitudinalData](http:www.r-project.org)|5.396432111001024e-07|
+|pypi|[sos-bash](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-matlab](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|5.164049866986619e-07|
+|pypi|[sos-julia](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-javascript](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-r](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|5.164049866986619e-07|
+|pypi|[chart-studio](https://plot.ly/python/)|5.164049866986619e-07|
+|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|5.164049866986619e-07|
+|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|5.164049866986619e-07|
+|cran|[nabor](https://github.com/jefferis/nabor)|5.164049866986619e-07|
+|cran|shinyhelper|5.164049866986619e-07|
+|cran|[bsplus](https://github.com/ijlyttle/bsplus)|5.164049866986619e-07|
+|cran|[turner](http://www.gastonsanchez.com)|5.164049866986619e-07|
+|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|5.164049866986619e-07|
+|cran|[blocksdesign]()|5.164049866986619e-07|
+|cran|[sensitivity](NA)|4.905847373637288e-07|
+|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|4.905847373637288e-07|
+|pypi|[rsudp](https://github.com/raspishake/rsudp)|4.672235593940278e-07|
+|cran|[summarytools](https://github.com/dcomtois/summarytools)|4.672235593940278e-07|
+|cran|[pastecs](https://github.com/phgrosjean/pastecs)|4.672235593940278e-07|
+|cran|[desplot](https://kwstat.github.io/desplot/)|4.672235593940278e-07|
+|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|4.672235593940278e-07|
+|cran|PairedData|4.672235593940278e-07|
+|go|github.com/antchfx/jsonquery|4.4598612487611493e-07|
+|go|github.com/bhmj/jsonslice|4.4598612487611493e-07|
+|go|github.com/codegangsta/negroni|4.4598612487611493e-07|
+|go|github.com/evanphx/json-patch/v5|4.4598612487611493e-07|
+|go|github.com/gorilla/context|4.4598612487611493e-07|
+|go|github.com/grandcat/zeroconf|4.4598612487611493e-07|
+|go|github.com/justinas/alice|4.4598612487611493e-07|
+|go|github.com/kelseyhightower/envconfig|4.4598612487611493e-07|
+|go|github.com/linksmart/go-sec|4.4598612487611493e-07|
+|go|github.com/linksmart/service-catalog/v3|4.4598612487611493e-07|
+|go|github.com/miekg/dns|4.4598612487611493e-07|
+|go|github.com/rs/cors|4.4598612487611493e-07|
+|go|github.com/satori/go.uuid|4.4598612487611493e-07|
+|go|github.com/syndtr/goleveldb|4.4598612487611493e-07|
+|go|github.com/xeipuuv/gojsonschema|4.4598612487611493e-07|
+|pypi|[starry-process](https://github.com/rodluger/starry_process)|4.45986124876114e-07|
+|cran|harmonicmeanp|4.45986124876114e-07|
+|cran|NBPSeq|4.45986124876114e-07|
+|cran|[rmdformats](https://github.com/juba/rmdformats)|4.45986124876114e-07|
+|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|4.415262636273552e-07|
+|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.265954237945426e-07|
+|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.265954237945426e-07|
+|cran|[coloc](https://github.com/chr1swallace/coloc)|4.265954237945426e-07|
+|cran|[dams](https://github.com/jsta/dams)|4.265954237945426e-07|
+|cran|[reservoir](https://cran.r-project.org/package=reservoir)|4.265954237945426e-07|
+|pypi|[yte](https://github.com/koesterlab/yte)|4.0882061446977515e-07|
+|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|4.0882061446977515e-07|
+|pypi|[retry](https://github.com/invl/retry)|4.0882061446977515e-07|
+|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|4.0882061446977515e-07|
+|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|4.0882061446977515e-07|
+|pypi|[Pyside6](https://www.pyside.org)|4.0882061446977515e-07|
+|pypi|[pyqtgraph](http://www.pyqtgraph.org)|4.0882061446977515e-07|
+|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.0882061446977515e-07|
+|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|4.0882061446977515e-07|
+|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|4.0882061446977515e-07|
+|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|4.0882061446977515e-07|
+|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|4.0882061446977515e-07|
+|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|4.0882061446977515e-07|
+|cran|[ucminf](NA)|4.047324083250768e-07|
+|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|3.9246778989098855e-07|
+|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|3.9246778989098855e-07|
+|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|3.9246778989098167e-07|
+|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|3.9246778989098167e-07|
+|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|3.9246778989098167e-07|
+|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.9246778989098167e-07|
+|pypi|[ncempy](https://github.com/ercius/openNCEM)|3.9246778989098167e-07|
+|pypi|[atlite](https://github.com/PyPSA/atlite)|3.9246778989098167e-07|
+|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|3.9246778989098167e-07|
+|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|3.9246778989098167e-07|
+|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|3.9246778989098167e-07|
+|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|3.9246778989098167e-07|
+|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|3.9246778989098167e-07|
+|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|3.9246778989098167e-07|
+|rubygems|[capybara](https://github.com/teamcapybara/capybara)|3.9246778989098167e-07|
+|pypi|[amqp](http://github.com/celery/py-amqp)|3.788784948007131e-07|
+|pypi|[python-box](https://github.com/cdgriffith/Box)|3.7737287489517655e-07|
+|npm|[benchmark](https://benchmarkjs.com/)|3.7737287489517655e-07|
+|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|3.7737287489517655e-07|
+|npm|[download](https://github.com/kevva/download#readme)|3.7737287489517655e-07|
+|npm|[ftp](https://github.com/mscdex/node-ftp)|3.7737287489517655e-07|
+|npm|pipeline|3.7737287489517655e-07|
+|pypi|[fspath](https://github.com/return42/fspath)|3.7359914614622524e-07|
+|go|github.com/containernetworking/cni|3.703774222092171e-07|
+|go|github.com/containernetworking/plugins|3.703774222092171e-07|
+|go|github.com/containers/common|3.703774222092171e-07|
+|go|github.com/containers/image/v5|3.703774222092171e-07|
+|go|github.com/cyphar/filepath-securejoin|3.703774222092171e-07|
+|go|github.com/docker/docker|3.703774222092171e-07|
+|go|github.com/google/uuid|3.703774222092171e-07|
+|go|github.com/moby/term|3.703774222092171e-07|
+|go|github.com/opencontainers/runc|3.703774222092171e-07|
+|go|github.com/opencontainers/runtime-spec|3.703774222092171e-07|
+|go|github.com/opencontainers/runtime-tools|3.703774222092171e-07|
+|go|github.com/opencontainers/selinux|3.703774222092171e-07|
+|go|github.com/pkg/errors|3.703774222092171e-07|
+|go|github.com/spf13/pflag|3.703774222092171e-07|
+|go|gopkg.in/yaml.v2|3.703774222092171e-07|
+|pypi|[geobo](https://github.com/sebhaan/geobo)|3.633961017509097e-07|
+|pypi|[scikit_image](https://scikit-image.org)|3.633961017509097e-07|
+|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|3.633961017509097e-07|
+|pypi|[webargs](https://github.com/marshmallow-code/webargs)|3.5041766954552257e-07|
+|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|3.5041766954552257e-07|
+|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|3.5041766954552257e-07|
+|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|3.5041766954552257e-07|
+|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|3.5041766954552257e-07|
+|npm|[zeit](https://github.com/daviddenton/zeit#readme)|3.5041766954552257e-07|
+|cran|[audio](http://www.rforge.net/audio/)|3.4691349285006187e-07|
+|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|3.3833430163015754e-07|
+|npm|[sendgrid](https://sendgrid.com)|3.325998219415116e-07|
+|npm|[stoplight](https://github.com/andrewhao/stoplight)|3.325998219415116e-07|
+|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|3.325998219415116e-07|
+|npm|[cron](https://github.com/kelektiv/node-cron#readme)|3.325998219415116e-07|
+|npm|[email-validator](http://github.com/manishsaraan/email-validator)|3.325998219415116e-07|
+|pypi|[sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling)|3.0661546085232963e-07|
+|pypi|[nixio](https://github.com/G-Node/nixpy)|3.035493062438076e-07|
+|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|3.035493062438076e-07|
+|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|2.9732408325074495e-07|
+|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|2.9732408325074495e-07|
+|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|2.9732408325074495e-07|
+|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|2.9732408325074495e-07|
+|npm|[url](https://github.com/defunctzombie/node-url#readme)|2.9732408325074495e-07|
+|npm|[method-override](https://github.com/expressjs/method-override#readme)|2.973240832507415e-07|
+|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|2.885792572727806e-07|
+|npm|[dedent](https://github.com/dmnd/dedent)|2.7753079428005227e-07|
+|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|2.698216055500512e-07|
+|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|2.5820249334933096e-07|
+|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|2.5820249334933096e-07|
+|pypi|[apache-libcloud](https://libcloud.apache.org/)|2.523007220727754e-07|
+|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|2.515819165967821e-07|
+|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|2.515819165967821e-07|
+|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|2.515819165967821e-07|
+|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|2.515819165967821e-07|
+|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|2.515819165967821e-07|
+|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|2.452923686818644e-07|
+|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|2.4283944499504403e-07|
+|pypi|[convertdate](https://github.com/fitnr/convertdate)|2.4283944499504403e-07|
+|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|2.3930962798230306e-07|
+|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|2.336117796970139e-07|
+|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|2.281789476110356e-07|
+|go|github.com/Netflix/go-expect|2.2817894761103555e-07|
+|go|github.com/ProtonMail/go-crypto|2.2817894761103555e-07|
+|go|github.com/adigunhammedolalekan/registry-auth|2.2817894761103555e-07|
+|go|github.com/apex/log|2.2817894761103555e-07|
+|go|github.com/blang/semver/v4|2.2817894761103555e-07|
+|go|github.com/buger/jsonparser|2.2817894761103555e-07|
+|go|github.com/containerd/containerd|2.2817894761103555e-07|
+|go|github.com/fatih/color|2.2817894761103555e-07|
+|go|github.com/go-log/log|2.2817894761103555e-07|
+|go|github.com/gosimple/slug|2.2817894761103555e-07|
+|go|github.com/opencontainers/umoci|2.2817894761103555e-07|
+|go|github.com/pelletier/go-toml|2.2817894761103555e-07|
+|go|github.com/seccomp/libseccomp-golang|2.2817894761103555e-07|
+|go|github.com/sylabs/json-resp|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-build-client|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-key-client|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-library-client|2.2817894761103555e-07|
+|go|github.com/sylabs/sif/v2|2.2817894761103555e-07|
+|go|github.com/vbauerster/mpb/v4|2.2817894761103555e-07|
+|go|github.com/vbauerster/mpb/v6|2.2817894761103555e-07|
+|go|golang.org/x/term|2.2817894761103555e-07|
+|go|gotest.tools/v3|2.2817894761103555e-07|
+|go|mvdan.cc/sh/v3|2.2817894761103555e-07|
+|go|oras.land/oras-go|2.2817894761103555e-07|
+|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|2.1803766105054653e-07|
+|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|2.1803766105054653e-07|
+|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|2.1803766105054653e-07|
+|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|2.1803766105054653e-07|
+|pypi|[django-rq](https://github.com/rq/django-rq)|2.1803766105054653e-07|
+|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|2.1803766105054653e-07|
+|pypi|[google](http://breakingcode.wordpress.com/)|2.1803766105054653e-07|
+|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|2.0023866831172568e-07|
+|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|2.0023866831172568e-07|
+|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|2.0023866831172568e-07|
+|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|2.0023866831172568e-07|
+|rubygems|[image_processing](https://github.com/janko/image_processing)|2.0023866831172568e-07|
+|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|2.0023866831172568e-07|
+|rubygems|[rotp](https://github.com/mdp/rotp)|2.0023866831172568e-07|
+|rubygems|[sass-rails](https://github.com/rails/sass-rails)|2.0023866831172568e-07|
+|rubygems|[tzinfo-data](https://tzinfo.github.io)|2.0023866831172568e-07|
+|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|2.0023866831172568e-07|
+|rubygems|[groupdate](https://github.com/ankane/groupdate)|2.0023866831172568e-07|
+|rubygems|[diffy](http://github.com/samg/diffy)|2.0023866831172568e-07|
+|rubygems|[jbuilder](https://github.com/rails/jbuilder)|2.0023866831172568e-07|
+|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|2.0023866831172568e-07|
+|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|2.0023866831172568e-07|
+|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|2.0023866831172568e-07|
+|rubygems|[whenever](https://github.com/javan/whenever)|2.0023866831172568e-07|
+|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|2.0023866831172568e-07|
+|rubygems|[rack-mini-profiler](https://miniprofiler.com)|2.0023866831172568e-07|
+|rubygems|[thwait](https://github.com/ruby/thwait)|2.0023866831172568e-07|
+|rubygems|[rmagick](https://github.com/rmagick/rmagick)|2.0023866831172568e-07|
+|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|2.0023866831172568e-07|
+|rubygems|[spring](https://github.com/rails/spring)|2.0023866831172568e-07|
+|rubygems|[web-console](https://github.com/rails/web-console)|2.0023866831172568e-07|
+|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|2.0023866831172224e-07|
+|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|2.0023866831172224e-07|
+|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|2.0023866831172224e-07|
+|rubygems|[devise](https://github.com/heartcombo/devise)|2.0023866831172224e-07|
+|rubygems|[omniauth](https://github.com/omniauth/omniauth)|2.0023866831172224e-07|
+|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|2.0023866831172224e-07|
+|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|2.0023866831172224e-07|
+|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|2.0023866831172224e-07|
+|cran|[enviPick](NA)|1.9623389494549083e-07|
+|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|1.8512631598631133e-07|
+|npm|[vx](https://github.com/vxjs/vx)|1.7520883477276128e-07|
+|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.662999109707558e-07|
+|npm|[aproba](https://github.com/iarna/aproba)|1.662999109707558e-07|
+|npm|[chownr](https://github.com/isaacs/chownr#readme)|1.662999109707558e-07|
+|npm|concat-map|1.662999109707558e-07|
+|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|1.662999109707558e-07|
+|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|1.662999109707558e-07|
+|pypi|[sphinx-tabs](https://github.com/executablebooks/sphinx-tabs)|1.6189296333002935e-07|
+|pypi|[flowTorch](https://flowtorch.ai/users)|1.5330773042616481e-07|
+|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.4717542120911728e-07|
+|go|github.com/BurntSushi/toml|1.4219847459818156e-07|
+|go|github.com/blang/semver|1.4219847459818156e-07|
+|go|github.com/buger/goterm|1.4219847459818156e-07|
+|go|github.com/checkpoint-restore/checkpointctl|1.4219847459818156e-07|
+|go|github.com/checkpoint-restore/go-criu/v5|1.4219847459818156e-07|
+|go|github.com/container-orchestrated-devices/container-device-interface|1.4219847459818156e-07|
+|go|github.com/containers/buildah|1.4219847459818156e-07|
+|go|github.com/containers/conmon|1.4219847459818156e-07|
+|go|github.com/containers/ocicrypt|1.4219847459818156e-07|
+|go|github.com/containers/psgo|1.4219847459818156e-07|
+|go|github.com/containers/storage|1.4219847459818156e-07|
+|go|github.com/coreos/go-systemd/v22|1.4219847459818156e-07|
+|go|github.com/coreos/stream-metadata-go|1.4219847459818156e-07|
+|go|github.com/digitalocean/go-qemu|1.4219847459818156e-07|
+|go|github.com/docker/go-connections|1.4219847459818156e-07|
+|go|github.com/docker/go-plugins-helpers|1.4219847459818156e-07|
+|go|github.com/docker/go-units|1.4219847459818156e-07|
+|go|github.com/dtylman/scp|1.4219847459818156e-07|
+|go|github.com/fsnotify/fsnotify|1.4219847459818156e-07|
+|go|github.com/ghodss/yaml|1.4219847459818156e-07|
+|go|github.com/godbus/dbus/v5|1.4219847459818156e-07|
+|go|github.com/google/gofuzz|1.4219847459818156e-07|
+|go|github.com/google/shlex|1.4219847459818156e-07|
+|go|github.com/gorilla/handlers|1.4219847459818156e-07|
+|go|github.com/gorilla/schema|1.4219847459818156e-07|
+|go|github.com/hashicorp/go-multierror|1.4219847459818156e-07|
+|go|github.com/json-iterator/go|1.4219847459818156e-07|
+|go|github.com/mattn/go-isatty|1.4219847459818156e-07|
+|go|github.com/mrunalp/fileutils|1.4219847459818156e-07|
+|go|github.com/nxadm/tail|1.4219847459818156e-07|
+|go|github.com/pmezard/go-difflib|1.4219847459818156e-07|
+|go|github.com/rootless-containers/rootlesskit|1.4219847459818156e-07|
+|go|github.com/stretchr/testify|1.4219847459818156e-07|
+|go|github.com/syndtr/gocapability|1.4219847459818156e-07|
+|go|github.com/uber/jaeger-client-go|1.4219847459818156e-07|
+|go|github.com/ulikunitz/xz|1.4219847459818156e-07|
+|go|github.com/vbauerster/mpb/v7|1.4219847459818156e-07|
+|go|github.com/vishvananda/netlink|1.4219847459818156e-07|
+|go|go.etcd.io/bbolt|1.4219847459818156e-07|
+|go|golang.org/x/text|1.4219847459818156e-07|
+|go|google.golang.org/protobuf|1.4219847459818156e-07|
+|go|gopkg.in/inf.v0|1.4219847459818156e-07|
+|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|1.3819288376442952e-07|
+|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|1.3819288376442952e-07|
+|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|1.3819288376442952e-07|
+|pypi|[heat](https://github.com/helmholtz-analytics/heat)|1.3819288376442952e-07|
+|pypi|[duecredit](https://github.com/duecredit/duecredit)|1.3819288376442952e-07|
+|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|1.349108027750256e-07|
+|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|1.1821318972619938e-07|
+|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|1.1427738588002183e-07|
+|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|9.911814081430413e-08|
+|npm|text-table|9.339978653655631e-08|
+|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|9.275565007768333e-08|
+|pypi|[typeguard](https://pypi.org/project/typeguard)|8.99405351833504e-08|
+|pypi|[pika](https://pika.readthedocs.io)|8.44658939113207e-08|
+|npm|[utfx](https://github.com/dcodeIO/utfx)|8.094648166501467e-08|
+|pypi|[scikit-misc](https://github.com/has2k1/scikit-misc)|6.938269857001307e-08|
+|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|6.167350984001113e-08|
+|cran|[uroot](https://jalobe.com)|6.033278136522883e-08|
+|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|1.4932363387893994e-08|
+|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|1.4932363387893994e-08|
+|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|1.4932363387893994e-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/docs/language-counts.json b/docs/language-counts.json
index b7810750..2287d36f 100644
--- a/docs/language-counts.json
+++ b/docs/language-counts.json
@@ -1,43 +1,43 @@
{
"unknown": 34,
- "Python": 527,
- "Jupyter Notebook": 91,
+ "Python": 576,
+ "Jupyter Notebook": 101,
"Modelica": 1,
- "Shell": 15,
- "HTML": 40,
+ "Shell": 16,
+ "HTML": 42,
"Perl": 10,
- "R": 471,
- "C++": 125,
- "Java": 44,
- "C": 40,
- "Rust": 5,
- "JavaScript": 50,
+ "R": 494,
+ "C++": 144,
+ "Java": 50,
+ "C": 45,
+ "Rust": 6,
+ "JavaScript": 52,
"AMPL": 1,
- "MATLAB": 20,
+ "MATLAB": 26,
"Haskell": 1,
- "Fortran": 19,
+ "Fortran": 22,
"Clojure": 1,
"Groovy": 2,
"E": 1,
- "Julia": 30,
- "null": 14,
+ "Julia": 38,
+ "null": 15,
"Matlab": 5,
- "Scala": 3,
- "TypeScript": 12,
+ "Scala": 4,
+ "TypeScript": 13,
"Nim": 1,
"Makefile": 3,
- "C#": 6,
+ "C#": 7,
"Pascal": 1,
"TSQL": 2,
"Kotlin": 2,
- "Go": 5,
+ "Go": 6,
"PostScript": 2,
"Nextflow": 5,
"CSS": 1,
"NCL": 1,
"Rich Text Format": 1,
"Cuda": 1,
- "TeX": 6,
+ "TeX": 7,
"Ruby": 3,
"Mathematica": 1,
"OCaml": 1,
@@ -46,10 +46,12 @@
"Arc": 1,
"Standard ML": 1,
"Common Workflow Language": 1,
- "Dockerfile": 1,
+ "Dockerfile": 2,
"Roff": 1,
"PLpgSQL": 1,
"Vue": 2,
"CMake": 1,
- "Stan": 1
+ "Stan": 2,
+ "Lua": 2,
+ "PHP": 1
}
\ No newline at end of file
diff --git a/docs/meta.json b/docs/meta.json
index ab7e30b7..06794400 100644
--- a/docs/meta.json
+++ b/docs/meta.json
@@ -7748,7 +7748,542 @@
"github/R-Vessel-X/SlicerRVXLiverSegmentation": [
"3d-slicer-extension"
],
- "github/JLSteenwyk/ggpubfigs": []
+ "github/JLSteenwyk/ggpubfigs": [],
+ "github/jczarnowski/DeepFactors": [],
+ "github/JelfsMaterialsGroup/stk": [],
+ "github/jarvist/Julia-Phonons": [
+ "phonopy",
+ "phonons"
+ ],
+ "github/firedrakeproject/gusto": [],
+ "github/firedrakeproject/firedrake": [],
+ "github/vimc/dettl": [],
+ "github/vimc/orderly": [],
+ "github/vimc/vaultr": [],
+ "github/mofanv/darknetz": [],
+ "github/thetisproject/thetis": [],
+ "github/su2code/SU2": [
+ "cfd",
+ "c-plus-plus",
+ "simulation",
+ "optimization",
+ "python",
+ "opensource",
+ "physics",
+ "flow",
+ "fluid",
+ "fluid-dynamics",
+ "hpc"
+ ],
+ "github/XuhanLiu/DrugEx": [
+ "deep-learning",
+ "multi-objective-optimization",
+ "graph-transformer",
+ "reinforcement-learning",
+ "cheminformatics"
+ ],
+ "github/cog-imperial/entmoot": [],
+ "github/cog-imperial/suspect": [
+ "mathematical-programming",
+ "mixed-integer-optimization",
+ "nonlinear-optimization",
+ "pyomo"
+ ],
+ "github/cog-imperial/GPdoemd": [],
+ "github/cog-imperial/galini": [],
+ "github/ec363/fpcountr": [],
+ "github/mgalardini/pyseer": [
+ "gwas",
+ "bacteria",
+ "k-mer",
+ "reimplementation",
+ "reproducible-science"
+ ],
+ "github/JuliaArrays/LazyArrays.jl": [],
+ "github/JuliaArrays/InfiniteArrays.jl": [],
+ "github/JuliaArrays/BlockArrays.jl": [
+ "julia",
+ "matrix",
+ "arrays",
+ "blockarrays"
+ ],
+ "github/DRMacIver/shrinkray": [],
+ "github/fabiopardo/tonic": [],
+ "github/fabiopardo/qmap": [
+ "reinforcement-learning",
+ "q-learning",
+ "mario-bros"
+ ],
+ "github/LabTranslationalArchitectomics/riboWaltz": [],
+ "github/saphir746/BiobankRead-Bash": [],
+ "github/biomedia-mira/istn": [
+ "image-registration",
+ "deep-learning",
+ "spatial-transformer-networks",
+ "medical-imaging"
+ ],
+ "github/biomedia-mira/masf": [],
+ "github/biomedia-mira/drop2": [],
+ "github/biomedia-mira/blast-ct": [],
+ "github/biomedia-mira/deepscm": [
+ "causal-inference",
+ "deep-learning",
+ "counterfactuals",
+ "variational-autoencoders",
+ "normalizing-flows"
+ ],
+ "github/DLTK/DLTK": [
+ "deep-learning",
+ "machine-learning",
+ "neural-networks",
+ "tensorflow",
+ "medical-imaging",
+ "data-science",
+ "ml",
+ "deep-neural-networks",
+ "python",
+ "medical",
+ "dltk",
+ "dltk-model-zoo",
+ "neural-network",
+ "neuroimaging",
+ "cnn",
+ "medical-image-processing"
+ ],
+ "github/deepmedic/deepmedic": [
+ "deep-learning",
+ "machine-learning",
+ "medical-imaging",
+ "neural-networks",
+ "convolutional-neural-networks"
+ ],
+ "github/Kaixhin/dockerfiles": [
+ "docker",
+ "dockerfiles",
+ "machine-learning",
+ "cuda",
+ "vnc",
+ "deep-learning"
+ ],
+ "github/Kaixhin/FGLab": [
+ "machine-learning",
+ "reproducible-research",
+ "reproducible-science"
+ ],
+ "github/Kaixhin/PlaNet": [
+ "deep-learning",
+ "deep-reinforcement-learning"
+ ],
+ "github/Kaixhin/FGMachine": [
+ "machine-learning",
+ "reproducible-research",
+ "reproducible-science"
+ ],
+ "github/Kaixhin/spinning-up-basic": [
+ "deep-learning",
+ "deep-reinforcement-learning"
+ ],
+ "github/Kaixhin/Autoencoders": [
+ "autoencoder",
+ "deep-learning"
+ ],
+ "github/Kaixhin/Atari": [
+ "deep-reinforcement-learning",
+ "deep-learning"
+ ],
+ "github/Kaixhin/Rainbow": [
+ "deep-learning",
+ "deep-reinforcement-learning"
+ ],
+ "github/PengyiZhang/DRR4Covid": [],
+ "github/ProjectPyRhO/PyRhO": [
+ "python",
+ "optogenetics",
+ "opsin",
+ "jupyter-widget",
+ "computational-neuroscience",
+ "neuron",
+ "brian2",
+ "neuroscience",
+ "brain",
+ "brainweb"
+ ],
+ "github/patscott/pippi": [],
+ "github/patscott/gambit_1.3": [],
+ "github/mp3guy/ElasticFusion": [
+ "slam",
+ "cuda",
+ "reconstruction"
+ ],
+ "github/csmsoftware/IMPaCTS": [],
+ "github/pawni/BayesByHypernet": [
+ "deep-learning",
+ "variational-inference",
+ "deep-neural-networks",
+ "tensorflow",
+ "bayesian-neural-networks"
+ ],
+ "github/dolfin-adjoint/pyadjoint": [],
+ "github/lucydot/effmass": [],
+ "github/mc-imperial/jfs": [
+ "floating-point-arithmetic",
+ "constraint-solver",
+ "smtlibv2",
+ "smtlib",
+ "fuzzing",
+ "llvm",
+ "libfuzzer",
+ "z3",
+ "jit",
+ "coverage-guided-fuzzing"
+ ],
+ "github/mc-imperial/multicore-test-harness": [],
+ "github/mc-imperial/gpuverify": [],
+ "github/ImperialCollegeLondon/magda_tools": [],
+ "github/ImperialCollegeLondon/epidemia": [],
+ "github/ImperialCollegeLondon/sap-voicebox": [],
+ "github/ImperialCollegeLondon/WInc3D": [],
+ "github/ImperialCollegeLondon/django-drf-filepond": [
+ "file-upload",
+ "filepond",
+ "django-application"
+ ],
+ "github/ImperialCollegeLondon/R2T2": [],
+ "github/ImperialCollegeLondon/safedata": [],
+ "github/ImperialCollegeLondon/pytest_template_application": [],
+ "github/ImperialCollegeLondon/ICLOCS": [],
+ "github/ImperialCollegeLondon/EpiCollectplus": [],
+ "github/ImperialCollegeLondon/adam": [],
+ "github/ImperialCollegeLondon/covid19model": [
+ "covid-19",
+ "bayesian-statistics",
+ "renewal-process",
+ "branching-process",
+ "intervention-study",
+ "probabilistic-models",
+ "statistical-models",
+ "statistical-inference",
+ "statistical-computing"
+ ],
+ "github/ImperialCollegeLondon/research-software-directory-data": [],
+ "github/ImperialCollegeLondon/rcs-pacemakers": [
+ "jupyter",
+ "pytorch",
+ "computer-vision",
+ "machine-learning",
+ "python"
+ ],
+ "github/ImperialCollegeLondon/hcga": [
+ "networks",
+ "feature-extraction",
+ "classification-algorithm",
+ "graph-features",
+ "interpretable-features",
+ "graph-analysis-toolbox",
+ "graph-embedding"
+ ],
+ "github/ImperialCollegeLondon/sharpy": [
+ "aeroelasticity",
+ "simulation",
+ "aeronautics",
+ "structures",
+ "structural-dynamics",
+ "wind-turbines"
+ ],
+ "github/ImperialCollegeLondon/UVLM": [],
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": [],
+ "github/ImperialCollegeLondon/fractalgenetics": [],
+ "github/Shamir-Lab/domino_web": [],
+ "github/i-VRESSE/workflow-builder": [],
+ "github/i-VRESSE/pdbtbx-ts": [],
+ "github/vincentlab/PyFR": [],
+ "github/Imperial-visualizations/Physics-Visualizations": [],
+ "github/JuliaMatrices/BandedMatrices.jl": [],
+ "github/JuliaMatrices/LazyBandedMatrices.jl": [],
+ "github/JuliaMatrices/BlockBandedMatrices.jl": [],
+ "github/MolecularAI/DockStreamCommunity": [
+ "reinforcement-learning",
+ "chemoinformatics",
+ "jupyter-notebook",
+ "denovo-design",
+ "astrazeneca",
+ "molecular-docking"
+ ],
+ "github/drcandacemakedamoore/cleanX": [],
+ "github/barnesgroupICL/Driftfusion": [],
+ "github/lsds/Teechain": [],
+ "github/lsds/faasm": [
+ "serverless",
+ "webassembly",
+ "faas",
+ "kubernetes",
+ "wasi",
+ "knative",
+ "cpp",
+ "openmp",
+ "mpi"
+ ],
+ "github/lsds/Saber": [
+ "stream-processing",
+ "hybrid",
+ "multicore",
+ "gpu",
+ "high-throughput",
+ "saber",
+ "stream",
+ "streaming-data",
+ "streaming",
+ "sliding-windows",
+ "multicore-cpu"
+ ],
+ "github/lsds/KungFu": [
+ "tensorflow",
+ "keras",
+ "distributed-training",
+ "distributed-systems"
+ ],
+ "github/lsds/sgx-lkl": [
+ "sgx",
+ "trusted-execution",
+ "linux",
+ "java",
+ "jvm",
+ "enclave",
+ "javascipt"
+ ],
+ "github/lsds/LightSaber": [
+ "llvm",
+ "incremental-computation",
+ "aggregation",
+ "stream-processing",
+ "sliding-windows",
+ "numa",
+ "multi-core",
+ "cpp",
+ "rdma",
+ "ssd",
+ "libaio",
+ "compression"
+ ],
+ "github/lsds/Crossbow": [
+ "deep-learning",
+ "training",
+ "machine-learning",
+ "gpu-acceleration"
+ ],
+ "github/lsds/Neptune": [],
+ "github/lsds/TaLoS": [
+ "enclave",
+ "sgx-enclave",
+ "tls-library",
+ "intel-sgx",
+ "tls-connection",
+ "talos",
+ "libressl"
+ ],
+ "github/lsds/SEEP": [
+ "dataflow-programming",
+ "stateful",
+ "sdg",
+ "cluster-computing"
+ ],
+ "github/mwoodbri/MRIdb": [],
+ "github/xcompact3d/Incompact3d": [
+ "navier-stokes",
+ "computational-fluid-dynamics",
+ "cfd",
+ "direct-numerical-simulation",
+ "large-eddy-simulation"
+ ],
+ "github/imperialchem/mrd-demo": [],
+ "github/pybamm-team/PyBaMM": [
+ "pybamm",
+ "battery-models",
+ "solvers",
+ "python",
+ "batteries",
+ "simulation"
+ ],
+ "github/UK-Digital-Heart-Project/4Dsegment": [],
+ "github/UK-Digital-Heart-Project/4Dsurvival": [],
+ "github/tensorlayer/tensorlayer": [
+ "tensorlayer",
+ "deep-learning",
+ "tensorflow",
+ "neural-network",
+ "reinforcement-learning",
+ "artificial-intelligence",
+ "gan",
+ "a3c",
+ "tensorflow-tutorials",
+ "dqn",
+ "object-detection",
+ "chatbot",
+ "python",
+ "tensorflow-tutorial",
+ "imagenet",
+ "google"
+ ],
+ "github/johnlees/PopPUNK": [
+ "bacteria",
+ "genomics",
+ "population-genetics",
+ "k-mer",
+ "sketching"
+ ],
+ "github/johnlees/pp-sketchlib": [],
+ "github/mrc-ide/PhyDyn": [],
+ "github/mrc-ide/odin": [
+ "infrastructure"
+ ],
+ "github/mrc-ide/PlasmoMAPI": [],
+ "github/mrc-ide/ring": [],
+ "github/mrc-ide/drjacoby": [],
+ "github/mrc-ide/sircovid": [],
+ "github/mrc-ide/dde": [],
+ "github/mrc-ide/provisionr": [
+ "infrastructure",
+ "cluster"
+ ],
+ "github/mrc-ide/dust": [],
+ "github/mrc-ide/rrq": [
+ "infrastructure",
+ "cluster"
+ ],
+ "github/mrc-ide/squire": [],
+ "github/mrc-ide/covid-sim": [],
+ "github/mrc-ide/cinterpolate": [
+ "infrastructure"
+ ],
+ "github/mrc-ide/covid19-forecasts-orderly": [],
+ "github/mrc-ide/global-lmic-reports-orderly": [],
+ "github/mrc-ide/EpiEstim": [],
+ "github/alstat/ALUES": [
+ "r",
+ "r-package",
+ "agriculture",
+ "agricultural-modelling"
+ ],
+ "github/PRIS-CV/DS-UI": [],
+ "github/MorgansLab/OSCILOS_Long": [],
+ "github/NathanSkene/MAGMA_Celltyping": [
+ "gwas",
+ "genomics",
+ "single-cell-omics",
+ "magma"
+ ],
+ "github/NathanSkene/EWCE": [
+ "transcriptomics",
+ "single-cell",
+ "single-cell-rna-seq",
+ "deconvolution"
+ ],
+ "github/BioMedIA/MIRTK": [
+ "image-processing",
+ "image-registration",
+ "medical-imaging",
+ "toolkit",
+ "free-form-deformation",
+ "ffd"
+ ],
+ "github/paulhjkelly/taskgraph-metaprogramming": [],
+ "github/OP2/PyOP2": [],
+ "github/klee/klee": [
+ "symbolic-execution",
+ "klee"
+ ],
+ "github/gilestrolab/ethoscope": [],
+ "github/gilestrolab/pySolo": [],
+ "github/ropensci/unifir": [
+ "rstats",
+ "cran",
+ "cran-r",
+ "r",
+ "unifir",
+ "visualization",
+ "unity",
+ "unity3d"
+ ],
+ "github/brian-team/brian2": [
+ "python",
+ "neuroscience",
+ "science",
+ "differential-equations",
+ "spiking-neural-networks",
+ "biological-simulations",
+ "code-generation",
+ "simulation-framework",
+ "brian",
+ "computational-neuroscience",
+ "brian2"
+ ],
+ "github/devitocodes/pyrevolve": [],
+ "github/baiwenjia/ukbb_cardiac": [],
+ "github/phenomecentre/nPYc-Toolbox": [
+ "quality-control",
+ "metabolomics",
+ "metabolic-phenotyping"
+ ],
+ "github/umbralcalc/helmpy": [],
+ "github/WMD-group/MacroDensity": [
+ "electrostatic-potential",
+ "ionisation-potential",
+ "workfunction",
+ "density-functional-theory",
+ "vasp",
+ "semiconductor-physics"
+ ],
+ "github/WMD-group/StarryNight": [
+ "monte-carlo-codes",
+ "ferroelectric-domains",
+ "perovskite",
+ "photovoltaic",
+ "monte-carlo",
+ "dipole-domains",
+ "recombination",
+ "semiconductor"
+ ],
+ "github/WMD-group/hybrid-perovskites": [],
+ "github/WMD-group/Eris": [
+ "monte-carlo",
+ "photovoltaic",
+ "materials",
+ "thermodynamics",
+ "physics",
+ "semiconductor",
+ "defects"
+ ],
+ "github/WMD-group/CarrierCapture.jl": [
+ "defects",
+ "semiconductors",
+ "electronic-structure",
+ "materials-design",
+ "solar-cells"
+ ],
+ "github/WMD-group/SMACT": [
+ "materials-science",
+ "materials-informatics",
+ "materials-screening",
+ "materials-design",
+ "machine-learning"
+ ],
+ "github/OttoStruve/muler": [
+ "astronomy",
+ "spectroscopy",
+ "exoplanets",
+ "stars",
+ "stellar-atmospheres",
+ "data-analysis",
+ "astronomical-algorithms",
+ "infrared",
+ "echelle",
+ "python",
+ "data-science"
+ ],
+ "github/xmuyulab/DreamDIA-XMBD": [],
+ "github/FluidityProject/fluidity": [],
+ "github/Crompulence/cpl-library": [],
+ "github/tanhevg/GpABC.jl": []
},
"language": {
"gitlab/chiemotono/mdcontactcom": "unknown",
@@ -9366,7 +9901,153 @@
"github/lilyminium/psiresp": "Python",
"github/dsoave/JLS": "R",
"github/R-Vessel-X/SlicerRVXLiverSegmentation": "Python",
- "github/JLSteenwyk/ggpubfigs": "R"
+ "github/JLSteenwyk/ggpubfigs": "R",
+ "github/jczarnowski/DeepFactors": "C++",
+ "github/JelfsMaterialsGroup/stk": "Python",
+ "github/jarvist/Julia-Phonons": "Julia",
+ "github/firedrakeproject/gusto": "Python",
+ "github/firedrakeproject/firedrake": "Python",
+ "github/vimc/dettl": "R",
+ "github/vimc/orderly": "R",
+ "github/vimc/vaultr": "R",
+ "github/mofanv/darknetz": "C",
+ "github/thetisproject/thetis": "Python",
+ "github/su2code/SU2": "C++",
+ "github/XuhanLiu/DrugEx": "Python",
+ "github/cog-imperial/entmoot": "Python",
+ "github/cog-imperial/suspect": "Python",
+ "github/cog-imperial/GPdoemd": "Python",
+ "github/cog-imperial/galini": "Python",
+ "github/ec363/fpcountr": "R",
+ "github/mgalardini/pyseer": "Python",
+ "github/JuliaArrays/LazyArrays.jl": "Julia",
+ "github/JuliaArrays/InfiniteArrays.jl": "Julia",
+ "github/JuliaArrays/BlockArrays.jl": "Julia",
+ "github/DRMacIver/shrinkray": "Python",
+ "github/fabiopardo/tonic": "Python",
+ "github/fabiopardo/qmap": "Python",
+ "github/LabTranslationalArchitectomics/riboWaltz": "R",
+ "github/saphir746/BiobankRead-Bash": "Python",
+ "github/biomedia-mira/istn": "Python",
+ "github/biomedia-mira/masf": "Python",
+ "github/biomedia-mira/drop2": "C++",
+ "github/biomedia-mira/blast-ct": "Python",
+ "github/biomedia-mira/deepscm": "Jupyter Notebook",
+ "github/DLTK/DLTK": "Python",
+ "github/deepmedic/deepmedic": "Python",
+ "github/Kaixhin/dockerfiles": "Dockerfile",
+ "github/Kaixhin/FGLab": "HTML",
+ "github/Kaixhin/PlaNet": "Python",
+ "github/Kaixhin/FGMachine": "JavaScript",
+ "github/Kaixhin/spinning-up-basic": "Python",
+ "github/Kaixhin/Autoencoders": "Lua",
+ "github/Kaixhin/Atari": "Lua",
+ "github/Kaixhin/Rainbow": "Python",
+ "github/PengyiZhang/DRR4Covid": "C++",
+ "github/ProjectPyRhO/PyRhO": "Python",
+ "github/patscott/pippi": "Python",
+ "github/patscott/gambit_1.3": "C++",
+ "github/mp3guy/ElasticFusion": "C++",
+ "github/csmsoftware/IMPaCTS": "MATLAB",
+ "github/pawni/BayesByHypernet": "Jupyter Notebook",
+ "github/dolfin-adjoint/pyadjoint": "Python",
+ "github/lucydot/effmass": "Jupyter Notebook",
+ "github/mc-imperial/jfs": "C++",
+ "github/mc-imperial/multicore-test-harness": "C",
+ "github/mc-imperial/gpuverify": "C#",
+ "github/ImperialCollegeLondon/magda_tools": "Python",
+ "github/ImperialCollegeLondon/epidemia": "R",
+ "github/ImperialCollegeLondon/sap-voicebox": "MATLAB",
+ "github/ImperialCollegeLondon/WInc3D": "Fortran",
+ "github/ImperialCollegeLondon/django-drf-filepond": "Python",
+ "github/ImperialCollegeLondon/R2T2": "Python",
+ "github/ImperialCollegeLondon/safedata": "R",
+ "github/ImperialCollegeLondon/pytest_template_application": "Python",
+ "github/ImperialCollegeLondon/ICLOCS": "MATLAB",
+ "github/ImperialCollegeLondon/EpiCollectplus": "PHP",
+ "github/ImperialCollegeLondon/adam": "Java",
+ "github/ImperialCollegeLondon/covid19model": "Stan",
+ "github/ImperialCollegeLondon/research-software-directory-data": "Python",
+ "github/ImperialCollegeLondon/rcs-pacemakers": "Jupyter Notebook",
+ "github/ImperialCollegeLondon/hcga": "Python",
+ "github/ImperialCollegeLondon/sharpy": "Python",
+ "github/ImperialCollegeLondon/UVLM": "C++",
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": "Shell",
+ "github/ImperialCollegeLondon/fractalgenetics": "MATLAB",
+ "github/Shamir-Lab/domino_web": "HTML",
+ "github/i-VRESSE/workflow-builder": "TypeScript",
+ "github/i-VRESSE/pdbtbx-ts": "Rust",
+ "github/vincentlab/PyFR": "Python",
+ "github/Imperial-visualizations/Physics-Visualizations": "JavaScript",
+ "github/JuliaMatrices/BandedMatrices.jl": "Julia",
+ "github/JuliaMatrices/LazyBandedMatrices.jl": "Julia",
+ "github/JuliaMatrices/BlockBandedMatrices.jl": "Julia",
+ "github/MolecularAI/DockStreamCommunity": "Jupyter Notebook",
+ "github/drcandacemakedamoore/cleanX": "Jupyter Notebook",
+ "github/barnesgroupICL/Driftfusion": "MATLAB",
+ "github/lsds/Teechain": "C++",
+ "github/lsds/faasm": "C++",
+ "github/lsds/Saber": "Java",
+ "github/lsds/KungFu": "Go",
+ "github/lsds/sgx-lkl": "C",
+ "github/lsds/LightSaber": "C++",
+ "github/lsds/Crossbow": "Java",
+ "github/lsds/Neptune": "Scala",
+ "github/lsds/TaLoS": "C",
+ "github/lsds/SEEP": "Java",
+ "github/mwoodbri/MRIdb": "Java",
+ "github/xcompact3d/Incompact3d": "Fortran",
+ "github/imperialchem/mrd-demo": "Python",
+ "github/pybamm-team/PyBaMM": "Python",
+ "github/UK-Digital-Heart-Project/4Dsegment": "Python",
+ "github/UK-Digital-Heart-Project/4Dsurvival": "Python",
+ "github/tensorlayer/tensorlayer": "Python",
+ "github/johnlees/PopPUNK": "Python",
+ "github/johnlees/pp-sketchlib": "C++",
+ "github/mrc-ide/PhyDyn": "Java",
+ "github/mrc-ide/odin": "R",
+ "github/mrc-ide/PlasmoMAPI": "R",
+ "github/mrc-ide/ring": "R",
+ "github/mrc-ide/drjacoby": "R",
+ "github/mrc-ide/sircovid": "C++",
+ "github/mrc-ide/dde": "R",
+ "github/mrc-ide/provisionr": "R",
+ "github/mrc-ide/dust": "C++",
+ "github/mrc-ide/rrq": "R",
+ "github/mrc-ide/squire": "R",
+ "github/mrc-ide/covid-sim": "C++",
+ "github/mrc-ide/cinterpolate": "R",
+ "github/mrc-ide/covid19-forecasts-orderly": "R",
+ "github/mrc-ide/global-lmic-reports-orderly": "R",
+ "github/mrc-ide/EpiEstim": "R",
+ "github/alstat/ALUES": "R",
+ "github/PRIS-CV/DS-UI": "Python",
+ "github/MorgansLab/OSCILOS_Long": "MATLAB",
+ "github/NathanSkene/MAGMA_Celltyping": "R",
+ "github/NathanSkene/EWCE": "R",
+ "github/BioMedIA/MIRTK": "C++",
+ "github/paulhjkelly/taskgraph-metaprogramming": "C++",
+ "github/OP2/PyOP2": "Python",
+ "github/klee/klee": "C++",
+ "github/gilestrolab/ethoscope": "Python",
+ "github/gilestrolab/pySolo": "Python",
+ "github/ropensci/unifir": "R",
+ "github/brian-team/brian2": "Python",
+ "github/devitocodes/pyrevolve": "Python",
+ "github/baiwenjia/ukbb_cardiac": "Python",
+ "github/phenomecentre/nPYc-Toolbox": "Python",
+ "github/umbralcalc/helmpy": "Jupyter Notebook",
+ "github/WMD-group/MacroDensity": "Jupyter Notebook",
+ "github/WMD-group/StarryNight": "C",
+ "github/WMD-group/hybrid-perovskites": null,
+ "github/WMD-group/Eris": "Jupyter Notebook",
+ "github/WMD-group/CarrierCapture.jl": "Jupyter Notebook",
+ "github/WMD-group/SMACT": "Python",
+ "github/OttoStruve/muler": "TeX",
+ "github/xmuyulab/DreamDIA-XMBD": "Python",
+ "github/FluidityProject/fluidity": "Fortran",
+ "github/Crompulence/cpl-library": "C++",
+ "github/tanhevg/GpABC.jl": "Julia"
},
"url": {
"gitlab/chiemotono/mdcontactcom": "https://gitlab.com/chiemotono/mdcontactcom",
@@ -10984,7 +11665,153 @@
"github/lilyminium/psiresp": "https://github.com/lilyminium/psiresp",
"github/dsoave/JLS": "https://github.com/dsoave/JLS",
"github/R-Vessel-X/SlicerRVXLiverSegmentation": "https://github.com/R-Vessel-X/SlicerRVXLiverSegmentation",
- "github/JLSteenwyk/ggpubfigs": "https://github.com/JLSteenwyk/ggpubfigs"
+ "github/JLSteenwyk/ggpubfigs": "https://github.com/JLSteenwyk/ggpubfigs",
+ "github/jczarnowski/DeepFactors": "https://github.com/jczarnowski/DeepFactors",
+ "github/JelfsMaterialsGroup/stk": "https://github.com/JelfsMaterialsGroup/stk",
+ "github/jarvist/Julia-Phonons": "https://github.com/jarvist/Julia-Phonons",
+ "github/firedrakeproject/gusto": "https://github.com/firedrakeproject/gusto",
+ "github/firedrakeproject/firedrake": "https://github.com/firedrakeproject/firedrake",
+ "github/vimc/dettl": "https://github.com/vimc/dettl",
+ "github/vimc/orderly": "https://github.com/vimc/orderly",
+ "github/vimc/vaultr": "https://github.com/vimc/vaultr",
+ "github/mofanv/darknetz": "https://github.com/mofanv/darknetz",
+ "github/thetisproject/thetis": "https://github.com/thetisproject/thetis",
+ "github/su2code/SU2": "https://github.com/su2code/SU2",
+ "github/XuhanLiu/DrugEx": "https://github.com/XuhanLiu/DrugEx",
+ "github/cog-imperial/entmoot": "https://github.com/cog-imperial/entmoot",
+ "github/cog-imperial/suspect": "https://github.com/cog-imperial/suspect",
+ "github/cog-imperial/GPdoemd": "https://github.com/cog-imperial/GPdoemd",
+ "github/cog-imperial/galini": "https://github.com/cog-imperial/galini",
+ "github/ec363/fpcountr": "https://github.com/ec363/fpcountr",
+ "github/mgalardini/pyseer": "https://github.com/mgalardini/pyseer",
+ "github/JuliaArrays/LazyArrays.jl": "https://github.com/JuliaArrays/LazyArrays.jl",
+ "github/JuliaArrays/InfiniteArrays.jl": "https://github.com/JuliaArrays/InfiniteArrays.jl",
+ "github/JuliaArrays/BlockArrays.jl": "https://github.com/JuliaArrays/BlockArrays.jl",
+ "github/DRMacIver/shrinkray": "https://github.com/DRMacIver/shrinkray",
+ "github/fabiopardo/tonic": "https://github.com/fabiopardo/tonic",
+ "github/fabiopardo/qmap": "https://github.com/fabiopardo/qmap",
+ "github/LabTranslationalArchitectomics/riboWaltz": "https://github.com/LabTranslationalArchitectomics/riboWaltz",
+ "github/saphir746/BiobankRead-Bash": "https://github.com/saphir746/BiobankRead-Bash",
+ "github/biomedia-mira/istn": "https://github.com/biomedia-mira/istn",
+ "github/biomedia-mira/masf": "https://github.com/biomedia-mira/masf",
+ "github/biomedia-mira/drop2": "https://github.com/biomedia-mira/drop2",
+ "github/biomedia-mira/blast-ct": "https://github.com/biomedia-mira/blast-ct",
+ "github/biomedia-mira/deepscm": "https://github.com/biomedia-mira/deepscm",
+ "github/DLTK/DLTK": "https://github.com/DLTK/DLTK",
+ "github/deepmedic/deepmedic": "https://github.com/deepmedic/deepmedic",
+ "github/Kaixhin/dockerfiles": "https://github.com/Kaixhin/dockerfiles",
+ "github/Kaixhin/FGLab": "https://github.com/Kaixhin/FGLab",
+ "github/Kaixhin/PlaNet": "https://github.com/Kaixhin/PlaNet",
+ "github/Kaixhin/FGMachine": "https://github.com/Kaixhin/FGMachine",
+ "github/Kaixhin/spinning-up-basic": "https://github.com/Kaixhin/spinning-up-basic",
+ "github/Kaixhin/Autoencoders": "https://github.com/Kaixhin/Autoencoders",
+ "github/Kaixhin/Atari": "https://github.com/Kaixhin/Atari",
+ "github/Kaixhin/Rainbow": "https://github.com/Kaixhin/Rainbow",
+ "github/PengyiZhang/DRR4Covid": "https://github.com/PengyiZhang/DRR4Covid",
+ "github/ProjectPyRhO/PyRhO": "https://github.com/ProjectPyRhO/PyRhO",
+ "github/patscott/pippi": "https://github.com/patscott/pippi",
+ "github/patscott/gambit_1.3": "https://github.com/GambitBSM/gambit_1.3",
+ "github/mp3guy/ElasticFusion": "https://github.com/mp3guy/ElasticFusion",
+ "github/csmsoftware/IMPaCTS": "https://github.com/csmsoftware/IMPaCTS",
+ "github/pawni/BayesByHypernet": "https://github.com/pawni/BayesByHypernet",
+ "github/dolfin-adjoint/pyadjoint": "https://github.com/dolfin-adjoint/pyadjoint",
+ "github/lucydot/effmass": "https://github.com/lucydot/effmass",
+ "github/mc-imperial/jfs": "https://github.com/mc-imperial/jfs",
+ "github/mc-imperial/multicore-test-harness": "https://github.com/mc-imperial/multicore-test-harness",
+ "github/mc-imperial/gpuverify": "https://github.com/mc-imperial/gpuverify",
+ "github/ImperialCollegeLondon/magda_tools": "https://github.com/ImperialCollegeLondon/magda_tools",
+ "github/ImperialCollegeLondon/epidemia": "https://github.com/ImperialCollegeLondon/epidemia",
+ "github/ImperialCollegeLondon/sap-voicebox": "https://github.com/ImperialCollegeLondon/sap-voicebox",
+ "github/ImperialCollegeLondon/WInc3D": "https://github.com/ImperialCollegeLondon/WInc3D",
+ "github/ImperialCollegeLondon/django-drf-filepond": "https://github.com/ImperialCollegeLondon/django-drf-filepond",
+ "github/ImperialCollegeLondon/R2T2": "https://github.com/ImperialCollegeLondon/R2T2",
+ "github/ImperialCollegeLondon/safedata": "https://github.com/ImperialCollegeLondon/safedata",
+ "github/ImperialCollegeLondon/pytest_template_application": "https://github.com/ImperialCollegeLondon/pytest_template_application",
+ "github/ImperialCollegeLondon/ICLOCS": "https://github.com/ImperialCollegeLondon/ICLOCS",
+ "github/ImperialCollegeLondon/EpiCollectplus": "https://github.com/ImperialCollegeLondon/EpiCollectplus",
+ "github/ImperialCollegeLondon/adam": "https://github.com/ImperialCollegeLondon/adam",
+ "github/ImperialCollegeLondon/covid19model": "https://github.com/ImperialCollegeLondon/covid19model",
+ "github/ImperialCollegeLondon/research-software-directory-data": "https://github.com/ImperialCollegeLondon/research-software-directory",
+ "github/ImperialCollegeLondon/rcs-pacemakers": "https://github.com/ImperialCollegeLondon/rcs-pacemakers",
+ "github/ImperialCollegeLondon/hcga": "https://github.com/barahona-research-group/hcga",
+ "github/ImperialCollegeLondon/sharpy": "https://github.com/ImperialCollegeLondon/sharpy",
+ "github/ImperialCollegeLondon/UVLM": "https://github.com/ImperialCollegeLondon/UVLM",
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": "https://github.com/ImperialCollegeLondon/rcs_cluster_scripts",
+ "github/ImperialCollegeLondon/fractalgenetics": "https://github.com/ImperialCollegeLondon/fractalgenetics",
+ "github/Shamir-Lab/domino_web": "https://github.com/Shamir-Lab/domino_web",
+ "github/i-VRESSE/workflow-builder": "https://github.com/i-VRESSE/workflow-builder",
+ "github/i-VRESSE/pdbtbx-ts": "https://github.com/i-VRESSE/pdbtbx-ts",
+ "github/vincentlab/PyFR": "https://github.com/PyFR/PyFR",
+ "github/Imperial-visualizations/Physics-Visualizations": "https://github.com/Imperial-visualizations/Physics-Visualizations",
+ "github/JuliaMatrices/BandedMatrices.jl": "https://github.com/JuliaMatrices/BandedMatrices.jl",
+ "github/JuliaMatrices/LazyBandedMatrices.jl": "https://github.com/JuliaMatrices/LazyBandedMatrices.jl",
+ "github/JuliaMatrices/BlockBandedMatrices.jl": "https://github.com/JuliaMatrices/BlockBandedMatrices.jl",
+ "github/MolecularAI/DockStreamCommunity": "https://github.com/MolecularAI/DockStreamCommunity",
+ "github/drcandacemakedamoore/cleanX": "https://github.com/drcandacemakedamoore/cleanX",
+ "github/barnesgroupICL/Driftfusion": "https://github.com/barnesgroupICL/Driftfusion",
+ "github/lsds/Teechain": "https://github.com/lsds/Teechain",
+ "github/lsds/faasm": "https://github.com/faasm/faasm",
+ "github/lsds/Saber": "https://github.com/lsds/Saber",
+ "github/lsds/KungFu": "https://github.com/lsds/KungFu",
+ "github/lsds/sgx-lkl": "https://github.com/lsds/sgx-lkl",
+ "github/lsds/LightSaber": "https://github.com/lsds/LightSaber",
+ "github/lsds/Crossbow": "https://github.com/lsds/Crossbow",
+ "github/lsds/Neptune": "https://github.com/lsds/Neptune",
+ "github/lsds/TaLoS": "https://github.com/lsds/TaLoS",
+ "github/lsds/SEEP": "https://github.com/lsds/SEEP",
+ "github/mwoodbri/MRIdb": "https://github.com/mwoodbri/MRIdb",
+ "github/xcompact3d/Incompact3d": "https://github.com/xcompact3d/Incompact3d",
+ "github/imperialchem/mrd-demo": "https://github.com/imperialchem/mrd-demo",
+ "github/pybamm-team/PyBaMM": "https://github.com/pybamm-team/PyBaMM",
+ "github/UK-Digital-Heart-Project/4Dsegment": "https://github.com/UK-Digital-Heart-Project/4Dsegment",
+ "github/UK-Digital-Heart-Project/4Dsurvival": "https://github.com/UK-Digital-Heart-Project/4Dsurvival",
+ "github/tensorlayer/tensorlayer": "https://github.com/tensorlayer/TensorLayer",
+ "github/johnlees/PopPUNK": "https://github.com/bacpop/PopPUNK",
+ "github/johnlees/pp-sketchlib": "https://github.com/bacpop/pp-sketchlib",
+ "github/mrc-ide/PhyDyn": "https://github.com/mrc-ide/PhyDyn",
+ "github/mrc-ide/odin": "https://github.com/mrc-ide/odin",
+ "github/mrc-ide/PlasmoMAPI": "https://github.com/mrc-ide/PlasmoMAPI",
+ "github/mrc-ide/ring": "https://github.com/mrc-ide/ring",
+ "github/mrc-ide/drjacoby": "https://github.com/mrc-ide/drjacoby",
+ "github/mrc-ide/sircovid": "https://github.com/mrc-ide/sircovid",
+ "github/mrc-ide/dde": "https://github.com/mrc-ide/dde",
+ "github/mrc-ide/provisionr": "https://github.com/mrc-ide/provisionr",
+ "github/mrc-ide/dust": "https://github.com/mrc-ide/dust",
+ "github/mrc-ide/rrq": "https://github.com/mrc-ide/rrq",
+ "github/mrc-ide/squire": "https://github.com/mrc-ide/squire",
+ "github/mrc-ide/covid-sim": "https://github.com/mrc-ide/covid-sim",
+ "github/mrc-ide/cinterpolate": "https://github.com/mrc-ide/cinterpolate",
+ "github/mrc-ide/covid19-forecasts-orderly": "https://github.com/mrc-ide/covid19-forecasts-orderly",
+ "github/mrc-ide/global-lmic-reports-orderly": "https://github.com/mrc-ide/global-lmic-reports-orderly",
+ "github/mrc-ide/EpiEstim": "https://github.com/mrc-ide/EpiEstim",
+ "github/alstat/ALUES": "https://github.com/alstat/ALUES",
+ "github/PRIS-CV/DS-UI": "https://github.com/PRIS-CV/DS-UI",
+ "github/MorgansLab/OSCILOS_Long": "https://github.com/MorgansLab/OSCILOS_long",
+ "github/NathanSkene/MAGMA_Celltyping": "https://github.com/neurogenomics/MAGMA_Celltyping",
+ "github/NathanSkene/EWCE": "https://github.com/NathanSkene/EWCE",
+ "github/BioMedIA/MIRTK": "https://github.com/BioMedIA/MIRTK",
+ "github/paulhjkelly/taskgraph-metaprogramming": "https://github.com/paulhjkelly/taskgraph-metaprogramming",
+ "github/OP2/PyOP2": "https://github.com/OP2/PyOP2",
+ "github/klee/klee": "https://github.com/klee/klee",
+ "github/gilestrolab/ethoscope": "https://github.com/gilestrolab/ethoscope",
+ "github/gilestrolab/pySolo": "https://github.com/gilestrolab/pySolo",
+ "github/ropensci/unifir": "https://github.com/ropensci/unifir",
+ "github/brian-team/brian2": "https://github.com/brian-team/brian2",
+ "github/devitocodes/pyrevolve": "https://github.com/devitocodes/pyrevolve",
+ "github/baiwenjia/ukbb_cardiac": "https://github.com/baiwenjia/ukbb_cardiac",
+ "github/phenomecentre/nPYc-Toolbox": "https://github.com/phenomecentre/nPYc-Toolbox",
+ "github/umbralcalc/helmpy": "https://github.com/umbralcalc/helmpy",
+ "github/WMD-group/MacroDensity": "https://github.com/WMD-group/MacroDensity",
+ "github/WMD-group/StarryNight": "https://github.com/WMD-group/StarryNight",
+ "github/WMD-group/hybrid-perovskites": "https://github.com/WMD-group/hybrid-perovskites",
+ "github/WMD-group/Eris": "https://github.com/WMD-group/Eris",
+ "github/WMD-group/CarrierCapture.jl": "https://github.com/WMD-group/CarrierCapture.jl",
+ "github/WMD-group/SMACT": "https://github.com/WMD-group/SMACT",
+ "github/OttoStruve/muler": "https://github.com/OttoStruve/muler",
+ "github/xmuyulab/DreamDIA-XMBD": "https://github.com/xmuyulab/DreamDIA-XMBD",
+ "github/FluidityProject/fluidity": "https://github.com/FluidityProject/fluidity",
+ "github/Crompulence/cpl-library": "https://github.com/Crompulence/cpl-library",
+ "github/tanhevg/GpABC.jl": "https://github.com/tanhevg/GpABC.jl"
},
"description": {
"gitlab/chiemotono/mdcontactcom": "",
@@ -12602,6 +13429,152 @@
"github/lilyminium/psiresp": "RESP with inter- and intra-molecular constraints in Psi4.",
"github/dsoave/JLS": "JLS",
"github/R-Vessel-X/SlicerRVXLiverSegmentation": "3D Slicer plugin for Liver Anatomy Annotation by R-Vessel-X",
- "github/JLSteenwyk/ggpubfigs": "colorblind friendly color palettes and ggplot2 graphic system extensions for publication-quality scientific figures"
+ "github/JLSteenwyk/ggpubfigs": "colorblind friendly color palettes and ggplot2 graphic system extensions for publication-quality scientific figures",
+ "github/jczarnowski/DeepFactors": "Real-Time Probabilistic Dense Monocular SLAM Using Compact Code Representation",
+ "github/JelfsMaterialsGroup/stk": "Mirror of lukasturcani/stk - please file issues / fork / star that repo. ",
+ "github/jarvist/Julia-Phonons": "Julia codes to play with Phonons",
+ "github/firedrakeproject/gusto": "Three dimensional atmospheric dynamical core using the Gung Ho numerics.",
+ "github/firedrakeproject/firedrake": "Firedrake is an automated system for the portable solution of partial differential equations using the finite element method (FEM)",
+ "github/vimc/dettl": ":bar_chart::shower: Data extract, transform, test and load",
+ "github/vimc/orderly": ":hospital::ambulance: Lightweight Reproducible Reporting for R",
+ "github/vimc/vaultr": ":lock: API client for Hashicorp's vault (https://www.vaultproject.io/)",
+ "github/mofanv/darknetz": "runs several layers of a deep learning model in TrustZone",
+ "github/thetisproject/thetis": "Finite element flow solver for simulating coastal and estuarine flows.",
+ "github/su2code/SU2": "SU2: An Open-Source Suite for Multiphysics Simulation and Design",
+ "github/XuhanLiu/DrugEx": "Deep learning toolkit for Drug Design with Pareto-based Multi-Objective optimization in Polypharmacology",
+ "github/cog-imperial/entmoot": null,
+ "github/cog-imperial/suspect": "Special Structure Detection for Pyomo",
+ "github/cog-imperial/GPdoemd": "Design of experiments for model discrimination using Gaussian process surrogate models",
+ "github/cog-imperial/galini": "An extensible MINLP solver",
+ "github/ec363/fpcountr": "Fluorescent protein calibration for plate readers",
+ "github/mgalardini/pyseer": "SEER, reimplemented in python \ud83d\udc0d\ud83d\udd2e",
+ "github/JuliaArrays/LazyArrays.jl": "Lazy arrays and linear algebra in Julia",
+ "github/JuliaArrays/InfiniteArrays.jl": "A Julia package for representing infinite-dimensional arrays",
+ "github/JuliaArrays/BlockArrays.jl": "BlockArrays for Julia",
+ "github/DRMacIver/shrinkray": "Shrink Ray is a new test-case reducer designed to be effective on a wide range of formats",
+ "github/fabiopardo/tonic": "Tonic RL library",
+ "github/fabiopardo/qmap": "Scaling All-Goals Updates in Reinforcement Learning Using Convolutional Neural Networks",
+ "github/LabTranslationalArchitectomics/riboWaltz": "optimization of ribosome P-site positioning in ribosome profiling data",
+ "github/saphir746/BiobankRead-Bash": "Python scripts to extract and pre-process UKB data",
+ "github/biomedia-mira/istn": "Image-and-Spatial Transformer Networks",
+ "github/biomedia-mira/masf": "Domain Generalization via Model-Agnostic Learning of Semantic Features",
+ "github/biomedia-mira/drop2": "drop2 - intensity-based image registration",
+ "github/biomedia-mira/blast-ct": "Brain Lesion Analysis and Segmentation Tool for Computed Tomography",
+ "github/biomedia-mira/deepscm": "Repository for Deep Structural Causal Models for Tractable Counterfactual Inference",
+ "github/DLTK/DLTK": "Deep Learning Toolkit for Medical Image Analysis",
+ "github/deepmedic/deepmedic": "Efficient Multi-Scale 3D Convolutional Neural Network for Segmentation of 3D Medical Scans",
+ "github/Kaixhin/dockerfiles": "Compilation of Dockerfiles with automated builds enabled on the Docker Registry",
+ "github/Kaixhin/FGLab": "Future Gadget Laboratory",
+ "github/Kaixhin/PlaNet": "Deep Planning Network: Control from pixels by latent planning with learned dynamics",
+ "github/Kaixhin/FGMachine": "Future Gadget Machine",
+ "github/Kaixhin/spinning-up-basic": "Basic versions of agents from Spinning Up in Deep RL written in PyTorch",
+ "github/Kaixhin/Autoencoders": "Torch implementations of various types of autoencoders",
+ "github/Kaixhin/Atari": "Persistent advantage learning dueling double DQN for the Arcade Learning Environment",
+ "github/Kaixhin/Rainbow": "Rainbow: Combining Improvements in Deep Reinforcement Learning",
+ "github/PengyiZhang/DRR4Covid": "DRR4Covid: Learning Automated COVID-19 Infection Segmentation from Digitally Reconstructed Radiographs",
+ "github/ProjectPyRhO/PyRhO": "A virtual optogenetics laboratory",
+ "github/patscott/pippi": "Pippi: parse it, plot it. A program for operating on MCMC chains and related lists of samples from a function or distribution.",
+ "github/patscott/gambit_1.3": "GAMBIT: The Global and Modular Beyond-the-Standard-Model Inference Tool",
+ "github/mp3guy/ElasticFusion": "Real-time dense visual SLAM system",
+ "github/csmsoftware/IMPaCTS": "Imperial Metabolic Profiling and Chemometrics Toolbox for Spectroscopy",
+ "github/pawni/BayesByHypernet": "Code for the paper Implicit Weight Uncertainty in Neural Networks",
+ "github/dolfin-adjoint/pyadjoint": "The algorithmic differentation tool pyadjoint and add-ons.",
+ "github/lucydot/effmass": "Calculates various definitions of effective mass from the electronic bandstructure of a semiconductor.",
+ "github/mc-imperial/jfs": "Constraint solver based on coverage-guided fuzzing",
+ "github/mc-imperial/multicore-test-harness": "A multicore microprocessor test harness for measuring interference",
+ "github/mc-imperial/gpuverify": "GPUVerify: a Verifier for GPU Kernels",
+ "github/ImperialCollegeLondon/magda_tools": "A collection of tools for working with MAGDA data files",
+ "github/ImperialCollegeLondon/epidemia": "epidemia package",
+ "github/ImperialCollegeLondon/sap-voicebox": "Speech Processing Toolbox for MATLAB",
+ "github/ImperialCollegeLondon/WInc3D": "Wind Farm Simulator",
+ "github/ImperialCollegeLondon/django-drf-filepond": "A Django app providing a server implemention for the Filepond file upload library",
+ "github/ImperialCollegeLondon/R2T2": "Research References Tracking Tool",
+ "github/ImperialCollegeLondon/safedata": "An R package for discovering and using data from the SAFE Project",
+ "github/ImperialCollegeLondon/pytest_template_application": "Python application template with automated QA and Docker image publishing",
+ "github/ImperialCollegeLondon/ICLOCS": "Imperial College London Optimal Control Software (ICLOCS)",
+ "github/ImperialCollegeLondon/EpiCollectplus": "The next generation of EpiCollect, multiple forms, more fields and more control. We recommend using Apache 2.2 or later, PHP 5.3 or later and MySQL 5.5 or later.",
+ "github/ImperialCollegeLondon/adam": null,
+ "github/ImperialCollegeLondon/covid19model": "Code for modelling estimated deaths and cases for COVID19. ",
+ "github/ImperialCollegeLondon/research-software-directory-data": "Imperial College Research Software Directory",
+ "github/ImperialCollegeLondon/rcs-pacemakers": "Example of GPU-accelerated machine learning on the RCS compute cluster using Jupyter and conda",
+ "github/ImperialCollegeLondon/hcga": "Highly Comparative Graph Analysis - Code for network phenotyping ",
+ "github/ImperialCollegeLondon/sharpy": "Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code",
+ "github/ImperialCollegeLondon/UVLM": "Unsteady Vortex Lattice Method for Aeroelasticity in C++",
+ "github/ImperialCollegeLondon/rcs_cluster_scripts": "A collection of handy scripts for use with the Imperial College Research Computing Service cluster",
+ "github/ImperialCollegeLondon/fractalgenetics": "Analysis of the genomic architecture and functional role of myocardial trabeculae",
+ "github/Shamir-Lab/domino_web": null,
+ "github/i-VRESSE/workflow-builder": "Graphical interface to build a workflow file",
+ "github/i-VRESSE/pdbtbx-ts": "JS wrapper around pdbtbx rust crate",
+ "github/vincentlab/PyFR": "PyFR",
+ "github/Imperial-visualizations/Physics-Visualizations": "A computational project at Imperial College London to develop interactive visualizations for education.",
+ "github/JuliaMatrices/BandedMatrices.jl": "A Julia package for representing banded matrices",
+ "github/JuliaMatrices/LazyBandedMatrices.jl": "A Julia package for lazy banded matrices",
+ "github/JuliaMatrices/BlockBandedMatrices.jl": "A Julia package for representing block-banded matrices and banded-block-banded matrices",
+ "github/MolecularAI/DockStreamCommunity": null,
+ "github/drcandacemakedamoore/cleanX": "Python library for exploring, cleaning, normalizing, and augmenting large datasets of radiological data.",
+ "github/barnesgroupICL/Driftfusion": "An open source drift diffusion code based in MATLAB for simulating solar cells",
+ "github/lsds/Teechain": "Teechain: A Secure Payment Network with Asynchronous Blockchain Access",
+ "github/lsds/faasm": "High-performance stateful serverless runtime based on WebAssembly",
+ "github/lsds/Saber": "Window-Based Hybrid CPU/GPU Stream Processing Engine",
+ "github/lsds/KungFu": "Fast and Adaptive Distributed Machine Learning for TensorFlow, PyTorch and MindSpore.",
+ "github/lsds/sgx-lkl": "SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves",
+ "github/lsds/LightSaber": "Multi-core Window-Based Stream Processing Engine",
+ "github/lsds/Crossbow": "Crossbow: A Multi-GPU Deep Learning System for Training with Small Batch Sizes",
+ "github/lsds/Neptune": "Neptune Execution Framework for Stream/Batch Spark Applications",
+ "github/lsds/TaLoS": "Efficient TLS termination inside Intel SGX enclaves for existing applications",
+ "github/lsds/SEEP": "Cluster computing using Stateful Dataflow Graphs",
+ "github/mwoodbri/MRIdb": "An end-to-end data management system for MRI",
+ "github/xcompact3d/Incompact3d": "New version of our solver for the incompressible Navier-Stokes equations",
+ "github/imperialchem/mrd-demo": "Demonstration of classical molecular reaction dynamics for a tri-atomic system",
+ "github/pybamm-team/PyBaMM": "Fast and flexible physics-based battery models in Python",
+ "github/UK-Digital-Heart-Project/4Dsegment": null,
+ "github/UK-Digital-Heart-Project/4Dsurvival": "Deep learning cardiac motion analysis for survival prediction",
+ "github/tensorlayer/tensorlayer": "Deep Learning and Reinforcement Learning Library for Scientists and Engineers ",
+ "github/johnlees/PopPUNK": "PopPUNK \ud83d\udc68\u200d\ud83c\udfa4 (POPulation Partitioning Using Nucleotide Kmers)",
+ "github/johnlees/pp-sketchlib": "Library of sketching functions used by PopPUNK",
+ "github/mrc-ide/PhyDyn": "PhyDyn: Epidemiological modelling in BEAST",
+ "github/mrc-ide/odin": "\u16a9 A DSL for describing and solving differential equations in R",
+ "github/mrc-ide/PlasmoMAPI": "Mapping Plasmodium Spatial Connectivity from Genetic Data",
+ "github/mrc-ide/ring": ":ring: Ring buffers",
+ "github/mrc-ide/drjacoby": "Flexible Markov chain monte carlo via reparameterization",
+ "github/mrc-ide/sircovid": null,
+ "github/mrc-ide/dde": ":clock1130::soon::clock9: Delay differential equation solver",
+ "github/mrc-ide/provisionr": ":package::package::arrow_right::classical_building: Provision a library of R packages",
+ "github/mrc-ide/dust": ":sparkles::sparkles::sparkles: Iterate multiple realisations of stochastic models",
+ "github/mrc-ide/rrq": ":runner::runner::runner: Lightweight Redis queues",
+ "github/mrc-ide/squire": "SEIR transmission model of COVID-19. Documentation at:",
+ "github/mrc-ide/covid-sim": "This is the COVID-19 CovidSim microsimulation model developed by the MRC Centre for Global Infectious Disease Analysis hosted at Imperial College, London.",
+ "github/mrc-ide/cinterpolate": ":bar_chart::arrow_right::wavy_dash: Interpolating functions from C, in R",
+ "github/mrc-ide/covid19-forecasts-orderly": null,
+ "github/mrc-ide/global-lmic-reports-orderly": "COVID-19 forecast reports for LMICs",
+ "github/mrc-ide/EpiEstim": "A tool to estimate time varying instantaneous reproduction number during epidemics",
+ "github/alstat/ALUES": "Agricultural Land Use Evaluation System",
+ "github/PRIS-CV/DS-UI": "DS-UI: Dual-Supervised Mixture of Gaussian Mixture Models for Uncertainty Inference in Image Recognition (IEEE TIP 2021)",
+ "github/MorgansLab/OSCILOS_Long": "OSCILOS_long is an open source code for simulating combustion instabilities. OSCILOS_lite was developed at Imperial College London by Prof. Aimee S. Morgans and co-workers. The code is open source and written in MATLAB.",
+ "github/NathanSkene/MAGMA_Celltyping": "Find causal cell-types underlying complex trait genetics",
+ "github/NathanSkene/EWCE": "Expression Weighted Celltype Enrichment. See the package website for up-to-date instructions on usage.",
+ "github/BioMedIA/MIRTK": "The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at",
+ "github/paulhjkelly/taskgraph-metaprogramming": "The TaskGraph Meta-programming Library is a C++ package that supports run-time code generation - programs that generate code on the fly, then execute it. And having built a piece of code, you can apply various transformations to it (such as loop interchange and tiling).",
+ "github/OP2/PyOP2": "Framework for performance-portable parallel computations on unstructured meshes",
+ "github/klee/klee": "KLEE Symbolic Execution Engine",
+ "github/gilestrolab/ethoscope": "a platform from monitoring animal behaviour in real time from a raspberry pi",
+ "github/gilestrolab/pySolo": "A software for sleep analysis in Drosophila",
+ "github/ropensci/unifir": "A unifying interface for calling Unity from R",
+ "github/brian-team/brian2": "Brian is a free, open source simulator for spiking neural networks. ",
+ "github/devitocodes/pyrevolve": "Python library to manage checkpointing for adjoints",
+ "github/baiwenjia/ukbb_cardiac": "Some code for processing and analysing UK Biobank cardiac MR images.",
+ "github/phenomecentre/nPYc-Toolbox": "The nPYc-Toolbox defines objects for representing, and implements functions to manipulate and display, metabolic profiling datasets.",
+ "github/umbralcalc/helmpy": "An all-in-one python class for optimised stochastic simulation and forecasting the effect of mass drug administration on helminth (parasitic worm) disease transmission",
+ "github/WMD-group/MacroDensity": "Analyse electron density & potential grids using Python",
+ "github/WMD-group/StarryNight": "Monte Carlo codes to simulate polar domains in hybrid perovskite solar cells",
+ "github/WMD-group/hybrid-perovskites": "DFT optimised crystal structures of inorganic and hybrid halide perovskites",
+ "github/WMD-group/Eris": "Monte Carlo codes to simulate cation disorder in kesterite semiconductors",
+ "github/WMD-group/CarrierCapture.jl": "Package to compute trap-assisted electron and hole capture in semiconducting compounds",
+ "github/WMD-group/SMACT": "Python package to aid materials design",
+ "github/OttoStruve/muler": "A Python package for working with pipeline-produced spectra from IGRINS, HPF, and Keck NIRSPEC",
+ "github/xmuyulab/DreamDIA-XMBD": "Software for data-independent acquisition (DIA) proteomic data processing with deep representation features.",
+ "github/FluidityProject/fluidity": "Fluidity",
+ "github/Crompulence/cpl-library": null,
+ "github/tanhevg/GpABC.jl": null
}
}
\ No newline at end of file
diff --git a/missing-requirements.json b/missing-requirements.json
index 30860c01..38aa4294 100644
--- a/missing-requirements.json
+++ b/missing-requirements.json
@@ -1,662 +1,739 @@
[
- "github/tariks/peakachu",
- "github/NLeSC/eEcology-SMS-reciever",
- "github/somefunAgba/NLSIG-COVID19Lab",
- "github/U-Alberta/ADaPT-ML",
- "github/JamesPaynter/PyGRB",
- "github/ArneTillmann/AuDoLab",
- "github/jordanlab/STing",
- "gitlab/davidtourigny/dynamic-fba",
- "github/hongli-ma/RNANetMotif",
- "github/jianghuaijie/scLRTC",
- "github/nonlocalmodels/NLMech",
- "github/joglekara/VlaPy",
- "github/ChengF-Lab/AOPEDF",
- "github/TRASAL/psrdada-python",
- "github/sjvrijn/mf2",
- "github/bluesky/bluesky",
- "github/EcoJulia/SimpleSDMLayers.jl",
- "github/cb-geo/mpm",
- "github/Blosc/c-blosc",
- "github/3D-e-Chem/3D-e-Chem-VM",
- "github/cjneely10/EukMetaSanity",
- "github/traja-team/traja",
- "github/Peppags/CNN-SVR",
- "github/savage13/sacio",
- "github/Filter-Bubble/stroll",
- "github/BenMql/coral",
- "github/WGLab/InterVar",
- "github/zhanglabtools/CASAVA",
- "github/statOmics/satuRnPaper",
- "github/Circuitscape/Omniscape.jl",
- "github/cbrueffer/tophat-recondition",
- "github/soedinglab/hh-suite",
- "github/ELELAB/CAncer-bioMarker-Prediction-Pipeline-CAMPP",
- "github/Dfam-consortium/RepeatModeler",
- "github/vishwas1984/LaplaceInterpolation.jl",
- "github/genome/bam-readcount",
- "github/EcoJulia/Microbiome.jl",
- "github/SMI/SmiServices",
+ "github/dutilh/CAT",
+ "github/RWTH-EBC/AixCaliBuHA",
+ "github/ebundhoo/TAGOPSIN",
+ "github/citation-file-format/cff-converter-python",
+ "github/SSAGESproject/SSAGES",
+ "github/pavanvidem/chira",
+ "github/moranegg/AffectationRO",
+ "github/KTH-Nek5000/UQit",
+ "github/GunzIvan28/rMAP",
+ "github/staphopia/staphopia-paper",
+ "github/sisl/POMDPStressTesting.jl",
+ "github/ESMValGroup/ESMValTool",
+ "github/MesserLab/SLiM",
"github/feature-engine/feature_engine",
- "github/mikegrudic/pytreegrav",
- "github/Ramialison-Lab-ARMI/3DCardiomics",
- "github/vprusso/toqito",
- "github/rksyouyou/SASOM-analysis",
- "github/freelawproject/eyecite",
- "github/3D-e-Chem/knime-kripodb",
- "github/mpi4jax/mpi4jax",
+ "gitlab/mainlabwsu/bims",
+ "github/NLeSC/structure-from-motion",
+ "github/ERA-URBAN/netcdf2littler",
+ "github/krober10nd/SeismicMesh",
+ "github/hillerlab/GenomeAlignmentTools",
+ "github/WatsonGroupTCD/J2suscep",
+ "github/pawni/BayesByHypernet",
+ "github/jboynyc/textnets",
+ "github/geospace-code/h5fortran",
+ "github/HorvathLab/ReQTL",
+ "github/KULL-Centre/DEERpredict",
+ "github/horovod/horovod",
"github/IBM/fold2seq",
- "github/pysal/pysal",
+ "github/jarvist/Julia-Phonons",
+ "github/eWaterCycle/ewatercycle",
+ "github/soerendip/ms-mint",
+ "github/alan-turing-institute/MLJ.jl",
+ "github/ziyewang/MetaBinner",
+ "github/ESMValGroup/ESMValCore",
+ "github/pymc-devs/pymc3",
+ "github/JuliaManifolds/Manopt.jl",
"github/MingBit/PySCNet",
- "github/dstansby/pfsspy",
- "github/plotly/dash",
- "github/pyBRAvo/pyBRAvo",
- "github/entangled/entangled",
- "github/NLeSC/eEcology-Annotation-WS",
- "github/jendelel/PrankWebApp",
- "github/egonw/bacting",
- "github/votca/xtp",
- "github/eEcoLiDAR/Laserfarm",
- "github/m-a-d-n-e-s-s/madness",
+ "github/SteveMacenski/slam_toolbox",
"github/twosixlabs/magicwand-datatool",
- "github/EOSC-LOFAR/lofar-ld",
- "github/herrsalmi/FConverter",
- "github/mggg/ecological-inference",
- "github/ESMValGroup/ESMValCore",
- "github/genotoul-bioinfo/dgenies",
- "github/lnferris/ocean_data_tools",
- "github/jbytecode/LinRegOutliers",
- "github/curl/curl",
- "github/NLeSC/structure-from-motion",
- "github/jiujiezz/tsnad",
- "github/netrias/rnassist",
- "github/barbagroup/geoclaw-landspill",
- "github/li-shaochuan/SEDIM",
+ "github/babelomics/impuSARS",
+ "github/kegiljarhus/pyBEMT",
+ "github/TeamLEGWORK/LEGWORK",
+ "github/PyTables/PyTables",
+ "github/compomics/xilmass",
+ "github/dnonatar/Sequoia",
+ "github/puregome/notebooks",
+ "github/hansenjohnson/WhaleMap",
+ "github/exoplanet-dev/exoplanet",
+ "github/NLeSC/SalientDetector-matlab",
+ "github/pyomeca/biorbd",
+ "github/online-behaviour/find-journalists",
+ "github/mikegrudic/pytreegrav",
+ "gitlab/davidtourigny/dynamic-fba",
+ "github/aiidateam/aiida-core",
+ "github/algo-cancer/CAMMiQ",
+ "github/DataIntellSystLab/KARGA",
+ "github/genner-lab/meta-fish-lib",
+ "github/JoelForamitti/agentpy",
+ "github/smith-chem-wisc/ProteaseGuru",
+ "github/JuliaMatrices/BlockBandedMatrices.jl",
+ "github/gijut/gnucash",
+ "github/sap218/jabberwocky",
+ "github/sunpy/sunpy",
+ "github/johncwok/CategoricalTimeSeries.jl",
+ "github/theosanderson/chronumental",
"github/DedalusProject/eigentools",
- "github/brainglobe/bg-atlasapi",
- "github/GunzIvan28/rMAP",
- "github/xenon-middleware/xenon",
- "github/3D-e-Chem/knime-molviewer",
- "github/joergbuchwald/joss_ogs6py_VTUinterface",
+ "github/multiply-org/sar-pre-processing",
+ "github/csdms/bmi",
+ "github/pierrepo/autoclassweb",
+ "github/thetisproject/thetis",
+ "github/libdynd/dynd-python",
+ "gitlab/cosmograil/PyCS3",
+ "github/FEniCS/ffcx",
"github/JunTaoLuo/mctreesearch4j",
- "github/lijing28101/maize_pyrpipe",
- "github/NLeSC/SalientDescriptor-matlab",
- "github/staphopia/staphopia-paper",
- "github/pvlib/pvlib-python",
- "github/UFParLab/aces4",
- "github/kegiljarhus/pyBEMT",
- "github/alvinxhan/Phydelity",
- "github/pypeit/PypeIt",
- "github/spinicist/riesling",
- "github/devsim/devsim",
- "github/leonzheng2/efficient-butterfly",
- "github/danhey/maelstrom",
- "github/ipython/ipython",
- "github/mlaparie/phidget-tools",
- "github/eWaterCycle/experiment-launcher",
- "github/cicirello/Chips-n-Salsa",
- "github/ziyewang/ARG_SHINE",
- "github/QEF/q-e",
- "github/pokynmr/ipick",
- "github/phelelani/nf-rnaSeqCount",
- "github/citation-file-format/cff-converter-python",
- "github/Merck/BioPhi",
- "github/wilsonrljr/sysidentpy",
- "github/cheginit/HyRiver",
- "github/nextflow-io/nextflow",
- "github/hcdenbakker/sepia",
- "github/DreamCloud-Project/McSim-TLM-NoC",
- "github/NLeSC/MAGMa",
- "github/gromacs/gromacs",
- "github/hrwakeford/ExoTiC-ISM",
- "github/asmusskar/ALVA",
- "github/Sulstice/cocktail-shaker",
- "github/cbg-ethz/PredictHaplo",
- "github/vcflib/vcflib",
- "github/yesint/EnCurv",
- "github/NLeSC/eAstroViz",
- "github/AA-ALERT/Dedispersion",
- "github/3D-e-Chem/knime-python-wrapper",
+ "github/icbm-iupui/STAFF",
"github/vgl-hub/gfastats",
- "github/PacificBiosciences/pbbioconda",
+ "github/biolab/orange-bio",
+ "github/cgre-aachen/gemgis",
+ "github/sieunhanbom04/support-exploration-matrix-factorization",
+ "gitlab/remram44/taguette",
+ "github/UCD4IDS/WaveletsExt.jl",
+ "github/ImperialCollegeLondon/WInc3D",
+ "github/JuliaArrays/BlockArrays.jl",
"github/ewatercycle/era5cli",
- "github/TinkerTools/Tinker-HP",
+ "github/openmopac/MOPAC",
+ "github/yiwenstat/MCPCA_PopGen",
+ "github/3D-e-Chem/tycho-knime-node-archetype",
+ "github/EOSC-LOFAR/lofar-ld",
+ "gitlab/sissopp_developers/sissopp",
"github/dunhamlab/PacRAT",
- "github/mengaldo/PySPOD",
- "github/ylab-hi/ScanITD",
- "github/atfrank/PyShifts",
- "github/ArenA-Crowds/Crowds",
- "github/alan-turing-institute/Palaeoanalytics",
- "github/jamesrhester/Lerche.jl",
- "github/gijut/gnucash",
- "github/jacobmerson/model-traits",
- "github/DeepRegNet/DeepReg",
- "github/bihealth/sodar_core",
- "github/ntcockroft/STarFish",
- "github/tramarobin/fctSPM",
- "github/EskelandLab/ShinyArchRUiO",
- "github/siara-cc/Unishox2",
- "github/jianlin-cheng/DRCon",
- "github/cbg-ethz/V-pipe",
- "github/nkallima/sim-universal-construction",
- "github/wangchao-malab/DeepAc4C",
- "github/gokalpcelik/ROHMMCLI",
- "github/NeuralEnsemble/elephant",
- "github/agombolay/ribose-map",
- "gitlab/pyFBS/pyFBS",
- "github/IFB-ElixirFr/edam-browser",
- "github/kritiyer/AngioNet",
- "github/ryokbys/nap",
- "github/NLeSC/root-conda-recipes",
- "github/big-data-lab-team/spot",
- "github/EddyRivasLab/hmmer",
- "github/devitocodes/devito",
- "github/morphometry/papaya2",
+ "github/berenslab/MorphoPy",
+ "github/octopus-sensing/octopus-sensing",
+ "github/brian-lau/MatlabAUC",
+ "github/biolab/orange3-network",
+ "github/fair-workflows/fairworkflows",
+ "github/NMBU-Data-Science/RENT",
+ "github/amanchokshi/EMBERS",
+ "github/WMD-group/Eris",
+ "github/TinkerTools/Tinker-HP",
+ "github/pysal/spaghetti",
+ "github/nedRad88/SCALAR",
+ "github/nlesc-sherlock/emma",
+ "github/optuna/optuna",
+ "github/refresh-bio/whisper",
+ "github/Filter-Bubble/stroll",
+ "github/SchedMD/slurm",
+ "github/UK-Digital-Heart-Project/4Dsegment",
+ "gitlab/chiemotono/mdcontactcom",
+ "gitlab/aceteam.kaist/ACE-Molecule",
+ "github/phenology/cgc",
+ "github/NLeSC/osmium",
+ "github/NLeSC/PattyData",
+ "github/semiautomaticgit/SemiAutomaticClassificationPlugin",
+ "github/MolecularAI/DockStreamCommunity",
+ "github/yuansliu/minirmd",
+ "github/neuralgraphs/diman",
+ "github/WMD-group/StarryNight",
+ "github/richford/groupyr",
+ "github/shaniAmare/long_read_tools",
+ "github/paulhjkelly/taskgraph-metaprogramming",
+ "github/pengweixing/FACT",
+ "github/Parsl/parsl",
+ "github/yesint/EnCurv",
+ "github/PCMSolver/pcmsolver",
+ "github/glotzerlab/hoomd-blue",
+ "github/laurazara/IgIDivA",
+ "github/drwaseemsheikh/audiometry",
+ "github/PengyiZhang/DRR4Covid",
+ "github/jbytecode/LinRegOutliers",
"github/NLESC-JCER/EigenCuda",
- "github/NarlikarLab/exoDIVERSITY",
- "github/NLeSC/python-pcl",
- "github/imr-framework/OCTOPUS",
- "github/auranic/ClinTrajan",
- "github/0x0f0f0f/Metatheory.jl",
- "github/biboyd/SALSA",
- "github/pyomeca/biorbd",
- "github/spectralcode/OCTproZ",
- "github/scottleedavis/googleearthtoolbox",
- "github/bshoshany/OGRe",
- "github/JungleComputing/rocket",
- "github/HUST-NingKang-Lab/ONN4MST",
- "github/spacetx/starfish",
- "github/andreasmang/claire",
- "github/OpenMD/OpenMD",
- "github/SSAGESproject/SSAGES",
- "github/pydata/xarray",
- "github/pavanvidem/chira",
- "github/DreamCloud-Project/McSim-Cycle-accurate-NoC",
- "github/optimusmoose/jsms",
- "github/tobias-dv-lnu/s4rdm3x",
+ "github/cistib/origami",
+ "github/genome/somatic-sniper",
+ "github/sheryl-ai/MetaPred",
"github/JCGonzS/mechnetor",
- "github/czbiohub/cerebra",
- "github/climate-machine/Oceananigans.jl",
- "github/lifs-tools/jmzTab-m",
- "github/lskatz/SneakerNet",
- "github/NCIP/visda",
- "github/coleygroup/pyscreener",
- "github/NLeSC/ahn-pointcloud-viewer-ws",
- "github/krober10nd/SeismicMesh",
- "github/JannisHoch/copro",
- "github/JuliaQX/QXTools.jl",
- "github/yhoogstrate/fastafs",
- "github/scikit-learn/scikit-learn",
- "github/sieunhanbom04/support-exploration-matrix-factorization",
- "github/lucian-ilie/DELPHI",
- "github/mfruzan/HaploMaker",
- "github/alan-turing-institute/MLJ.jl",
- "github/fair-workflows/fairworkflows",
- "github/pencil-code/pencil-code",
- "github/netsiphd/netrd",
- "github/NLeSC/SalientDetector-matlab",
- "github/nwchemgit/nwchem",
- "github/ERA-URBAN/netcdf2littler",
- "github/OncoRNALab/CiLiQuant",
- "github/DrDaveShaw/INCHEM-Py",
- "github/NLeSC/baklava",
- "github/JuliaDynamics/DrWatson.jl",
- "github/phenology/cgc",
- "github/plumed/plumed2",
- "github/Muhammad-Arif-NUST/BVP_Pred_Unb",
- "github/scipy/scipy",
- "github/nluetts/NoisySignalIntegration.jl",
- "github/PaulSt/NGSTrefftz",
- "github/utrillalab/repromin",
- "github/soerendip/ms-mint",
- "github/gridap/Gridap.jl",
- "github/Music-and-Culture-Technology-Lab/omnizart",
- "github/Cantera/cantera",
- "github/openscm/openscm-twolayermodel",
- "github/PyTorchLightning/metrics",
- "github/KVSlab/turtleFSI",
+ "github/shihyuntang/igrins_rv",
+ "github/optimusmoose/jsms",
+ "github/mrc-ide/global-lmic-reports-orderly",
"github/sandmanns/CopyDetective",
- "github/mne-tools/mne-python",
- "github/GooglingTheCancerGenome/sv-gen",
- "github/mosdef-hub/mbuild",
+ "github/mariakotouza/TRIP-Tool",
+ "github/NREL/OpenOA",
+ "github/deezer/spleeter",
+ "github/NLeSC/lokum",
+ "github/scikit-hep/pyhf",
+ "github/cma2015/iwa-miRNA",
+ "github/mc-imperial/gpuverify",
+ "github/benjaminbolling/DynaGUI",
+ "github/hpgem/nanomesh",
+ "github/herrsalmi/FConverter",
"github/wvanzeist/riroriro",
- "github/montilab/nf-gwas-pipeline",
- "github/ZhaiLab-SUSTech/FLEPSeq",
- "github/SchmollerLab/Cell_ACDC",
- "github/churchmanlab/genewalk",
- "github/alicia-ziying-yang/conTEXT-explorer",
- "github/candYgene/pbg-ld",
- "github/SteveMacenski/slam_toolbox",
- "github/landlab/landlab",
- "github/fair-workflows/nanopub",
- "github/tekpinar/correlationplus",
- "github/dnafinder/uroccomp",
+ "github/Computational-NeuroGenetics/deMeta-beta",
+ "github/cosmo-epfl/chemiscope",
+ "github/davek44/Glimmer-MG",
+ "github/niosh-mining/obsplus",
+ "github/tanhevg/GpABC.jl",
+ "github/DreamCloud-Project/McSim-Cycle-accurate-Xbar",
+ "github/jameschapman19/cca_zoo",
+ "github/DreamCloud-Project/AMALTHEA-Microworkload-Generator",
+ "github/jamesrhester/Lerche.jl",
+ "github/lsds/KungFu",
+ "github/auranic/ClinTrajan",
+ "github/anmolter/XLUR",
+ "github/lsds/SEEP",
+ "gitlab/ostrokach/proteinsolver",
+ "github/OpenWaterAnalytics/pyswmm",
+ "github/andreaminio/haplosync",
+ "github/cb-geo/mpm",
+ "gitlab/project-dare/dare-platform",
+ "github/kutaslab/fitgrid",
+ "github/twopin/CAMP",
+ "github/ELELAB/CAncer-bioMarker-Prediction-Pipeline-CAMPP",
+ "github/carnotresearch/cr-sparse",
+ "github/yhoogstrate/fastafs",
+ "github/kuadrat/data_slicer",
+ "github/NLeSC/esibayes",
+ "github/3D-e-Chem/knime-sstea",
+ "github/clawpack/pyclaw",
"github/scikit-image/scikit-image",
- "github/ridgelab/ExtRampOnline",
- "github/Materials-Consortia/OPTIMADE-Filter",
- "github/wonderful1/CNV-PG",
- "github/BiocomputeLab/paraSBOLv",
+ "github/beagle-dev/beagle-lib",
+ "github/openmm/openmm",
"github/NLeSC/xenon-grpc",
- "github/adamgayoso/totalVI_reproducibility",
- "github/WatsonGroupTCD/J2suscep",
- "github/mtsch/Ripserer.jl",
- "github/iopenshell/ezSpectrum",
- "github/bwa-mem2/bwa-mem2",
+ "github/marieBvr/virAnnot",
+ "github/geopandas/geopandas",
+ "github/QuantEcon/QuantEcon.py",
+ "github/tobias-dv-lnu/s4rdm3x",
+ "github/e-mental-health/orange-hackathon",
+ "github/yaml2sbml-dev/yaml2sbml",
+ "github/Acellera/htmd",
+ "github/ryokbys/nap",
+ "github/hcdenbakker/sepia",
+ "github/johnlees/PopPUNK",
+ "github/flintproject/Flint",
+ "github/hall-lab/bamkit",
+ "github/eWaterCycle/experiment-launcher",
+ "github/spectralcode/OCTproZ",
+ "github/YaleTHz/nelly",
+ "github/sahasuparna/DeMoS",
+ "github/JuliaOcean/AIBECS.jl",
+ "github/asmusskar/ALVA",
+ "github/pencil-code/pencil-code",
+ "github/BenMql/coral",
+ "github/fair-workflows/NanopubJL",
+ "github/atfrank/PyShifts",
"github/AstraZeneca/kallisto",
- "github/alan-turing-institute/monitoring-ecosystem-resilience",
- "github/darioizzo/dcgp",
- "github/cochran4/GEMB",
- "github/VALENCE-software/VALENCE",
- "github/wmalab/EnHiC",
- "github/spectrapepper/spectrapepper",
- "github/ruanjue/wtdbg2",
- "github/gerthmicha/wolbachia-mlst",
- "github/skypyproject/skypy",
- "github/pierrepo/autoclassweb",
- "github/jakelever/civicmine",
- "github/ValeevGroup/mpqc",
- "github/zhwm/SparsePro_Paper",
- "github/HUST-DataMan/FRMC",
- "github/pyomeca/ezc3d",
- "github/MelanieKahl/MechAnalyze",
- "github/bokeh/bokeh",
- "github/poldracklab/nitransforms",
+ "github/NLeSC/OCTSegmentation",
+ "github/BiocomputeLab/paraSBOLv",
+ "github/JungleComputing/rocket",
+ "github/mackelab/sbi",
+ "github/euroargodev/argopy",
+ "github/JuliaArrays/InfiniteArrays.jl",
+ "github/SunilAnandatheertha/PXO",
+ "github/plotly/dash",
+ "github/fair-workflows/nanopub",
+ "github/JuliaMatrices/LazyBandedMatrices.jl",
+ "github/pyBRAvo/pyBRAvo",
+ "github/syasini/AstroPaint",
+ "github/NLeSC/SalientDescriptor-matlab",
+ "github/siara-cc/Unishox2",
+ "github/3D-e-Chem/3D-e-Chem-VM",
+ "github/yangfangs/test_GFICLEE",
"github/MoreiraLAB/mensadb-open",
- "github/NLeSC/SalientDetector-python",
- "github/ZJUFanLab/scTITANS",
- "github/temken/obscura",
- "github/kostergroup/SIMsalabim",
- "github/ashleefv/ACEInhibPKPD",
- "github/mosdef-hub/foyer",
- "github/WatsonLab/MAGpy",
- "github/srdc/onfhir",
- "github/kkrismer/scansite4",
- "github/BU-ISCIII/taranis",
- "github/pikarpov-LANL/Sapsan",
- "github/3D-e-Chem/knime-klifs",
- "github/ouyang-lab/PRAS",
- "github/carnotresearch/cr-sparse",
- "github/ymocquar/HOODESolver.jl",
- "github/lzx325/DeeReCT-APA-repo",
- "github/PMBio/spatialde2-paper",
- "github/pangeo-data/climpred",
- "github/MD-Studio/cerise",
- "github/undark-lab/swyft",
- "github/richford/groupyr",
- "gitlab/vincent-sater/umigen",
- "github/bhi-kimlab/StressGenePred",
- "gitlab/cosmograil/PyCS3",
- "github/stan-dev/stan",
- "github/MesserLab/SLiM",
- "github/csinva/imodels",
- "github/jupyter/notebook",
- "github/shaniAmare/long_read_tools",
- "github/mathworks/Simscape-Medical-Ventilator",
- "github/compomics/COSS",
+ "github/JuliaDynamics/DrWatson.jl",
+ "github/c3s-magic/c3s-magic-wps",
+ "github/NLeSC/eEcology-Classification",
+ "github/niemasd/CoaTran",
+ "github/logological/gpp",
+ "github/adigenova/wengan",
+ "github/mbhall88/rasusa",
+ "github/churchmanlab/genewalk",
+ "github/SMI/SmiServices",
+ "github/openscm/openscm-twolayermodel",
"github/CHRF-Genomics/Paratype",
- "github/Planet-AI-GmbH/tfaip",
- "gitlab/ffaucher/hawen",
+ "github/potree/PotreeConverter",
+ "github/NielsenBerkeleyLab/sconce",
+ "github/Kaixhin/dockerfiles",
+ "github/rhenanbartels/hrv",
"github/damcb/tyssue",
- "github/SunilAnandatheertha/PXO",
- "gitlab/mainlabwsu/bims",
- "github/metageni/FOCUS",
- "github/statOmics/tradeSeqPaper",
- "github/sverhoeven/docker-cartodb",
- "github/RiccardoBiondi/segmentation",
- "github/saeyslab/CytoNorm_Figures",
- "github/leprojetcastor/castor",
- "github/geopandas/geopandas",
- "github/elixir-luxembourg/daisy",
- "github/lzkelley/kalepy",
- "github/MikeHeiber/Excimontec",
- "github/WelbornGroup/ELECTRIC",
- "github/NREL/OpenOA",
- "github/c-martinez/BeyondTheBook",
- "github/NLeSC/osmium",
- "gitlab/andrea-tango/ficos",
- "github/UcarLab/AMULET",
- "github/numpy/numpy",
- "github/reizio/reiz.io",
- "github/AlgoLab/shark",
- "github/nedRad88/SCALAR",
- "github/sunpy/sunpy",
- "github/rajewsky-lab/spacemake",
- "github/smith-chem-wisc/ProteaseGuru",
- "github/bokunoBike/m6AGE",
- "github/sisl/POMDPStressTesting.jl",
+ "github/MICCoM/SSAGES-public",
+ "github/Materials-Consortia/OPTIMADE-Filter",
+ "github/cbg-ethz/PredictHaplo",
+ "github/metawards/MetaWards",
+ "gitlab/elsi_project/elsi_interface",
+ "github/tensorlayer/tensorlayer",
+ "github/mlaparie/phidget-tools",
+ "github/devitocodes/devito",
+ "github/ValeevGroup/mpqc",
+ "github/qboxcode/qbox-public",
+ "github/abs-tudelft/variant-calling-at-scale",
+ "github/lnferris/ocean_data_tools",
+ "github/ouyang-lab/PRAS",
+ "gitlab/ffaucher/hawen",
+ "github/FarnazFouladi/HashSeq_Manuscript",
"github/bbbbbbzhou/MDPET",
- "github/FastMLC/fMLC",
- "github/merenlab/anvio",
- "github/amanchokshi/EMBERS",
- "github/tbrown122387/pf",
- "github/vfonov/DARQ",
- "github/logological/gpp",
- "github/xfcui/onn4arg",
- "github/mariakotouza/TRIP-Tool",
- "github/hillerlab/GenomeAlignmentTools",
- "github/JuliaLang/julia",
- "github/pysal/spaghetti",
+ "github/climate-machine/Oceananigans.jl",
+ "github/teamPSG/kNN_Sleep_Scorer_kNNSS",
+ "github/delve-team/delve",
+ "github/dnafinder/uroccomp",
+ "github/mortonne/psifr",
+ "github/HUST-DataMan/FRMC",
+ "github/jordanlab/STing",
+ "github/ImperialCollegeLondon/adam",
+ "github/JuliaPlots/Makie.jl",
+ "github/rajewsky-lab/novosparc",
+ "github/OpenDA-Association/OpenDA",
+ "github/lsds/Teechain",
+ "github/spacetx/starfish",
+ "github/bxlab/metaWRAP",
+ "github/genotoul-bioinfo/dgenies",
+ "github/wajidarshad/ESIDE",
+ "github/3D-e-Chem/knime-kripodb",
+ "github/BackofenLab/StoatyDive",
+ "github/jacobmerson/model-traits",
+ "github/utrillalab/repromin",
+ "github/soedinglab/hh-suite",
+ "github/zhwm/SparsePro_Paper",
+ "github/caselawanalytics/CaseLawAnalytics",
+ "github/genome/bam-readcount",
+ "github/lzx325/DeeReCT-APA-repo",
+ "github/Yu606/odyssey",
+ "github/upb-lea/gym-electric-motor",
+ "github/NLeSC/python-pcl",
+ "github/QZH2022/germline_flow",
+ "github/JuliaQX/QXTools.jl",
+ "github/NLeSC/python-template",
"github/BDI-pathogens/OpenABM-Covid19-model-paper",
"github/esteinig/nanoq",
- "github/conda-forge/conda-smithy",
- "github/wajidarshad/ESIDE",
- "github/YaleTHz/nelly",
- "github/AlexanderBartholomaeus/smORFer",
- "github/HEML/HEML",
- "github/KTH-Nek5000/UQit",
- "github/statsmodels/statsmodels",
- "github/fury-gl/fury",
- "github/patrickfuchs/buildH",
- "github/jonschwenk/RivGraph",
- "github/jimmink/argslab",
- "github/nextgenusfs/funannotate",
- "github/glotzerlab/hoomd-blue",
- "github/NLESC-JCER/Fortran_Davidson",
- "github/libdynd/dynd-python",
- "github/yanzhanglab/Graph2GO",
- "github/KULL-Centre/DEERpredict",
- "github/marieBvr/virAnnot",
- "github/dutilh/CAT",
- "github/ESMValGroup/ESMValTool",
- "github/candYgene/QTM",
- "github/rajewsky-lab/novosparc",
+ "github/rajewsky-lab/spacemake",
+ "github/coleygroup/pyscreener",
+ "github/wilsonrljr/sysidentpy",
+ "github/tensorflow/tensorflow",
+ "github/undark-lab/swyft",
+ "github/networkx/networkx",
+ "github/ImperialCollegeLondon/rcs_cluster_scripts",
"github/FZJ-IEK3-VSA/LoadProfileGenerator",
- "github/GooglingTheCancerGenome/sv-callers",
- "github/LQYoLH/CnnCrispr",
- "github/drwaseemsheikh/audiometry",
- "github/euroargodev/argopy",
"github/d-tear/SIAL",
- "github/idaholab/moose",
- "github/drzeeshanahmed/JWES-Visual",
- "github/arangrhie/merfin",
- "github/SamDuffield/bmm",
- "github/sap218/jabberwocky",
- "github/3D-e-Chem/knime-silicos-it",
- "github/jGetMove/jGetMove",
- "github/refresh-bio/whisper",
- "github/Shyentist/fish-r-man",
- "github/metawards/MetaWards",
- "github/e-mental-health/data-processing",
- "github/dansarie/sboxgates",
- "github/3D-e-Chem/knime-pharmacophore",
- "github/ZhaoXM-Lab/metaMIC",
- "github/NLeSC/fairdatapoint",
- "github/datalad/datalad",
- "github/thomasdenecker/START-R",
- "github/niemasd/CoaTran",
- "github/QuantEcon/QuantEcon.py",
- "github/bcgsc/longstitch",
- "github/MoreiraLAB/or",
- "github/dgarrimar/sqtlseeker2-nf",
- "gitlab/elsi_project/elsi_interface",
- "github/mjoppich/bioGUItools",
- "github/deezer/spleeter",
- "github/keurfonluu/toughio",
- "github/yuansliu/minirmd",
- "github/CisnerosResearch/LICHEM",
- "github/mazzalab/pyntacle",
- "github/OpenWaterAnalytics/pyswmm",
- "github/nutjunkie/IQmol",
- "github/bempp/bempp-cl",
- "gitlab/project-dare/dare-platform",
- "github/clawpack/pyclaw",
- "github/ebundhoo/TAGOPSIN",
- "github/biolab/orange3-network",
- "github/NLeSC/Chemical-Analytics-Platform",
- "github/BU-ISCIII/iSkyLIMS",
- "github/EcoJulia/EcologicalNetworks.jl",
- "github/ImproPhoto/pymicmac",
- "github/rvaser/spoa",
- "github/ShubhadeepSadhukhan1993/fastSF",
- "github/bxlab/metaWRAP",
- "github/sheryl-ai/MetaPred",
- "github/BU-ISCIII/plasmidID",
- "github/upb-lea/openmodelica-microgrid-gym",
- "github/InsightSoftwareConsortium/ITK",
- "github/abelson-lab/smMIP-tools",
- "github/3D-e-Chem/knime-sstea",
- "github/intelligent-soft-robots/o80",
- "github/hansenjohnson/WhaleMap",
- "github/3D-e-Chem/tycho-knime-node-archetype",
- "github/BackofenLab/StoatyDive",
- "github/labsquare/CutePeaks",
- "github/giswqs/geemap",
- "github/esa/pagmo2-paper",
- "github/JoelForamitti/agentpy",
- "github/arviz-devs/arviz",
- "github/damienmarsic/Parent-map",
- "github/vavrines/Kinetic.jl",
- "github/sibirrer/lenstronomy",
- "github/NLeSC/eSalsa-MPI",
- "github/jameschapman19/cca_zoo",
- "github/NLeSC/pycoeman",
- "github/SWE-UniStuttgart/Qlunc",
- "github/champsproject/ldds",
+ "github/tresoldi/ngesh",
+ "github/alan-turing-institute/monitoring-ecosystem-resilience",
+ "github/joergbuchwald/joss_ogs6py_VTUinterface",
+ "github/kkrismer/scansite4",
+ "github/bluesky/bluesky",
+ "github/JanCBrammer/biopeaks",
+ "github/leonzheng2/efficient-butterfly",
"github/GRChombo/GRChombo",
- "github/HCGB-IGTP/XICRA",
+ "github/skypyproject/skypy",
+ "gitlab/andrea-tango/ficos",
+ "github/GooglingTheCancerGenome/sv-gen",
+ "github/devsim/devsim",
+ "github/PacificBiosciences/pbbioconda",
+ "github/somefunAgba/NLSIG-COVID19Lab",
+ "github/rksyouyou/SASOM-analysis",
+ "github/vprusso/toqito",
+ "github/patscott/pippi",
+ "github/WMD-group/CarrierCapture.jl",
+ "github/PaulSt/NGSTrefftz",
+ "github/XuhanLiu/DrugEx",
+ "github/leishenggit/CircleBase",
+ "github/cbrueffer/tophat-recondition",
+ "github/mosdef-hub/mbuild",
"github/cython/cython",
- "github/syasini/AstroPaint",
- "github/optuna/optuna",
- "github/mary77/scQcut",
- "github/puregome/notebooks",
- "github/christophuv/PeakBot_example",
- "github/NLeSC/eEcology-Classification",
- "github/sevimcengiz/Oryx-MRSI",
- "github/kavonrtep/dante",
- "github/biolab/orange3",
- "github/AdrianA-T/cytomorph",
- "github/icbm-iupui/STAFF",
- "github/SNEWS2/snewpy",
- "github/online-behaviour/machine-learning",
- "github/e-mental-health/orange-hackathon",
- "github/linDing-groups/Deep-4mCW2V",
- "github/berenslab/MorphoPy",
- "github/teamPSG/kNN_Sleep_Scorer_kNNSS",
- "github/pymc-devs/pymc3",
- "github/eWaterCycle/ewatercycle",
- "github/NLeSC/OCTSegmentation",
- "github/mpc-bioinformatics/CalibraCurve",
- "github/davek44/Glimmer-MG",
- "github/hall-lab/bamkit",
- "github/hall-lab/speedseq",
- "github/genner-lab/meta-fish-lib",
- "github/qutip/qutip",
- "github/SchedMD/slurm",
- "gitlab/bu_cnio/vulcanspot",
- "github/JuliaSmoothOptimizers/DCISolver.jl",
- "github/giswqs/leafmap",
- "github/networkx/networkx",
- "github/KarrLab/de_sim",
- "github/psi4/psi4",
- "github/algo-cancer/CAMMiQ",
- "gitlab/remram44/taguette",
- "github/citation-file-format/cffconvert-github-action",
- "github/wtraylor/modular_megafauna_model",
- "github/JuliaOcean/AIBECS.jl",
- "github/NMBU-Data-Science/RENT",
- "github/scikit-hep/pyhf",
- "github/semiautomaticgit/SemiAutomaticClassificationPlugin",
- "github/oruhnau/when2heat",
- "github/caselawanalytics/CaseLawAnalytics",
- "github/eEcoLiDAR/laserchicken",
- "github/openmopac/MOPAC",
+ "github/dianna-ai/dianna",
+ "github/grburgess/popsynth",
"github/EACcodes/TigerCI",
- "github/Singh-Lab/uKIN",
- "github/cma2015/iwa-miRNA",
- "github/shihyuntang/igrins_rv",
- "github/reality/klarigi",
+ "github/jupyter/notebook",
+ "github/UFParLab/aces4",
"github/aothmane-control/Algebraic-differentiators",
- "github/TeamLEGWORK/LEGWORK",
- "github/rinikerlab/Ensembler",
+ "github/wonderful1/CNV-PG",
+ "github/Imperial-visualizations/Physics-Visualizations",
+ "github/scipy/scipy",
+ "github/ivadomed/ivadomed",
+ "github/plumed/plumed2",
+ "github/QEF/q-e",
+ "github/ArenA-Crowds/Crowds",
+ "github/jendelel/PrankWebApp",
+ "github/ipython/ipython",
+ "github/jakelever/civicmine",
+ "github/EcoJulia/EcologicalNetworks.jl",
+ "github/csinva/imodels",
+ "github/agombolay/ribose-map",
+ "github/GooglingTheCancerGenome/sv-callers",
+ "github/EddyRivasLab/hmmer",
+ "github/sjvrijn/mf2",
+ "github/Balaje/iceFem",
+ "github/rhysf/HaplotypeTools",
+ "github/wmalab/EnHiC",
+ "github/pandas-dev/pandas",
+ "github/NLeSC/eAstroViz",
+ "github/UcarLab/AMULET",
+ "github/AdrianA-T/cytomorph",
+ "github/fredstro/hilbertmodgroup",
+ "github/mfruzan/HaploMaker",
+ "github/eEcoLiDAR/laserchicken",
+ "github/rvaser/spoa",
+ "github/NLeSC/SalientDetector-python",
+ "github/NLeSC/fairdatapoint",
+ "github/keurfonluu/toughio",
+ "github/NLeSC/eSalsa-MPI",
+ "github/qutip/qutip",
+ "github/MikeHeiber/Excimontec",
+ "github/michaeltouati/ESVM",
+ "github/NicolasHug/Surprise",
+ "github/3D-e-Chem/knime-plants",
"github/FourierFlows/GeophysicalFlows.jl",
- "github/candYgene/abg-ld",
+ "github/3D-e-Chem/knime-gpcrdb",
+ "github/OpenMD/OpenMD",
+ "github/hall-lab/speedseq",
+ "github/NLeSC/ahn-pointcloud-viewer-ws",
+ "github/EC-Earth/ece2cmor3",
+ "github/klho/FLAM",
+ "github/kavonrtep/dante",
+ "github/deepskies/deeplenstronomy",
+ "gitlab/dalton/dalton",
+ "github/JuliaSmoothOptimizers/DCISolver.jl",
+ "github/DrDaveShaw/INCHEM-Py",
+ "github/3D-e-Chem/knime-klifs",
+ "github/WelbornGroup/ELECTRIC",
+ "github/mary77/scQcut",
+ "github/lightning-project/lightning",
+ "github/JuliaOpt/JuMP.jl",
+ "github/linbox-team/linbox",
+ "github/dstansby/pfsspy",
+ "github/iopenshell/ezSpectrum",
+ "github/korcsmarosgroup/CytokineLink",
+ "github/JuliaMatrices/BandedMatrices.jl",
+ "github/nf-core/viralrecon",
+ "github/elixir-luxembourg/daisy",
+ "github/lifs-tools/jmzTab-m",
+ "github/KVSlab/turtleFSI",
+ "github/lzkelley/kalepy",
+ "github/biolab/orange3",
+ "github/ridgelab/ExtRampOnline",
+ "github/eEcoLiDAR/Laserfarm",
+ "github/CityU-AIM-Group/HTD",
+ "github/buschlab/fhirspark",
+ "github/patrickfuchs/buildH",
+ "github/ImperialCollegeLondon/ICLOCS",
+ "github/jimmink/argslab",
+ "github/3D-e-Chem/knime-python-node-archetype",
"github/NLeSC/xenon-cli",
+ "github/mwoodbri/MRIdb",
+ "github/scikit-learn/scikit-learn",
+ "github/biobakery/halla",
+ "github/landlab/landlab",
+ "github/ntcockroft/STarFish",
+ "github/gridap/Gridap.jl",
+ "github/mtsch/Ripserer.jl",
+ "gitlab/emd-dev/emd",
+ "github/NLeSC/xtas",
+ "github/online-behaviour/machine-learning",
+ "github/mosdef-hub/foyer",
+ "github/kostergroup/SIMsalabim",
+ "github/NCAS-CMS/cfdm",
+ "github/datalad/datalad",
+ "github/alicia-ziying-yang/conTEXT-explorer",
+ "github/IFB-ElixirFr/edam-browser",
+ "github/DreamCloud-Project/AMALTHEA-SimGrid",
+ "github/PGB-LIV/MHCVision",
+ "github/JamesPaynter/PyGRB",
+ "github/ImperialCollegeLondon/magda_tools",
+ "github/davidhoksza/traveler",
+ "github/U-Alberta/ADaPT-ML",
+ "gitlab/pyFBS/pyFBS",
+ "github/alexander-shen/rtest",
+ "github/AlgoLab/shark",
+ "github/DKMS/hapl-o-Mat_WinBin",
+ "github/joglekara/VlaPy",
"github/astropy/astropy",
- "github/moranegg/deposit-template",
+ "github/statOmics/satuRnPaper",
"github/NLeSC/PattyAnalytics",
- "github/OSU-BMBL/IDAM",
- "github/BioMeCIS-Lab/OpenOmics",
+ "github/mazzalab/pyntacle",
+ "github/EskelandLab/ShinyArchRUiO",
+ "github/twinl/website",
+ "github/barbagroup/geoclaw-landspill",
+ "github/Singh-Lab/uKIN",
+ "github/traja-team/traja",
+ "github/mengaldo/PySPOD",
+ "github/lammps/lammps",
+ "github/lsds/Saber",
+ "github/hongli-ma/RNANetMotif",
+ "github/NLeSC/eEcology-SMS-reciever",
+ "github/nextflow-io/nextflow",
+ "github/Cantera/cantera",
+ "github/labsquare/CutePeaks",
+ "github/nlesc-dirac/sagecal",
+ "github/metageni/FOCUS",
"gitlab/ztzou/phydl",
- "github/3D-e-Chem/knime-sygma",
- "github/STAR-Fusion/STAR-Fusion",
+ "github/freelawproject/eyecite",
+ "github/EcoJulia/Microbiome.jl",
+ "github/fury-gl/fury",
"github/mpievolbio-scicomp/cancer_sim",
- "github/yaml2sbml-dev/yaml2sbml",
- "github/nlesc-dirac/sagecal",
- "github/CRG-CNAG/anubis",
- "github/NicolasHug/Surprise",
- "github/johncwok/CategoricalTimeSeries.jl",
- "github/thomgrand/fim-python",
- "github/equipeGST/RiboDoc",
- "github/benjaminbolling/DynaGUI",
- "github/anmolter/XLUR",
- "gitlab/sissopp_developers/sissopp",
- "github/c3s-magic/c3s-magic-wps",
- "github/online-behaviour/find-journalists",
- "github/NLeSC/PattyData",
- "github/JuliaOpt/JuMP.jl",
- "github/dnonatar/Sequoia",
- "github/tzhu-bio/UMI-ATAC-seq",
- "github/fabian-sp/GGLasso",
- "github/jbytecode/JMcDM",
- "github/abs-tudelft/variant-calling-at-scale",
- "github/DataIntellSystLab/KARGA",
- "github/linbox-team/linbox",
- "github/JuliaManifolds/Manopt.jl",
- "github/ziyewang/MetaBinner",
- "github/michaeltouati/ESVM",
- "github/babelomics/impuSARS",
- "github/galsci/pysm",
- "github/NLeSC/lokum",
- "github/tresoldi/ngesh",
- "github/florisvb/PyNumDiff",
- "github/Balaje/iceFem",
- "github/buschlab/fhirspark",
- "github/Computational-NeuroGenetics/deMeta-beta",
- "github/hsci-r/finnish-media-scrapers",
- "github/pengweixing/FACT",
- "github/HorvathLab/ReQTL",
- "github/3D-e-Chem/knime-plants",
- "github/Alcampopiano/hypothesize",
- "github/alexander-shen/rtest",
- "github/CGAL/cgal",
- "github/ivadomed/ivadomed",
- "github/PGB-LIV/MHCVision",
+ "github/Open-ET/flux-data-qaqc",
+ "github/danhey/maelstrom",
+ "github/DeepRegNet/DeepReg",
+ "github/drzeeshanahmed/JWES-Visual",
+ "github/LQYoLH/CnnCrispr",
+ "github/darioizzo/dcgp",
+ "github/lucian-ilie/DELPHI",
+ "github/google/caliban",
+ "github/jiujiezz/tsnad",
"github/AA-ALERT/AMBER",
- "github/Munroe-Meyer-Institute-VR-Laboratory/Biosensor-Framework",
- "github/pandas-dev/pandas",
+ "github/scottleedavis/googleearthtoolbox",
+ "github/NarlikarLab/exoDIVERSITY",
+ "github/ImperialCollegeLondon/sap-voicebox",
+ "github/compomics/COSS",
+ "github/NLESC-JCER/Fortran_Davidson",
+ "github/citation-file-format/cffconvert-github-action",
+ "github/SNEWS2/snewpy",
+ "github/brainglobe/bg-atlasapi",
+ "github/bihealth/sodar_core",
+ "github/devitocodes/pyrevolve",
+ "github/alan-turing-institute/Palaeoanalytics",
+ "github/DreamCloud-Project/McSim-TLM-NoC",
+ "github/SWE-UniStuttgart/Qlunc",
+ "github/RiccardoBiondi/segmentation",
+ "github/AA-ALERT/Dedispersion",
+ "github/Planet-AI-GmbH/tfaip",
+ "github/thejackal360/OpenPelt-Public",
+ "github/ranocha/SummationByPartsOperators.jl",
+ "github/firedrakeproject/gusto",
+ "github/arangrhie/merfin",
+ "github/pepamengual/UEP",
+ "github/mc-imperial/multicore-test-harness",
+ "github/JuliaLang/julia",
+ "github/MelanieKahl/MechAnalyze",
+ "github/mggg/ecological-inference",
+ "github/m-a-d-n-e-s-s/madness",
+ "github/intelligent-soft-robots/o80",
+ "github/poldracklab/nitransforms",
+ "github/PMBio/spatialde2-paper",
+ "github/AA-ALERT/AstroData",
+ "github/bshoshany/OGRe",
+ "github/BioMeCIS-Lab/OpenOmics",
+ "github/ocean-eddy-cpt/gcm-filters",
+ "github/statOmics/tradeSeqPaper",
+ "github/pymatting/pymatting",
+ "github/merenlab/anvio",
+ "github/christophuv/PeakBot_example",
+ "github/cicirello/Chips-n-Salsa",
+ "github/BU-ISCIII/plasmidID",
+ "github/mathworks/Simscape-Medical-Ventilator",
+ "github/BU-ISCIII/taranis",
+ "github/bokunoBike/m6AGE",
+ "github/BU-ISCIII/iSkyLIMS",
+ "github/ashleefv/ACEInhibPKPD",
+ "github/imperialchem/mrd-demo",
+ "github/nwchemgit/nwchem",
+ "github/hrwakeford/ExoTiC-ISM",
+ "github/DistrictDataLabs/yellowbrick",
+ "github/giswqs/leafmap",
+ "github/barnesgroupICL/Driftfusion",
+ "github/gokalpcelik/ROHMMCLI",
+ "github/candYgene/abg-ld",
+ "github/GOMC-WSU/GOMC",
+ "github/fabian-sp/GGLasso",
+ "github/umbralcalc/helmpy",
+ "github/uw-comphys/opencmp",
+ "github/SamDuffield/bmm",
+ "github/bempp/bempp-cl",
+ "github/nutjunkie/IQmol",
+ "github/giswqs/geemap",
+ "github/cochran4/GEMB",
+ "github/sverhoeven/docker-cartodb",
+ "github/rinikerlab/Ensembler",
+ "github/yanzhanglab/Graph2GO",
+ "github/pyomeca/ezc3d",
+ "github/xfcui/onn4arg",
+ "github/bokeh/bokeh",
+ "github/HCGB-IGTP/XICRA",
+ "github/WMD-group/hybrid-perovskites",
+ "github/ImperialCollegeLondon/fractalgenetics",
+ "github/nonlocalmodels/NLMech",
+ "github/3D-e-Chem/knime-testflow",
+ "github/OSU-BMBL/IDAM",
+ "github/e-mental-health/data-processing",
+ "github/liulizhi1996/HPODNets",
+ "github/NLeSC/pycoeman",
+ "github/spinicist/riesling",
+ "github/VALENCE-software/VALENCE",
+ "github/leprojetcastor/castor",
+ "github/idaholab/moose",
+ "github/Dfam-consortium/RepeatModeler",
+ "github/cbg-ethz/V-pipe",
+ "github/psi4/psi4",
+ "github/Peppags/CNN-SVR",
+ "github/esa/pagmo2-paper",
+ "github/MD-Studio/cerise",
+ "github/i-VRESSE/pdbtbx-ts",
+ "github/Circuitscape/Omniscape.jl",
+ "github/biboyd/SALSA",
+ "github/savage13/sacio",
+ "github/montilab/nf-gwas-pipeline",
+ "github/fabiopardo/qmap",
+ "github/nextgenusfs/funannotate",
+ "github/vishwas1984/LaplaceInterpolation.jl",
+ "github/ShubhadeepSadhukhan1993/fastSF",
+ "github/wtraylor/modular_megafauna_model",
+ "github/saeyslab/CytoNorm_Figures",
+ "github/c-martinez/BeyondTheBook",
+ "github/tramarobin/fctSPM",
+ "github/leonzheng2/butterfly",
+ "github/3D-e-Chem/knime-pharmacophore",
+ "github/AP6YC/AdaptiveResonance.jl",
+ "github/pvlib/pvlib-python",
+ "github/0x0f0f0f/Metatheory.jl",
+ "github/mpc-bioinformatics/CalibraCurve",
+ "github/CisnerosResearch/LICHEM",
+ "github/florisvb/PyNumDiff",
+ "github/lsds/sgx-lkl",
+ "github/czbiohub/cerebra",
+ "github/3D-e-Chem/knime-python-wrapper",
+ "github/PRIS-CV/DS-UI",
+ "github/pysal/pysal",
+ "github/srdc/onfhir",
+ "github/pangeo-data/climpred",
+ "github/Ramialison-Lab-ARMI/3DCardiomics",
"github/sciapp/sampledb",
- "github/biolab/orange-bio",
- "github/giswqs/lidar",
- "github/moranegg/AffectationRO",
- "github/potree/PotreeConverter",
- "github/dianna-ai/dianna",
- "github/sahasuparna/DeMoS",
- "github/google/caliban",
- "github/octopus-sensing/octopus-sensing",
- "github/NielsenBerkeleyLab/sconce",
- "github/pepamengual/UEP",
- "github/korcsmarosgroup/CytokineLink",
+ "github/NLeSC/Chemical-Analytics-Platform",
+ "github/cbirdferrer/collatrix",
+ "github/CRG-CNAG/anubis",
+ "github/AlexanderBartholomaeus/smORFer",
+ "github/lijing28101/maize_pyrpipe",
+ "github/entangled/entangled",
+ "github/NLeSC/root-conda-recipes",
+ "github/HUST-NingKang-Lab/ONN4MST",
+ "github/andreasmang/claire",
+ "github/candYgene/pbg-ld",
+ "github/Shyentist/fish-r-man",
+ "github/CGAL/cgal",
+ "gitlab/vibes-developers/vibes",
+ "github/champsproject/ldds",
+ "github/conda-forge/conda-smithy",
+ "github/SchmollerLab/Cell_ACDC",
+ "github/cobilab/RFSC",
+ "github/bwa-mem2/bwa-mem2",
+ "gitlab/bu_cnio/vulcanspot",
+ "github/cheginit/HyRiver",
+ "github/rdicosmo/parmap",
+ "github/pikarpov-LANL/Sapsan",
+ "github/tekpinar/correlationplus",
+ "github/pokynmr/ipick",
"github/vwesselkamp/ernie-extension",
+ "github/lsds/Crossbow",
+ "github/3D-e-Chem/knime-sygma",
+ "github/curl/curl",
+ "github/numpy/numpy",
+ "github/nf-core/mag",
+ "github/NLeSC/MAGMa",
+ "github/bcgsc/longstitch",
+ "github/imr-framework/OCTOPUS",
+ "github/sibirrer/lenstronomy",
+ "github/vcflib/vcflib",
"github/QibangLiu/PDLSM-FEM_mpi",
- "github/hpgem/nanomesh",
+ "github/thomgrand/fim-python",
+ "github/JelfsMaterialsGroup/stk",
+ "github/iobio-zjut/IPTDFold",
+ "github/upb-lea/openmodelica-microgrid-gym",
+ "github/VU-BEAM-Lab/GENRE",
+ "github/NLeSC/eEcology-Annotation-WS",
+ "github/jeffcsauer/arcos_arcospy_information",
+ "github/oruhnau/when2heat",
+ "github/stan-dev/stan",
+ "github/ruanjue/wtdbg2",
+ "github/NLeSC/eEcology-script-wrapper",
+ "github/TRASAL/psrdada-python",
+ "github/econ-ark/HARK",
+ "github/zhanglabtools/CASAVA",
+ "github/WGLab/InterVar",
"github/dellytools/delly",
- "github/exoplanet-dev/exoplanet",
- "github/GOMC-WSU/GOMC",
- "github/AA-ALERT/AstroData",
- "github/nf-core/mag",
- "github/Yu606/odyssey",
- "github/twinl/website",
- "github/JanCBrammer/biopeaks",
- "github/3D-e-Chem/knime-testflow",
- "github/cistib/origami",
- "github/aiidateam/aiida-core",
- "github/DreamCloud-Project/AMALTHEA-SimGrid",
- "github/klho/FLAM",
- "github/yiwenstat/MCPCA_PopGen",
- "github/NLeSC/esibayes",
+ "github/egonw/bacting",
+ "github/deeprob/ThioesteraseEnzymeSpecificity",
+ "github/tbrown122387/pf",
+ "github/adamgayoso/totalVI_reproducibility",
+ "github/dgarrimar/sqtlseeker2-nf",
+ "github/abelson-lab/smMIP-tools",
+ "github/PyTorchLightning/metrics",
+ "github/NeuralEnsemble/elephant",
+ "github/jianghuaijie/scLRTC",
+ "github/pypeit/PypeIt",
+ "github/Munroe-Meyer-Institute-VR-Laboratory/Biosensor-Framework",
+ "github/alvinxhan/Phydelity",
+ "github/lskatz/SneakerNet",
+ "gitlab/vincent-sater/umigen",
+ "github/big-data-lab-team/spot",
+ "github/csmsoftware/IMPaCTS",
+ "github/ZhaoXM-Lab/metaMIC",
+ "github/3D-e-Chem/knime-molviewer",
+ "github/li-shaochuan/SEDIM",
+ "github/gromacs/gromacs",
+ "github/ylab-hi/ScanITD",
+ "github/kritiyer/AngioNet",
+ "github/moranegg/deposit-template",
+ "github/Merck/BioPhi",
+ "github/jianlin-cheng/DRCon",
+ "github/EcoJulia/SimpleSDMLayers.jl",
+ "github/Alcampopiano/hypothesize",
+ "gitlab/ChemBioHub/tpmap",
+ "github/spectrapepper/spectrapepper",
+ "github/ImperialCollegeLondon/rcs-pacemakers",
"github/gtayana/CVRMS",
- "github/EC-Earth/ece2cmor3",
- "github/grburgess/popsynth",
- "github/OpenDA-Association/OpenDA",
- "github/delve-team/delve",
- "github/PCMSolver/pcmsolver",
- "github/jboynyc/textnets",
- "github/FEniCS/ffcx",
- "github/3D-e-Chem/knime-python-node-archetype",
"github/afeinstein20/stella",
- "github/lammps/lammps",
- "github/mbhall88/rasusa",
- "github/adigenova/wengan",
- "github/jeffcsauer/arcos_arcospy_information",
- "github/NLeSC/python-template",
- "github/beagle-dev/beagle-lib",
- "github/lightning-project/lightning",
- "github/JuliaPlots/Makie.jl",
- "github/nf-core/viralrecon",
- "github/UCD4IDS/WaveletsExt.jl",
- "gitlab/ostrokach/proteinsolver",
- "github/rhenanbartels/hrv",
- "github/dpryan79/MethylDackel",
- "github/martibosch/detectree",
- "github/mackelab/sbi",
- "gitlab/chiemotono/mdcontactcom",
- "github/openmm/openmm",
- "github/fredstro/hilbertmodgroup",
- "github/Open-ET/flux-data-qaqc",
- "github/qboxcode/qbox-public",
- "github/deepskies/deeplenstronomy",
- "github/geospace-code/h5fortran",
- "github/DreamCloud-Project/McSim-Cycle-accurate-Xbar",
+ "github/xenon-middleware/xenon",
+ "github/mrc-ide/covid19-forecasts-orderly",
+ "github/giswqs/lidar",
+ "github/3D-e-Chem/knime-silicos-it",
+ "github/DreamCloud-Project/McSim-Cycle-accurate-NoC",
+ "github/JuliaOcean/PlanktonIndividuals.jl",
+ "github/ArneTillmann/AuDoLab",
+ "github/equipeGST/RiboDoc",
+ "github/temken/obscura",
+ "github/dansarie/sboxgates",
+ "github/Kaixhin/Autoencoders",
+ "github/MorgansLab/OSCILOS_Long",
+ "github/ymocquar/HOODESolver.jl",
+ "github/statsmodels/statsmodels",
+ "github/damienmarsic/Parent-map",
+ "github/wangchao-malab/DeepAc4C",
"github/BjoernBiltzinger/pyspi",
- "github/MICCoM/SSAGES-public",
- "github/cosmo-epfl/chemiscope",
- "github/DistrictDataLabs/yellowbrick",
- "github/VU-BEAM-Lab/GENRE",
- "github/brian-lau/MatlabAUC",
- "github/leonzheng2/butterfly",
- "github/ranocha/SummationByPartsOperators.jl",
- "github/PyTables/PyTables",
- "gitlab/dalton/dalton",
- "github/horovod/horovod",
- "github/fair-workflows/NanopubJL",
- "github/DreamCloud-Project/AMALTHEA-Microworkload-Generator",
- "github/ablab/nerpa",
- "github/ocean-eddy-cpt/gcm-filters",
- "github/lcpp-org/RustBCA",
- "github/pymatting/pymatting",
- "github/genome/somatic-sniper",
- "github/nlesc-sherlock/emma",
- "github/3D-e-Chem/knime-gpcrdb",
- "github/rdicosmo/parmap",
- "github/NLeSC/eEcology-script-wrapper",
- "gitlab/aceteam.kaist/ACE-Molecule",
- "github/cbirdferrer/collatrix",
- "github/kutaslab/fitgrid",
- "github/NLeSC/xtas",
"github/NLeSC/hadrianus-scripts",
- "github/NCAS-CMS/cfdm",
- "github/compomics/xilmass",
- "gitlab/emd-dev/emd",
- "github/econ-ark/HARK",
- "github/Acellera/htmd",
- "github/upb-lea/gym-electric-motor",
- "github/tensorflow/tensorflow",
- "github/iobio-zjut/IPTDFold",
- "gitlab/vibes-developers/vibes",
- "github/davidhoksza/traveler",
- "github/multiply-org/sar-pre-processing",
- "github/flintproject/Flint",
- "github/niosh-mining/obsplus",
- "github/Parsl/parsl",
- "github/csdms/bmi",
- "github/kuadrat/data_slicer",
- "github/deeprob/ThioesteraseEnzymeSpecificity",
- "github/mortonne/psifr",
"github/ihrke/pypillometry",
- "github/cobilab/RFSC",
- "github/twopin/CAMP",
+ "github/tariks/peakachu",
+ "github/arviz-devs/arviz",
+ "github/mjoppich/bioGUItools",
+ "github/vfonov/DARQ",
+ "github/jbytecode/JMcDM",
+ "github/JannisHoch/copro",
+ "github/ZhaiLab-SUSTech/FLEPSeq",
+ "github/WatsonLab/MAGpy",
+ "github/NLeSC/baklava",
+ "github/galsci/pysm",
+ "github/netrias/rnassist",
+ "github/jonschwenk/RivGraph",
+ "github/mrc-ide/PhyDyn",
+ "github/mpi4jax/mpi4jax",
+ "github/dpryan79/MethylDackel",
+ "github/gilestrolab/pySolo",
+ "github/netsiphd/netrd",
+ "github/NCIP/visda",
+ "github/bhi-kimlab/StressGenePred",
+ "github/nkallima/sim-universal-construction",
+ "github/cjneely10/EukMetaSanity",
+ "github/MoreiraLAB/or",
+ "github/reality/klarigi",
+ "github/reizio/reiz.io",
+ "github/ChengF-Lab/AOPEDF",
+ "github/STAR-Fusion/STAR-Fusion",
+ "github/votca/xtp",
+ "github/vavrines/Kinetic.jl",
+ "github/ablab/nerpa",
+ "github/mne-tools/mne-python",
+ "github/thomasdenecker/START-R",
+ "github/gerthmicha/wolbachia-mlst",
+ "github/hsci-r/finnish-media-scrapers",
+ "github/linDing-groups/Deep-4mCW2V",
+ "github/morphometry/papaya2",
+ "github/FastMLC/fMLC",
+ "github/sevimcengiz/Oryx-MRSI",
+ "github/Muhammad-Arif-NUST/BVP_Pred_Unb",
+ "github/Kaixhin/Atari",
+ "github/pydata/xarray",
+ "github/HEML/HEML",
+ "github/ImproPhoto/pymicmac",
"github/pmeier/pystiche",
- "gitlab/ChemBioHub/tpmap",
- "github/neuralgraphs/diman",
- "github/QZH2022/germline_flow"
+ "github/ZJUFanLab/scTITANS",
+ "github/ziyewang/ARG_SHINE",
+ "github/KarrLab/de_sim",
+ "github/tzhu-bio/UMI-ATAC-seq",
+ "github/FluidityProject/fluidity",
+ "github/nluetts/NoisySignalIntegration.jl",
+ "github/candYgene/QTM",
+ "github/Sulstice/cocktail-shaker",
+ "github/firedrakeproject/firedrake",
+ "github/phelelani/nf-rnaSeqCount",
+ "github/InsightSoftwareConsortium/ITK",
+ "github/jGetMove/jGetMove",
+ "github/JuliaArrays/LazyArrays.jl",
+ "github/OncoRNALab/CiLiQuant",
+ "github/lcpp-org/RustBCA",
+ "github/martibosch/detectree",
+ "github/Blosc/c-blosc",
+ "github/Music-and-Culture-Technology-Lab/omnizart"
]
\ No newline at end of file
diff --git a/pages/cpp.md b/pages/cpp.md
new file mode 100644
index 00000000..318ab812
--- /dev/null
+++ b/pages/cpp.md
@@ -0,0 +1,228 @@
+---
+title: RSEPedia Top Spack (C++) Dependencies
+description: "Most used dependencies across the RSEPedia database"
+layout: table
+permalink: /analysis/cpp/
+tipue_search_active: true
+---
+# Software Credit
+
+|Manager|Name|Credit|
+|-------|----|------|
+|spack|[zlib](https://zlib.net)|0.0014919128469954564|
+|spack|[python](https://www.python.org/)|0.0010017793027911617|
+|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.0009972836967702763|
+|spack|eigen3|0.0008410024069092453|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0006371994903015716|
+|spack|[cmake](https://www.cmake.org)|0.0004921390702412541|
+|spack|slicer|0.0004905847373637265|
+|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.000470509380243882|
+|spack|[mpi](https://docs.nersc.gov/development/compilers/wrappers/)|0.000380248519625888|
+|spack|openmp|0.00033640096276369813|
+|spack|[qt](https://qt.io)|0.0003321415137516505|
+|spack|sqlite3|0.00032705649157581764|
+|spack|pkgconfig|0.00032106628777151143|
+|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0003166514229081127|
+|spack|libbsd|0.0003031850470763132|
+|spack|gtest|0.00024529236868186323|
+|spack|[openssl](https://www.openssl.org)|0.00023696234044776708|
+|spack|[lapack](https://github.com/mcg1969/vecLibFort)|0.00023097784392296574|
+|spack|bzip2|0.00020524644428008296|
+|spack|sgx|0.0001962338949454906|
+|spack|pythoninterp|0.0001962338949454906|
+|spack|python3|0.0001962338949454906|
+|spack|libxml2|0.00018353345552978655|
+|spack|perl|0.0001515925235381566|
+|spack|ca-certificates-mozilla|0.0001515925235381566|
+|spack|nasm|0.0001515925235381566|
+|spack|cpio|0.00013876539714002546|
+|spack|[expat](https://libexpat.github.io/)|0.00012887276891300852|
+|spack|py-numpy|0.0001226931623595574|
+|spack|automake|0.00012127401883052527|
+|spack|autoconf|0.00012127401883052527|
+|spack|libtool|0.00012127401883052527|
+|spack|m4|0.00012127401883052527|
+|spack|gmp|0.00011843748369933753|
+|spack|libffi|0.00010358332815803283|
+|spack|icu4c|9.918834949738072e-05|
+|spack|mbedtls|9.717469457574142e-05|
+|spack|py-setuptools|9.538195549028839e-05|
+|spack|[cuda](https://developer.nvidia.com/cuda-zone)|9.355065172221084e-05|
+|spack|openni2|8.919722497522299e-05|
+|spack|efusion|8.919722497522299e-05|
+|spack|suitesparse|8.919722497522299e-05|
+|spack|realsense|8.919722497522299e-05|
+|spack|[boost](https://www.boost.org)|8.424040775874277e-05|
+|spack|xz|8.416683305006076e-05|
+|spack|sophus|7.008353390910378e-05|
+|spack|visioncore|7.008353390910378e-05|
+|spack|brisk|7.008353390910378e-05|
+|spack|opengv|7.008353390910378e-05|
+|spack|gtsam|7.008353390910378e-05|
+|spack|tensorflow|7.008353390910378e-05|
+|spack|flex|6.912251345037519e-05|
+|spack|bison|6.912251345037519e-05|
+|spack|iconv|6.244442871301146e-05|
+|spack|graphviz|6.244442871301146e-05|
+|spack|mscgen|6.244442871301146e-05|
+|spack|hwloc|6.177494653382713e-05|
+|spack|lz4|6.0520393110358423e-05|
+|spack|sqlite|5.807760410507116e-05|
+|spack|nss|5.720892591674924e-05|
+|spack|gl|5.370576583999815e-05|
+|spack|zstd|5.33219381337196e-05|
+|spack|libpng|5.07375220509067e-05|
+|spack|[ninja](https://ninja-build.org/)|5.054108167470214e-05|
+|spack|[gnutls](https://www.gnutls.org)|5.053084117938552e-05|
+|spack|libidn2|5.053084117938552e-05|
+|spack|nghttp2|5.053084117938552e-05|
+|spack|libssh2|5.053084117938552e-05|
+|spack|libssh|5.053084117938552e-05|
+|spack|krb5|5.053084117938552e-05|
+|spack|py-six|5.031292473006103e-05|
+|spack|libiconv|4.825740452589105e-05|
+|spack|eigen|4.7027681102634425e-05|
+|spack|lzo|4.664385339635587e-05|
+|spack|nettle|4.664385339635587e-05|
+|spack|glew|4.541412997309925e-05|
+|spack|gettext|4.4201064391068614e-05|
+|spack|hdf5|4.4059437313542976e-05|
+|spack|py-mpi4py|4.244588618400779e-05|
+|spack|[z3](https://github.com/Z3Prover/z3/wiki)|4.0761566950080875e-05|
+|spack|readline|3.752297965370489e-05|
+|spack|gdbm|3.752297965370489e-05|
+|spack|libnsl|3.752297965370489e-05|
+|spack|tk|3.752297965370489e-05|
+|spack|tcl|3.752297965370489e-05|
+|spack|uuid|3.752297965370489e-05|
+|spack|tix|3.752297965370489e-05|
+|spack|perl-data-dumper|3.749100203432267e-05|
+|spack|libelf|3.749100203432267e-05|
+|spack|swig|3.749100203432267e-05|
+|spack|libedit|3.749100203432267e-05|
+|spack|binutils|3.749100203432267e-05|
+|spack|isl|3.749100203432267e-05|
+|spack|gflags|3.630490041454155e-05|
+|spack|glu|3.15375902590967e-05|
+|spack|[curl](https://curl.se/)|3.082939614894524e-05|
+|spack|[libarchive](https://www.libarchive.org)|3.082939614894524e-05|
+|spack|[libuv](https://libuv.org)|3.082939614894524e-05|
+|spack|libfabric|2.8569346470005247e-05|
+|spack|libzmq|2.8569346470005247e-05|
+|spack|dataspaces|2.8569346470005247e-05|
+|spack|c-blosc|2.8569346470005247e-05|
+|spack|zfp|2.8569346470005247e-05|
+|spack|sz|2.8569346470005247e-05|
+|spack|hpx|2.589749562903964e-05|
+|spack|llvm-amdgpu|2.428394449950446e-05|
+|spack|hsa-rocr-dev|2.428394449950446e-05|
+|spack|hip|2.428394449950446e-05|
+|spack|numactl|2.428394449950446e-05|
+|spack|memkind|2.428394449950446e-05|
+|spack|kokkos-nvcc-wrapper|2.428394449950446e-05|
+|spack|[jpeg](http://www.ijg.org)|2.306014783065368e-05|
+|spack|freetype|2.216817558090145e-05|
+|spack|libtiff|2.216817558090145e-05|
+|spack|double-conversion|2.0554624451366274e-05|
+|spack|ffmpeg|1.5490090843537725e-05|
+|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.4577375053093592e-05|
+|spack|py-jinja2|1.4435473825273534e-05|
+|spack|glx|1.3876539714002547e-05|
+|spack|libxt|1.3876539714002547e-05|
+|spack|osmesa|1.3876539714002547e-05|
+|spack|netcdf-c|1.3876539714002547e-05|
+|spack|netcdf-cxx|1.3876539714002547e-05|
+|spack|pugixml|1.3876539714002547e-05|
+|spack|libogg|1.3876539714002547e-05|
+|spack|libtheora|1.3876539714002547e-05|
+|spack|utf8cpp|1.3876539714002547e-05|
+|spack|gl2ps|1.3876539714002547e-05|
+|spack|proj|1.3876539714002547e-05|
+|spack|cgns|1.3876539714002547e-05|
+|spack|seacas|1.3876539714002547e-05|
+|spack|[llvm](https://llvm.org/)|1.3873327552031757e-05|
+|spack|py-pip|1.2821922695738353e-05|
+|spack|py-wheel|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-websupport|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-applehelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-devhelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-jsmath|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-htmlhelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-serializinghtml|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-qthelp|1.2821922695738353e-05|
+|spack|py-pygments|1.2821922695738353e-05|
+|spack|py-docutils|1.2821922695738353e-05|
+|spack|py-snowballstemmer|1.2821922695738353e-05|
+|spack|py-babel|1.2821922695738353e-05|
+|spack|py-alabaster|1.2821922695738353e-05|
+|spack|py-imagesize|1.2821922695738353e-05|
+|spack|py-requests|1.2821922695738353e-05|
+|spack|py-sphinx-rtd-theme|1.2821922695738353e-05|
+|spack|py-packaging|1.2821922695738353e-05|
+|spack|py-importlib-metadata|1.2821922695738353e-05|
+|spack|py-typing|1.2821922695738353e-05|
+|spack|py-colorama|1.2821922695738353e-05|
+|spack|threads|9.81169474727453e-06|
+|spack|harfbuzz|8.291635866898905e-06|
+|spack|gtkplus|8.291635866898905e-06|
+|spack|libmng|6.678084737363726e-06|
+|spack|libsm|6.678084737363726e-06|
+|spack|pcre|6.678084737363726e-06|
+|spack|inputproto|6.678084737363726e-06|
+|spack|glib|6.678084737363726e-06|
+|spack|dbus|6.678084737363726e-06|
+|spack|assimp|6.678084737363726e-06|
+|spack|pcre2|6.678084737363726e-06|
+|spack|gperf|6.678084737363726e-06|
+|spack|libdrm|6.678084737363726e-06|
+|spack|libxcomposite|6.678084737363726e-06|
+|spack|libxcursor|6.678084737363726e-06|
+|spack|libxi|6.678084737363726e-06|
+|spack|libxtst|6.678084737363726e-06|
+|spack|libxrandr|6.678084737363726e-06|
+|spack|libxdamage|6.678084737363726e-06|
+|spack|fontconfig|6.678084737363726e-06|
+|spack|libx11|6.678084737363726e-06|
+|spack|libxcb|6.678084737363726e-06|
+|spack|libxkbcommon|6.678084737363726e-06|
+|spack|xcb-util-image|6.678084737363726e-06|
+|spack|xcb-util-keysyms|6.678084737363726e-06|
+|spack|xcb-util-renderutil|6.678084737363726e-06|
+|spack|xcb-util-wm|6.678084737363726e-06|
+|spack|libxext|6.678084737363726e-06|
+|spack|libxrender|6.678084737363726e-06|
+|spack|[vtk](http://www.vtk.org)|6.519398503172453e-06|
+|spack|[adios2](https://csmd.ornl.gov/software/adios2)|4.905847373637274e-06|
+|spack|[doxygen](https://github.com/doxygen/doxygen/)|4.415262636273552e-06|
+|spack|[kokkos](https://github.com/kokkos/kokkos)|2.452923686818637e-06|
+|spack|[glog](https://github.com/google/glog)|2.314386468626225e-06|
+|spack|[blas](https://www.netlib.org/xblas)|2.2936429279343183e-06|
+|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|1.9623389494549426e-06|
+|spack|java|1.6135511295351797e-06|
+|spack|ant|1.6135511295351797e-06|
+|spack|matlab|1.6135511295351797e-06|
+|spack|ceres-solver|1.6135511295351797e-06|
+|spack|clp|1.6135511295351797e-06|
+|spack|cudnn|1.6135511295351797e-06|
+|spack|gdal|1.6135511295351797e-06|
+|spack|ipp|1.6135511295351797e-06|
+|spack|jasper|1.6135511295351797e-06|
+|spack|onnx|1.6135511295351797e-06|
+|spack|opencl|1.6135511295351797e-06|
+|spack|openexr|1.6135511295351797e-06|
+|spack|openjpeg|1.6135511295351797e-06|
+|spack|protobuf|1.6135511295351797e-06|
+|spack|tbb|1.6135511295351797e-06|
+|spack|libwebp|1.6135511295351797e-06|
+|spack|tesseract|1.6135511295351797e-06|
+|spack|leptonica|1.6135511295351797e-06|
+|spack|libdc1394|1.6135511295351797e-06|
+|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|1.5928075888432732e-06|
+|spack|[mkl](https://software.intel.com/en-us/intel-mkl)|1.4016706781820903e-06|
+|spack|[opencv](https://opencv.org/)|7.008353390910451e-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.
+
+
+- Generated by [CiteLang](https://github.com/vsoch/citelang)
diff --git a/pages/dependencies.md b/pages/dependencies.md
index f8657752..327634c5 100644
--- a/pages/dependencies.md
+++ b/pages/dependencies.md
@@ -9,5593 +9,6082 @@ tipue_search_active: true
|Manager|Name|Credit|
|-------|----|------|
-|pypi|[numpy](https://pypi.org/project/numpy)|0.03498475331821854|
-|cran|R|0.03424976459671244|
-|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.027833423233940904|
-|cran|[testthat](https://testthat.r-lib.org)|0.02397515501414811|
-|cran|[httr](https://httr.r-lib.org/)|0.020448287174915074|
-|cran|[knitr](https://yihui.org/knitr/)|0.01690575151396712|
-|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.015945403274703257|
-|pypi|[matplotlib](https://matplotlib.org)|0.014856021592124518|
-|cran|utils|0.013904182156179163|
-|cran|methods|0.013498727092482935|
-|cran|[covr](https://covr.r-lib.org)|0.012554311189310998|
-|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009971634567966882|
-|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.007903077203191647|
-|cran|[tidyr](https://tidyr.tidyverse.org)|0.0074803334035712585|
-|pypi|[cycler](https://github.com/matplotlib/cycler)|0.006562652317134398|
-|cran|[magrittr](https://magrittr.tidyverse.org)|0.00640238868948378|
-|cran|[rlang](https://rlang.r-lib.org)|0.006024559797711829|
-|cran|stats|0.005330834919975447|
-|pypi|[sphinx](https://www.sphinx-doc.org/)|0.005143066018185595|
-|pypi|[six](https://pypi.org/project/six)|0.005116801437863265|
-|cran|[withr](https://withr.r-lib.org)|0.005086492621852832|
-|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.004551196561767453|
-|cran|[tibble](https://tibble.tidyverse.org/)|0.00453911451153286|
-|cran|tools|0.004274570924906802|
-|cran|[curl](https://github.com/jeroen/curl)|0.004082805500822201|
-|pypi|[biopython](https://biopython.org/)|0.004000459949653766|
-|pypi|[h5py](http://www.h5py.org)|0.003940643929778582|
-|cran|[Rcpp](http://www.rcpp.org)|0.0038845717220677336|
-|cran|[vctrs](https://vctrs.r-lib.org/)|0.003596235499893711|
-|pypi|[docutils](http://docutils.sourceforge.net/)|0.0035627643392483954|
-|cran|[R6](https://r6.r-lib.org)|0.00355948475002396|
-|cran|grDevices|0.0033824628949575895|
-|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0031565891007250676|
-|cran|graphics|0.0031531249179378297|
-|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.0031310050498086764|
-|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.003112155861147037|
-|pypi|[colorama](https://pypi.org/project/colorama)|0.0030505453088427986|
-|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0030481392473359335|
-|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.002941827338035763|
-|pypi|[lxml](https://pypi.org/project/lxml)|0.00293983328205502|
-|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0028868370860475256|
-|cran|[dplyr](https://dplyr.tidyverse.org)|0.0028105970826652073|
-|cran|[pryr](https://github.com/hadley/pryr)|0.0027646333736613144|
-|cran|[glue](https://github.com/tidyverse/glue)|0.0027076352913542093|
-|pypi|[numba](https://numba.pydata.org)|0.0025592050097635968|
-|pypi|[pytz](https://pypi.org/project/pytz)|0.0024893783948396852|
-|pypi|[requests](https://pypi.org/project/requests)|0.002474290806127736|
-|cran|[digest](https://github.com/eddelbuettel/digest)|0.0024321047315473215|
-|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0024033731642187244|
-|cran|[htmltools](https://github.com/rstudio/htmltools)|0.002398468886741001|
-|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.002336925759972403|
-|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0020413807388924474|
-|pypi|[pycparser](https://github.com/eliben/pycparser)|0.002028384024921566|
-|pypi|[scipy](https://pypi.org/project/scipy)|0.002008797757370677|
-|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.001978780891482441|
-|pypi|[contextlib2](https://pypi.org/project/contextlib2)|0.001975206533169914|
-|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.001969479023568026|
-|cran|[mockery](https://github.com/r-lib/mockery)|0.001964072420350236|
-|pypi|[packaging](https://pypi.org/project/packaging)|0.0019394092366563985|
-|cran|[stringi](https://stringi.gagolewski.com/)|0.001846326181468636|
-|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.001837093209182467|
-|cran|[xml2](https://xml2.r-lib.org/)|0.0018138023983402423|
-|cran|[cli](https://cli.r-lib.org)|0.0017659550050971049|
-|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0017525019260038065|
-|cran|[pillar](https://pillar.r-lib.org/)|0.0017373549759354939|
-|cran|[shiny](https://shiny.rstudio.com/)|0.0017103610147779543|
-|cran|[bit64](https://github.com/truecluster/bit64)|0.00170124966509246|
-|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0016939379904340052|
-|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0016923078515360716|
-|pypi|[flake8](https://pypi.org/project/flake8)|0.001691105805596153|
-|pypi|[PyYAML](https://pyyaml.org/)|0.001639519153670144|
-|cran|[callr](https://callr.r-lib.org)|0.0016335608250685702|
-|cran|[purrr](http://purrr.tidyverse.org)|0.0016285867870177578|
-|pypi|[tomli](https://pypi.org/project/tomli)|0.0016201587299400106|
-|pypi|[pandas](https://pandas.pydata.org)|0.001594159975503842|
-|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0015048607429845467|
-|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0014803300562765758|
-|cran|[processx](https://processx.r-lib.org)|0.0014139120718363732|
-|pypi|[idna](https://pypi.org/project/idna)|0.0014095479663003827|
-|cran|[DBI](https://dbi.r-dbi.org)|0.0013991521015535625|
-|pypi|[certifi](https://pypi.org/project/certifi)|0.0013932941486382818|
-|pypi|[mypy](https://pypi.org/project/mypy)|0.0013822034792289532|
-|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.001373593431440516|
-|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0013680687258687256|
-|pypi|[mock](https://pypi.org/project/mock)|0.0013676726889753116|
-|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.001352618755258616|
-|cran|[markdown](https://github.com/rstudio/markdown)|0.0013453997852879832|
-|cran|[sp](https://github.com/edzer/sp/)|0.0013362810874808504|
-|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0013323094430743084|
-|pypi|[Sphinx](https://www.sphinx-doc.org/)|0.0013300570587444268|
-|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.001312383109684743|
-|cran|parallel|0.0013094204691558764|
-|pypi|[future](https://python-future.org)|0.0013086768723318532|
-|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0013053657609723608|
-|cran|[pracma](NA)|0.0012856613692245405|
-|pypi|[protobuf](https://developers.google.com/protocol-buffers/)|0.0012589840278082456|
-|cran|grid|0.001254468167439431|
-|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0012536325868919987|
-|pypi|[click](https://pypi.org/project/click)|0.0012492502747726607|
-|cran|[hms](https://hms.tidyverse.org/)|0.0012347821944667917|
-|pypi|[Babel](https://pypi.org/project/Babel)|0.001199920299708492|
-|cran|[stringr](http://stringr.tidyverse.org)|0.0011990979137842857|
-|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0011812534188326233|
-|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0011757607572581111|
-|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.001141868550931798|
-|pypi|[chardet](https://pypi.org/project/chardet)|0.0010770074177537804|
-|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.00106360466967828|
-|pypi|[pygments](https://pypi.org/project/pygments)|0.0010632743051387627|
-|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0010554636719968084|
-|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0010171030779645648|
-|cran|[mime](https://github.com/yihui/mime)|0.0010163133444029283|
-|pypi|[isal](https://github.com/pycompression/python-isal)|0.0010118161216216216|
-|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0010080188049235253|
-|pypi|[wheel](https://pypi.org/project/wheel)|0.0009908528189841006|
-|pypi|[joblib](https://pypi.org/project/joblib)|0.0009471245477116117|
-|pypi|[docopt](http://docopt.org)|0.0009449265110818236|
-|pypi|[nose](https://pypi.org/project/nose)|0.000940077916489409|
-|cran|[webmockr](https://github.com/ropensci/webmockr)|0.0009372696025690065|
-|cran|ellipsis|0.0009338439125978618|
-|cran|[unix](https://github.com/jeroen/unix)|0.0009328904196002725|
-|cran|bench|0.0009175693334661792|
-|cran|[xts](https://github.com/joshuaulrich/xts)|0.00090581257116267|
-|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.0009001559476841373|
-|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.000888281079484248|
-|cran|[broom](https://broom.tidymodels.org/)|0.0008867613720426093|
-|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008841581773086871|
-|cran|[generics](https://generics.r-lib.org)|0.0008707021662340782|
-|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0008694675197868626|
-|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0008691575000668801|
-|cran|[httpcode](https://github.com/sckott/httpcode)|0.0008672146797890837|
-|cran|[scales](https://scales.r-lib.org)|0.0008671778701469473|
-|cran|[bit](https://github.com/truecluster/bit)|0.0008575767550505025|
-|cran|evaluate|0.0008535152137893056|
-|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0008421216222208906|
-|cran|RColorBrewer|0.000840759271462644|
-|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0008351618169027064|
-|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0008277760910544722|
-|cran|[sf](https://r-spatial.github.io/sf/)|0.0008222259818185173|
-|cran|[fs](https://fs.r-lib.org)|0.0008151894027912772|
-|pypi|[attrs](https://pypi.org/project/attrs)|0.0008033653096685199|
-|pypi|[Jinja2](https://palletsprojects.com/p/jinja/)|0.0008001204657546378|
-|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.0007975393311309403|
-|cran|tcltk|0.0007917185031049215|
-|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0007907265873713463|
-|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007796421346635795|
-|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0007713964038619461|
-|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.000760723369565817|
-|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0007591009925303965|
-|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0007525100762330078|
-|pypi|[xmltodict](https://github.com/martinblech/xmltodict)|0.0007491938223938223|
-|cran|[plyr](http://had.co.nz/plyr)|0.0007462514837287902|
-|pypi|[cffi](http://cffi.readthedocs.org)|0.0007428789376599959|
-|cran|[pkgload](https://github.com/r-lib/pkgload)|0.000740288919822918|
-|pypi|[wrapt](https://github.com/GrahamDumpleton/wrapt)|0.0007367709647813008|
-|cran|[blob](https://blob.tidyverse.org)|0.0007135052846505915|
-|pypi|[pillow](https://python-pillow.org)|0.0007112504266255197|
-|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0007068360697084822|
-|cran|[httpuv](https://github.com/rstudio/httpuv)|0.0007051165036988761|
-|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.0006912162162162162|
-|pypi|[pywin32](https://github.com/mhammond/pywin32)|0.0006739982720704633|
-|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0006734991182705787|
-|cran|[data.table](https://r-datatable.com)|0.0006728131491362203|
-|cran|[usethis](https://usethis.r-lib.org)|0.0006693216282198386|
-|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006663144425446256|
-|pypi|[twine](https://twine.readthedocs.io/)|0.0006629897346169588|
-|cran|[maps](NA)|0.0006615001381696227|
-|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0006572574159045704|
-|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0006529271735491464|
-|cran|pkgconfig|0.0006527708733397784|
-|pypi|[ipython](https://pypi.org/project/ipython)|0.0006479910678975076|
-|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0006476427952369257|
-|pypi|[enum34](https://pypi.org/project/enum34)|0.0006416391384474263|
-|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0006407927957610099|
-|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0006368008577843519|
-|pypi|[brotli](https://pypi.org/project/brotli)|0.0006354869260983549|
-|pypi|[msgpack](https://msgpack.org/)|0.0006337730351423075|
-|cran|[lubridate](https://lubridate.tidyverse.org)|0.0006305566056575766|
-|cran|[XML](http://www.omegahat.net/RSXML/)|0.0006303299585717392|
-|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006242728682612976|
-|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0006210325956383636|
-|cran|[png](http://www.rforge.net/png/)|0.0006204154731304379|
-|cran|[brio](https://brio.r-lib.org)|0.0006196285677936889|
-|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0006174628289846526|
-|pypi|[semver](https://github.com/python-semver/python-semver)|0.0006164147352088731|
-|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006119415554955046|
-|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0006109297191467127|
-|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0005980542428706903|
-|cran|[igraph](https://igraph.org)|0.0005972629236169089|
-|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0005918213267950867|
-|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0005861170562393149|
-|pypi|[ujson](https://github.com/ultrajson/ultrajson)|0.0005849843830140326|
-|cran|[waldo](https://github.com/r-lib/waldo)|0.000584407302241938|
-|pypi|[netCDF4](https://pypi.org/project/netCDF4)|0.0005842121608890816|
-|cran|RPostgreSQL|0.0005838769512748431|
-|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.0005822922162846766|
-|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0005813183867768789|
-|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00058006227327289|
-|pypi|[snowballstemmer](https://github.com/snowballstem/snowball)|0.0005764210911041369|
-|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.0005764210911041369|
-|pypi|[keras](https://keras.io/)|0.0005705777473151421|
-|pypi|[statsmodels](https://pypi.org/project/statsmodels)|0.0005682487233946004|
-|pypi|[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)|0.0005634993098907732|
-|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0005612541524966587|
-|cran|mockr|0.0005600567300352439|
-|cran|[xfun](https://github.com/yihui/xfun)|0.0005581063567350719|
-|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0005565008952488011|
-|pypi|[py](https://pypi.org/project/py)|0.0005524654077378368|
-|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0005523783783783785|
-|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0005495585275117689|
-|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0005452621466868494|
-|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0005436687694716397|
-|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0005431129713860059|
-|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0005422726791328075|
-|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005420322745705448|
-|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.0005389867103962326|
-|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0005387690212366906|
-|pypi|[pint](https://github.com/hgrecco/pint)|0.0005385570876999448|
-|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0005351351351351351|
-|pypi|[http](https://github.com/franckcuny/http)|0.0005351351351351351|
-|pypi|[apyori](https://github.com/ymoch/apyori)|0.0005351351351351351|
-|pypi|[markdown2](https://pypi.org/project/markdown2)|0.0005335018841218669|
-|pypi|[olefile](https://pypi.org/project/olefile)|0.0005335018841218669|
-|pypi|[llist](https://github.com/ajakubek/python-llist)|0.0005333513513513514|
-|pypi|[black](https://pypi.org/project/black)|0.0005319609540244178|
-|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0005301005692206241|
-|cran|pkgbuild|0.0005276268381754727|
-|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005241491491362241|
-|pypi|[dill](https://pypi.org/project/dill)|0.0005186894995757433|
-|npm|[angular](http://angularjs.org)|0.0005130158944658946|
-|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0005086606904905599|
-|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0005037878634781825|
-|pypi|[toml](https://pypi.org/project/toml)|0.0005015054045482937|
-|cran|Lahman|0.0004996175897754838|
-|cran|[crul](https://docs.ropensci.org/crul/)|0.0004967212940023612|
-|pypi|[psutil](https://pypi.org/project/psutil)|0.0004952669216221221|
-|cran|[ragg](https://ragg.r-lib.org)|0.0004940847306122492|
-|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0004930513380399236|
-|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004915647942010456|
-|pypi|[tornado](https://pypi.org/project/tornado)|0.0004902998662945455|
-|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004896872769896169|
-|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0004872839117916015|
-|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00048578823372201995|
-|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0004849694483405908|
-|cran|formattable|0.00048373351932903683|
-|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.000483352727252996|
-|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.00048230198363018184|
-|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00048127158386000995|
-|pypi|[munkres](https://pypi.org/project/munkres)|0.0004798545267744604|
-|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0004779451028387713|
-|cran|[inline](https://github.com/eddelbuettel/inline)|0.0004740393171970069|
-|pypi|[PyQt5-sip](https://www.riverbankcomputing.com/software/sip/)|0.00047233571945701355|
-|cran|RMySQL|0.0004711660379404784|
-|cran|lobstr|0.0004711660379404784|
-|npm|[fs](https://github.com/npm/security-holder#readme)|0.00047103592696813037|
-|npm|[express](http://expressjs.com/)|0.00047098229135729137|
-|npm|[lodash](https://lodash.com/)|0.0004691843406431994|
-|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0004679411408786237|
-|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0004672568015213925|
-|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0004672568015213925|
-|cran|[webutils](https://github.com/jeroen/webutils)|0.00046530022097281864|
-|pypi|[commonmark](https://pypi.org/project/commonmark)|0.0004537935017820018|
-|cran|fansi|0.00045229314117933546|
-|cran|[survival](https://github.com/therneau/survival)|0.00044823181029833136|
-|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.00044651554676686044|
-|pypi|[bmipy](http://csdms.colorado.edu)|0.000445945945945946|
-|pypi|[pulp](https://github.com/coin-or/pulp)|0.0004459459459459459|
-|pypi|[pyasn1](https://github.com/etingof/pyasn1)|0.0004416817982710626|
-|pypi|[sympy](https://pypi.org/project/sympy)|0.0004400366448580219|
-|cran|[abind](NA)|0.000439449526686167|
-|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0004393960807955392|
-|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.00043811869341328424|
-|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.00043811869341328424|
-|cran|datasets|0.0004357507654978158|
-|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0004347461325669561|
-|cran|[bslib](https://rstudio.github.io/bslib/)|0.00043215928163905934|
-|cran|chron|0.00043072513564647834|
-|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0004305414993623229|
-|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.000429544762863317|
-|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00042739459459459464|
-|cran|[devtools](https://devtools.r-lib.org/)|0.0004239017594116491|
-|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.00042381310420093433|
-|cran|[winch](https://r-prof.github.io/winch/)|0.0004215409715790994|
-|npm|[papaparse](http://papaparse.com)|0.00042153359073359076|
-|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00041249918012422373|
-|cran|iterators|0.00041047240021302103|
-|pypi|[graphviz](https://github.com/xflr6/graphviz)|0.0004074746785493975|
-|cran|[ps](https://github.com/r-lib/ps#readme)|0.0004061583540203644|
-|pypi|[regex](https://pypi.org/project/regex)|0.00040595558520151995|
-|cran|gtable|0.0004018182562507001|
-|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00040173141891891893|
-|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.0004016834472972973|
-|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.00040085620202935185|
-|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004000394186972489|
-|npm|nestjs|0.00039908382959230425|
-|pypi|[isort](https://pypi.org/project/isort)|0.0003989444057692061|
-|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003979852804749571|
-|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00039669116721116724|
-|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.0003941983023883122|
-|pypi|[py-make](https://pypi.org/project/py-make)|0.0003941983023883122|
-|pypi|[typing](https://pypi.org/project/typing)|0.0003909066786085536|
-|cran|itertools|0.00038775433204633214|
-|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.00038648648648648647|
-|pypi|[python-levenshtein](http://github.com/ztane/python-Levenshtein)|0.0003860617760617761|
-|pypi|[pluggy](https://pypi.org/project/pluggy)|0.00038549692867375886|
-|pypi|[Pygments](https://pypi.org/project/Pygments)|0.0003832262622494584|
-|pypi|[babel](https://babel.pocoo.org/)|0.0003821646970969539|
-|npm|[axios](https://axios-http.com)|0.00038171149357590044|
-|pypi|[pyfaidx](http://mattshirley.com)|0.00037884169884169885|
-|npm|[react](https://reactjs.org/)|0.0003774430003886881|
-|npm|[react-dom](https://reactjs.org/)|0.0003774430003886881|
-|cran|[ape](http://ape-package.ird.fr/)|0.0003744927865959632|
-|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0003724831137712494|
-|cran|timeDate|0.0003713885071921896|
-|cran|[readr](https://readr.tidyverse.org)|0.0003695873660037353|
-|pypi|[flatbuffers](https://google.github.io/flatbuffers/)|0.00036910285235715903|
-|cran|munsell|0.0003673437288840986|
-|pypi|[PyQt5-Qt5](https://www.riverbankcomputing.com/software/pyqt/)|0.0003670440592253533|
-|cran|tis|0.000364807342176242|
-|pypi|[llvmlite](https://pypi.org/project/llvmlite)|0.0003611793611793612|
-|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00036001492043745344|
-|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.00035870242004980453|
-|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0003581941977359934|
-|cran|[hexbin](https://github.com/edzer/hexbin)|0.0003577538127275544|
-|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00035675675675675677|
-|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00035675675675675677|
-|pypi|[conan](https://conan.io)|0.00035675675675675677|
-|pypi|[udatetime](https://github.com/freach/udatetime)|0.00035675675675675677|
-|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.00035675675675675677|
-|cran|mapproj|0.0003556931035681292|
-|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0003556481471384237|
-|cran|[raster](https://rspatial.org/raster)|0.00035557823524117116|
-|pypi|[networkx](https://pypi.org/project/networkx)|0.00035532672237876227|
-|pypi|[grpcio](https://grpc.io)|0.0003547817822804004|
-|cran|[sys](https://github.com/jeroen/sys)|0.00035383294281433994|
-|cran|[mgcv](NA)|0.0003527882393480781|
-|pypi|[multidict](https://github.com/aio-libs/multidict)|0.00034950424600217056|
-|cran|assertthat|0.00034886177431825763|
-|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00034799526479381906|
-|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0003470773545080597|
-|pypi|[futures](https://pypi.org/project/futures)|0.0003450376320798514|
-|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0003431660231660232|
-|pypi|[codecov](https://pypi.org/project/codecov)|0.0003409739896789952|
-|pypi|[multiprocess](https://github.com/uqfoundation/multiprocess)|0.0003398652169472873|
-|pypi|[seaborn](https://pypi.org/project/seaborn)|0.00033738142800907663|
-|cran|[vroom](https://vroom.r-lib.org)|0.0003366506830876901|
-|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00033461510231513496|
-|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.00033294445294548006|
-|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0003329106323980426|
-|pypi|[shiboken2](https://www.pyside.org)|0.00033270421621621623|
-|cran|[terra](https://rspatial.org/terra/)|0.0003312380923172242|
-|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.00033067224554081734|
-|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003300433536288654|
-|pypi|[dask](https://pypi.org/project/dask)|0.00033001736859137795|
-|cran|[clipr](https://github.com/mdlincoln/clipr)|0.0003294376321035233|
-|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00032818674457412155|
-|cran|[DT](https://github.com/rstudio/DT)|0.00032815019057047507|
-|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0003267357173092609|
-|pypi|[mappy](https://github.com/lh3/minimap2)|0.00032532818532818536|
-|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.0003227632572920139|
-|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.0003210191122713806|
-|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0003202702702702703|
-|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0003180566944921549|
-|pypi|[argparse](https://pypi.org/project/argparse)|0.0003179402278771163|
-|pypi|[process-tests](https://pypi.org/project/process-tests)|0.00031575869088913406|
-|pypi|[hunter](https://pypi.org/project/hunter)|0.00031575869088913406|
-|pypi|[fields](https://pypi.org/project/fields)|0.00031575869088913406|
-|npm|[d3](https://d3js.org)|0.0003153490071704357|
-|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0003131481816465393|
-|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0003115500757648387|
-|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00031114609147609145|
-|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0003098432432432432|
-|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0003091701974630802|
-|cran|[sass](https://github.com/rstudio/sass)|0.0003073856384259816|
-|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.0003043201862149231|
-|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.00030227129415447265|
-|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00030216461712011944|
-|pypi|[sphinxcontrib-serializinghtml](http://sphinx-doc.org/)|0.0003019252688312532|
-|pypi|[scikit-image](https://scikit-image.org)|0.00030088648745017695|
-|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.0003006790540540541|
-|pypi|[pydot](https://pypi.org/project/pydot)|0.0002992759291450721|
-|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.0002972972972972973|
-|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.00029704349158672546|
-|cran|graph|0.00029702592279720776|
-|pypi|[sphinxcontrib-htmlhelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-applehelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-devhelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-jsmath](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-qthelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.00029599608820438474|
-|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|0.00029405675675675676|
-|cran|cachem|0.0002938603298246271|
-|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00029303578062777426|
-|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00029251964419258646|
-|pypi|[async-generator](https://pypi.org/project/async-generator)|0.0002898183744140701|
-|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.0002856757635919729|
-|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|0.00028515057915057913|
-|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00028506929266974845|
-|npm|[mocha](https://mochajs.org/)|0.0002848041858719685|
-|cran|tzdb|0.0002847117401504863|
-|pypi|[webencodings](https://github.com/SimonSapin/python-webencodings)|0.00028423984639361127|
-|pypi|[charset-normalizer](https://github.com/ousret/charset_normalizer)|0.0002815577748705455|
-|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0002804536204928774|
-|npm|[three](https://threejs.org/)|0.00027955459459459464|
-|pypi|[filelock](https://pypi.org/project/filelock)|0.00027915632381771816|
-|pypi|[redis](https://pypi.org/project/redis)|0.00027583802411651275|
-|pypi|[rtree](https://github.com/Toblerity/rtree)|0.0002756756756756757|
-|cran|[desc](https://github.com/r-lib/desc#readme)|0.00027549472387823854|
-|npm|[ajv](https://ajv.js.org)|0.0002753122870769929|
-|cran|[future](https://future.futureverse.org)|0.00027448811167458026|
-|pypi|[astropy](https://pypi.org/project/astropy)|0.0002731164061692336|
-|pypi|[pycosat](https://github.com/ContinuumIO/pycosat)|0.000271990171990172|
-|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|0.0002718146718146718|
-|pypi|[decorator](https://pypi.org/project/decorator)|0.0002717708045718556|
-|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.00027111414944356124|
-|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0002703972234793876|
-|pypi|[Django](https://pypi.org/project/Django)|0.00026986807961164306|
-|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|0.00026983160083160083|
-|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0002687602492102492|
-|cran|[insight](https://easystats.github.io/insight/)|0.00026816986728957876|
-|npm|[quasar](https://quasar.dev)|0.00026756756756756756|
-|npm|[yargs](https://yargs.js.org/)|0.00026756756756756756|
-|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|0.00026756756756756756|
-|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|0.00026756756756756756|
-|npm|[docusaurus](https://github.com/facebook/docusaurus)|0.00026756756756756756|
-|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|0.00026756756756756756|
-|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|0.00026756756756756756|
-|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|0.00026756756756756756|
-|pypi|[cherrypy](https://www.cherrypy.org)|0.00026756756756756756|
-|pypi|[Cactus](http://github.com/koenbok/Cactus)|0.00026756756756756756|
-|pypi|[cigar](https://github.com/brentp/cigar)|0.00026756756756756756|
-|pypi|[PyNN](http://neuralensemble.org/PyNN/)|0.00026756756756756756|
-|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|0.00026756756756756756|
-|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|0.00026756756756756756|
-|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|0.00026756756756756756|
-|pypi|[South](http://south.aeracode.org/)|0.00026756756756756756|
-|pypi|[dymos](https://github.com/OpenMDAO/dymos)|0.00026756756756756756|
-|pypi|[openmdao](http://openmdao.org)|0.00026756756756756756|
-|pypi|[pyDOE2](https://github.com/clicumu/pyDOE2)|0.00026756756756756756|
-|cran|[forcats](https://forcats.tidyverse.org)|0.0002651444961854667|
-|cran|[parameters](https://easystats.github.io/parameters/)|0.0002646428030693952|
-|pypi|[scikit-learn](https://pypi.org/project/scikit-learn)|0.0002643062784595807|
-|cran|RUnit|0.00026423254236943706|
-|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0002623281333324779|
-|pypi|[fs](https://pypi.org/project/fs)|0.0002606783179832515|
-|pypi|[f90nml](http://github.com/marshallward/f90nml)|0.0002601316375198728|
-|cran|interp|0.0002601141725121509|
-|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.0002591101699215679|
-|pypi|[bump2version](https://github.com/c4urself/bump2version)|0.0002571851703877791|
-|npm|[vows](https://github.com/cloudhead/vows)|0.0002569743744188538|
-|pypi|[async_generator](https://github.com/python-trio/async_generator)|0.0002568648648648649|
-|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.00025672131881100425|
-|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00025645478127357246|
-|pypi|[Werkzeug](https://palletsprojects.com/p/werkzeug/)|0.00025495170343986994|
-|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00025457038438859845|
-|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.0002541632955536181|
-|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|0.00025388420663855117|
-|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00025110321458636975|
-|pypi|[Markdown](https://pypi.org/project/Markdown)|0.00025058476658476657|
-|cran|quantreg|0.0002485998720159697|
-|cran|svglite|0.00024857512435562563|
-|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.000246719216105822|
-|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.0002448749001300766|
-|cran|ggplot2movies|0.00024225403737701583|
-|cran|[magick](https://docs.ropensci.org/magick/)|0.00024060275580045637|
-|cran|[fields](https://github.com/dnychka/fieldsRPackage)|0.00023962481907518693|
-|pypi|[lz4](https://pypi.org/project/lz4)|0.0002394588504978771|
-|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00023859121556747413|
-|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00023781611008304366|
-|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|0.00023704446144550098|
-|cran|multcomp|0.00023690676642920452|
-|pypi|[pox](https://github.com/uqfoundation/pox)|0.00023687548917695976|
-|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00023677193581950832|
-|cran|[base64enc](http://www.rforge.net/base64enc)|0.0002358633890574346|
-|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|0.00023516542916542918|
-|cran|isoband|0.00023379478581776422|
-|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|0.00023318106119432782|
-|pypi|[xattr](https://pypi.org/project/xattr)|0.00023277297598740956|
-|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00023277297598740956|
-|pypi|[texext](https://pypi.org/project/texext)|0.00023255072029593435|
-|pypi|[pybind11-global](https://github.com/pybind/pybind11)|0.00023133891891891892|
-|pypi|[tenacity](https://pypi.org/project/tenacity)|0.00023103943473382944|
-|cran|[lme4](https://github.com/lme4/lme4/)|0.00023052667591202502|
-|cran|[fastmatch](http://www.rforge.net/fastmatch)|0.00022919702753947148|
-|cran|[lintr](https://github.com/jimhester/lintr)|0.00022917180608379245|
-|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|0.00022841981185077164|
-|cran|[promises](https://rstudio.github.io/promises)|0.0002284020660410089|
-|pypi|[rsa](https://stuvel.eu/rsa)|0.00022709890015071475|
-|cran|profvis|0.00022700268602566444|
-|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00022677250195278118|
-|pypi|[deap](https://www.github.com/deap)|0.00022651955484896663|
-|pypi|[text-unidecode](https://github.com/kmike/text-unidecode/)|0.00022594594594594594|
-|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00022587104519325435|
-|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00022578243243243242|
-|pypi|[types-requests](https://pypi.org/project/types-requests)|0.0002256281672193971|
-|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|0.00022353708834885308|
-|cran|[Cairo](http://www.rforge.net/Cairo/)|0.00022321603252688506|
-|cran|triebeard|0.0002227433108108108|
-|pypi|[nbformat](https://pypi.org/project/nbformat)|0.0002225816890519129|
-|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002224745627980922|
-|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002224745627980922|
-|cran|[backports](https://github.com/r-lib/backports)|0.00022180555328810597|
-|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00022084816861704553|
-|cran|tinytex|0.00022065000983872477|
-|pypi|[python](http://www.python.org/2.5)|0.00021978764478764481|
-|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00021937701113946965|
-|pypi|[zipp](https://pypi.org/project/zipp)|0.00021899621208978747|
-|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|0.00021621621621621621|
-|pypi|[execnet](https://pypi.org/project/execnet)|0.00021601299500052695|
-|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|0.00021405405405405407|
-|pypi|[jq](http://github.com/mwilliamson/jq.py)|0.00021405405405405407|
-|pypi|[chemparse](https://pypi.org/project/chemparse)|0.00021405405405405407|
-|cran|tuneR|0.00021405405405405407|
-|pypi|[python-utils](https://github.com/WoLpH/python-utils)|0.0002133809222600292|
-|pypi|[music21](https://github.com/cuthbertLab/music21)|0.0002130810810810811|
-|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|0.0002130810810810811|
-|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00021165543817838208|
-|cran|jquerylib|0.00021023857904149952|
-|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00021004817262594412|
-|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00020936935150495163|
-|cran|rasterVis|0.00020738515673601995|
-|pypi|[gast](https://github.com/serge-sans-paille/gast/)|0.00020711626650660265|
-|pypi|[libclang](https://github.com/sighingnow/libclang)|0.00020711626650660265|
-|pypi|[traitlets](https://pypi.org/project/traitlets)|0.00020584909363526594|
-|cran|[rjson](https://github.com/alexcb/rjson)|0.00020514234867834876|
-|cran|stats4|0.00020467116050712725|
-|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|0.00020432432432432432|
-|pypi|[gunicorn](https://gunicorn.org)|0.00020391864181337868|
-|cran|[testit](https://github.com/yihui/testit)|0.00020282762273001793|
-|cran|[downlit](https://downlit.r-lib.org/)|0.00020277069177223475|
-|pypi|[tqdm](https://tqdm.github.io)|0.00020202780505838367|
-|cran|prettyunits|0.00020192678120903686|
-|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00020022972972972972|
-|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0002001552970317632|
-|pypi|[Biopython](https://pypi.org/project/Biopython)|0.00020000675675675676|
-|pypi|[gdal](https://pypi.org/project/gdal)|0.0001978315550057423|
-|pypi|[soupsieve](https://facelessuser.github.io/soupsieve/)|0.0001974900813687087|
-|pypi|[munch](https://pypi.org/project/munch)|0.00019741063665495735|
-|cran|[pdftools](https://docs.ropensci.org/pdftools/)|0.00019738041712901813|
-|cran|[spatstat.linnet](http://spatstat.org/)|0.00019401242802552363|
-|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|0.00019324324324324324|
-|cran|[memoise](https://github.com/r-lib/memoise)|0.0001917173702841328|
-|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.0001910829468177855|
-|cran|[future.apply](https://future.apply.futureverse.org)|0.0001910776455165529|
-|pypi|[pymbar](http://github.com/choderalab/pymbar)|0.00019073745173745177|
-|cran|[performance](https://easystats.github.io/performance/)|0.00019053157076292536|
-|pypi|[cython](https://pypi.org/project/cython)|0.00019024609139892812|
-|cran|[qs](https://github.com/traversc/qs)|0.00018913484445399342|
-|pypi|[uritemplate](https://pypi.org/project/uritemplate)|0.00018874233609557557|
-|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00018784245062370062|
-|pypi|[pybtex](https://pybtex.org/)|0.00018613989103028207|
-|pypi|[glob2](http://github.com/miracle2k/python-glob2/)|0.00018576324324324326|
-|npm|[cytoscape](http://js.cytoscape.org)|0.00018532818532818535|
-|npm|[pg](https://github.com/brianc/node-postgres)|0.00018532818532818535|
-|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.00018514198118789262|
-|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00018510579150579152|
-|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00018502509652509652|
-|cran|asciicast|0.0001843783131562496|
-|pypi|[orjson](https://github.com/ijl/orjson)|0.00018412724327549008|
-|cran|[dygraphs](https://github.com/rstudio/dygraphs)|0.00018276168267643397|
-|rubygems|[liquid](http://www.liquidmarkup.org)|0.00018205743243243245|
-|npm|[react-select](https://github.com/JedWatson/react-select)|0.00018187599364069952|
-|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|0.00018155505714067435|
-|pypi|[tox](https://pypi.org/project/tox)|0.0001810306047783539|
-|cran|[uuid](http://www.rforge.net/uuid)|0.0001810124717278564|
-|pypi|[sh](https://github.com/amoffat/sh)|0.00018098173849525202|
-|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|0.00018005212355212355|
-|pypi|[gym](https://pypi.org/project/gym)|0.00018002111879321183|
-|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.00017973119381570088|
-|cran|[spatstat.utils](http://spatstat.org/)|0.00017944337397146956|
-|cran|[DBItest](https://dbitest.r-dbi.org)|0.00017936856575062458|
-|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|0.00017849372078845765|
-|npm|[jshint](http://jshint.com/)|0.00017844698544698543|
-|pypi|[nnde](https://github.com/elwinter/nnde)|0.00017837837837837839|
-|pypi|[tartiflette](https://tartiflette.io)|0.00017837837837837839|
-|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|0.00017837837837837839|
-|pypi|[PyEscape](https://github.com/qaviton/escape)|0.00017837837837837839|
-|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|0.00017837837837837839|
-|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|0.00017837837837837839|
-|pypi|[clawpack](http://www.clawpack.org)|0.00017837837837837839|
-|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|0.00017837837837837839|
-|cran|[taxa](https://docs.ropensci.org/taxa/)|0.00017837837837837839|
-|cran|[vegdata](http://germansl.infinitenature.org)|0.00017837837837837839|
-|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00017837837837837839|
-|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00017824020799445434|
-|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00017778730620593094|
-|cran|[tidyverse](http://tidyverse.tidyverse.org)|0.00017751039223496434|
-|rubygems|rake|0.00017743032402035418|
-|pypi|[django](https://pypi.org/project/django)|0.0001763854085694346|
-|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.000176368749352874|
-|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00017614893716263056|
-|cran|[spatstat.geom](http://spatstat.org/)|0.0001760818083393413|
-|cran|[mapview](https://github.com/r-spatial/mapview)|0.0001758984521490154|
-|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.0001757722007722008|
-|cran|[praise](https://github.com/gaborcsardi/praise)|0.00017525905824019499|
-|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00017520807005852682|
-|pypi|[bleach](https://pypi.org/project/bleach)|0.00017508395643283647|
-|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|0.00017494802494802495|
-|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|0.00017479507131235397|
-|cran|[webp](https://github.com/jeroen/webp#readme)|0.00017449728616144073|
-|pypi|[tf-estimator-nightly](https://www.tensorflow.org/)|0.00017426371143051814|
-|cran|diffviewer|0.0001734060400116433|
-|cran|[commonmark](https://docs.ropensci.org/commonmark/)|0.00017262754510248806|
-|cran|[jpeg](http://www.rforge.net/jpeg/)|0.00017245566525693674|
-|pypi|[lockfile](http://launchpad.net/pylockfile)|0.00017221562075153625|
-|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.0001712891081193091|
-|cran|[spatstat](http://spatstat.org/)|0.00017103037749673398|
-|cran|[reshape2](https://github.com/hadley/reshape)|0.00017003664228124635|
-|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00016953475912338643|
-|pypi|[wmi](https://pypi.org/project/wmi)|0.0001665824011245174|
-|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00016656286179470985|
-|cran|splines|0.00016649057526986458|
-|npm|[requirejs](http://github.com/jrburke/r.js)|0.00016601685476685477|
-|cran|[getPass](https://github.com/wrathematics/getPass)|0.00016555119589514332|
-|pypi|[pygame](https://www.pygame.org)|0.00016516602316602317|
-|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.00016513993081640138|
-|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00016513993081640138|
-|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.0001643951719557363|
-|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.0001643951719557363|
-|pypi|[prospector](http://prospector.readthedocs.io)|0.00016394015486424638|
-|cran|[V8](https://github.com/jeroen/v8)|0.00016388432432432436|
-|cran|[nleqslv](NA)|0.00016385679669817603|
-|cran|later|0.00016200270499103477|
-|cran|[whisker](http://github.com/edwindj/whisker)|0.0001617319092584982|
-|cran|[openssl](https://github.com/jeroen/openssl)|0.00016090424659859063|
-|npm|[react-images](https://jossmac.github.io/react-images/)|0.000160103695532267|
-|pypi|[jaraco.tidelift](https://github.com/jaraco/jaraco.tidelift)|0.00015986792508443872|
-|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00015957036436671632|
-|cran|[tesseract](https://docs.ropensci.org/tesseract/)|0.00015907122892773644|
-|cran|[gh](https://gh.r-lib.org/)|0.00015882213893809123|
-|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0001587963672430538|
-|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|0.00015756756756756757|
-|pypi|[imageio](https://github.com/imageio/imageio)|0.00015726047351435825|
-|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|0.0001569710127710128|
-|cran|dichromat|0.00015692311275241426|
-|cran|KernSmooth|0.00015653120123042976|
-|cran|[xtable](http://xtable.r-forge.r-project.org/)|0.00015542550627322888|
-|cran|[showtext](https://github.com/yixuan/showtext)|0.00015497375008270754|
-|npm|[pako](https://github.com/nodeca/pako#readme)|0.00015442471042471044|
-|cran|[RPostgres](https://rpostgres.r-dbi.org)|0.00015431884621229777|
-|npm|[react-redux](https://github.com/reduxjs/react-redux)|0.00015430400325137168|
-|pypi|[numexpr](https://pypi.org/project/numexpr)|0.000154089774009774|
-|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|0.0001537742173592883|
-|pypi|[plotly](https://pypi.org/project/plotly)|0.0001534380605131217|
-|pypi|[notebook](https://pypi.org/project/notebook)|0.00015298361697166487|
-|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|0.0001528957528957529|
-|npm|[vue-router](https://github.com/vuejs/router#readme)|0.0001528957528957529|
-|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|0.0001528957528957529|
-|npm|[filepond](https://pqina.nl/filepond/)|0.0001528957528957529|
-|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|0.0001528957528957529|
-|npm|[modernizr](https://github.com/Modernizr/Modernizr)|0.0001528957528957529|
-|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|0.0001528957528957529|
-|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|0.0001528957528957529|
-|pypi|[mamba](http://nestorsalceda.github.io/mamba)|0.0001528957528957529|
-|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|0.0001528957528957529|
-|pypi|[msgpack-python](http://msgpack.org/)|0.0001528957528957529|
-|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|0.0001528957528957529|
-|pypi|[mdtraj](http://mdtraj.org)|0.0001528957528957529|
-|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|0.0001528957528957529|
-|cran|[shinyjs](https://deanattali.com/shinyjs/)|0.00015262337043582072|
-|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015144572158783785|
-|cran|[spatstat.random](http://spatstat.org/)|0.00015132302851322946|
-|cran|selectr|0.00015089911424029075|
-|pypi|[pip](https://pip.pypa.io/)|0.0001503071623041813|
-|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.00015019327723406642|
-|cran|[rvest](http://rvest.tidyverse.org/)|0.00014969508096856178|
-|pypi|[freesasa](http://freesasa.github.io/)|0.00014953271692745378|
-|cran|rprintf|0.00014949977920179563|
-|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|0.00014943011583011583|
-|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.00014894435466268914|
-|pypi|[rich](https://pypi.org/project/rich)|0.00014849744511456352|
-|npm|[rc-slider](http://github.com/react-component/slider/)|0.00014708392603129445|
-|cran|WRS2|0.00014689450509856186|
-|cran|combinat|0.00014612346818868558|
-|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|0.00014583888302616087|
-|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|0.00014551920341394025|
-|cran|igraphdata|0.00014521667805167808|
-|npm|[moment](https://momentjs.com)|0.00014485096468317058|
-|cran|sfsmisc|0.0001421388997195371|
-|npm|[tape](https://github.com/substack/tape)|0.00014099635290912556|
-|cran|fastmap|0.00014055992305876477|
-|cran|labeling|0.00014034104285843419|
-|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|0.0001401102702702703|
-|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001401081081081081|
-|pypi|[google-auth](https://github.com/googleapis/google-auth-library-python)|0.00013986608761548132|
-|pypi|[cvxopt](http://cvxopt.org)|0.00013913513513513513|
-|cran|[gifski](https://gif.ski/)|0.0001390518010705627|
-|cran|[readxl](https://readxl.tidyverse.org)|0.00013896816430269122|
-|cran|[phangorn](https://github.com/KlausVigo/phangorn)|0.0001389224531510916|
-|cran|[units](https://github.com/r-quantities/units/)|0.00013813396982664982|
-|npm|[chai](http://chaijs.com)|0.0001374651431298144|
-|pypi|[jax](https://github.com/google/jax)|0.00013697426470588234|
-|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|0.00013695161054157957|
-|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|0.00013679391891891892|
-|cran|[reticulate](https://rstudio.github.io/reticulate/)|0.00013558749321373648|
-|npm|[d3-array](https://d3js.org/d3-array/)|0.00013556756756756755|
-|npm|[d3-scale](https://d3js.org/d3-scale/)|0.00013556756756756755|
-|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00013539469247919952|
-|cran|[lazyeval](NA)|0.00013531684299573863|
-|pypi|[asgiref](https://pypi.org/project/asgiref)|0.0001347973866402294|
-|cran|rsconnect|0.0001341268552433131|
-|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|0.00013378378378378378|
-|npm|[d3-brush](https://d3js.org/d3-brush/)|0.00013378378378378378|
-|npm|[d3-fetch](https://d3js.org/d3-fetch/)|0.00013378378378378378|
-|npm|[d3-format](https://d3js.org/d3-format/)|0.00013378378378378378|
-|npm|[fflate](https://101arrowz.github.io/fflate)|0.00013378378378378378|
-|pypi|[simframe](https://github.com/stammler/simframe)|0.00013378378378378378|
-|pypi|[gemmi](https://project-gemmi.github.io/)|0.00013378378378378378|
-|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|0.00013378378378378378|
-|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|0.00013378378378378378|
-|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|0.00013378378378378378|
-|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|0.00013378378378378378|
-|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|0.00013378378378378378|
-|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00013378378378378378|
-|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|0.00013378378378378378|
-|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|0.0001337558716707022|
-|pypi|[chevron](https://github.com/noahmorrison/chevron)|0.00013363513513513513|
-|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|0.0001335238937513886|
-|npm|eslint|0.00013310629206418785|
-|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|0.00013303791647429|
-|npm|[webpack](https://github.com/webpack/webpack)|0.00013284205013893574|
-|pypi|[bz2file](https://github.com/nvawda/bz2file)|0.00013244594594594595|
-|pypi|[boto](https://github.com/boto/boto/)|0.00013244594594594595|
-|pypi|[grapheme](https://github.com/alvinlindstam/grapheme)|0.00013218105405405405|
-|pypi|[about-time](https://github.com/rsalmei/about-time)|0.00013218105405405405|
-|cran|[rstan](https://mc-stan.org/rstan)|0.00013216340956340956|
-|cran|[rJava](http://www.rforge.net/rJava/)|0.00013199846372688478|
-|pypi|[cartopy](https://pypi.org/project/cartopy)|0.00013013127413127415|
-|cran|rstanarm|0.00012982238926444113|
-|pypi|[sos](https://github.com/vatlab/SoS)|0.00012975618776671407|
-|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.00012958085892074168|
-|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.00012907961617079265|
-|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.00012883825245471863|
-|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|0.00012776902918817815|
-|pypi|[wasabi](https://pypi.org/project/wasabi)|0.0001273700065434049|
-|pypi|[voluptuous](https://github.com/alecthomas/voluptuous)|0.00012673834749034752|
-|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00012659426982183846|
-|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00012653693247762814|
-|rubygems|rspec|0.00012635621543947008|
-|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00012619370323113796|
-|pypi|[yapf](https://pypi.org/project/yapf)|0.00012602233003189525|
-|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|0.00012600448141413927|
-|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.0001257070021548208|
-|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00012547569312529287|
-|cran|styler|0.00012523439435271406|
-|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|0.00012516560263969693|
-|pypi|[sos-notebook](https://github.com/vatlab/SOS)|0.0001251089615931721|
-|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|0.0001248615403220266|
-|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|0.0001246864864864865|
-|pypi|[segments](https://github.com/cldf/segments)|0.0001246864864864865|
-|npm|[nyc](https://istanbul.js.org/)|0.00012389232903920404|
-|cran|boot|0.00012388107499243956|
-|cran|tufte|0.00012383673183398629|
-|cran|katex|0.00012383673183398629|
-|pypi|[sqlalchemy](http://www.sqlalchemy.org)|0.0001234848194499205|
-|cran|[viridis](https://sjmgarnier.github.io/viridis/)|0.00012247778744336457|
-|pypi|[distro](https://github.com/python-distro/distro)|0.00012231660231660233|
-|cran|[formatR](https://github.com/yihui/formatR)|0.00012229618047242366|
-|cran|[sodium](https://github.com/jeroen/sodium#readme)|0.00012225386074035083|
-|cran|[qpdf](https://github.com/ropensci/qpdf)|0.0001221840572132637|
-|pypi|[mistune](https://pypi.org/project/mistune)|0.0001220487870042893|
-|cran|[progress](https://github.com/r-lib/progress#readme)|0.00012184343844278058|
-|pypi|[backoff](https://github.com/litl/backoff)|0.00012174324324324326|
-|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|0.00012174324324324326|
-|cran|webshot|0.00012154993108154617|
-|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.0001208098400668776|
-|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00011975884659314365|
-|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|0.00011891891891891892|
-|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|0.00011891891891891892|
-|npm|[apexcharts](https://apexcharts.com)|0.00011891891891891892|
-|npm|[idb](https://github.com/jakearchibald/idb#readme)|0.00011891891891891892|
-|npm|[lodash.debounce](https://lodash.com/)|0.00011891891891891892|
-|npm|[nanoid](https://github.com/ai/nanoid#readme)|0.00011891891891891892|
-|npm|vue-apexcharts|0.00011891891891891892|
-|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|0.00011891891891891892|
-|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|0.00011891891891891892|
-|pypi|[lda](https://pypi.org/project/lda)|0.00011891891891891892|
-|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|0.00011891891891891892|
-|pypi|[metapredict](https://github.com/idptools/metapredict.git)|0.00011891891891891892|
-|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|0.00011891891891891892|
-|pypi|[protfasta](https://pypi.org/project/protfasta)|0.00011891891891891892|
-|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|0.00011891891891891892|
-|pypi|[theano](http://deeplearning.net/software/theano/)|0.00011891891891891892|
-|pypi|[html2text](https://github.com/Alir3z4/html2text/)|0.00011891891891891892|
-|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|0.00011891891891891892|
-|pypi|[tmm](http://pypi.python.org/pypi/tmm)|0.00011891891891891892|
-|pypi|[pycairo](https://pycairo.readthedocs.io)|0.00011891891891891892|
-|pypi|[pygobject](https://pygobject.readthedocs.io)|0.00011891891891891892|
-|pypi|[genicam](https://www.emva.org)|0.00011891891891891892|
-|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|0.00011891891891891892|
-|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|0.00011891891891891892|
-|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|0.00011891891891891892|
-|cran|txtplot|0.00011891891891891892|
-|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|0.00011890135135135137|
-|pypi|[s3transfer](https://github.com/boto/s3transfer)|0.00011780844547011801|
-|cran|prettydoc|0.00011779602089114573|
-|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00011772972972972972|
-|pypi|[photutils](https://github.com/astropy/photutils)|0.00011772972972972972|
-|cran|see|0.00011712797539768682|
-|pypi|[tifffile](https://www.lfd.uci.edu/~gohlke/)|0.00011701500826957185|
-|cran|[effectsize](https://easystats.github.io/effectsize/)|0.0001168987749418942|
-|cran|[cowplot](https://wilkelab.org/cowplot/)|0.00011689794669235461|
-|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|0.00011681987405559438|
-|cran|cellranger|0.00011657712220384854|
-|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00011594594594594595|
-|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00011585294190032416|
-|pypi|[jsonschema](https://github.com/Julian/jsonschema)|0.00011582765074076829|
-|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|0.00011557902414188127|
-|pypi|[absl-py](https://github.com/abseil/abseil-py)|0.00011539094351877967|
-|cran|[globals](https://github.com/HenrikBengtsson/globals)|0.00011537845701483055|
-|cran|[odbc](https://github.com/r-dbi/odbc)|0.00011508929171274328|
-|pypi|[retrying](https://pypi.org/project/retrying)|0.00011507272553402584|
-|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|0.00011465885190849988|
-|cran|[psych](https://personality-project.org/r/psych/)|0.00011405768719705807|
-|cran|flashClust|0.00011394998577524894|
-|npm|[esm](https://github.com/standard-things/esm#readme)|0.00011325878646209004|
-|cran|e1071|0.00011301663047101824|
-|cran|[targets](https://docs.ropensci.org/targets/)|0.00011244202763348828|
-|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|0.0001122046332046332|
-|cran|[s2](https://r-spatial.github.io/s2/)|0.00011193359318579713|
-|pypi|[pyerfa](https://github.com/liberfa/pyerfa)|0.00011136641453846932|
-|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|0.00011134312512021491|
-|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00011105791505791505|
-|npm|react-router-dom|0.00011023405094612525|
-|pypi|[pbr](https://pypi.org/project/pbr)|0.00011001174324324324|
-|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.0001098651836726127|
-|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00010964134699098242|
-|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00010955144944586622|
-|cran|statnet.common|0.0001090365140650855|
-|pypi|[pep517](https://pypi.org/project/pep517)|0.00010884975508039516|
-|cran|[bayestestR](https://easystats.github.io/bayestestR/)|0.00010869141213346403|
-|cran|MatrixModels|0.00010847011801475541|
-|pypi|[fastprogress](https://github.com/fastai/fastprogress)|0.00010804659832246039|
-|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|0.00010776230694980695|
-|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00010741220671220671|
-|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|0.00010733053146298605|
-|npm|[auspice](https://www.npmjs.com/package/auspice)|0.00010702702702702704|
-|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|0.00010702702702702704|
-|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|0.00010702702702702704|
-|pypi|[sisyphe](https://sisyphe.readthedocs.io)|0.00010702702702702704|
-|pypi|[pykeops](http://www.kernel-operations.io/)|0.00010702702702702704|
-|pypi|[keopscore](http://www.kernel-operations.io/)|0.00010702702702702704|
-|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|0.00010702702702702704|
-|pypi|[disksurf](https://github.com/richteague/disksurf)|0.00010702702702702704|
-|pypi|[gofish](https://github.com/richteague/gofish)|0.00010702702702702704|
-|pypi|[simpleitk](http://simpleitk.org/)|0.00010702702702702704|
-|pypi|[Cerberus](http://docs.python-cerberus.org)|0.00010702702702702704|
-|pypi|[CoolProp](http://www.coolprop.org)|0.00010702702702702704|
-|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|0.00010702702702702704|
-|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|0.00010702702702702704|
-|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010702702702702702|
-|cran|gee|0.00010665121609024721|
-|pypi|[igraph](https://igraph.org/python)|0.00010622164864864864|
-|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0001061055402802888|
-|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|0.00010595675675675676|
-|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|0.00010595675675675676|
-|npm|[rxjs](https://rxjs.dev)|0.00010546742732920253|
-|pypi|[shapely](https://pypi.org/project/shapely)|0.00010541899234232103|
-|pypi|[cftime](https://pypi.org/project/cftime)|0.00010521164679573009|
-|cran|gamm4|0.00010499347147839082|
-|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|0.00010497866287339971|
-|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0001048971891891892|
-|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|0.00010483964608000986|
-|npm|rollup|0.00010474614885331752|
-|cran|[ggrepel](http://github.com/slowkow/ggrepel)|0.00010454341550086689|
-|pypi|[websocket-client](https://github.com/websocket-client/websocket-client.git)|0.00010376980125505714|
-|npm|[mongoose](https://mongoosejs.com)|0.00010317224003664682|
-|npm|[passport](https://www.passportjs.org/)|0.00010317224003664682|
-|cran|modelbased|0.00010298117018117019|
-|npm|[prop-types](https://facebook.github.io/react/)|0.00010278117366215553|
-|cran|[stars](https://r-spatial.github.io/stars/)|0.00010262044258044066|
-|cran|[spdep](https://github.com/r-spatial/spdep/)|0.00010254246728710466|
-|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010198378805471261|
-|pypi|[xyzservices](https://github.com/geopandas/xyzservices)|0.00010180531252276536|
-|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.0001017145699797418|
-|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|0.0001016756756756757|
-|cran|[RMariaDB](https://rmariadb.r-dbi.org)|0.00010165811951613186|
-|npm|[nodemon](https://nodemon.io)|0.00010158835758835758|
-|npm|[semver](https://github.com/npm/node-semver#readme)|0.00010148686464049661|
-|cran|mapdata|0.00010139972139619655|
-|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00010113363894278129|
-|cran|highr|0.00010110302524185427|
-|pypi|[freezegun](https://pypi.org/project/freezegun)|0.00010104404945903516|
-|cran|[checkmate](https://github.com/mllg/checkmate)|0.00010086499462578993|
-|npm|[jquery](https://jquery.com)|0.0001005975645975646|
-|pypi|[nptyping](https://pypi.org/project/nptyping)|0.00010015918684725448|
-|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|0.00010001997930628059|
-|pypi|[pyOpenSSL](https://pypi.org/project/pyOpenSSL)|9.923360248747192e-05|
-|cran|tikzDevice|9.909682879691009e-05|
-|cran|palmerpenguins|9.90389410474538e-05|
-|cran|coda|9.85109301382248e-05|
-|pypi|[pyamg](https://pypi.org/project/pyamg)|9.846721874352192e-05|
-|pypi|[cymem](https://pypi.org/project/cymem)|9.793757411097246e-05|
-|pypi|[murmurhash](https://pypi.org/project/murmurhash)|9.793757411097246e-05|
-|pypi|[websockets](https://pypi.org/project/websockets)|9.74306485699045e-05|
-|npm|[angular-animate](http://angularjs.org)|9.72972972972973e-05|
-|npm|[angular-sanitize](http://angularjs.org)|9.72972972972973e-05|
-|npm|[angular-touch](http://angularjs.org)|9.72972972972973e-05|
-|npm|[colorbrewer](http://colorbrewer2.org/)|9.72972972972973e-05|
-|npm|[dc](http://dc-js.github.io/dc.js/)|9.72972972972973e-05|
-|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|9.72972972972973e-05|
-|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|9.72972972972973e-05|
-|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|9.72972972972973e-05|
-|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|9.72972972972973e-05|
-|pypi|[edlib](https://github.com/Martinsos/edlib)|9.72972972972973e-05|
-|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|9.72972972972973e-05|
-|pypi|[filetype](https://github.com/h2non/filetype.py)|9.72972972972973e-05|
-|pypi|[torch](https://pytorch.org/)|9.72557628433709e-05|
-|pypi|[build](https://pypi.org/project/build)|9.723391463614565e-05|
-|rubygems|bundler|9.69605578756599e-05|
-|pypi|[gitpython](https://pypi.org/project/gitpython)|9.693573091773093e-05|
-|cran|JuliaCall|9.681327800473861e-05|
-|cran|[vcr](https://github.com/ropensci/vcr/)|9.584671878314736e-05|
-|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|9.549873984948578e-05|
-|pypi|[Six](https://pypi.org/project/Six)|9.496636862426336e-05|
-|pypi|[dnspython](https://pypi.org/project/dnspython)|9.487181467181469e-05|
-|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|9.483405968768698e-05|
-|pypi|[tinycss2](https://pypi.org/project/tinycss2)|9.472376981767881e-05|
-|pypi|[pylint](https://pypi.org/project/pylint)|9.440911972644489e-05|
-|pypi|[furo](https://pypi.org/project/furo)|9.428618609871832e-05|
-|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|9.382923328517105e-05|
-|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|9.370048303916161e-05|
-|pypi|[tzlocal](https://pypi.org/project/tzlocal)|9.358338127413129e-05|
-|npm|[babel-cli](https://babeljs.io/)|9.324464001334704e-05|
-|pypi|[libsvm](https://github.com/ocampor/libsvm)|9.302820211515865e-05|
-|pypi|[webcolors](https://pypi.org/project/webcolors)|9.297702298533579e-05|
-|npm|[bootstrap](https://getbootstrap.com/)|9.219235210442641e-05|
-|npm|[react-bootstrap](https://react-bootstrap.github.io/)|9.219235210442641e-05|
-|cran|class|9.170327503974563e-05|
-|pypi|[pyzmq](https://pypi.org/project/pyzmq)|9.17007718300338e-05|
-|pypi|[blinker](https://pypi.org/project/blinker)|9.144814898932546e-05|
-|cran|[leaflet](https://rstudio.github.io/leaflet/)|9.138106722183351e-05|
-|npm|react-router-bootstrap|9.112208183415614e-05|
-|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|9.101765030336458e-05|
-|pypi|[wsaccel](https://pypi.org/project/wsaccel)|9.090332895752896e-05|
-|cran|poorman|9.085353642251253e-05|
-|cran|[here](https://here.r-lib.org/)|9.06715010164735e-05|
-|pypi|[markdown](https://Python-Markdown.github.io/)|9.032595957301844e-05|
-|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|9.013682432432431e-05|
-|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|8.964075104035078e-05|
-|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|8.918918918918919e-05|
-|npm|[downloadjs](http://danml.com/download.html)|8.918918918918919e-05|
-|npm|[events](https://github.com/Gozala/events#readme)|8.918918918918919e-05|
-|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|8.918918918918919e-05|
-|npm|[semantic-ui-button](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-label](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-transition](http://www.semantic-ui.com)|8.918918918918919e-05|
-|pypi|[scikit-bio](http://scikit-bio.org)|8.918918918918919e-05|
-|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|8.918918918918919e-05|
-|pypi|[gpytorch](https://gpytorch.ai)|8.918918918918919e-05|
-|cran|[classInt](https://r-spatial.github.io/classInt/)|8.911920286246181e-05|
-|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|8.878783783783785e-05|
-|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.842037688400419e-05|
-|pypi|[terminado](https://pypi.org/project/terminado)|8.842037688400419e-05|
-|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|8.829729729729729e-05|
-|pypi|[dash](https://pypi.org/project/dash)|8.816476862606894e-05|
-|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|8.807182780432191e-05|
-|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|8.797109102041985e-05|
-|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|8.795090900968629e-05|
-|cran|[Seurat](https://satijalab.org/seurat)|8.769773117599205e-05|
-|cran|[network](http://statnet.org/)|8.769006289580828e-05|
-|cran|shape|8.764204549287653e-05|
-|npm|[xlsx](https://sheetjs.com/)|8.7624466571835e-05|
-|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|8.75098683911687e-05|
-|pypi|[invoke](https://pypi.org/project/invoke)|8.72147746003369e-05|
-|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|8.68739273545271e-05|
-|pypi|[pybtex-docutils](https://github.com/mcmtroffaes/pybtex-docutils)|8.657954309390187e-05|
-|cran|spatstat.data|8.655787550807835e-05|
-|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|8.6413665094192e-05|
-|npm|[winston](https://github.com/winstonjs/winston#readme)|8.575883575883577e-05|
-|cran|[slam](NA)|8.562900005241181e-05|
-|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|8.555452003727866e-05|
-|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|8.51935135135135e-05|
-|pypi|[pooch](https://pypi.org/project/pooch)|8.511594754250431e-05|
-|pypi|[pyglet](http://pyglet.readthedocs.org/en/latest/)|8.485714285714287e-05|
-|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|8.485714285714285e-05|
-|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.475835152264807e-05|
-|pypi|[patsy](https://pypi.org/project/patsy)|8.429016196591531e-05|
-|cran|[tmap](https://github.com/mtennekes/tmap)|8.425936149935956e-05|
-|cran|pool|8.425936149935956e-05|
-|cran|polyclip|8.40600391330074e-05|
-|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|8.401336820193996e-05|
-|pypi|[tensorflow](https://www.tensorflow.org/)|8.393988605956771e-05|
-|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|8.375283866579136e-05|
-|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|8.375283866579136e-05|
-|pypi|[dash-table](https://pypi.org/project/dash-table)|8.375283866579136e-05|
-|pypi|[gmsh](https://gmsh.info)|8.37329093799682e-05|
-|pypi|[flaky](https://pypi.org/project/flaky)|8.310406401394159e-05|
-|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|8.275482625482626e-05|
-|cran|[taxize](https://docs.ropensci.org/taxize/)|8.26444015444016e-05|
-|pypi|[contextvars](https://pypi.org/project/contextvars)|8.252691294059037e-05|
-|pypi|[bokeh](https://pypi.org/project/bokeh)|8.23634075811238e-05|
-|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|8.232848232848233e-05|
-|pypi|[bidict](https://bidict.readthedocs.io)|8.232848232848233e-05|
-|pypi|[cached-property](https://github.com/pydanny/cached-property)|8.232848232848233e-05|
-|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|8.232848232848233e-05|
-|pypi|[yt](https://github.com/yt-project/yt)|8.232848232848233e-05|
-|pypi|[keyring](https://pypi.org/project/keyring)|8.231748485452237e-05|
-|npm|[tap](http://www.node-tap.org/)|8.197719088058071e-05|
-|pypi|[whoosh](http://bitbucket.org/mchaput/whoosh)|8.173617308108109e-05|
-|pypi|[qtpy](https://pypi.org/project/qtpy)|8.163298122935076e-05|
-|npm|[ava](https://avajs.dev)|8.156155331155331e-05|
-|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|8.14799719294173e-05|
-|pypi|[trio](https://github.com/python-trio/trio)|8.144418593092121e-05|
-|cran|[gapminder](https://github.com/jennybc/gapminder)|8.143008904356656e-05|
-|cran|animation|8.123833305355045e-05|
-|pypi|[typed-ast](https://pypi.org/project/typed-ast)|8.112698982026863e-05|
-|cran|[spatstat.core](http://spatstat.org/)|8.08889359527595e-05|
-|pypi|[coveralls](http://github.com/TheKevJames/coveralls-python)|8.05951202993926e-05|
-|cran|[gplots](https://github.com/talgalili/gplots)|8.04682459787723e-05|
-|npm|[uuid](https://github.com/uuidjs/uuid#readme)|7.977901288091968e-05|
-|pypi|[boto3](https://github.com/boto/boto3)|7.974266868131e-05|
-|pypi|[nbclient](https://pypi.org/project/nbclient)|7.917393272006001e-05|
-|pypi|[tomli-w](https://pypi.org/project/tomli-w)|7.895940164978876e-05|
-|cran|tseries|7.879125646077591e-05|
-|npm|[tslib](https://www.typescriptlang.org/)|7.83651437095505e-05|
-|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|7.831660231660233e-05|
-|cran|[argon2](https://github.com/wrathematics/argon2)|7.823771235521235e-05|
-|cran|[dendextend](http://talgalili.github.io/dendextend/)|7.773407314516733e-05|
-|pypi|[alembic](https://pypi.org/project/alembic)|7.759459459459459e-05|
-|npm|[supertest](https://github.com/visionmedia/supertest#readme)|7.756730769230769e-05|
-|cran|ade4|7.751102095789052e-05|
-|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|7.744458930899609e-05|
-|cran|shinydisconnect|7.732652408047146e-05|
-|npm|[zone.js](https://github.com/angular/angular#readme)|7.7302420216827e-05|
-|cran|[irlba](NA)|7.712689289265377e-05|
-|cran|[rex](https://github.com/kevinushey/rex)|7.686608279567166e-05|
-|pypi|[pickleshare](https://pypi.org/project/pickleshare)|7.671424151998385e-05|
-|pypi|[jedi](https://pypi.org/project/jedi)|7.671424151998385e-05|
-|cran|[datawizard](https://easystats.github.io/datawizard/)|7.670616072587215e-05|
-|pypi|[uncertainties](https://pypi.org/project/uncertainties)|7.659841785033249e-05|
-|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|7.644787644787645e-05|
-|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|7.644787644787645e-05|
-|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|7.644787644787645e-05|
-|npm|net|7.644787644787645e-05|
-|pypi|[area](https://github.com/scisco/area)|7.644787644787645e-05|
-|pypi|[StringDist](https://github.com/obulkin/string-dist)|7.644787644787645e-05|
-|pypi|[thermo](https://github.com/CalebBell/thermo)|7.644787644787645e-05|
-|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|7.644787644787645e-05|
-|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|7.644787644787645e-05|
-|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|7.644787644787645e-05|
-|pypi|[Sequoya](https://github.com/benhid/Sequoya)|7.644787644787645e-05|
-|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|7.644787644787645e-05|
-|pypi|[pyMSA](https://github.com/benhid/pyMSA)|7.644787644787645e-05|
-|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|7.644787644787645e-05|
-|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|7.644787644787645e-05|
-|cran|fANCOVA|7.644787644787645e-05|
-|cran|poibin|7.644787644787645e-05|
-|npm|[typescript](https://www.typescriptlang.org/)|7.641284758828974e-05|
-|cran|[gert](https://docs.ropensci.org/gert/)|7.640751893187806e-05|
-|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|7.628613341187575e-05|
-|pypi|[backcall](https://pypi.org/project/backcall)|7.628613341187575e-05|
-|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|7.614911463187327e-05|
-|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|7.591900641977566e-05|
-|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|7.572209057571787e-05|
-|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|7.572162162162162e-05|
-|npm|spc|7.568339768339767e-05|
-|npm|process|7.568339768339767e-05|
-|npm|util|7.568339768339767e-05|
-|pypi|[debugpy](https://pypi.org/project/debugpy)|7.5585035704913e-05|
-|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|7.5585035704913e-05|
-|npm|[debug](https://github.com/debug-js/debug#readme)|7.558014352602278e-05|
-|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|7.554078142313437e-05|
-|pypi|[testpath](https://pypi.org/project/testpath)|7.550927431550961e-05|
-|pypi|[distributed](https://pypi.org/project/distributed)|7.545798477921392e-05|
-|pypi|[rfc3986](https://pypi.org/project/rfc3986)|7.518068433812508e-05|
-|pypi|[pygments-github-lexers](https://github.com/liluo/pygments-github-lexers)|7.472967627925693e-05|
-|cran|[mmand](https://github.com/jonclayden/mmand)|7.460850556438791e-05|
-|cran|[RNifti](https://github.com/jonclayden/RNifti)|7.460850556438791e-05|
-|cran|[lavaan](https://lavaan.ugent.be)|7.460322753042251e-05|
-|cran|[shinytest](https://github.com/rstudio/shinytest)|7.456990326139875e-05|
-|cran|conflicted|7.446204107742569e-05|
-|pypi|[localconfig](https://github.com/maxzheng/localconfig)|7.425e-05|
-|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|7.425e-05|
-|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|7.425e-05|
-|pypi|[pythutils](https://github.com/JolleJolles)|7.425e-05|
-|npm|[mathjs](https://mathjs.org)|7.417567567567568e-05|
-|npm|husky|7.405089165529844e-05|
-|pypi|[cupy](https://pypi.org/project/cupy)|7.371750759212545e-05|
-|pypi|[netifaces](https://pypi.org/project/netifaces)|7.369452972972973e-05|
-|pypi|[python-socks](https://pypi.org/project/python-socks)|7.342046409266409e-05|
-|cran|[zeallot](https://github.com/nteetor/zeallot)|7.331351351351353e-05|
-|npm|expect.js|7.321317567567567e-05|
-|pypi|[typer](https://pypi.org/project/typer)|7.317617575754375e-05|
-|npm|[commander](https://github.com/tj/commander.js#readme)|7.307195945945947e-05|
-|npm|eslint-plugin-import|7.258077425229932e-05|
-|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|7.256069628950985e-05|
-|cran|[pingr](https://github.com/r-lib/pingr#readme)|7.255786803433676e-05|
-|cran|[circlize](https://github.com/jokergoo/circlize)|7.203778312725682e-05|
-|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|7.198945704851587e-05|
-|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|7.198945704851587e-05|
-|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|7.198945704851587e-05|
-|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|7.198945704851587e-05|
-|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|7.198945704851587e-05|
-|pypi|[asdf](https://pypi.org/project/asdf)|7.198945704851587e-05|
-|pypi|[jplephem](https://pypi.org/project/jplephem)|7.198945704851587e-05|
-|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|7.186100386100386e-05|
-|cran|pbkrtest|7.177929631402072e-05|
-|pypi|[scikit-video](http://scikit-video.org/)|7.135135135135136e-05|
-|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|7.135135135135136e-05|
-|pypi|[blosc](http://github.com/blosc/python-blosc)|7.135135135135136e-05|
-|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|7.135135135135136e-05|
-|pypi|[h11](https://github.com/python-hyper/h11)|7.135135135135136e-05|
-|cran|[caret](https://github.com/topepo/caret/)|7.119273834273838e-05|
-|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|7.112953952879183e-05|
-|pypi|[plac](https://pypi.org/project/plac)|7.109152334152334e-05|
-|cran|reactlog|7.095281222299192e-05|
-|cran|sourcetools|7.095281222299192e-05|
-|cran|fontawesome|7.095281222299192e-05|
-|cran|pbdMPI|7.063783783783784e-05|
-|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|7.044617926798758e-05|
-|pypi|[Theano](http://deeplearning.net/software/theano/)|7.016216216216217e-05|
-|pypi|[paramiko](https://pypi.org/project/paramiko)|7.011355025401343e-05|
-|cran|[sna](http://statnet.org)|6.986500594000597e-05|
-|npm|[xo](https://github.com/xojs/xo#readme)|6.958961983961984e-05|
-|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|6.958687560631636e-05|
-|cran|RcppTOML|6.953882629432502e-05|
-|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|6.951592350699493e-05|
-|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|6.94267425320057e-05|
-|cran|[janitor](https://github.com/sfirke/janitor)|6.926114605654248e-05|
-|pypi|[markupsafe](https://pypi.org/project/markupsafe)|6.885531023981728e-05|
-|pypi|[srsly](https://pypi.org/project/srsly)|6.850514167854003e-05|
-|npm|babel-preset-env|6.828737449241651e-05|
-|cran|[car](https://r-forge.r-project.org/projects/car/)|6.820106480144385e-05|
-|cran|RhpcBLASctl|6.810632627217352e-05|
-|cran|[gtools](https://github.com/r-gregmisc/gtools)|6.807195903978513e-05|
-|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|6.790419164287337e-05|
-|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|6.784602784602784e-05|
-|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|6.756991183538526e-05|
-|pypi|[deprecated](https://pypi.org/project/deprecated)|6.73630757931845e-05|
-|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|6.689189189189189e-05|
-|npm|[express-session](https://github.com/expressjs/session#readme)|6.689189189189189e-05|
-|npm|[helmet](https://helmetjs.github.io/)|6.689189189189189e-05|
-|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|6.689189189189189e-05|
-|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|6.689189189189189e-05|
-|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|6.689189189189189e-05|
-|pypi|[objsize](https://github.com/liran-funaro/objsize)|6.689189189189189e-05|
-|pypi|[bfit](https://github.com/dfujim/bfit)|6.689189189189189e-05|
-|pypi|[bdata](https://github.com/dfujim/bdata)|6.689189189189189e-05|
-|pypi|[mud-py](https://github.com/dfujim/mudpy)|6.689189189189189e-05|
-|pypi|[julia](http://julialang.org)|6.689189189189189e-05|
-|cran|colorRamps|6.689189189189189e-05|
-|cran|paletteer|6.689189189189189e-05|
-|cran|statsExpressions|6.689189189189189e-05|
-|cran|geoaxe|6.689189189189189e-05|
-|cran|spbabel|6.689189189189189e-05|
-|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|6.660512519208175e-05|
-|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|6.642212525299356e-05|
-|pypi|[miniball](https://github.com/marmakoide/miniball)|6.622297297297297e-05|
-|cran|latticeExtra|6.591779347023632e-05|
-|pypi|[randomgen](https://github.com/bashtage/randomgen)|6.579014308426073e-05|
-|rubygems|[mysql2](https://github.com/brianmario/mysql2)|6.57342526199669e-05|
-|pypi|[libcst](https://pypi.org/project/libcst)|6.536375617760617e-05|
-|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|6.536375617760617e-05|
-|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|6.49051358108108e-05|
-|pypi|[tblib](https://github.com/ionelmc/python-tblib)|6.473094222449645e-05|
-|pypi|[rdflib](https://pypi.org/project/rdflib)|6.467702702702708e-05|
-|cran|timeSeries|6.455835399309084e-05|
-|cran|fts|6.455835399309084e-05|
-|cran|[pbapply](https://github.com/psolymos/pbapply)|6.405401791448712e-05|
-|cran|[zip](https://github.com/r-lib/zip#readme)|6.40095296283283e-05|
-|pypi|[myst-parser](https://pypi.org/project/myst-parser)|6.359493061988319e-05|
-|pypi|[hiredis](https://pypi.org/project/hiredis)|6.350153474903474e-05|
-|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|6.345079223278457e-05|
-|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|6.343576544700384e-05|
-|cran|miniUI|6.340018045996312e-05|
-|pypi|[google-pasta](https://github.com/google/pasta)|6.33639044807112e-05|
-|cran|lpSolve|6.329884169884169e-05|
-|npm|sax|6.304778841749181e-05|
-|npm|[d3-dsv](https://d3js.org/d3-dsv/)|6.29570747217806e-05|
-|npm|[diff2html](https://diff2html.xyz/)|6.29570747217806e-05|
-|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|6.29570747217806e-05|
-|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|6.29570747217806e-05|
-|npm|react-schemaorg|6.29570747217806e-05|
-|cran|nortest|6.29570747217806e-05|
-|cran|openair|6.29570747217806e-05|
-|cran|brew|6.294340701308094e-05|
-|pypi|[keras-preprocessing](https://github.com/keras-team/keras-preprocessing)|6.26949855617923e-05|
-|pypi|[astunparse](https://github.com/simonpercivall/astunparse)|6.269498556179229e-05|
-|pypi|[opt-einsum](https://github.com/dgasmith/opt_einsum)|6.269498556179229e-05|
-|pypi|[pkginfo](https://pypi.org/project/pkginfo)|6.233744109488183e-05|
-|pypi|[spacy-legacy](https://spacy.io)|6.218367064739158e-05|
-|pypi|[ffmpeg](https://pypi.org/project/ffmpeg)|6.213513513513514e-05|
-|pypi|[autopep8](https://pypi.org/project/autopep8)|6.196617330154469e-05|
-|pypi|[types-backports](https://github.com/python/typeshed)|6.196195945945946e-05|
-|cran|[plotly](https://plotly-r.com)|6.177455733918473e-05|
-|npm|[sinon](https://sinonjs.org/)|6.165029935475723e-05|
-|pypi|[pyasn1-modules](https://github.com/etingof/pyasn1-modules)|6.163720016548534e-05|
-|pypi|[pretend](https://pypi.org/project/pretend)|6.153537416307064e-05|
-|cran|fstcore|6.13566735966736e-05|
-|npm|[colors](https://github.com/Marak/colors.js)|6.132818532818533e-05|
-|cran|parallelly|6.132794789379514e-05|
-|cran|lars|6.132295812295812e-05|
-|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|6.128167133793523e-05|
-|pypi|[click-plugins](https://github.com/click-contrib/click-plugins)|6.0762444163633836e-05|
-|pypi|[mccabe](https://pypi.org/project/mccabe)|6.0734452213545966e-05|
-|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|6.06896551724138e-05|
-|pypi|[kombu](https://pypi.org/project/kombu)|6.045955689231552e-05|
-|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|6.027621027621028e-05|
-|cran|[emmeans](https://github.com/rvlenth/emmeans)|6.027419030554488e-05|
-|cran|[ggforce](https://ggforce.data-imaginist.com)|6.0105448986970725e-05|
-|pypi|[isodate](https://github.com/gweis/isodate/)|5.993662162162164e-05|
-|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|5.9821879021879023e-05|
-|cran|rsvg|5.9702210237158336e-05|
-|cran|[futile.logger](NA)|5.965732551232553e-05|
-|cran|[graphql](http://graphql.org)|5.959347193347194e-05|
-|cran|[TTR](https://github.com/joshuaulrich/TTR)|5.953378378378378e-05|
-|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|5.945945945945946e-05|
-|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|5.945945945945946e-05|
-|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|5.945945945945946e-05|
-|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|5.945945945945946e-05|
-|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|5.945945945945946e-05|
-|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|5.945945945945946e-05|
-|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|5.945945945945946e-05|
-|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.945945945945946e-05|
-|pypi|[Pint](https://github.com/hgrecco/pint)|5.945945945945946e-05|
-|npm|npm-run-all|5.939353133353133e-05|
-|npm|jest|5.938253333733948e-05|
-|rubygems|[activesupport](https://rubyonrails.org)|5.937542746828461e-05|
-|pypi|[pydub](http://pydub.com)|5.937451737451737e-05|
-|rubygems|[rubocop](https://rubocop.org/)|5.929818983077101e-05|
-|cran|[credentials](https://docs.ropensci.org/credentials/)|5.924509504009506e-05|
-|pypi|[pyscf](http://www.pyscf.org)|5.9118349928876246e-05|
-|pypi|[moviepy](https://zulko.github.io/moviepy/)|5.89333743416247e-05|
-|pypi|[language-data](https://pypi.org/project/language-data)|5.886486486486486e-05|
-|cran|spatial|5.859706469726754e-05|
-|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|5.855616072587213e-05|
-|cran|stopwords|5.852425029755857e-05|
-|cran|rnaturalearthdata|5.837481437481438e-05|
-|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|5.827621621621621e-05|
-|pypi|[sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints)|5.807474107389179e-05|
-|pypi|[traittypes](https://pypi.org/project/traittypes)|5.8021477637459876e-05|
-|pypi|[geographiclib](https://pypi.org/project/geographiclib)|5.80072471042471e-05|
-|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|5.772255667491207e-05|
-|cran|av|5.7664580299528396e-05|
-|cran|brms|5.7430431011545354e-05|
-|pypi|[fastparquet](https://pypi.org/project/fastparquet)|5.732161821401419e-05|
-|pypi|[curio](https://pypi.org/project/curio)|5.718472647146176e-05|
-|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|5.655843243243243e-05|
-|pypi|[BioPython](https://biopython.org/)|5.633001422475107e-05|
-|pypi|[python-louvain](https://github.com/taynaud/python-louvain)|5.633001422475107e-05|
-|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|5.633001422475107e-05|
-|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|5.633001422475107e-05|
-|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|5.633001422475107e-05|
-|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|5.633001422475107e-05|
-|pypi|[Cython](http://cython.org/)|5.633001422475107e-05|
-|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|5.633001422475107e-05|
-|pypi|[sos-python](https://github.com/vatlab/SOS)|5.633001422475107e-05|
-|pypi|[sos-ruby](https://github.com/vatlab/SOS)|5.633001422475107e-05|
-|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|5.633001422475107e-05|
-|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|5.633001422475107e-05|
-|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|5.633001422475107e-05|
-|cran|dunn.test|5.633001422475107e-05|
-|cran|plotrix|5.606113024924237e-05|
-|pypi|[pyflakes](https://pypi.org/project/pyflakes)|5.602526302435678e-05|
-|cran|egg|5.585090733590734e-05|
-|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|5.565405405405406e-05|
-|pypi|[pyreadline](https://pypi.org/project/pyreadline)|5.565405405405406e-05|
-|pypi|[monotonic](https://pypi.org/project/monotonic)|5.565405405405406e-05|
-|cran|gam|5.5471381058888075e-05|
-|npm|validator|5.539231725672404e-05|
-|cran|[wk](https://paleolimbot.github.io/wk/)|5.5262798349671454e-05|
-|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|5.50420316868594e-05|
-|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|5.501311089546384e-05|
-|pypi|[vine](https://pypi.org/project/vine)|5.4903336016267056e-05|
-|cran|[hoardr](https://github.com/ropensci/hoardr)|5.486547808312524e-05|
-|cran|[config](https://github.com/rstudio/config)|5.465276545895742e-05|
-|pypi|[natsort](https://github.com/SethMMorton/natsort)|5.455944289188053e-05|
-|cran|[git2r](https://docs.ropensci.org/git2r/)|5.442910097772233e-05|
-|pypi|[google-api-core](https://pypi.org/project/google-api-core)|5.396997276800095e-05|
-|pypi|[nbsphinx](https://pypi.org/project/nbsphinx)|5.382716003467719e-05|
-|pypi|[nanopack](https://github.com/wdecoster/nanopack)|5.351351351351352e-05|
-|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|5.351351351351352e-05|
-|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|5.351351351351352e-05|
-|pypi|[nanoget](https://github.com/wdecoster/nanoget)|5.351351351351352e-05|
-|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|5.351351351351352e-05|
-|pypi|[nanomath](https://github.com/wdecoster/nanomath)|5.351351351351352e-05|
-|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|5.351351351351352e-05|
-|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|5.351351351351352e-05|
-|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|5.351351351351352e-05|
-|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|5.351351351351352e-05|
-|cran|[genalg](https://github.com/egonw/genalg)|5.351351351351352e-05|
-|cran|segmented|5.349609669296625e-05|
-|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|5.344725544725545e-05|
-|npm|eslint-plugin-standard|5.334947118845424e-05|
-|npm|eslint-plugin-promise|5.334947118845424e-05|
-|npm|eslint-plugin-node|5.334947118845424e-05|
-|npm|eslint-config-standard|5.334947118845424e-05|
-|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|5.289518870437988e-05|
-|cran|[semver](https://github.com/johndharrison/semver)|5.2825482625482666e-05|
-|pypi|[awscrt](https://github.com/awslabs/aws-crt-python)|5.2737527291111524e-05|
-|cran|lsa|5.255376028202115e-05|
-|cran|RJSONIO|5.2047407362113265e-05|
-|npm|[standard](https://standardjs.com)|5.204581457994593e-05|
-|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|5.195270270270271e-05|
-|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|5.1783377362324726e-05|
-|cran|mclust|5.1488163408702035e-05|
-|pypi|[arviz](https://pypi.org/project/arviz)|5.147309734440769e-05|
-|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|5.0965250965250965e-05|
-|pypi|[billiard](https://github.com/celery/billiard)|5.089401635177498e-05|
-|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|5.073532645709369e-05|
-|npm|coffee-script|5.067060810810811e-05|
-|npm|cross-env|5.062836575586575e-05|
-|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|5.05977915057915e-05|
-|cran|[remotes](https://remotes.r-lib.org)|5.047045710443873e-05|
-|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|5.045559845559845e-05|
-|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|5.045559845559845e-05|
-|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|5.045559845559845e-05|
-|pypi|[xarray](https://pypi.org/project/xarray)|5.026705815412417e-05|
-|pypi|[pynacl](https://pypi.org/project/pynacl)|4.9966762065637064e-05|
-|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|4.932997009903121e-05|
-|pypi|[celery](http://celeryproject.org)|4.9224009254609017e-05|
-|pypi|[spglib](http://spglib.github.io/spglib/)|4.921389945770049e-05|
-|cran|[matlab](http://cran.r-project.org/package=matlab)|4.901551158301158e-05|
-|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|4.8996774122176175e-05|
-|pypi|[zarr](https://pypi.org/project/zarr)|4.898214174409992e-05|
-|pypi|[ppft](https://github.com/uqfoundation/ppft)|4.889413904855083e-05|
-|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.888949802487916e-05|
-|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|4.884723781024468e-05|
-|rubygems|activerecord|4.879777164920022e-05|
-|cran|plotROC|4.864864864864865e-05|
-|npm|[async](https://caolan.github.io/async/)|4.8580236486486487e-05|
-|pypi|[distlib](https://pypi.org/project/distlib)|4.85595241863629e-05|
-|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.842781334537378e-05|
-|pypi|[ray](https://github.com/ray-project/ray)|4.838543064148485e-05|
-|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|4.827364864864865e-05|
-|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|4.820151033386327e-05|
-|pypi|[codacy-coverage](https://github.com/codacy/python-codacy-coverage)|4.816216216216217e-05|
-|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|4.802984852984853e-05|
-|cran|SuppDists|4.78277027027027e-05|
-|cran|[GGally](https://ggobi.github.io/ggally/)|4.76878483891642e-05|
-|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|4.7542160837083906e-05|
-|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|4.7542160837083906e-05|
-|cran|[glmnet](https://glmnet.stanford.edu)|4.752166617166623e-05|
-|cran|qlcMatrix|4.750646298472386e-05|
-|npm|[browserify](https://github.com/browserify/browserify#readme)|4.747301838773112e-05|
-|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|4.730286874250074e-05|
-|npm|react-highcharts|4.727697622434465e-05|
-|npm|redux|4.727697622434465e-05|
-|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|4.7247003525264394e-05|
-|cran|RcppRoll|4.72024089306698e-05|
-|cran|blavaan|4.711380189122124e-05|
-|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|4.708102080408207e-05|
-|npm|immutable|4.699532615322089e-05|
-|pypi|[rfc3987](https://pypi.org/project/rfc3987)|4.6936948428019856e-05|
-|npm|[jasmine](http://jasmine.github.io/)|4.685862785862786e-05|
-|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|4.6856432432432446e-05|
-|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|4.6856432432432446e-05|
-|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|4.6856432432432446e-05|
-|pypi|[requests-mock](https://pypi.org/project/requests-mock)|4.680559459459459e-05|
-|pypi|[cligj](https://github.com/mapbox/cligj)|4.677429920048887e-05|
-|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|4.669572398762074e-05|
-|cran|SeuratObject|4.6533490011750885e-05|
-|cran|[seqminer](http://zhanxw.github.io/seqminer/)|4.6533490011750885e-05|
-|cran|spex|4.6533490011750885e-05|
-|pypi|[elasticsearch](https://pypi.org/project/elasticsearch)|4.647141192917056e-05|
-|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|4.623567567567567e-05|
-|npm|[proj4](https://github.com/proj4js/proj4js#readme)|4.593243243243243e-05|
-|pypi|[ipaddr](https://github.com/google/ipaddr-py)|4.586872586872587e-05|
-|pypi|[progress](http://github.com/verigak/progress/)|4.586872586872587e-05|
-|pypi|[pytoml](https://github.com/avakar/pytoml)|4.586872586872587e-05|
-|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.574484157378897e-05|
-|pypi|[waitress](https://pypi.org/project/waitress)|4.535914438974414e-05|
-|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.530906577193052e-05|
-|cran|[tm](http://tm.r-forge.r-project.org/)|4.526544423875253e-05|
-|cran|mediation|4.5182741386436376e-05|
-|pypi|[parso](https://github.com/davidhalter/parso)|4.5091582616089656e-05|
-|pypi|[pyobjc](https://pypi.org/project/pyobjc)|4.4985610623029974e-05|
-|pypi|[pip-run](https://github.com/jaraco/pip-run)|4.482786775702502e-05|
-|pypi|[docker](https://github.com/docker/docker-py)|4.473397739557742e-05|
-|pypi|[cookiecutter](https://github.com/cookiecutter/cookiecutter)|4.465033783783784e-05|
-|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|4.4594594594594596e-05|
-|npm|[sift](https://github.com/crcn/sift.js#readme)|4.4594594594594596e-05|
-|npm|[socket.io](https://github.com/socketio/socket.io#readme)|4.4594594594594596e-05|
-|npm|[underscore](https://underscorejs.org)|4.4594594594594596e-05|
-|pypi|[trackpy](https://github.com/soft-matter/trackpy)|4.4594594594594596e-05|
-|pypi|[snakemake](https://snakemake.readthedocs.io)|4.4594594594594596e-05|
-|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|4.4594594594594596e-05|
-|pypi|[datrie](https://github.com/kmike/datrie)|4.4594594594594596e-05|
-|pypi|[toposort](https://pypi.org/project/toposort)|4.4594594594594596e-05|
-|cran|[statmod](NA)|4.4485771175983246e-05|
-|pypi|[anyio](https://pypi.org/project/anyio)|4.446650317965024e-05|
-|pypi|[simplejson](https://pypi.org/project/simplejson)|4.446263099834529e-05|
-|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|4.4450824191669255e-05|
-|pypi|[djangorestframework](https://www.django-rest-framework.org/)|4.4450824191669255e-05|
-|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|4.444091476091476e-05|
-|cran|futile.options|4.440092664092664e-05|
-|cran|lambda.r|4.440092664092664e-05|
-|pypi|[shiboken6](https://pypi.org/project/shiboken6)|4.4148648648648647e-05|
-|pypi|[asv](https://pypi.org/project/asv)|4.413042965079675e-05|
-|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|4.413042965079675e-05|
-|pypi|[kaleido](https://pypi.org/project/kaleido)|4.413042965079675e-05|
-|pypi|[colorlover](https://pypi.org/project/colorlover)|4.406224406224406e-05|
-|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|4.406224406224406e-05|
-|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|4.406224406224406e-05|
-|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|4.406224406224406e-05|
-|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|4.406224406224406e-05|
-|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|4.406224406224406e-05|
-|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|4.406224406224406e-05|
-|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|4.406224406224406e-05|
-|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|4.406224406224406e-05|
-|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|4.406224406224406e-05|
-|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|4.3953958651443944e-05|
-|pypi|[appnope](https://pypi.org/project/appnope)|4.3953958651443944e-05|
-|rubygems|[pg](https://github.com/ged/ruby-pg)|4.389200220628792e-05|
-|pypi|[yarl](https://github.com/aio-libs/yarl/)|4.378931876724331e-05|
-|rubygems|jekyll|4.3623069498069496e-05|
-|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|4.346607832322117e-05|
-|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|4.337954781704783e-05|
-|cran|arrow|4.3356362125511065e-05|
-|cran|logspline|4.310515792061761e-05|
-|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|4.2886035521235525e-05|
-|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.281081081081081e-05|
-|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|4.281081081081081e-05|
-|rubygems|[coderay](http://coderay.rubychan.de)|4.281081081081081e-05|
-|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|4.281081081081081e-05|
-|rubygems|[builder](http://onestepback.org)|4.281081081081081e-05|
-|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|4.281081081081081e-05|
-|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|4.281081081081081e-05|
-|cran|DiceKriging|4.2769646569646574e-05|
-|npm|zap|4.2643581081081085e-05|
-|npm|docco|4.2643581081081085e-05|
-|npm|diff|4.2643581081081085e-05|
-|pypi|[types-docutils](https://pypi.org/project/types-docutils)|4.25817315716106e-05|
-|cran|[vegan](https://github.com/vegandevs/vegan)|4.256726971869829e-05|
-|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|4.250936791167826e-05|
-|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|4.2483803948657605e-05|
-|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|4.2463041837962893e-05|
-|rubygems|concurrent-ruby|4.2382702702702696e-05|
-|rubygems|jdbc-mysql|4.2382702702702696e-05|
-|rubygems|psych|4.2382702702702696e-05|
-|rubygems|webrick|4.2382702702702696e-05|
-|npm|[babel-preset-es2015](https://babeljs.io/)|4.211865248735951e-05|
-|pypi|[stack-data](https://pypi.org/project/stack-data)|4.209993514117044e-05|
-|npm|safe-buffer|4.2073903096731486e-05|
-|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|4.2044589679718716e-05|
-|cran|[parallelMap](https://parallelmap.mlr-org.com)|4.192871992871994e-05|
-|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|4.192690158348054e-05|
-|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|4.188919763933936e-05|
-|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|4.1870316507507585e-05|
-|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|4.1682376192755575e-05|
-|pypi|[Brotli](https://github.com/google/brotli)|4.167531805267655e-05|
-|pypi|[monty](https://github.com/materialsvirtuallab/monty)|4.160477715080942e-05|
-|pypi|[openpyxl](https://pypi.org/project/openpyxl)|4.1419622184293416e-05|
-|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|4.125662970375079e-05|
-|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|4.1164241164241166e-05|
-|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|4.1164241164241166e-05|
-|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|4.1164241164241166e-05|
-|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|4.1164241164241166e-05|
-|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|4.1164241164241166e-05|
-|npm|[fibers](https://github.com/laverdet/node-fibers)|4.1164241164241166e-05|
-|npm|[saxes](https://github.com/lddubeau/saxes#readme)|4.1164241164241166e-05|
-|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|4.1164241164241166e-05|
-|pypi|[eemont](https://github.com/davemlz/eemont)|4.1164241164241166e-05|
-|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|4.1164241164241166e-05|
-|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|4.1164241164241166e-05|
-|cran|mlrMBO|4.1164241164241166e-05|
-|cran|emoa|4.1164241164241166e-05|
-|pypi|[myst-nb](https://pypi.org/project/myst-nb)|4.093248648648648e-05|
-|pypi|[jaraco.path](https://github.com/jaraco/jaraco.path)|4.089187331500235e-05|
-|pypi|[jaraco.envs](https://github.com/jaraco/jaraco.envs)|4.089187331500235e-05|
-|pypi|[flake8-2020](https://github.com/asottile/flake8-2020)|4.089187331500235e-05|
-|pypi|[sphinx-favicon](https://github.com/tcmetzger/sphinx-favicon)|4.089187331500235e-05|
-|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|4.0616756756756765e-05|
-|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|4.03397361152361e-05|
-|pypi|[rasterio](https://pypi.org/project/rasterio)|4.017205911196829e-05|
-|cran|gmp|3.9977718644234074e-05|
-|rubygems|rubocop-jekyll|3.994401544401545e-05|
-|pypi|[path](https://pypi.org/project/path)|3.9857862963809354e-05|
-|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|3.963963963963964e-05|
-|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|3.963963963963964e-05|
-|npm|[crypto-js](http://github.com/brix/crypto-js)|3.963963963963964e-05|
-|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|3.963963963963964e-05|
-|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|3.963963963963964e-05|
-|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|3.963963963963964e-05|
-|npm|ngx-smart-modal|3.963963963963964e-05|
-|npm|plotly|3.963963963963964e-05|
-|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|3.963963963963964e-05|
-|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|3.963963963963964e-05|
-|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|3.963963963963964e-05|
-|cran|mlbench|3.9293447239305585e-05|
-|pypi|[aenum](https://github.com/ethanfurman/aenum)|3.9243243243243246e-05|
-|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|3.91353254036925e-05|
-|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|3.91353254036925e-05|
-|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|3.904323619577857e-05|
-|rubygems|rouge|3.899797297297297e-05|
-|cran|webfakes|3.8976997746671654e-05|
-|pypi|[uwsgi](https://pypi.org/project/uwsgi)|3.885801294251998e-05|
-|pypi|[pypblib](https://pypi.org/project/pypblib)|3.885081081081081e-05|
-|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|3.885081081081081e-05|
-|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|3.878605496252555e-05|
-|pypi|[tensorflow-io-gcs-filesystem](https://github.com/tensorflow/io)|3.869112326011486e-05|
-|cran|proj4|3.852246545187722e-05|
-|cran|RandomFieldsUtils|3.8272878618605757e-05|
-|cran|biglm|3.8260126735586425e-05|
-|cran|[jqr](https://docs.ropensci.org/jqr/)|3.815367898510758e-05|
-|npm|[form-data](https://github.com/form-data/form-data#readme)|3.8148543125449916e-05|
-|cran|websocket|3.810238610038609e-05|
-|cran|[base64url](https://github.com/mllg/base64url)|3.8049605368754306e-05|
-|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|3.784169884169884e-05|
-|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|3.784169884169884e-05|
-|npm|lint-staged|3.777054351054351e-05|
-|pypi|[pymatgen](https://pymatgen.org)|3.759704985835016e-05|
-|npm|retry|3.750669949610628e-05|
-|cran|[utf8](https://ptrckprry.com/r-utf8/)|3.7449779995076056e-05|
-|pypi|[service-identity](https://pypi.org/project/service-identity)|3.737163917163917e-05|
-|pypi|[testfixtures](https://pypi.org/project/testfixtures)|3.7315039449387283e-05|
-|cran|[ggridges](https://wilkelab.org/ggridges/)|3.717692307692308e-05|
-|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|3.70054054054054e-05|
-|pypi|[Celery](http://celeryproject.org)|3.6905871388630015e-05|
-|pypi|[DAWG](https://pypi.org/project/DAWG)|3.6905871388630015e-05|
-|pypi|[django-nose](https://pypi.org/project/django-nose)|3.6905871388630015e-05|
-|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|3.6905871388630015e-05|
-|npm|rollup-plugin-commonjs|3.677929820576879e-05|
-|pypi|[opencv-python](https://github.com/skvark/opencv-python)|3.661545333721204e-05|
-|cran|[attempt](https://github.com/ColinFay/attempt)|3.6604568655342647e-05|
-|npm|babel-runtime|3.658030888030888e-05|
-|cran|carrier|3.652999702999703e-05|
-|pypi|[dominate](https://github.com/Knio/dominate/)|3.64989604989605e-05|
-|pypi|[visitor](http://github.com/mbr/visitor)|3.64989604989605e-05|
-|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|3.6280348144754926e-05|
-|npm|[auth0](https://github.com/auth0/node-auth0)|3.6280348144754926e-05|
-|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|3.6280348144754926e-05|
-|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|3.6280348144754926e-05|
-|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|3.6280348144754926e-05|
-|npm|[class-validator](https://github.com/typestack/class-validator#readme)|3.6280348144754926e-05|
-|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|3.6280348144754926e-05|
-|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|3.6280348144754926e-05|
-|npm|hammerjs|3.6280348144754926e-05|
-|npm|http-status-codes|3.6280348144754926e-05|
-|npm|is-url|3.6280348144754926e-05|
-|npm|json5|3.6280348144754926e-05|
-|npm|jwks-rsa|3.6280348144754926e-05|
-|npm|nats|3.6280348144754926e-05|
-|npm|nestjs-s3|3.6280348144754926e-05|
-|npm|ngx-material-file-input|3.6280348144754926e-05|
-|npm|passport-jwt|3.6280348144754926e-05|
-|npm|reflect-metadata|3.6280348144754926e-05|
-|npm|sharp|3.6280348144754926e-05|
-|npm|ssh2|3.6280348144754926e-05|
-|npm|stackdriver-errors-js|3.6280348144754926e-05|
-|npm|tiny-version-compare|3.6280348144754926e-05|
-|npm|unzipper|3.6280348144754926e-05|
-|npm|yaml|3.6280348144754926e-05|
-|cran|extrafont|3.617172511197279e-05|
-|cran|rms|3.616479707267523e-05|
-|npm|prettier|3.605431232402489e-05|
-|pypi|[pydantic](https://pypi.org/project/pydantic)|3.5921559856475934e-05|
-|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|3.5907567567567563e-05|
-|cran|fftwtools|3.589204539224823e-05|
-|cran|quadprog|3.578126238039282e-05|
-|cran|strucchange|3.5652774842511696e-05|
-|cran|leaflet.providers|3.554740736211324e-05|
-|pypi|[ipdb](https://pypi.org/project/ipdb)|3.554223275153508e-05|
-|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|3.553734142305571e-05|
-|npm|minimist|3.550161282667336e-05|
-|rubygems|rack|3.536323340495745e-05|
-|pypi|[capturer](https://pypi.org/project/capturer)|3.531891891891893e-05|
-|cran|robotstxt|3.531891891891892e-05|
-|rubygems|jekyll-commonmark|3.531891891891892e-05|
-|pypi|[sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|3.497450536654857e-05|
-|pypi|[httplib2](https://pypi.org/project/httplib2)|3.496548622295101e-05|
-|cran|ggdist|3.486611226611227e-05|
-|cran|bridgesampling|3.486611226611227e-05|
-|cran|bayesQR|3.486611226611227e-05|
-|pypi|[pyfftw](https://github.com/pyFFTW/pyFFTW)|3.486352941176471e-05|
-|cran|Rgraphviz|3.476669907617276e-05|
-|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|3.473633337771269e-05|
-|cran|mice|3.467452180962436e-05|
-|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|3.429586645468996e-05|
-|pypi|[partd](http://github.com/dask/partd/)|3.4127805334359563e-05|
-|cran|mondate|3.4123817313554155e-05|
-|cran|DAAG|3.4123817313554155e-05|
-|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|3.405752895752896e-05|
-|npm|[keycode](https://github.com/timoxley/keycode)|3.405752895752896e-05|
-|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|3.405752895752896e-05|
-|npm|react-transition-group|3.405752895752896e-05|
-|npm|simple-assign|3.405752895752896e-05|
-|npm|warning|3.405752895752896e-05|
-|npm|lodash.merge|3.405752895752896e-05|
-|npm|lodash.throttle|3.405752895752896e-05|
-|npm|recompose|3.405752895752896e-05|
-|pypi|[werkzeug](https://palletsprojects.com/p/werkzeug/)|3.386819427313544e-05|
-|npm|eslint-plugin-markdown|3.376325363825364e-05|
-|npm|inherits|3.372205006601816e-05|
-|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|3.3652799554703515e-05|
-|pypi|[PyQt5](https://www.riverbankcomputing.com/software/pyqt/)|3.350689439018851e-05|
-|pypi|[pyenchant](https://pyenchant.github.io/pyenchant/)|3.3445945945945946e-05|
-|cran|gganimate|3.3370622302975244e-05|
-|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|3.33696164098641e-05|
-|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|3.320795392751698e-05|
-|npm|[bundt](https://github.com/lukeed/bundt#readme)|3.3111486486486487e-05|
-|pypi|[stfio](https://pypi.org/project/stfio)|3.3111486486486487e-05|
-|pypi|[klusta](https://klusta.cortexlab.net)|3.3111486486486487e-05|
-|pypi|[igor](http://blog.tremily.us/posts/igor/)|3.3111486486486487e-05|
-|pypi|[tablib](https://pypi.org/project/tablib)|3.3111486486486487e-05|
-|cran|cba|3.3111486486486487e-05|
-|cran|[golem](https://github.com/ThinkR-open/golem)|3.3091624131871814e-05|
-|npm|chalk|3.3012949584199584e-05|
-|pypi|[mlflow](https://pypi.org/project/mlflow)|3.2945307125307124e-05|
-|cran|[seriation](https://github.com/mhahsler/seriation)|3.290560765687931e-05|
-|pypi|[sniffio](https://pypi.org/project/sniffio)|3.267407722007721e-05|
-|npm|[canvg](https://github.com/canvg/canvg)|3.243243243243243e-05|
-|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|3.243243243243243e-05|
-|npm|[http](https://github.com/npm/security-holder#readme)|3.243243243243243e-05|
-|npm|[jspdf](https://github.com/mrrio/jspdf)|3.243243243243243e-05|
-|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.243243243243243e-05|
-|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|3.243243243243243e-05|
-|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|3.243243243243243e-05|
-|npm|[pug](https://pugjs.org)|3.243243243243243e-05|
-|npm|[sequelize](https://sequelize.org/)|3.243243243243243e-05|
-|npm|[stylus](https://github.com/stylus/stylus)|3.243243243243243e-05|
-|pypi|[mcfly](https://github.com/NLeSC/mcfly)|3.243243243243243e-05|
-|npm|del-cli|3.2329022869022866e-05|
-|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.215095585801888e-05|
-|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|3.214745627980922e-05|
-|pypi|[fiona](https://pypi.org/project/fiona)|3.1841541183507806e-05|
-|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|3.1647373138444565e-05|
-|pypi|[uri-template](https://pypi.org/project/uri-template)|3.1647373138444565e-05|
-|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|3.1647373138444565e-05|
-|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.1647373138444565e-05|
-|pypi|[isoduration](https://pypi.org/project/isoduration)|3.1647373138444565e-05|
-|pypi|[fqdn](https://pypi.org/project/fqdn)|3.1647373138444565e-05|
-|pypi|[sigtools](https://sigtools.readthedocs.io/)|3.161756756756756e-05|
-|pypi|[vtk](https://pypi.org/project/vtk)|3.160795062503552e-05|
-|cran|lmtest|3.1586192800337556e-05|
-|pypi|[Mako](https://pypi.org/project/Mako)|3.1561600561600563e-05|
-|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|3.14785373608903e-05|
-|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|3.14785373608903e-05|
-|pypi|[meshcut](https://pypi.org/project/meshcut)|3.14785373608903e-05|
-|pypi|[trimesh](https://pypi.org/project/trimesh)|3.14785373608903e-05|
-|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|3.14785373608903e-05|
-|pypi|[asteval](https://pypi.org/project/asteval)|3.14785373608903e-05|
-|pypi|[lmfit](https://pypi.org/project/lmfit)|3.14785373608903e-05|
-|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|3.14785373608903e-05|
-|pypi|[ua-parser](https://pypi.org/project/ua-parser)|3.14785373608903e-05|
-|pypi|[wincertstore](https://pypi.org/project/wincertstore)|3.14785373608903e-05|
-|cran|tableHTML|3.14785373608903e-05|
-|cran|shiny.i18n|3.14785373608903e-05|
-|cran|popbio|3.14785373608903e-05|
-|npm|eslint-config-prettier|3.141992260394767e-05|
-|cran|[gitcreds](https://github.com/r-lib/gitcreds)|3.140669110405952e-05|
-|cran|dfoptim|3.139097831024302e-05|
-|cran|nloptr|3.128220130581385e-05|
-|cran|[ini](https://github.com/dvdscripter/ini)|3.1258042455410875e-05|
-|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|3.117936117936118e-05|
-|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|3.117936117936118e-05|
-|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|3.117936117936118e-05|
-|pypi|[od](https://pypi.org/project/od)|3.090405405405405e-05|
-|pypi|[pip-api](https://pypi.org/project/pip-api)|3.087664657297297e-05|
-|pypi|[requirementslib](https://pypi.org/project/requirementslib)|3.087664657297297e-05|
-|pypi|[pipreqs](https://pypi.org/project/pipreqs)|3.087664657297297e-05|
-|npm|[font-awesome](http://fontawesome.io/)|3.084068278805121e-05|
-|npm|object-assign|3.081298441272982e-05|
-|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|3.0770270270270274e-05|
-|pypi|[ordereddict](https://pypi.org/project/ordereddict)|3.07033748297369e-05|
-|npm|[ts-node](https://typestrong.org/ts-node)|3.0579150579150575e-05|
-|cran|caTools|3.045438372438374e-05|
-|npm|react-test-renderer|3.0429040376408796e-05|
-|npm|react-router|3.0429040376408796e-05|
-|pypi|[h2](https://pypi.org/project/h2)|3.0426254826254827e-05|
-|pypi|[pybind11](https://github.com/pybind/pybind11)|3.041529729729731e-05|
-|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|3.0311428830991853e-05|
-|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|3.0311428830991853e-05|
-|pypi|[mkdocs](https://www.mkdocs.org)|3.0308335225982287e-05|
-|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|3.0273359073359072e-05|
-|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|3.0273359073359072e-05|
-|npm|[remark](https://remark.js.org)|3.0273359073359072e-05|
-|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|3.0273359073359072e-05|
-|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|3.0273359073359072e-05|
-|pypi|[PySide](http://www.pyside.org)|3.0273359073359072e-05|
-|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|3.0273359073359072e-05|
-|pypi|[wslink](https://github.com/kitware/wslink)|3.020045045045045e-05|
-|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|3.019704962925302e-05|
-|cran|janeaustenr|3.016551848882676e-05|
-|npm|whatwg-fetch|3.00337329811014e-05|
-|cran|vcd|3.0003061224489797e-05|
-|pypi|[zope.interface](https://pypi.org/project/zope.interface)|2.9936693257677877e-05|
-|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|2.9912681912681914e-05|
-|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|2.9634578259578263e-05|
-|cran|spacyr|2.9566216216216217e-05|
-|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|2.9453796846974456e-05|
-|rubygems|pry|2.92744583563155e-05|
-|cran|[reshape](http://had.co.nz/reshape)|2.9170437188514998e-05|
-|cran|SGP|2.915212355212355e-05|
-|pypi|[nltk](https://pypi.org/project/nltk)|2.8917264827071772e-05|
-|rubygems|[railties](https://rubyonrails.org)|2.8867810259238834e-05|
-|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|2.884378378378378e-05|
-|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.8739727770327526e-05|
-|cran|polynom|2.8705787500195398e-05|
-|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|2.870491747634607e-05|
-|cran|[furrr](https://github.com/DavisVaughan/furrr)|2.863868819658298e-05|
-|cran|tkrplot|2.86217397760876e-05|
-|cran|Formula|2.8585860318546653e-05|
-|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|2.854734349145063e-05|
-|rubygems|[rdoc](https://ruby.github.io/rdoc)|2.851677409187613e-05|
-|cran|tripack|2.8340770783890045e-05|
-|cran|pscl|2.823045547039334e-05|
-|npm|highcharts-exporting|2.8165007112375534e-05|
-|npm|highcharts-no-data-to-display|2.8165007112375534e-05|
-|npm|[history](https://github.com/remix-run/history#readme)|2.8165007112375534e-05|
-|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|2.8165007112375534e-05|
-|npm|[ramda](https://ramdajs.com/)|2.8165007112375534e-05|
-|npm|[rc-tooltip](http://github.com/react-component/tooltip)|2.8165007112375534e-05|
-|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|2.8165007112375534e-05|
-|npm|react-fontawesome|2.8165007112375534e-05|
-|npm|react-js-pagination|2.8165007112375534e-05|
-|npm|react-router-redux|2.8165007112375534e-05|
-|npm|react-s-alert|2.8165007112375534e-05|
-|npm|react-table|2.8165007112375534e-05|
-|npm|redux-form|2.8165007112375534e-05|
-|npm|redux-observable|2.8165007112375534e-05|
-|npm|redux-persist|2.8165007112375534e-05|
-|npm|reselect|2.8165007112375534e-05|
-|npm|rx-dom|2.8165007112375534e-05|
-|pypi|[itk](https://itk.org/)|2.806662257330988e-05|
-|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|2.7947474903474905e-05|
-|pypi|[livereload](https://pypi.org/project/livereload)|2.791666216216216e-05|
-|cran|[pkgdown](https://pkgdown.r-lib.org)|2.7813702040821547e-05|
-|cran|kernlab|2.7809295200111518e-05|
-|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|2.7783925227614882e-05|
-|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|2.7783925227614882e-05|
-|pypi|[cfgrib](https://pypi.org/project/cfgrib)|2.7783925227614882e-05|
-|pypi|[pydap](https://pypi.org/project/pydap)|2.7783925227614882e-05|
-|pypi|[numbagg](https://pypi.org/project/numbagg)|2.7783925227614882e-05|
-|pypi|[jeepney](https://pypi.org/project/jeepney)|2.7715519798868636e-05|
-|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|2.7715519798868636e-05|
-|rubygems|actionview|2.7660479867622722e-05|
-|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|2.7597810810810812e-05|
-|npm|ms|2.7585437845766236e-05|
-|pypi|[minio](https://pypi.org/project/minio)|2.7576333089846607e-05|
-|pypi|[reno](https://pypi.org/project/reno)|2.756557528957529e-05|
-|pypi|[recipy](http://www.recipy.org)|2.7442827442827444e-05|
-|pypi|[tinydb](https://github.com/msiemens/tinydb)|2.7442827442827444e-05|
-|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|2.7442827442827444e-05|
-|pypi|[svn](https://github.com/dsoprea/PySvn)|2.7442827442827444e-05|
-|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|2.7442827442827444e-05|
-|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|2.7442827442827444e-05|
-|pypi|[tableone](https://pypi.org/project/tableone)|2.7442827442827444e-05|
-|pypi|[scandir](https://pypi.org/project/scandir)|2.739702609890109e-05|
-|pypi|[backports.os](https://pypi.org/project/backports.os)|2.739702609890109e-05|
-|cran|jsonify|2.7347490347490345e-05|
-|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|2.7259783783783784e-05|
-|pypi|[george](https://github.com/dfm/george)|2.7091216216216225e-05|
-|cran|gt|2.6990056413262114e-05|
-|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|2.6965790362100843e-05|
-|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|2.6965790362100843e-05|
-|pypi|[types-toml](https://pypi.org/project/types-toml)|2.6882768893051148e-05|
-|cran|[beautier](https://docs.ropensci.org/beautier/)|2.679089615931721e-05|
-|pypi|[tangle](https://github.com/fifman/tangle)|2.675675675675676e-05|
-|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|2.675675675675676e-05|
-|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|2.669402560455192e-05|
-|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|2.6610526241989175e-05|
-|cran|gridBase|2.6605766906597933e-05|
-|cran|plm|2.6528570141873966e-05|
-|pypi|[fasttext](https://github.com/facebookresearch/fastText)|2.648918918918919e-05|
-|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|2.648918918918919e-05|
-|cran|filelock|2.648918918918919e-05|
-|cran|AsioHeaders|2.648918918918919e-05|
-|cran|manipulateWidget|2.648918918918919e-05|
-|cran|BeyondBenford|2.648918918918919e-05|
-|cran|BenfordTests|2.648918918918919e-05|
-|cran|benford.analysis|2.648918918918919e-05|
-|cran|MUS|2.648918918918919e-05|
-|cran|[proxy](NA)|2.6421781067639413e-05|
-|npm|[should](https://github.com/shouldjs/should.js)|2.6250134235324917e-05|
-|cran|dynamicTreeCut|2.6207539118065435e-05|
-|npm|readable-stream|2.6198099198099197e-05|
-|cran|optimx|2.6186983010595544e-05|
-|cran|minqa|2.6186983010595544e-05|
-|cran|pls|2.6184567803955555e-05|
-|pypi|[meshio](https://pypi.org/project/meshio)|2.6153014553014564e-05|
-|npm|through2|2.6127005123255125e-05|
-|pypi|[smart-open](https://pypi.org/project/smart-open)|2.6007530501362657e-05|
-|pypi|[nglview](https://github.com/arose/nglview)|2.5886143113507298e-05|
-|cran|[ordinal](https://github.com/runehaubo/ordinal)|2.5838086630965692e-05|
-|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|2.5768881951117245e-05|
-|pypi|[siphon](https://pypi.org/project/siphon)|2.570289393166752e-05|
-|cran|gbRd|2.5622270270270268e-05|
-|npm|[request](https://github.com/request/request#readme)|2.559010953500084e-05|
-|cran|[quanteda](https://quanteda.io)|2.5503400876709147e-05|
-|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.548173913043479e-05|
-|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|2.5411842173382495e-05|
-|cran|rsm|2.527008954242997e-05|
-|cran|tables|2.5257483877126734e-05|
-|rubygems|html-pipeline|2.5227799227799228e-05|
-|rubygems|gemoji|2.5227799227799228e-05|
-|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|2.5227799227799225e-05|
-|cran|rcmdcheck|2.513369328712857e-05|
-|pypi|[pyu2f](https://pypi.org/project/pyu2f)|2.4980348065302662e-05|
-|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|2.4957938223938236e-05|
-|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|2.489000628535512e-05|
-|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.4756779031779032e-05|
-|pypi|[plams](https://www.scm.com/doc/plams/)|2.4385707720444573e-05|
-|cran|bezier|2.4312330613161638e-05|
-|cran|ComplexHeatmap|2.4312330613161638e-05|
-|cran|GlobalOptions|2.4312330613161638e-05|
-|cran|Cubist|2.4292482861870612e-05|
-|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|2.4259459459459458e-05|
-|pypi|[cssselect2](https://pypi.org/project/cssselect2)|2.408108108108108e-05|
-|cran|adehabitatMA|2.4014924264924264e-05|
-|pypi|[ini2toml](https://github.com/abravalheri/ini2toml/)|2.397297183287506e-05|
-|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.393518413166955e-05|
-|pypi|[Nano-Utils](https://github.com/nlesc-nano/Nano-Utils)|2.3881140481140484e-05|
-|npm|[actions](https://github.com/fundon/actions)|2.3851737451737452e-05|
-|pypi|[coreapi](https://github.com/core-api/python-client)|2.3783783783783782e-05|
-|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|2.3783783783783782e-05|
-|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|2.3783783783783782e-05|
-|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|2.3783783783783782e-05|
-|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|2.3783783783783782e-05|
-|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|2.3783783783783782e-05|
-|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|2.3783783783783782e-05|
-|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|2.3783783783783782e-05|
-|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|2.3783783783783782e-05|
-|pypi|[oauth2client](https://pypi.org/project/oauth2client)|2.3783783783783782e-05|
-|pypi|[python3-saml](https://pypi.org/project/python3-saml)|2.3783783783783782e-05|
-|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|2.3783783783783782e-05|
-|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|2.3783783783783782e-05|
-|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|2.3783783783783782e-05|
-|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|2.3783783783783782e-05|
-|pypi|[sregistry](https://pypi.org/project/sregistry)|2.3783783783783782e-05|
-|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.3749693564270817e-05|
-|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|2.366208791208793e-05|
-|npm|webworker-threads|2.3545945945945945e-05|
-|pypi|[datatable](https://pypi.org/project/datatable)|2.3545945945945945e-05|
-|cran|cleanNLP|2.3545945945945945e-05|
-|cran|udpipe|2.3545945945945945e-05|
-|pypi|[PyJWT](https://pypi.org/project/PyJWT)|2.3534573534573538e-05|
-|pypi|[python-multipart](https://pypi.org/project/python-multipart)|2.3372813990461046e-05|
-|rubygems|rake-compiler|2.3365747380033093e-05|
-|rubygems|shoulda-matchers|2.3353734142305566e-05|
-|cran|gpclib|2.3195191018085752e-05|
-|cran|PBSmapping|2.3195191018085752e-05|
-|pypi|[scanpy](https://scanpy.readthedocs.io)|2.305386766076424e-05|
-|npm|[del](https://github.com/sindresorhus/del#readme)|2.2919279696121795e-05|
-|npm|after|2.2863918176418175e-05|
-|cran|rootSolve|2.2814705388618432e-05|
-|cran|triangle|2.279675675675676e-05|
-|cran|evd|2.279675675675676e-05|
-|cran|beepr|2.2761349319244067e-05|
-|pypi|[OWSLib](https://pypi.org/project/OWSLib)|2.2692758796532385e-05|
-|npm|vary|2.26875e-05|
-|npm|gulp|2.268326962993316e-05|
-|pypi|[rowan](https://github.com/glotzerlab/rowan)|2.2496698841698858e-05|
-|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|2.2339161610590183e-05|
-|cran|[natserv](https://docs.ropensci.org/natserv)|2.2339161610590183e-05|
-|cran|[worrms](https://docs.ropensci.org/worrms)|2.2339161610590183e-05|
-|cran|[rotl](https://docs.ropensci.org/rotl/)|2.2339161610590183e-05|
-|cran|[rredlist](https://github.com/ropensci/rredlist)|2.2339161610590183e-05|
-|cran|[bold](https://docs.ropensci.org/bold/)|2.2339161610590183e-05|
-|cran|[ritis](https://github.com/ropensci/ritis)|2.2339161610590176e-05|
-|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|2.2316429816913687e-05|
-|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|2.2316429816913687e-05|
-|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|2.229964438122333e-05|
-|npm|babel-core|2.218830828148589e-05|
-|pypi|[platformdirs](https://pypi.org/project/platformdirs)|2.211642307112651e-05|
-|npm|matcha|2.2074324324324323e-05|
-|npm|quick-lru|2.2074324324324323e-05|
-|npm|map-obj|2.2074324324324323e-05|
-|npm|lodash.kebabcase|2.2074324324324323e-05|
-|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|2.2074324324324323e-05|
-|pypi|[bagit](https://pypi.org/project/bagit)|2.2074324324324323e-05|
-|pypi|[prov](https://pypi.org/project/prov)|2.2074324324324323e-05|
-|pypi|[schema-salad](https://pypi.org/project/schema-salad)|2.2074324324324323e-05|
-|pypi|[shellescape](https://pypi.org/project/shellescape)|2.2074324324324323e-05|
-|pypi|[zmq](https://github.com/zeromq/pyzmq)|2.2074324324324323e-05|
-|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|2.2074324324324323e-05|
-|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|2.2074324324324323e-05|
-|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|2.2074324324324323e-05|
-|cran|yamlme|2.2074324324324323e-05|
-|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|2.2062551351351347e-05|
-|cran|adehabitatLT|2.204247104247104e-05|
-|cran|doFuture|2.1996870554765293e-05|
-|cran|pbmcapply|2.1996870554765293e-05|
-|pypi|[av](https://pypi.org/project/av)|2.1983919870607175e-05|
-|cran|RANN|2.1914551547097193e-05|
-|pypi|[gcsfs](https://pypi.org/project/gcsfs)|2.1913038239477867e-05|
-|npm|minimatch|2.188930534650874e-05|
-|npm|ghsign|2.185358108108108e-05|
-|npm|git-config-path|2.185358108108108e-05|
-|npm|github-username|2.185358108108108e-05|
-|npm|parse-git-config|2.185358108108108e-05|
-|cran|paradox|2.1843655428003254e-05|
-|rubygems|[chartkick](https://chartkick.com)|2.1842250413678985e-05|
-|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|2.1842250413678985e-05|
-|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|2.1842250413678985e-05|
-|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|2.1842250413678985e-05|
-|npm|rollup-plugin-json|2.174669056811914e-05|
-|npm|package-json-versionify|2.174669056811914e-05|
-|pypi|[stevedore](https://pypi.org/project/stevedore)|2.1738412355212358e-05|
-|pypi|[torchvision](https://github.com/pytorch/vision)|2.165258069040131e-05|
-|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|2.1651633339498068e-05|
-|cran|plotfunctions|2.1623827909542195e-05|
-|rubygems|nio4r|2.1623827909542195e-05|
-|rubygems|sassc-rails|2.1623827909542195e-05|
-|rubygems|tzinfo|2.1623827909542195e-05|
-|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|2.161945945945946e-05|
-|cran|Biostrings|2.1611648480778916e-05|
-|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|2.1602993762993768e-05|
-|cran|semEff|2.158016749943221e-05|
-|cran|rr2|2.158016749943221e-05|
-|cran|HSAUR3|2.158016749943221e-05|
-|cran|mlmRev|2.158016749943221e-05|
-|cran|MEMSS|2.158016749943221e-05|
-|cran|PKPDmodels|2.158016749943221e-05|
-|cran|NLP|2.1566145159453437e-05|
-|pypi|[autocommand](https://pypi.org/project/autocommand)|2.1542394649429755e-05|
-|npm|babel-preset-react|2.1446668480281923e-05|
-|cran|rcdk|2.1405405405405405e-05|
-|cran|fingerprint|2.1405405405405405e-05|
-|cran|enviPat|2.1405405405405405e-05|
-|cran|flexdashboard|2.1405405405405405e-05|
-|cran|keys|2.1405405405405405e-05|
-|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|2.135617297297297e-05|
-|pypi|[oslo.config](https://pypi.org/project/oslo.config)|2.135617297297297e-05|
-|cran|[assertive](https://bitbucket.org/richierocks/assertive)|2.1289647011009255e-05|
-|npm|eslint-plugin-prettier|2.121667936070443e-05|
-|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|2.1191351351351355e-05|
-|cran|actuar|2.1191351351351355e-05|
-|cran|skellam|2.1191351351351355e-05|
-|cran|hoa|2.1191351351351355e-05|
-|cran|LaplacesDemon|2.1191351351351355e-05|
-|rubygems|jdbc-postgres|2.1191351351351348e-05|
-|rubygems|jdbc-sqlite3|2.1191351351351348e-05|
-|rubygems|shoulda-context|2.1191351351351348e-05|
-|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|2.11662848260268e-05|
-|rubygems|nokogiri|2.114599559863801e-05|
-|pypi|[passlib](https://pypi.org/project/passlib)|2.114308426073132e-05|
-|cran|[geiger](https://github.com/mwpennell/geiger-v2)|2.1035630350847743e-05|
-|rubygems|simplecov|2.098884248680167e-05|
-|npm|acorn|2.0964359964359967e-05|
-|cran|fpc|2.0949468203113784e-05|
-|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.0948502483784738e-05|
-|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|2.0859196509619057e-05|
-|cran|MCMCglmm|2.0852945268404962e-05|
-|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.0810810810810815e-05|
-|pypi|[prefect](https://pypi.org/project/prefect)|2.07758346581876e-05|
-|pypi|[twisted](https://pypi.org/project/twisted)|2.075824920261877e-05|
-|pypi|[google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib)|2.0718649871591054e-05|
-|cran|purrrlyr|2.0713350944929892e-05|
-|pypi|[zstandard](https://pypi.org/project/zstandard)|2.0668925675675678e-05|
-|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|2.064092664092666e-05|
-|pypi|[rq](https://pypi.org/project/rq)|2.06145945945946e-05|
-|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|2.0589116540040238e-05|
-|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|2.056162838554355e-05|
-|pypi|[python-snappy](https://pypi.org/project/python-snappy)|2.0530916282135796e-05|
-|cran|Rcsdp|2.0474180513654196e-05|
-|cran|psychTools|2.0474180513654196e-05|
-|npm|depd|2.046570296257796e-05|
-|cran|[phytools](https://github.com/liamrevell/phytools)|2.041305316305317e-05|
-|pypi|[spacy](https://pypi.org/project/spacy)|2.040862985980635e-05|
-|npm|xregexp|2.0376299376299375e-05|
-|npm|bufferedstream|2.0376299376299375e-05|
-|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|2.032991356755938e-05|
-|cran|[deSolve](http://desolve.r-forge.r-project.org/)|2.025123849123849e-05|
-|pypi|[breathe](https://github.com/michaeljones/breathe)|2.0192432432432513e-05|
-|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|2.0182239382239384e-05|
-|cran|gamlss|2.0084400127519394e-05|
-|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|2.006450965250965e-05|
-|cran|[binman](https://docs.ropensci.org/binman/)|1.9978378378378404e-05|
-|pypi|[panel](http://panel.holoviz.org)|1.9812590197853357e-05|
-|pypi|[raven](https://pypi.org/project/raven)|1.978341834792539e-05|
-|pypi|[autobahn](https://pypi.org/project/autobahn)|1.9712179712179715e-05|
-|pypi|[constantly](https://pypi.org/project/constantly)|1.9712179712179715e-05|
-|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.9712179712179715e-05|
-|pypi|[incremental](https://pypi.org/project/incremental)|1.9712179712179715e-05|
-|pypi|[txaio](https://pypi.org/project/txaio)|1.9712179712179715e-05|
-|cran|[beastier](https://docs.ropensci.org/beastier/)|1.9621621621621626e-05|
-|pypi|[mkl](https://pypi.org/project/mkl)|1.9621621621621623e-05|
-|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.9621621621621623e-05|
-|cran|shapefiles|1.9621621621621623e-05|
-|pypi|[towncrier](https://pypi.org/project/towncrier)|1.9609699799764318e-05|
-|pypi|[httpx](https://pypi.org/project/httpx)|1.9588644106291164e-05|
-|pypi|[jupyterlab](https://jupyter.org)|1.957970940865678e-05|
-|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|1.9563895608303505e-05|
-|cran|[ggsci](https://nanx.me/ggsci/)|1.9563895608303505e-05|
-|npm|on-headers|1.9554699101574102e-05|
-|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.951130867709815e-05|
-|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|1.951130867709815e-05|
-|pypi|[pathos](https://github.com/uqfoundation/pathos)|1.9463495169377533e-05|
-|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|1.9338891059429682e-05|
-|cran|sandwich|1.9338891059429682e-05|
-|cran|partykit|1.9324693637737116e-05|
-|pypi|[autograd](https://github.com/HIPS/autograd)|1.930385274005402e-05|
-|rubygems|test-unit|1.9288454495311634e-05|
-|cran|spData|1.9264864864864865e-05|
-|pypi|[pyqt5](https://www.riverbankcomputing.com/software/pyqt/)|1.9251789164730352e-05|
-|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.9121079909812307e-05|
-|npm|[mdi](http://materialdesignicons.com)|1.9111969111969114e-05|
-|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|1.9111969111969114e-05|
-|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|1.9111969111969114e-05|
-|npm|color|1.9111969111969114e-05|
-|npm|create-react-class|1.9111969111969114e-05|
-|npm|dotenv-load|1.9111969111969114e-05|
-|npm|iframe-resizer|1.9111969111969114e-05|
-|npm|isomorphic-unfetch|1.9111969111969114e-05|
-|npm|js-file-download|1.9111969111969114e-05|
-|npm|material-table|1.9111969111969114e-05|
-|npm|material-ui-chip-input|1.9111969111969114e-05|
-|npm|materialize-css|1.9111969111969114e-05|
-|npm|mui-datatables|1.9111969111969114e-05|
-|npm|next|1.9111969111969114e-05|
-|npm|next-env|1.9111969111969114e-05|
-|npm|next-redux-wrapper|1.9111969111969114e-05|
-|npm|nprogress|1.9111969111969114e-05|
-|npm|ra-data-simple-rest|1.9111969111969114e-05|
-|npm|react-admin|1.9111969111969114e-05|
-|npm|react-ga|1.9111969111969114e-05|
-|npm|react-json-view|1.9111969111969114e-05|
-|npm|react-loading|1.9111969111969114e-05|
-|npm|react-scroll|1.9111969111969114e-05|
-|npm|react-scroll-to-component|1.9111969111969114e-05|
-|npm|react-swipeable-views|1.9111969111969114e-05|
-|npm|react-wordcloud|1.9111969111969114e-05|
-|npm|recharts|1.9111969111969114e-05|
-|npm|redux-saga|1.9111969111969114e-05|
-|npm|serialize-error|1.9111969111969114e-05|
-|npm|swagger-client|1.9111969111969114e-05|
-|npm|swagger-ui-react|1.9111969111969114e-05|
-|npm|tween|1.9111969111969114e-05|
-|npm|uuid5|1.9111969111969114e-05|
-|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|1.9111969111969114e-05|
-|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.9111969111969114e-05|
-|pypi|[mwoauth](https://pypi.org/project/mwoauth)|1.9111969111969114e-05|
-|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|1.9111969111969114e-05|
-|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|1.9032829864025524e-05|
-|cran|seqLogo|1.8962729561859996e-05|
-|npm|codecov|1.8935492253034268e-05|
-|cran|oskeyring|1.892084942084942e-05|
-|cran|ExplainPrediction|1.892084942084942e-05|
-|cran|rpart.plot|1.892084942084942e-05|
-|cran|rstatix|1.8894976689384583e-05|
-|pypi|[numkit](https://pypi.org/project/numkit)|1.8805100875523413e-05|
-|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|1.8766118918918918e-05|
-|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|1.8766118918918918e-05|
-|pypi|[debtcollector](https://pypi.org/project/debtcollector)|1.8766118918918918e-05|
-|cran|afex|1.8699634608408526e-05|
-|pypi|[folium](https://github.com/python-visualization/folium)|1.8696283783783783e-05|
-|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|1.868031041279709e-05|
-|cran|tester|1.8588904694167853e-05|
-|cran|fastICA|1.8540441052948075e-05|
-|rubygems|[mocha](https://mocha.jamesmead.org)|1.8447964699393267e-05|
-|rubygems|kramdown-parser-gfm|1.839527027027027e-05|
-|rubygems|jekyll-theme-primer|1.839527027027027e-05|
-|rubygems|jekyll-sass-converter|1.839527027027027e-05|
-|rubygems|jekyll_test_plugin_malicious|1.839527027027027e-05|
-|cran|docopt|1.8347490347490346e-05|
-|cran|[tidygraph](https://tidygraph.data-imaginist.com)|1.8342435200431527e-05|
-|cran|[rentrez](http://github.com/ropensci/rentrez)|1.8332625482625532e-05|
-|pypi|[gensim](http://radimrehurek.com/gensim)|1.8257932607932617e-05|
-|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|1.8194004656630017e-05|
-|cran|[snakecase](https://github.com/Tazinho/snakecase)|1.814543732144353e-05|
-|pypi|[cchardet](https://github.com/PyYoshi/cChardet)|1.8140744518103007e-05|
-|pypi|[asynctest](https://github.com/Martiusweb/asynctest/)|1.8140744518103007e-05|
-|pypi|[idna-ssl](https://github.com/aio-libs/idna-ssl)|1.8140744518103007e-05|
-|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|1.8140174072377463e-05|
-|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|1.8140174072377463e-05|
-|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|1.8140174072377463e-05|
-|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|1.8140174072377463e-05|
-|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|1.8140174072377463e-05|
-|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|1.8140174072377463e-05|
-|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|1.8140174072377463e-05|
-|npm|[esdoc](https://esdoc.org/)|1.8140174072377463e-05|
-|npm|esdoc-standard-plugin|1.8140174072377463e-05|
-|npm|fast-random|1.8140174072377463e-05|
-|npm|flatted|1.8140174072377463e-05|
-|npm|fs.realpath|1.8140174072377463e-05|
-|npm|has-unicode|1.8140174072377463e-05|
-|npm|iconv-lite|1.8140174072377463e-05|
-|npm|ignore-walk|1.8140174072377463e-05|
-|npm|ini|1.8140174072377463e-05|
-|npm|is-fullwidth-code-point|1.8140174072377463e-05|
-|npm|jsdocs|1.8140174072377463e-05|
-|npm|mimic-response|1.8140174072377463e-05|
-|npm|needle|1.8140174072377463e-05|
-|npm|node|1.8140174072377463e-05|
-|npm|nopt|1.8140174072377463e-05|
-|npm|npm|1.8140174072377463e-05|
-|npm|npm-bundled|1.8140174072377463e-05|
-|npm|npm-normalize-package-bin|1.8140174072377463e-05|
-|npm|npm-packlist|1.8140174072377463e-05|
-|npm|number-is-nan|1.8140174072377463e-05|
-|npm|odex|1.8140174072377463e-05|
-|npm|os-homedir|1.8140174072377463e-05|
-|npm|os-tmpdir|1.8140174072377463e-05|
-|npm|osenv|1.8140174072377463e-05|
-|npm|path-is-absolute|1.8140174072377463e-05|
-|npm|rc|1.8140174072377463e-05|
-|npm|safer-buffer|1.8140174072377463e-05|
-|npm|set-blocking|1.8140174072377463e-05|
-|npm|signal-exit|1.8140174072377463e-05|
-|npm|simple-concat|1.8140174072377463e-05|
-|npm|string-width|1.8140174072377463e-05|
-|npm|strip-json-comments|1.8140174072377463e-05|
-|cran|SASmixed|1.8107252895752897e-05|
-|cran|[colourpicker](https://github.com/daattali/colourpicker)|1.809601706970128e-05|
-|cran|antiword|1.8076688446688445e-05|
-|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.807345411345411e-05|
-|pypi|[configparser](https://github.com/jaraco/configparser/)|1.7992893481717042e-05|
-|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.798704771097628e-05|
-|pypi|[pickydict](https://pypi.org/project/pickydict)|1.796192714453586e-05|
-|pypi|[pyteomics](https://pypi.org/project/pyteomics)|1.7961927144535848e-05|
-|npm|tslint|1.7949324324324325e-05|
-|pypi|[pathtools](https://pypi.org/project/pathtools)|1.789293540644892e-05|
-|pypi|[flask](https://palletsprojects.com/p/flask)|1.7872025831447845e-05|
-|pypi|[unyt](https://github.com/yt-project/unyt)|1.7837837837837847e-05|
-|cran|BiocManager|1.777981867698394e-05|
-|pypi|[pip-tools](https://pypi.org/project/pip-tools)|1.7677639642428376e-05|
-|pypi|[repeated-test](https://pypi.org/project/repeated-test)|1.7659459459459463e-05|
-|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.765945945945946e-05|
-|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.765945945945946e-05|
-|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.765945945945946e-05|
-|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.765945945945946e-05|
-|pypi|[types-colorama](https://pypi.org/project/types-colorama)|1.765945945945946e-05|
-|pypi|[pdbmender](https://pypi.org/project/pdbmender)|1.765945945945946e-05|
-|pypi|[delphi4py](https://pypi.org/project/delphi4py)|1.765945945945946e-05|
-|pypi|[gevent](https://pypi.org/project/gevent)|1.765159862346819e-05|
-|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|1.764322458769893e-05|
-|cran|spam|1.7613873062832654e-05|
-|cran|acepack|1.7605746425389283e-05|
-|cran|htmlTable|1.7605746425389283e-05|
-|pypi|[schema](https://github.com/keleshev/schema)|1.743075323844561e-05|
-|cran|measurements|1.734411196911197e-05|
-|cran|NISTunits|1.734411196911197e-05|
-|cran|gbm|1.7297802197802198e-05|
-|npm|glob|1.7209563706563704e-05|
-|cran|protolite|1.7200772200772202e-05|
-|cran|geepack|1.7068775384235077e-05|
-|cran|bigmemory|1.700965250965251e-05|
-|pypi|[Shapely](https://pypi.org/project/Shapely)|1.689900426742532e-05|
-|pypi|[rdkit](https://pypi.org/project/rdkit)|1.689165687426557e-05|
-|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.6888105217516982e-05|
-|pypi|[diff-cover](https://pypi.org/project/diff-cover)|1.6886178898128896e-05|
-|npm|tsconfig-paths|1.681853281853282e-05|
-|npm|replace|1.681853281853282e-05|
-|npm|node-qunit-phantomjs|1.681853281853282e-05|
-|cran|[geosphere](NA)|1.6759478523208502e-05|
-|cran|ks|1.674208494208494e-05|
-|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|1.6722972972972973e-05|
-|pypi|[json5](https://pypi.org/project/json5)|1.6722972972972973e-05|
-|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|1.6720798805305857e-05|
-|cran|[origami](https://tlverse.org/origami/)|1.6674500587544086e-05|
-|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|1.6632814336075246e-05|
-|cran|glmmTMB|1.6622051142589764e-05|
-|cran|fixest|1.6622051142589764e-05|
-|cran|cplm|1.6622051142589764e-05|
-|cran|betareg|1.6622051142589764e-05|
-|cran|AER|1.6622051142589764e-05|
-|cran|signal|1.6587797896418626e-05|
-|pypi|[eventlet](https://pypi.org/project/eventlet)|1.6558686486486488e-05|
-|npm|chai-passport-strategy|1.6555743243243243e-05|
-|npm|passport-strategy|1.6555743243243243e-05|
-|cran|[Ckmeans.1d.dp](NA)|1.649390632868894e-05|
-|pypi|[bitstring](https://pypi.org/project/bitstring)|1.6466872586872588e-05|
-|pypi|[casadi](http://casadi.org)|1.6462390100944317e-05|
-|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|1.6416314201356224e-05|
-|pypi|[google-auth-httplib2](https://pypi.org/project/google-auth-httplib2)|1.640679101636848e-05|
-|cran|klaR|1.6363745961705145e-05|
-|npm|babel-jest|1.629176256839816e-05|
-|pypi|[types-pytz](https://github.com/python/typeshed)|1.6209717150893622e-05|
-|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|1.6195577395577395e-05|
-|pypi|[psims](https://pypi.org/project/psims)|1.6195577395577395e-05|
-|cran|[jsonld](https://docs.ropensci.org/jsonld)|1.616326530612249e-05|
-|rubygems|hoe|1.6109751792608934e-05|
-|pypi|[pybamm](https://pypi.org/project/pybamm)|1.6086291110387496e-05|
-|rubygems|addressable|1.6083400174367915e-05|
-|cran|doMC|1.6076988416988417e-05|
-|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|1.6054054054054055e-05|
-|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|1.6054054054054055e-05|
-|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|1.6054054054054055e-05|
-|cran|subprocess|1.6054054054054055e-05|
-|cran|qvalue|1.6054054054054055e-05|
-|cran|tensorA|1.6036412236412236e-05|
-|npm|concat-stream|1.600994950994951e-05|
-|rubygems|webmock|1.598820609324811e-05|
-|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|1.5984555984555983e-05|
-|cran|[EML](https://docs.ropensci.org/EML/)|1.5977606177606194e-05|
-|pypi|[gssapi](https://pypi.org/project/gssapi)|1.5945545849420846e-05|
-|npm|gulp-uglify|1.5940642369213797e-05|
-|pypi|[zict](https://pypi.org/project/zict)|1.5922158440712655e-05|
-|cran|scatterplot3d|1.590761600997626e-05|
-|pypi|[loguru](https://github.com/Delgan/loguru)|1.590540540540541e-05|
-|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.585154213036566e-05|
-|pypi|[PyTest](https://pypi.org/project/PyTest)|1.585154213036566e-05|
-|pypi|[pulumi](https://github.com/pulumi/pulumi)|1.573926868044516e-05|
-|pypi|[AssertionLib](https://github.com/nlesc-nano/AssertionLib)|1.5730620730620736e-05|
-|pypi|[affine](https://github.com/sgillies/affine)|1.5701865656865672e-05|
-|pypi|[pep8-naming](https://github.com/PyCQA/pep8-naming)|1.563751545102271e-05|
-|npm|murl|1.55818759936407e-05|
-|npm|protein|1.55818759936407e-05|
-|npm|network-address|1.55818759936407e-05|
-|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|1.55818759936407e-05|
-|pypi|[kgt](https://pypi.org/project/kgt)|1.55818759936407e-05|
-|pypi|[x21](https://pypi.org/project/x21)|1.55818759936407e-05|
-|cran|[wesanderson](https://github.com/karthik/wesanderson)|1.5535300606729182e-05|
-|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|1.548912673177379e-05|
-|cran|coxme|1.541125378359421e-05|
-|cran|[downloader](https://github.com/wch/downloader)|1.540199287199289e-05|
-|pypi|[crossbar](http://crossbar.io/)|1.528957528957529e-05|
-|pypi|[argh](https://pypi.org/project/argh)|1.528957528957529e-05|
-|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|1.528957528957529e-05|
-|pypi|[asq](https://pypi.org/project/asq)|1.528957528957529e-05|
-|pypi|[automat](https://pypi.org/project/automat)|1.528957528957529e-05|
-|pypi|[cbor](https://pypi.org/project/cbor)|1.528957528957529e-05|
-|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|1.528957528957529e-05|
-|pypi|[hpack](https://pypi.org/project/hpack)|1.528957528957529e-05|
-|pypi|[hyperframe](https://pypi.org/project/hyperframe)|1.528957528957529e-05|
-|pypi|[lmdb](https://pypi.org/project/lmdb)|1.528957528957529e-05|
-|pypi|[netaddr](https://pypi.org/project/netaddr)|1.528957528957529e-05|
-|pypi|[node-semver](https://pypi.org/project/node-semver)|1.528957528957529e-05|
-|pypi|[priority](https://pypi.org/project/priority)|1.528957528957529e-05|
-|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|1.528957528957529e-05|
-|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|1.528957528957529e-05|
-|pypi|[pytrie](https://pypi.org/project/pytrie)|1.528957528957529e-05|
-|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|1.528957528957529e-05|
-|pypi|[sdnotify](https://pypi.org/project/sdnotify)|1.528957528957529e-05|
-|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|1.528957528957529e-05|
-|pypi|[treq](https://pypi.org/project/treq)|1.528957528957529e-05|
-|pypi|[txtorcon](https://pypi.org/project/txtorcon)|1.528957528957529e-05|
-|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|1.528957528957529e-05|
-|pypi|[autoflake](https://pypi.org/project/autoflake)|1.5263878524382723e-05|
-|npm|bluebird|1.5251877295370029e-05|
-|pypi|[jupyter-bokeh](https://github.com/bokeh/jupyter_bokeh)|1.5237268847795165e-05|
-|cran|VennDiagram|1.5206231066231068e-05|
-|pypi|[botocore](https://github.com/boto/botocore)|1.5190131902497693e-05|
-|cran|loder|1.5149046104928457e-05|
-|cran|ore|1.5149046104928457e-05|
-|cran|linprog|1.5136679536679536e-05|
-|cran|magic|1.5136679536679536e-05|
-|cran|modeldata|1.5136679536679536e-05|
-|cran|changepoint|1.5136679536679536e-05|
-|cran|nor1mix|1.5136679536679536e-05|
-|cran|diptest|1.5136679536679536e-05|
-|cran|[fst](http://www.fstpackage.org)|1.5086944246093229e-05|
-|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.50742291587362e-05|
-|pypi|[cronutils](https://github.com/zagaran/cronutils)|1.50742291587362e-05|
-|pypi|[proto-plus](https://pypi.org/project/proto-plus)|1.50742291587362e-05|
-|pypi|[pycrypto](https://pypi.org/project/pycrypto)|1.50742291587362e-05|
-|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|1.50742291587362e-05|
-|pypi|[zstd](https://pypi.org/project/zstd)|1.50742291587362e-05|
-|cran|[reprex](https://reprex.tidyverse.org)|1.500371817721494e-05|
-|cran|lgr|1.4952761457109282e-05|
-|pypi|[xlrd](http://www.python-excel.org/)|1.4929510843731296e-05|
-|pypi|[snuggs](https://github.com/mapbox/snuggs)|1.4878580833580835e-05|
-|cran|scico|1.486638168781026e-05|
-|cran|rcartocolor|1.486638168781026e-05|
-|pypi|[marshmallow](https://pypi.org/project/marshmallow)|1.4863279095421954e-05|
-|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|1.4816227928903987e-05|
-|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|1.4733590733590731e-05|
-|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.4733590733590731e-05|
-|npm|const-version|1.4716216216216216e-05|
-|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|1.4716216216216216e-05|
-|npm|microbundle|1.4716216216216216e-05|
-|pypi|[bumpversion](https://pypi.org/project/bumpversion)|1.4716216216216216e-05|
-|cran|gdalUtils|1.4716216216216216e-05|
-|cran|RcppDE|1.4716216216216216e-05|
-|pypi|[pympler](https://pypi.org/project/pympler)|1.4639378410363025e-05|
-|pypi|[xgboost](https://github.com/dmlc/xgboost)|1.460604133545311e-05|
-|cran|[emld](https://docs.ropensci.org/emld/)|1.4601544401544418e-05|
-|pypi|[numcodecs](https://github.com/zarr-developers/numcodecs)|1.45998487969677e-05|
-|pypi|[testtools](https://github.com/testing-cabal/testtools)|1.4578304247104246e-05|
-|pypi|[fixtures](https://pypi.org/project/fixtures)|1.4578304247104246e-05|
-|cran|FNN|1.452222972972973e-05|
-|cran|BiocVersion|1.445464136619457e-05|
-|rubygems|[coveralls](https://coveralls.io)|1.438691258473747e-05|
-|cran|rstantools|1.4325273090927741e-05|
-|cran|rhub|1.4318330555976369e-05|
-|cran|gmailr|1.4318330555976369e-05|
-|cran|foghorn|1.4318330555976369e-05|
-|cran|rversions|1.4318330555976369e-05|
-|pypi|[xxhash](https://pypi.org/project/xxhash)|1.4317557108191782e-05|
-|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|1.431349972421401e-05|
-|cran|tm.lexicon.GeneralInquirer|1.4292518562518563e-05|
-|cran|Rpoppler|1.4292518562518563e-05|
-|cran|Rcampdf|1.4292518562518563e-05|
-|cran|filehash|1.4292518562518563e-05|
-|pypi|[pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp)|1.4160049514192371e-05|
-|pypi|[grayskull](https://pypi.org/project/grayskull)|1.4127567567567567e-05|
-|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|1.4119334719334723e-05|
-|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|1.4091732625482627e-05|
-|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3988144963144963e-05|
-|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3988144963144963e-05|
-|pypi|[altair](https://pypi.org/project/altair)|1.3984303534303527e-05|
-|cran|PolynomF|1.394167852062589e-05|
-|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|1.3888491461799745e-05|
-|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|1.3884196687891702e-05|
-|npm|jsmd|1.376061776061776e-05|
-|npm|is-mergeable-object|1.376061776061776e-05|
-|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|1.3668540540540542e-05|
-|npm|gzip-size|1.3641698841698842e-05|
-|cran|bignum|1.3584199584199584e-05|
-|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|1.3504136968022749e-05|
-|cran|metafor|1.3458458137820289e-05|
-|cran|RSpectra|1.3454826254826254e-05|
-|pypi|[pycares](https://pypi.org/project/pycares)|1.3448357588357588e-05|
-|cran|future.callr|1.3433389152538088e-05|
-|pypi|[annoy](https://pypi.org/project/annoy)|1.3401645123384254e-05|
-|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|1.3401645123384254e-05|
-|pypi|[visdom](https://pypi.org/project/visdom)|1.3401645123384254e-05|
-|pypi|[nmslib](https://pypi.org/project/nmslib)|1.3401645123384254e-05|
-|pypi|[pyemd](https://pypi.org/project/pyemd)|1.3401645123384254e-05|
-|pypi|[Morfessor](https://pypi.org/project/Morfessor)|1.3401645123384254e-05|
-|pypi|[Pyro4](https://pypi.org/project/Pyro4)|1.3401645123384254e-05|
-|cran|[solrium](https://github.com/ropensci/solrium)|1.3357779922779936e-05|
-|cran|party|1.3343817426248659e-05|
-|npm|accepts|1.3331823581823582e-05|
-|cran|[haven](https://haven.tidyverse.org)|1.32500587544066e-05|
-|cran|quantmod|1.3244594594594595e-05|
-|cran|FastRWeb|1.3244594594594595e-05|
-|cran|truncreg|1.3204091247210514e-05|
-|cran|panelr|1.3204091247210514e-05|
-|cran|metaBMA|1.3204091247210514e-05|
-|cran|lfe|1.3204091247210514e-05|
-|cran|ivreg|1.3204091247210514e-05|
-|cran|GLMMadaptive|1.3204091247210514e-05|
-|cran|clubSandwich|1.3204091247210514e-05|
-|cran|cgam|1.3204091247210514e-05|
-|cran|blme|1.3204091247210514e-05|
-|cran|bbmle|1.3204091247210514e-05|
-|cran|aod|1.3204091247210514e-05|
-|cran|geojsonlint|1.3187258687258688e-05|
-|cran|PASWR|1.3167852687852688e-05|
-|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|1.3151265275620772e-05|
-|pypi|[kopt](https://pypi.org/project/kopt)|1.308108108108108e-05|
-|cran|ggfittext|1.308108108108108e-05|
-|cran|taxadb|1.3072586872586873e-05|
-|cran|assertive.code|1.3036374720585248e-05|
-|cran|assertive.reflection|1.3036374720585248e-05|
-|cran|assertive.data.us|1.3036374720585248e-05|
-|cran|assertive.data.uk|1.3036374720585248e-05|
-|cran|assertive.data|1.3036374720585248e-05|
-|cran|assertive.models|1.3036374720585248e-05|
-|cran|assertive.matrices|1.3036374720585248e-05|
-|cran|assertive.sets|1.3036374720585248e-05|
-|cran|assertive.files|1.3036374720585248e-05|
-|cran|assertive.datetimes|1.3036374720585248e-05|
-|cran|assertive.strings|1.3036374720585248e-05|
-|cran|assertive.numbers|1.3036374720585248e-05|
-|cran|assertive.types|1.3036374720585248e-05|
-|cran|assertive.properties|1.3036374720585248e-05|
-|cran|assertive.base|1.3036374720585248e-05|
-|pypi|[uvicorn](https://pypi.org/project/uvicorn)|1.2979791857031937e-05|
-|cran|gsl|1.2967800559179869e-05|
-|npm|terser|1.2943700530888031e-05|
-|pypi|[lcapy](https://pypi.org/project/lcapy)|1.289482253337675e-05|
-|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|1.289482253337675e-05|
-|pypi|[textwrapper](https://pypi.org/project/textwrapper)|1.289482253337675e-05|
-|pypi|[anytree](https://pypi.org/project/anytree)|1.289482253337675e-05|
-|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|1.289482253337675e-05|
-|pypi|[property-cached](https://pypi.org/project/property-cached)|1.289482253337675e-05|
-|pypi|[heapdict](https://pypi.org/project/heapdict)|1.289482253337675e-05|
-|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|1.284324324324325e-05|
-|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|1.284324324324325e-05|
-|pypi|[gurobipy](https://pypi.org/project/gurobipy)|1.277027027027027e-05|
-|pypi|[google-cloud-storage](https://github.com/googleapis/python-storage)|1.2690982734073714e-05|
-|cran|Biobase|1.2646001638622329e-05|
-|pypi|[librosa](https://librosa.org)|1.263952702702703e-05|
-|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|1.2613899613899612e-05|
-|pypi|[requests-cache](https://pypi.org/project/requests-cache)|1.261113223597847e-05|
-|rubygems|thor|1.2595879757308328e-05|
-|pypi|[ephem](https://pypi.org/project/ephem)|1.2575675675675675e-05|
-|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|1.255580431690273e-05|
-|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|1.2479351351351349e-05|
-|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.247261406674466e-05|
-|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.247261406674466e-05|
-|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.247261406674466e-05|
-|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|1.246550079491256e-05|
-|pypi|[dask-ml](https://pypi.org/project/dask-ml)|1.246550079491256e-05|
-|pypi|[update-checker](https://pypi.org/project/update-checker)|1.246550079491256e-05|
-|pypi|[npx](https://pypi.org/project/npx)|1.246550079491256e-05|
-|pypi|[meshplex](https://pypi.org/project/meshplex)|1.246550079491256e-05|
-|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|1.2343607291915578e-05|
-|cran|clusterGeneration|1.2339684404901796e-05|
-|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|1.2318250022597838e-05|
-|cran|bs4Dash|1.2312153631302567e-05|
-|cran|rticles|1.230855727306961e-05|
-|cran|locfit|1.2298881640260953e-05|
-|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|1.2286315274550569e-05|
-|cran|nonnest2|1.224768962510898e-05|
-|cran|mlogit|1.224768962510898e-05|
-|cran|[logger](https://daroczig.github.io/logger/)|1.2179803979803986e-05|
-|cran|leaps|1.2177264627264626e-05|
-|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|1.2168900657414171e-05|
-|cran|[geometry](https://davidcsterratt.github.io/geometry)|1.2124633204633219e-05|
-|pypi|[pyct](https://pypi.org/project/pyct)|1.2110277461496976e-05|
-|pypi|[param](https://pypi.org/project/param)|1.2110277461496976e-05|
-|cran|topicmodels|1.210470767801595e-05|
-|cran|stm|1.210470767801595e-05|
-|pypi|[pymatreader](https://pypi.org/project/pymatreader)|1.2094835907335903e-05|
-|cran|tree|1.204054054054054e-05|
-|cran|sparsesvd|1.204054054054054e-05|
-|cran|FMStable|1.204054054054054e-05|
-|pypi|[python-subunit](https://pypi.org/project/python-subunit)|1.1988250193050191e-05|
-|pypi|[ddt](https://pypi.org/project/ddt)|1.1988250193050191e-05|
-|npm|rollup-plugin-replace|1.1974692579734596e-05|
-|npm|babel-plugin-external-helpers|1.1974692579734596e-05|
-|pypi|[m2r](https://pypi.org/project/m2r)|1.1925152027027027e-05|
-|rubygems|timecop|1.1893105350248207e-05|
-|rubygems|actionmailer|1.1821025923883067e-05|
-|cran|Bessel|1.1817567567567569e-05|
-|npm|csso|1.1772972972972973e-05|
-|npm|google-closure-compiler|1.1772972972972973e-05|
-|npm|uglify-es|1.1772972972972973e-05|
-|npm|ora|1.1772972972972973e-05|
-|npm|update-notifier|1.1772972972972973e-05|
-|npm|crass|1.1772972972972973e-05|
-|npm|sqwish|1.1772972972972973e-05|
-|npm|clean-css|1.1772972972972973e-05|
-|npm|html-minifier|1.1772972972972973e-05|
-|npm|node-version|1.1772972972972973e-05|
-|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.1772972972972973e-05|
-|pypi|[emoji](https://pypi.org/project/emoji)|1.1772972972972973e-05|
-|pypi|[user-agents](https://pypi.org/project/user-agents)|1.1772972972972971e-05|
-|rubygems|json|1.177168584035931e-05|
-|npm|parseurl|1.1738700066825065e-05|
-|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|1.1731808731808738e-05|
-|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|1.1725755166931641e-05|
-|npm|ascli|1.1655243243243243e-05|
-|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|1.1637551020408164e-05|
-|cran|[dbscan](https://github.com/mhahsler/dbscan)|1.1630429520968147e-05|
-|cran|tracerer|1.1547652916073967e-05|
-|rubygems|rails-dom-testing|1.1532708218422505e-05|
-|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.1525120910384068e-05|
-|pypi|[s3fs](https://pypi.org/project/s3fs)|1.1525120910384068e-05|
-|pypi|[ocifs](https://pypi.org/project/ocifs)|1.1525120910384068e-05|
-|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.1525120910384068e-05|
-|pypi|[pygit2](https://pypi.org/project/pygit2)|1.1525120910384068e-05|
-|pypi|[fusepy](https://pypi.org/project/fusepy)|1.1525120910384068e-05|
-|pypi|[dropbox](https://pypi.org/project/dropbox)|1.1525120910384068e-05|
-|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.1525120910384068e-05|
-|pypi|[adlfs](https://pypi.org/project/adlfs)|1.1525120910384068e-05|
-|cran|stabledist|1.1505817047817047e-05|
-|rubygems|actionpack|1.1442608935466078e-05|
-|npm|execa|1.141450103950104e-05|
-|cran|spacetime|1.1355044065804935e-05|
-|pypi|[pytray](https://github.com/muhrin/pytray.git)|1.1354171562867225e-05|
-|rubygems|rake-compiler-dock|1.1352509652509652e-05|
-|pypi|[aiodns](https://github.com/saghul/aiodns)|1.1219706542120953e-05|
-|pypi|[pyshp](https://pypi.org/project/pyshp)|1.1212355212355212e-05|
-|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|1.1212355212355212e-05|
-|pypi|[noodles](https://pypi.org/project/noodles)|1.121078705078704e-05|
-|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|1.115334281650071e-05|
-|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|1.115334281650071e-05|
-|pypi|[saspy](https://pypi.org/project/saspy)|1.115334281650071e-05|
-|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|1.1114345114345119e-05|
-|cran|[move](https://bartk.gitlab.io/move/)|1.1084942084942086e-05|
-|pypi|[soundfile](https://pypi.org/project/soundfile)|1.1068224981738493e-05|
-|npm|isexe|1.1037162162162162e-05|
-|npm|[jade](http://jade-lang.com)|1.1037162162162162e-05|
-|npm|superagent|1.1037162162162162e-05|
-|npm|connect-flash|1.1037162162162162e-05|
-|pypi|[portray](https://pypi.org/project/portray)|1.1037162162162162e-05|
-|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|1.1037162162162162e-05|
-|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|1.1037162162162162e-05|
-|cran|debugme|1.1015214337026694e-05|
-|npm|babel-loader|1.0999207474843067e-05|
-|pypi|[databases](https://pypi.org/project/databases)|1.0979284181987161e-05|
-|cran|sm|1.0961043802423113e-05|
-|cran|goftest|1.0961043802423113e-05|
-|cran|tensor|1.0961043802423113e-05|
-|cran|spatstat.sparse|1.0961043802423113e-05|
-|npm|compressible|1.0861969111969113e-05|
-|npm|bytes|1.0861969111969113e-05|
-|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|1.0849864864864865e-05|
-|cran|[rdflib](https://github.com/ropensci/rdflib)|1.0811913954771097e-05|
-|package.json|gitlab/geekysquirrel/bigx|1.081081081081081e-05|
-|package.json|gitlab/magnumpi/magnumpi|1.081081081081081e-05|
-|package.json|gitlab/metafundev/metafun|1.081081081081081e-05|
-|package.json|github/NLeSC/case-law-app|1.081081081081081e-05|
-|package.json|github/NLeSC/ExtJS-DateTime|1.081081081081081e-05|
-|package.json|github/NLeSC/spot|1.081081081081081e-05|
-|package.json|github/NLeSC/UncertaintyVisualization|1.081081081081081e-05|
-|package.json|github/NLeSC/DiVE|1.081081081081081e-05|
-|package.json|github/NLeSC/docker-couch-admin|1.081081081081081e-05|
-|package.json|github/NLeSC/xenon-flow|1.081081081081081e-05|
-|package.json|github/NLeSC/pattyvis|1.081081081081081e-05|
-|package.json|github/NLeSC/nlesc-serverless-boilerplate|1.081081081081081e-05|
-|package.json|github/citation-file-format/cff-initializer-javascript|1.081081081081081e-05|
-|package.json|github/ADAH-EviDENce/evidence|1.081081081081081e-05|
-|package.json|github/reproducible-biomedical-modeling/Biosimulations|1.081081081081081e-05|
-|package.json|github/sonjageorgievska/CClusTera|1.081081081081081e-05|
-|package.json|github/iomega/zenodo-upload|1.081081081081081e-05|
-|package.json|github/iomega/paired-data-form|1.081081081081081e-05|
-|package.json|github/eucp-project/storyboards|1.081081081081081e-05|
-|package.json|github/eucp-project/atlas|1.081081081081081e-05|
-|package.json|github/DorianDepriester/mtex2Gmsh|1.081081081081081e-05|
-|package.json|github/research-software-directory/research-software-directory|1.081081081081081e-05|
-|package.json|github/TNOCS/csWeb|1.081081081081081e-05|
-|package.json|github/MichaelSel/edoJS|1.081081081081081e-05|
-|package.json|github/bio-tools/biotoolsSum|1.081081081081081e-05|
-|package.json|github/meta-logic/sequoia|1.081081081081081e-05|
-|package.json|github/tortellini-tools/action|1.081081081081081e-05|
-|package.json|github/klevis-a/kinematics-vis|1.081081081081081e-05|
-|package.json|github/hetalang/heta-compiler|1.081081081081081e-05|
-|package.json|github/ci-for-science/self-hosted-runners|1.081081081081081e-05|
-|package.json|github/interactivereport/OmicsView0|1.081081081081081e-05|
-|package.json|github/EMResearch/EvoMaster|1.081081081081081e-05|
-|package.json|github/cinemascience/cinema_snap|1.081081081081081e-05|
-|package.json|github/dondi/GRNsight|1.081081081081081e-05|
-|package.json|github/PathwayCommons/grounding-search|1.081081081081081e-05|
-|package.json|github/luntergroup/octopus|1.081081081081081e-05|
-|package.json|github/emrecdem/emo-spectre|1.081081081081081e-05|
-|package.json|github/MaayanLab/signature-commons-ui|1.081081081081081e-05|
-|package.json|github/PopMedNet-Team/popmednet|1.081081081081081e-05|
-|package.json|github/wangjun1996/VisFeature|1.081081081081081e-05|
-|package.json|github/Via-Appia/via-appia-online-viewer|1.081081081081081e-05|
-|package.json|github/fairdataihub/SPARClink|1.081081081081081e-05|
-|package.json|github/davidhoksza/MolArt|1.081081081081081e-05|
-|package.json|github/CrowdTruth/CrowdTruth|1.081081081081081e-05|
-|package.json|github/MolMeDB/MolMeDB|1.081081081081081e-05|
-|package.json|github/ci-for-research/self-hosted-runners|1.081081081081081e-05|
-|package.json|github/tobiasrausch/alfred|1.081081081081081e-05|
-|package.json|github/amkram/shusher|1.081081081081081e-05|
-|package.json|github/phelelani/nf-rnaSeqMetagen|1.081081081081081e-05|
-|package.json|github/nlesc-sherlock/Rig|1.081081081081081e-05|
-|package.json|github/bramvandijk88/cacatoo|1.081081081081081e-05|
-|package.json|github/pmkruyen/dearscholar|1.081081081081081e-05|
-|package.json|github/Yomguithereal/talisman|1.081081081081081e-05|
-|package.json|github/vibbits/phyd3|1.081081081081081e-05|
-|package.json|github/mathjax/MathJax|1.081081081081081e-05|
-|package.json|github/ReGIS-org/regis-v2|1.081081081081081e-05|
-|package.json|github/lumen-org/lumen|1.081081081081081e-05|
-|package.json|github/biosimulations/Biosimulations|1.081081081081081e-05|
-|package.json|github/eWaterCycle/eWaterleaf|1.081081081081081e-05|
-|package.json|github/eWaterCycle/Cesium-NcWMS|1.081081081081081e-05|
-|package.json|github/eWaterCycle/setup-grpc|1.081081081081081e-05|
-|package.json|github/eWaterCycle/setup-singularity|1.081081081081081e-05|
-|package.json|github/AA-ALERT/frbcat-web|1.081081081081081e-05|
-|package.json|github/eweitz/ideogram|1.081081081081081e-05|
-|setup.py|gitlab/gims-developers/gims|1.081081081081081e-05|
-|setup.py|gitlab/Molcas/OpenMolcas|1.081081081081081e-05|
-|setup.py|gitlab/jason-rumengan/pyarma|1.081081081081081e-05|
-|setup.py|gitlab/octopus-code/octopus|1.081081081081081e-05|
-|setup.py|gitlab/picos-api/picos|1.081081081081081e-05|
-|setup.py|gitlab/fduchate/predihood|1.081081081081081e-05|
-|setup.py|gitlab/BioimageInformaticsGroup/openphi|1.081081081081081e-05|
-|setup.py|github/NLeSC/boatswain|1.081081081081081e-05|
-|setup.py|github/NLeSC/cptm|1.081081081081081e-05|
-|setup.py|github/NLeSC/noodles|1.081081081081081e-05|
-|setup.py|github/NLeSC/mcfly|1.081081081081081e-05|
-|setup.py|github/NLeSC/Massive-PotreeConverter|1.081081081081081e-05|
-|setup.py|github/21cmFAST/21cmFAST|1.081081081081081e-05|
-|setup.py|github/CLARIAH/grlc|1.081081081081081e-05|
-|setup.py|github/fair-software/howfairis|1.081081081081081e-05|
-|setup.py|github/fair-software/fairtally|1.081081081081081e-05|
-|setup.py|github/meinardmueller/synctoolbox|1.081081081081081e-05|
-|setup.py|github/meinardmueller/libfmp|1.081081081081081e-05|
-|setup.py|github/carlosborca/CrystaLattE|1.081081081081081e-05|
-|setup.py|github/ekaterinailin/AltaiPony|1.081081081081081e-05|
-|setup.py|github/nlesc-ave/ave-rest-service|1.081081081081081e-05|
-|setup.py|github/ynop/audiomate|1.081081081081081e-05|
-|setup.py|github/DeepRank/pssmgen|1.081081081081081e-05|
-|setup.py|github/DeepRank/pdb2sql|1.081081081081081e-05|
-|setup.py|github/DeepRank/iScore|1.081081081081081e-05|
-|setup.py|github/DeepRank/deeprank|1.081081081081081e-05|
-|setup.py|github/DeepRank/DeepRank-GNN|1.081081081081081e-05|
-|setup.py|github/swiftsim/swiftsimio|1.081081081081081e-05|
-|setup.py|github/elwinter/nnde|1.081081081081081e-05|
-|setup.py|github/medema-group/bigslice|1.081081081081081e-05|
-|setup.py|github/Bahler-Lab/pyphe|1.081081081081081e-05|
-|setup.py|github/jianhuupenn/SpaGCN|1.081081081081081e-05|
-|setup.py|github/iomega/spec2vec|1.081081081081081e-05|
-|setup.py|github/mjacob1002/Eir|1.081081081081081e-05|
-|setup.py|github/rhayes777/PyAutoFit|1.081081081081081e-05|
-|setup.py|github/adbar/htmldate|1.081081081081081e-05|
-|setup.py|github/ml-evs/matador|1.081081081081081e-05|
-|setup.py|github/arabic-digital-humanities/adhtools|1.081081081081081e-05|
-|setup.py|github/glotzerlab/freud|1.081081081081081e-05|
-|setup.py|github/glotzerlab/coxeter|1.081081081081081e-05|
-|setup.py|github/nlesc/scriptcwl|1.081081081081081e-05|
-|setup.py|github/singularityhub/singularity-compose|1.081081081081081e-05|
-|setup.py|github/singularityhub/singularity-hpc|1.081081081081081e-05|
-|setup.py|github/aiidateam/kiwipy|1.081081081081081e-05|
-|setup.py|github/jiahecui/SenAOReFoc|1.081081081081081e-05|
-|setup.py|github/RamanLab/iCOMIC|1.081081081081081e-05|
-|setup.py|github/biocore/scikit-bio|1.081081081081081e-05|
-|setup.py|github/CFSAN-Biostatistics/SeroTools|1.081081081081081e-05|
-|setup.py|github/ghislainv/forestatrisk|1.081081081081081e-05|
-|setup.py|github/spyder-ide/spyder|1.081081081081081e-05|
-|setup.py|github/MrMinimal64/multivar_horner|1.081081081081081e-05|
-|setup.py|github/rajeshrinet/pystokes|1.081081081081081e-05|
-|setup.py|github/ConorMacBride/mcalf|1.081081081081081e-05|
-|setup.py|github/MillionConcepts/lhorizon|1.081081081081081e-05|
-|setup.py|github/jorisparet/partycls|1.081081081081081e-05|
-|setup.py|github/aalhossary/pyemgpipeline|1.081081081081081e-05|
-|setup.py|github/ERA-URBAN/fm128_radar|1.081081081081081e-05|
-|setup.py|github/antoinediez/Sisyphe|1.081081081081081e-05|
-|setup.py|github/samuelefiorini/tangle|1.081081081081081e-05|
-|setup.py|github/zarr-developers/zarr-python|1.081081081081081e-05|
-|setup.py|github/scipion-em/scipion-em-continuousflex|1.081081081081081e-05|
-|setup.py|github/weecology/retriever|1.081081081081081e-05|
-|setup.py|github/neuralhydrology/neuralhydrology|1.081081081081081e-05|
-|setup.py|github/HillLab/SomaticSiMu|1.081081081081081e-05|
-|setup.py|github/SWIFTSIM/emulator|1.081081081081081e-05|
-|setup.py|github/DeltaRCM/pyDeltaRCM|1.081081081081081e-05|
-|setup.py|github/infer-actively/pymdp|1.081081081081081e-05|
-|setup.py|github/volkamerlab/opencadd|1.081081081081081e-05|
-|setup.py|github/dynamicslab/pysindy|1.081081081081081e-05|
-|setup.py|github/recipy/recipy|1.081081081081081e-05|
-|setup.py|github/Social-Evolution-and-Behavior/anTraX|1.081081081081081e-05|
-|setup.py|github/bio-phys/BioEn|1.081081081081081e-05|
-|setup.py|github/Heldenkombinat/Logodetect|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/ceiba|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/ceiba-cli|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/swan|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/Moka|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/CAT|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/insilico-server|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/flamingo|1.081081081081081e-05|
-|setup.py|github/conda/conda|1.081081081081081e-05|
-|setup.py|github/RaRe-Technologies/gensim|1.081081081081081e-05|
-|setup.py|github/KathrynJones1/catwoman|1.081081081081081e-05|
-|setup.py|github/ORNL/tx2|1.081081081081081e-05|
-|setup.py|github/ni1o1/transbigdata|1.081081081081081e-05|
-|setup.py|github/raspishake/rsudp|1.081081081081081e-05|
-|setup.py|github/eScatter/pyelsepa|1.081081081081081e-05|
-|setup.py|github/odb9402/CNNPeaks|1.081081081081081e-05|
-|setup.py|github/twesterhout/lattice-symmetries|1.081081081081081e-05|
-|setup.py|github.com/idptools/metapredict|1.081081081081081e-05|
-|setup.py|github/SirSharpest/NarrowEscapeSimulator|1.081081081081081e-05|
-|setup.py|github/stammler/simframe|1.081081081081081e-05|
-|setup.py|github/KBNLresearch/ochre|1.081081081081081e-05|
-|setup.py|github/sambit-giri/tools21cm|1.081081081081081e-05|
-|setup.py|github/FreBio/komics|1.081081081081081e-05|
-|setup.py|github/JohannesBuchner/BXA|1.081081081081081e-05|
-|setup.py|github/rgmyr/corebreakout|1.081081081081081e-05|
-|setup.py|github/MD-Studio/cerulean|1.081081081081081e-05|
-|setup.py|github/chasmani/piecewise-regression|1.081081081081081e-05|
-|setup.py|github/Nico-Curti/rFBP|1.081081081081081e-05|
-|setup.py|github/sebhaan/geobo|1.081081081081081e-05|
-|setup.py|github/dask/dask|1.081081081081081e-05|
-|setup.py|github/radifar/PyPLIF-HIPPOS|1.081081081081081e-05|
-|setup.py|github/richteague/disksurf|1.081081081081081e-05|
-|setup.py|github/wilkelab/Opfi|1.081081081081081e-05|
-|setup.py|github/ketch/nodepy|1.081081081081081e-05|
-|setup.py|github/cdslaborg/paramonte|1.081081081081081e-05|
-|setup.py|github/ComparativeGenomicsToolkit/cactus|1.081081081081081e-05|
-|setup.py|github/malonge/RagTag|1.081081081081081e-05|
-|setup.py|github/xenon-middleware/pyxenon|1.081081081081081e-05|
-|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|1.081081081081081e-05|
-|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|1.081081081081081e-05|
-|setup.py|github/abrupt-climate/hyper-canny|1.081081081081081e-05|
-|setup.py|github/ElectionDataAnalysis/electiondata|1.081081081081081e-05|
-|setup.py|github/samaygarg/fuelcell|1.081081081081081e-05|
-|setup.py|github/jbuisine/macop|1.081081081081081e-05|
-|setup.py|github/rgerum/pylustrator|1.081081081081081e-05|
-|setup.py|github/coljac/sensie|1.081081081081081e-05|
-|setup.py|github/comprna/reorientexpress|1.081081081081081e-05|
-|setup.py|github/NeuralEnsemble/PyNN|1.081081081081081e-05|
-|setup.py|github/easybuilders/easybuild|1.081081081081081e-05|
-|setup.py|github/KALMUS-Color-Toolkit/KALMUS|1.081081081081081e-05|
-|setup.py|github/0xCoto/Virgo|1.081081081081081e-05|
-|setup.py|github/RTIInternational/gobbli|1.081081081081081e-05|
-|setup.py|github/benvanwerkhoven/kernel_tuner|1.081081081081081e-05|
-|setup.py|github/NKI-CCB/PRECISE|1.081081081081081e-05|
-|setup.py|github/3D-e-Chem/kripodb|1.081081081081081e-05|
-|setup.py|github/3D-e-Chem/sygma|1.081081081081081e-05|
-|setup.py|github/fruzsinaagocs/oscode|1.081081081081081e-05|
-|setup.py|github/hiddenSymmetries/simsopt|1.081081081081081e-05|
-|setup.py|github/dmey/synthia|1.081081081081081e-05|
-|setup.py|github/multiscale/muscle3|1.081081081081081e-05|
-|setup.py|github/clawpack/clawpack|1.081081081081081e-05|
-|setup.py|github/PfizerRD/sit2standpy|1.081081081081081e-05|
-|setup.py|github/oschwengers/platon|1.081081081081081e-05|
-|setup.py|github/oschwengers/bakta|1.081081081081081e-05|
-|setup.py|github/oschwengers/referenceseeker|1.081081081081081e-05|
-|setup.py|github/mscroggs/symfem|1.081081081081081e-05|
-|setup.py|github/kerkelae/disimpy|1.081081081081081e-05|
-|setup.py|github/benhid/Sequoya|1.081081081081081e-05|
-|setup.py|github/Quantum-Dynamics-Hub/libra-code|1.081081081081081e-05|
-|setup.py|github/potassco/clingo|1.081081081081081e-05|
-|setup.py|github/KIT-MBS/pyREX|1.081081081081081e-05|
-|setup.py|github/omuse-geoscience/omuse|1.081081081081081e-05|
-|setup.py|github/actris-cloudnet/cloudnetpy|1.081081081081081e-05|
-|setup.py|github/EpistasisLab/regens|1.081081081081081e-05|
-|setup.py|github/EpistasisLab/tpot|1.081081081081081e-05|
-|setup.py|github/SandoghdarLab/PiSCAT|1.081081081081081e-05|
-|setup.py|github/matchms/ms2deepscore|1.081081081081081e-05|
-|setup.py|github/matchms/matchms|1.081081081081081e-05|
-|setup.py|github/edwardoughton/itmlogic|1.081081081081081e-05|
-|setup.py|github/virgesmith/neworder|1.081081081081081e-05|
-|setup.py|github/cbalbin-FIU/Epitopedia|1.081081081081081e-05|
-|setup.py|github/PyPSA/atlite|1.081081081081081e-05|
-|setup.py|github/numba/numba|1.081081081081081e-05|
-|setup.py|github/Singh-Lab/DeMaSk|1.081081081081081e-05|
-|setup.py|github/matplotlib/matplotlib|1.081081081081081e-05|
-|setup.py|github/TPI-Immunogenetics/igmat|1.081081081081081e-05|
-|setup.py|github/fAndreuzzi/BisPy|1.081081081081081e-05|
-|setup.py|github/qpv-research-group/solcore5|1.081081081081081e-05|
-|setup.py|github/panoptes-organization/panoptes|1.081081081081081e-05|
-|setup.py|github/atomneb/AtomNeb-py|1.081081081081081e-05|
-|setup.py|github/davemlz/eemont|1.081081081081081e-05|
-|setup.py|github/DrafProject/elmada|1.081081081081081e-05|
-|setup.py|github/mzy2240/ESA|1.081081081081081e-05|
-|setup.py|github/CEED/libCEED|1.081081081081081e-05|
-|setup.py|github/SMTG-UCL/surfaxe|1.081081081081081e-05|
-|setup.py|github/spokenlanguage/platalea|1.081081081081081e-05|
-|setup.py|github/nlppln/nlppln|1.081081081081081e-05|
-|setup.py|github/shirtsgroup/physical_validation|1.081081081081081e-05|
-|setup.py|github/bootphon/phonemizer|1.081081081081081e-05|
-|setup.py|github/UNSW-CEEM/nempy|1.081081081081081e-05|
-|setup.py|github/slzarate/parliament2|1.081081081081081e-05|
-|setup.py|github/colour-science/colour|1.081081081081081e-05|
-|setup.py|github/circuitgraph/circuitgraph|1.081081081081081e-05|
-|setup.py|github/IMMM-SFA/mosartwmpy|1.081081081081081e-05|
-|setup.py|github/TriPed-Robot/TriP|1.081081081081081e-05|
-|setup.py|github/jmschrei/pomegranate|1.081081081081081e-05|
-|setup.py|github/aspuru-guzik-group/funsies|1.081081081081081e-05|
-|setup.py|github/MDAnalysis/mdanalysis|1.081081081081081e-05|
-|setup.py|github/lilyminium/psiresp|1.081081081081081e-05|
-|setup.py|github/snakemake/snakemake|1.081081081081081e-05|
-|setup.py|github/bio-ontology-research-group/deepgoplus|1.081081081081081e-05|
-|setup.py|github/yatiml/yatiml|1.081081081081081e-05|
-|setup.py|github/rodluger/starry_process|1.081081081081081e-05|
-|setup.py|github/tariqdaouda/CAMAP|1.081081081081081e-05|
-|setup.py|github/DrMarc/slab|1.081081081081081e-05|
-|setup.py|github/Electrostatics/apbs|1.081081081081081e-05|
-|setup.py|github/icecube/FIRESONG|1.081081081081081e-05|
-|setup.py|github/parallelwindfarms/byteparsing|1.081081081081081e-05|
-|setup.py|github/fakedrtom/oncogemini|1.081081081081081e-05|
-|setup.py|github/compomics/DeepLC|1.081081081081081e-05|
-|setup.py|github/EISy-as-Py/hardy|1.081081081081081e-05|
-|setup.py|github/shilpagarg/WHdenovo|1.081081081081081e-05|
-|setup.py|github/cupy/cupy|1.081081081081081e-05|
-|setup.py|github/Oftatkofta/cellocity|1.081081081081081e-05|
-|setup.py|github/linqs/psl|1.081081081081081e-05|
-|setup.py|github/jollejolles/pirecorder|1.081081081081081e-05|
-|setup.py|github/amusecode/amuse|1.081081081081081e-05|
-|setup.py|github/Kuifje02/vrpy|1.081081081081081e-05|
-|setup.py|github/vsoch/gridtest|1.081081081081081e-05|
-|setup.py|github/szymon-datalions/pyinterpolate|1.081081081081081e-05|
-|setup.py|github/davidebolo1993/VISOR|1.081081081081081e-05|
-|setup.py|github/davidebolo1993/TRiCoLOR|1.081081081081081e-05|
-|setup.py|github/SynthSys/pyOmeroUpload|1.081081081081081e-05|
-|setup.py|github/elizabethnewman/hessQuik|1.081081081081081e-05|
-|setup.py|github/dmnfarrell/snpgenie|1.081081081081081e-05|
-|setup.py|github/dmnfarrell/epitopepredict|1.081081081081081e-05|
-|setup.py|github/dfujim/bfit|1.081081081081081e-05|
-|setup.py|github/tylunel/pvpumpingsystem|1.081081081081081e-05|
-|setup.py|github/elkebir-group/Jumper|1.081081081081081e-05|
-|setup.py|github/LBNL-ETA/MSWH|1.081081081081081e-05|
-|setup.py|github/COVID-IWG/epimargin|1.081081081081081e-05|
-|setup.py|github/fermisurfaces/IFermi|1.081081081081081e-05|
-|setup.py|github/skovaka/UNCALLED|1.081081081081081e-05|
-|setup.py|github/athulpg007/AMAT|1.081081081081081e-05|
-|setup.py|github/FlowModelingControl/flowtorch|1.081081081081081e-05|
-|setup.py|github/felixchenier/kineticstoolkit|1.081081081081081e-05|
-|setup.py|github/brainets/frites|1.081081081081081e-05|
-|setup.py|github/popgenmethods/smcpp|1.081081081081081e-05|
-|setup.py|github/BartoszBartmanski/StoSpa2|1.081081081081081e-05|
-|setup.py|github/exafmm/exafmm-t|1.081081081081081e-05|
-|setup.py|github/cabb99/open3spn2|1.081081081081081e-05|
-|setup.py|github/cadop/seg1d|1.081081081081081e-05|
-|setup.py|github/NLESC-JCER/QMCTorch|1.081081081081081e-05|
-|setup.py|github/era-urban/wrfpy|1.081081081081081e-05|
-|setup.py|github/BackmanLab/PWSpy|1.081081081081081e-05|
-|setup.py|github/mishioo/tesliper|1.081081081081081e-05|
-|setup.py|github/Filter-Bubble/e2e-Dutch|1.081081081081081e-05|
-|setup.py|github/Theano/Theano|1.081081081081081e-05|
-|setup.py|github/cas-bioinf/rboAnalyzer|1.081081081081081e-05|
-|setup.py|github/Materials-Consortia/optimade-python-tools|1.081081081081081e-05|
-|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|1.081081081081081e-05|
-|setup.py|github/bethgelab/foolbox|1.081081081081081e-05|
-|setup.py|github/zdelrosario/py_grama|1.081081081081081e-05|
-|setup.py|github/smog-server/OpenSMOG|1.081081081081081e-05|
-|setup.py|github/dpalmasan/TRUNAJOD2.0|1.081081081081081e-05|
-|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|1.081081081081081e-05|
-|setup.py|github/ModellingWebLab/chaste-codegen|1.081081081081081e-05|
-|setup.py|github/IKNL/vantage6|1.081081081081081e-05|
-|setup.py|github/hknd23/idcempy|1.081081081081081e-05|
-|setup.py|github/thejasvibr/bat_beamshapes|1.081081081081081e-05|
-|setup.py|github/fitbenchmarking/fitbenchmarking|1.081081081081081e-05|
-|setup.py|github/DynaSlum/satsense|1.081081081081081e-05|
-|setup.py|github/fair-data/fairdatapoint-client|1.081081081081081e-05|
-|setup.py|github/sagepublishing/rejected_article_tracker_pkg|1.081081081081081e-05|
-|setup.py|github/pybamm-team/liionpack|1.081081081081081e-05|
-|setup.py|github/wdecoster/nanopack|1.081081081081081e-05|
-|setup.py|github/lkmklsmn/DrivAER|1.081081081081081e-05|
-|setup.py|github/equib/pyEQUIB|1.081081081081081e-05|
-|setup.py|github/AlexanderLabWHOI/EUKulele|1.081081081081081e-05|
-|setup.py|github/SCM-NV/qmflows-namd|1.081081081081081e-05|
-|setup.py|github/SCM-NV/qmflows|1.081081081081081e-05|
-|setup.py|github/SCM-NV/pyZacros|1.081081081081081e-05|
-|setup.py|github/htjb/maxsmooth|1.081081081081081e-05|
-|setup.py|github/symmy596/SurfinPy|1.081081081081081e-05|
-|setup.py|github/symmy596/Polypy|1.081081081081081e-05|
-|setup.py|github/SouthGreenPlatform/PyRice|1.081081081081081e-05|
-|setup.py|github/BritishGeologicalSurvey/pyvolcans|1.081081081081081e-05|
-|setup.py|github/nicolet5/DiffCapAnalyzer|1.081081081081081e-05|
-|setup.py|github/Magritte-code/Magritte|1.081081081081081e-05|
-|setup.py|github/eWaterCycle/jupyterlab_thredds|1.081081081081081e-05|
-|setup.py|github/eWaterCycle/grpc4bmi|1.081081081081081e-05|
-|setup.py|github/AlexMikes/AutoFunc|1.081081081081081e-05|
-|setup.py|github/AA-ALERT/frbcatdb|1.081081081081081e-05|
-|setup.py|github/LiberTEM/LiberTEM|1.081081081081081e-05|
-|setup.py|github/Yu-Group/veridical-flow|1.081081081081081e-05|
-|setup.py|github/ECSHackWeek/impedance.py|1.081081081081081e-05|
-|setup.py|github/Effective-Quadratures/Effective-Quadratures|1.081081081081081e-05|
-|setup.py|github/indralab/pybiopax|1.081081081081081e-05|
-|setup.py|github/girder/viime|1.081081081081081e-05|
-|setup.py|github/lantunes/cellpylib|1.081081081081081e-05|
-|setup.py|github/HIPS/autograd|1.081081081081081e-05|
-|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|1.081081081081081e-05|
-|setup.py|github/SCECcode/pycsep|1.081081081081081e-05|
-|setup.py|github/opimwue/ddop|1.081081081081081e-05|
-|setup.py|github/tool-bin/ukbcc|1.081081081081081e-05|
-|setup.py|github/dgbowl/yadg|1.081081081081081e-05|
-|setup.py|github/OpenMDAO/dymos|1.081081081081081e-05|
-|requirements.txt|gitlab/LouisLab/PiVR|1.081081081081081e-05|
-|requirements.txt|gitlab/cracklet/cracklet|1.081081081081081e-05|
-|requirements.txt|github/NLeSC/ShiCo|1.081081081081081e-05|
-|requirements.txt|github/citation-file-format/citation-file-format|1.081081081081081e-05|
-|requirements.txt|github/BioGearsEngine/core|1.081081081081081e-05|
-|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|1.081081081081081e-05|
-|requirements.txt|github/enveda/RPath|1.081081081081081e-05|
-|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|1.081081081081081e-05|
-|requirements.txt|github/hemanthpruthvi/PyAstroPol|1.081081081081081e-05|
-|requirements.txt|github/TinkerTools/tinker9|1.081081081081081e-05|
-|requirements.txt|github/nlesc/embodied-emotions-scripts|1.081081081081081e-05|
-|requirements.txt|github/UUDigitalHumanitieslab/texcavator|1.081081081081081e-05|
-|requirements.txt|github/labsyspharm/minerva-story|1.081081081081081e-05|
-|requirements.txt|github/singularityhub/sregistry|1.081081081081081e-05|
-|requirements.txt|github/STEllAR-GROUP/hpx|1.081081081081081e-05|
-|requirements.txt|github/DSIMB/medusa|1.081081081081081e-05|
-|requirements.txt|github/telatin/qax|1.081081081081081e-05|
-|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|1.081081081081081e-05|
-|requirements.txt|github/JLBLine/WODEN|1.081081081081081e-05|
-|requirements.txt|github/snowformatics/macrobot|1.081081081081081e-05|
-|requirements.txt|github/villano-lab/nrCascadeSim|1.081081081081081e-05|
-|requirements.txt|github/erikbern/ann-benchmarks|1.081081081081081e-05|
-|requirements.txt|github/learningsimulator/learningsimulator|1.081081081081081e-05|
-|requirements.txt|github/PolymerGuy/recolo|1.081081081081081e-05|
-|requirements.txt|github/mswzeus/TargetNet|1.081081081081081e-05|
-|requirements.txt|github/broadinstitute/cromwell|1.081081081081081e-05|
-|requirements.txt|github/statgen/Minimac4|1.081081081081081e-05|
-|requirements.txt|github/grant-m-s/astronomicAL|1.081081081081081e-05|
-|requirements.txt|github/AMReX-Astro/Nyx|1.081081081081081e-05|
-|requirements.txt|github/MRChemSoft/mrchem|1.081081081081081e-05|
-|requirements.txt|github/robashaw/libecpint|1.081081081081081e-05|
-|requirements.txt|github/MD-Studio/MDStudio|1.081081081081081e-05|
-|requirements.txt|github/arnikz/PIQMIe|1.081081081081081e-05|
-|requirements.txt|github/ketch/RK-Opt|1.081081081081081e-05|
-|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|1.081081081081081e-05|
-|requirements.txt|github/ablab/TandemTools|1.081081081081081e-05|
-|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|1.081081081081081e-05|
-|requirements.txt|github/nextstrain/nextclade|1.081081081081081e-05|
-|requirements.txt|github/shandley/hecatomb|1.081081081081081e-05|
-|requirements.txt|github/LSARP/ProteomicsQC|1.081081081081081e-05|
-|requirements.txt|github/chemfiles/chemfiles|1.081081081081081e-05|
-|requirements.txt|github/sorenwacker/ProteomicsQC|1.081081081081081e-05|
-|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|1.081081081081081e-05|
-|requirements.txt|github/gvilitechltd/LibSWIFFT|1.081081081081081e-05|
-|requirements.txt|github/neuroanatomy/reorient|1.081081081081081e-05|
-|requirements.txt|github/soraxas/sbp-env|1.081081081081081e-05|
-|requirements.txt|github/zhoux85/scAdapt|1.081081081081081e-05|
-|requirements.txt|github/spack/spack|1.081081081081081e-05|
-|requirements.txt|github/LINNAE-project/SFB-Annotator|1.081081081081081e-05|
-|requirements.txt|github/BioinfoUNIBA/REDItools2|1.081081081081081e-05|
-|requirements.txt|github/JLiangLab/TransVW|1.081081081081081e-05|
-|requirements.txt|github/BenNordick/HiLoop|1.081081081081081e-05|
-|requirements.txt|github/3d-pli/fastpli|1.081081081081081e-05|
-|requirements.txt|github/abinit/abinit|1.081081081081081e-05|
-|requirements.txt|github/onnela-lab/beiwe-backend|1.081081081081081e-05|
-|requirements.txt|github/jdber1/opendrop|1.081081081081081e-05|
-|requirements.txt|github/monarch-initiative/loinc2hpo|1.081081081081081e-05|
-|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|1.081081081081081e-05|
-|requirements.txt|github/inpefess/gym-saturation|1.081081081081081e-05|
-|requirements.txt|github/kkjawz/coref-ee|1.081081081081081e-05|
-|requirements.txt|github/Julian/jsonschema|1.081081081081081e-05|
-|requirements.txt|github/andr1976/HydDown|1.081081081081081e-05|
-|requirements.txt|github/wmglab-duke/ascent|1.081081081081081e-05|
-|requirements.txt|github/kinnala/scikit-fem|1.081081081081081e-05|
-|requirements.txt|github/ot483/NetCom|1.081081081081081e-05|
-|requirements.txt|github/mms-fcul/PypKa|1.081081081081081e-05|
-|requirements.txt|github/TeamCOMPAS/COMPAS|1.081081081081081e-05|
-|requirements.txt|github/Narayana-Rao/SAR-tools|1.081081081081081e-05|
-|requirements.txt|github/he2016012996/CABnet|1.081081081081081e-05|
-|requirements.txt|github/qMRLab/qMRLab|1.081081081081081e-05|
-|requirements.txt|github/CAMI-challenge/CAMITAX|1.081081081081081e-05|
-|requirements.txt|github/iontorrent/TS|1.081081081081081e-05|
-|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|1.081081081081081e-05|
-|requirements.txt|github/SuLab/Wikidata-phenomizer|1.081081081081081e-05|
-|requirements.txt|github/Climdyn/qgs|1.081081081081081e-05|
-|requirements.txt|github/ImperialCollegeLondon/champ|1.081081081081081e-05|
-|requirements.txt|github/surf-eds/one-button-compute|1.081081081081081e-05|
-|requirements.txt|github/ggciag/mandyoc|1.081081081081081e-05|
-|requirements.txt|github/GilbertLabUCSF/CanDI|1.081081081081081e-05|
-|requirements.txt|github/amrex-astro/Castro|1.081081081081081e-05|
-|requirements.txt|github/lutteropp/NetRAX|1.081081081081081e-05|
-|requirements.txt|github/candYgene/siga|1.081081081081081e-05|
-|requirements.txt|github/JuliaHCI/ADI.jl|1.081081081081081e-05|
-|DESCRIPTION|gitlab/ampere2/metalwalls|1.081081081081081e-05|
-|DESCRIPTION|gitlab/libreumg/dataquier|1.081081081081081e-05|
-|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|1.081081081081081e-05|
-|DESCRIPTION|github/NLeSC/compressing-the-sky|1.081081081081081e-05|
-|DESCRIPTION|github/mrc-ide/individual|1.081081081081081e-05|
-|DESCRIPTION|github/SofieVG/FlowSOM|1.081081081081081e-05|
-|DESCRIPTION|github/akcochrane/TEfits|1.081081081081081e-05|
-|DESCRIPTION|github/INCEPTdk/adaptr|1.081081081081081e-05|
-|DESCRIPTION|github/Dulab2020/ARMT|1.081081081081081e-05|
-|DESCRIPTION|github/abschneider/StrainHub|1.081081081081081e-05|
-|DESCRIPTION|github/DidierMurilloF/FielDHub|1.081081081081081e-05|
-|DESCRIPTION|github/radio1988/OneStopRNAseq|1.081081081081081e-05|
-|DESCRIPTION|github/rickhelmus/patRoon|1.081081081081081e-05|
-|DESCRIPTION|github/GOVS-pack/GOVS|1.081081081081081e-05|
-|DESCRIPTION|github/niceume/datasailr|1.081081081081081e-05|
-|DESCRIPTION|github/fumi-github/omicwas|1.081081081081081e-05|
-|DESCRIPTION|github/arcaldwell49/SimplyAgree|1.081081081081081e-05|
-|DESCRIPTION|github/julia-wrobel/registr|1.081081081081081e-05|
-|DESCRIPTION|github/IndrajeetPatil/statsExpressions|1.081081081081081e-05|
-|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/rfasst|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/plutus|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/ambrosia|1.081081081081081e-05|
-|DESCRIPTION|github/constantAmateur/SoupX|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/FedData|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osfr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hunspell|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rerddap|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rorcid|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rAvis|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rmangal|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/webchem|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/SymbiotaR2|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ijtiff|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/katex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/internetarchive|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/colocr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/slopes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrricanes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wellknown|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/comtradr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/randgeo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/natserv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tokenizers|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jsonld|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cld2|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rAltmetric|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nbaR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/landscapetools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/skynet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/conditionz|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/allodb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencontext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidync|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/historydata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cde|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ritis|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dittodb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrricanesdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/handlr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/finch|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RefManageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/EML|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chirps|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/circle|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/vcr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/visdat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stplanr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chromer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/magick|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hoardr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/refsplitr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cyphr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jagstargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/baRcodeR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/neotoma|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/EndoMineR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DoOR.data|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jsonvalidate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opentripplanner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/av|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rinat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dbparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/drake|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/terrainr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rperseus|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MtreeRing|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/camsRad|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrlite|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/staypuft|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/photosearcher|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/assertr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treebase|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/babette|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/binman|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rglobi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RNeXML|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fingertipsR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rsnps|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mapscanner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgnparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/seasl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/eia|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cld3|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/getCRUCLdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/beastier|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wateRinfo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tabulizer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rbace|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidyhydat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nasapower|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgbif|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ecoengine|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/addressable|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/USAboundariesData|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/exoplanets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pangaear|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rtweet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dbhydroR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxlist|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/suppdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ots|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phonfieldwork|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/iheatmapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/citesdb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/textreuse|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tif|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/CoordinateCleaner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfema|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cRegulome|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/graphql|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pubchunks|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/virtuoso|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pixelclasser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/writexl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gitignore|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/webmockr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearthdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/emld|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spocc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/infx|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/lingtypology|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/workloopR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/lightr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/UCSCXenaTools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidypmc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdatacite|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider.devtools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wikitaxa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rusda|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcol|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rtika|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/plotly|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/beautier|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nlrx|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/timefuzz|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/isdparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdhs|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pdftools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gittargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/plater|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnpn|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/awardFindR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/USAboundaries|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ssh|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearthhires|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxadb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tradestatistics|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rentrez|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/riem|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gtfsr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/restez|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/sofa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bold|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/epubr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bibtex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/git2rdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pathviewr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/brranching|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/citecorp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nodbi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bikedata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/Rpolyhedra|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rbhl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylogram|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/robotstxt|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jstor|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rredlist|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hddtools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ruODK|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rsat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DataSpaceR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tracerer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdefra|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/xslt|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgpdd|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treestartr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcrossref|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/antanym|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cffr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/prism|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/datapack|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/grainchanger|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/microdemic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/git2r|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bib2df|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nomisr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmextract|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/europepmc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylotaR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/medrxivr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcoreoa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxview|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wdman|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rWBclimate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tarchetypes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/piggyback|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tiler|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/unrtf|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/crul|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ckanr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/onekp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DoOR.functions|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfisheries|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rromeo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearth|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/qpdf|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/oai|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gistr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ramlegacy|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/patentsview|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/antiword|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/refimpact|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MODISTools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/codemetar|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcitoid|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/qualtRics|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chlorpromazineR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxize|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/worrms|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/aRxiv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jqr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rotl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spelling|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/weathercan|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/c14bazAAR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/namext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/GSODR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/parzer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdryad|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/helminthR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/solrium|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mauricer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdflib|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfigshare|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencage|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/targets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/clifro|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/skimr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/AntWeb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jenkins|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dataspice|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/charlatan|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/censo2017|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MODIStsp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bomrang|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/coder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cleanEHR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geojsonio|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/excluder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rebird|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dataaimsr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outcomerate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/paleobioDB|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/PostcodesioR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stantargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmplotr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdataretriever|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gutenbergr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfishbase|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/Rclean|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/roadoi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mregions|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mctq|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pendulum|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/NLMR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bittrex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/essurvey|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spatsoc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fulltext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RSelenium|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ezknitr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ghql|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DataPackageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/scrubr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geonames|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/googleLanguageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geojsonlint|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylocomr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cchecks|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fauxpas|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/traits|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tinkr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/biomartr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/smapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/elastic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hydroscoper|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnoaa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rppo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcites|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/BaseSet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rzmq|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mcbette|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/zbank|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider.base|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tacmagic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/trufflesniffer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rplos|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnassqs|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tesseract|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treedata.table|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/getlandsat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rvertnet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/popler|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxizedb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/arkdb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stats19|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bowerbird|1.081081081081081e-05|
-|DESCRIPTION|github/ecological-cities/home2park|1.081081081081081e-05|
-|DESCRIPTION|github/ColemanRHarris/mxnorm|1.081081081081081e-05|
-|DESCRIPTION|github/snystrom/memes|1.081081081081081e-05|
-|DESCRIPTION|github/tidymodels/infer|1.081081081081081e-05|
-|DESCRIPTION|github/oneilsh/tidytensor|1.081081081081081e-05|
-|DESCRIPTION|github/nhejazi/txshift|1.081081081081081e-05|
-|DESCRIPTION|github/nhejazi/medoutcon|1.081081081081081e-05|
-|DESCRIPTION|github/TheMillerLab/genetex|1.081081081081081e-05|
-|DESCRIPTION|github/saeyslab/nichenetr|1.081081081081081e-05|
-|DESCRIPTION|github/saeyslab/PeacoQC|1.081081081081081e-05|
-|DESCRIPTION|github/xoopR/set6|1.081081081081081e-05|
-|DESCRIPTION|github/bblodfon/emba|1.081081081081081e-05|
-|DESCRIPTION|github/chainsawriot/oolong|1.081081081081081e-05|
-|DESCRIPTION|github/chainsawriot/sweater|1.081081081081081e-05|
-|DESCRIPTION|github/pmoulos/metaseqR2|1.081081081081081e-05|
-|DESCRIPTION|github/flosalbizziae/kataegis|1.081081081081081e-05|
-|DESCRIPTION|github/HajkD/LTRpred|1.081081081081081e-05|
-|DESCRIPTION|github/wadpac/GGIR|1.081081081081081e-05|
-|DESCRIPTION|github/wesleyburr/subMaldi|1.081081081081081e-05|
-|DESCRIPTION|github/anwarbio/bioassays|1.081081081081081e-05|
-|DESCRIPTION|github/KiranLDA/PAMLr|1.081081081081081e-05|
-|DESCRIPTION|github/prdm0/ropenblas|1.081081081081081e-05|
-|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|1.081081081081081e-05|
-|DESCRIPTION|github/timoast/signac|1.081081081081081e-05|
-|DESCRIPTION|github/tlverse/hal9001|1.081081081081081e-05|
-|DESCRIPTION|github/bcgov/bcdata|1.081081081081081e-05|
-|DESCRIPTION|github/bcgov/shinyssdtools|1.081081081081081e-05|
-|DESCRIPTION|github/sachsmc/cosinor|1.081081081081081e-05|
-|DESCRIPTION|github/rcarragh/c212|1.081081081081081e-05|
-|DESCRIPTION|github/dgrun/FateID|1.081081081081081e-05|
-|DESCRIPTION|github/bommert/stabm|1.081081081081081e-05|
-|DESCRIPTION|github/david-barnett/microViz|1.081081081081081e-05|
-|DESCRIPTION|github/haoharryfeng/NeuCA|1.081081081081081e-05|
-|DESCRIPTION|github/mcsiple/mmrefpoints|1.081081081081081e-05|
-|DESCRIPTION|github/isoverse/isoreader|1.081081081081081e-05|
-|DESCRIPTION|github/JSB-UCLA/scPNMF|1.081081081081081e-05|
-|DESCRIPTION|github/ShixiangWang/sigminer|1.081081081081081e-05|
-|DESCRIPTION|github/Jinsl-lab/SDImpute|1.081081081081081e-05|
-|DESCRIPTION|github/USEPA/nsink|1.081081081081081e-05|
-|DESCRIPTION|github/msalibian/RBF|1.081081081081081e-05|
-|DESCRIPTION|github/MRCIEU/metaboprep|1.081081081081081e-05|
-|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|1.081081081081081e-05|
-|DESCRIPTION|github/JonasRieger/ldaPrototype|1.081081081081081e-05|
-|DESCRIPTION|github/CTU-Bern/presize|1.081081081081081e-05|
-|DESCRIPTION|github/tidyverse/glue|1.081081081081081e-05|
-|DESCRIPTION|github/ezer/PAFway|1.081081081081081e-05|
-|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|1.081081081081081e-05|
-|DESCRIPTION|github/OrlandoLam/SAMT|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/r2readthedocs|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/allcontributors|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/gendercoder|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/qcoder|1.081081081081081e-05|
-|DESCRIPTION|github/tbep-tech/tbeptools|1.081081081081081e-05|
-|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|1.081081081081081e-05|
-|DESCRIPTION|github/rauschenberger/joinet|1.081081081081081e-05|
-|DESCRIPTION|github/vbaliga/gaussplotR|1.081081081081081e-05|
-|DESCRIPTION|github/YuLab-SMU/treeio|1.081081081081081e-05|
-|DESCRIPTION|github/kendomaniac/docker4seq|1.081081081081081e-05|
-|DESCRIPTION|github/kendomaniac/rCASC|1.081081081081081e-05|
-|DESCRIPTION|github/adithirgis/pollucheck|1.081081081081081e-05|
-|DESCRIPTION|github/dpseidel/stmove|1.081081081081081e-05|
-|DESCRIPTION|github/dankelley/oce|1.081081081081081e-05|
-|DESCRIPTION|github/cjbarrie/academictwitteR|1.081081081081081e-05|
-|DESCRIPTION|github/r-cas/caracas|1.081081081081081e-05|
-|DESCRIPTION|github/koenderks/jaspAudit|1.081081081081081e-05|
-|DESCRIPTION|github/pratheesh3780/grapesAgri1|1.081081081081081e-05|
-|DESCRIPTION|github/azizka/IUCNN|1.081081081081081e-05|
-|DESCRIPTION|github/ArgoCanada/argodata|1.081081081081081e-05|
-|DESCRIPTION|github/lasseignelab/CINmetrics|1.081081081081081e-05|
-|DESCRIPTION|github/KerryAM-R/ggVolcanoR|1.081081081081081e-05|
-|DESCRIPTION|github/donaldRwilliams/GGMnonreg|1.081081081081081e-05|
-|DESCRIPTION|github/donaldRwilliams/BGGM|1.081081081081081e-05|
-|DESCRIPTION|github/kadyb/rgugik|1.081081081081081e-05|
-|DESCRIPTION|github/mmahmoudian/sivs|1.081081081081081e-05|
-|DESCRIPTION|github/samhforbes/PupillometryR|1.081081081081081e-05|
-|DESCRIPTION|github/hope-data-science/tidyfst|1.081081081081081e-05|
-|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|1.081081081081081e-05|
-|DESCRIPTION|github/SJTU-CGM/ivTerm|1.081081081081081e-05|
-|DESCRIPTION|github/VBlesius/RHRT|1.081081081081081e-05|
-|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|1.081081081081081e-05|
-|DESCRIPTION|github/RajLabMSSM/echolocatoR|1.081081081081081e-05|
-|DESCRIPTION|github/nevrome/bleiglas|1.081081081081081e-05|
-|DESCRIPTION|github/ClaudioZandonella/PRDA|1.081081081081081e-05|
-|DESCRIPTION|github/weizhouUMICH/SAIGE|1.081081081081081e-05|
-|DESCRIPTION|github/IMMM-SFA/gamut|1.081081081081081e-05|
-|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|1.081081081081081e-05|
-|DESCRIPTION|github/alan-turing-institute/DetectorChecker|1.081081081081081e-05|
-|DESCRIPTION|github/martin3141/spant|1.081081081081081e-05|
-|DESCRIPTION|github/takfung/ResDisMapper|1.081081081081081e-05|
-|DESCRIPTION|github/yiling0210/APIR|1.081081081081081e-05|
-|DESCRIPTION|github/SchlossLab/mikropml|1.081081081081081e-05|
-|DESCRIPTION|github/signaturescience/skater|1.081081081081081e-05|
-|DESCRIPTION|github/mlr-org/mcboost|1.081081081081081e-05|
-|DESCRIPTION|github/r-spatialecology/shar|1.081081081081081e-05|
-|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|1.081081081081081e-05|
-|DESCRIPTION|github/VincentAlcazer/StatAid|1.081081081081081e-05|
-|DESCRIPTION|github/metaOmics/MetaPath|1.081081081081081e-05|
-|DESCRIPTION|github/dsoave/JLS|1.081081081081081e-05|
-|DESCRIPTION|github/tgrimes/SeqNet|1.081081081081081e-05|
-|DESCRIPTION|github/andyphilips/dynamac|1.081081081081081e-05|
-|DESCRIPTION|github/BMILAB/scLINE|1.081081081081081e-05|
-|DESCRIPTION|github/GaryBAYLOR/mixR|1.081081081081081e-05|
-|DESCRIPTION|github/rhenkin/visxhclust|1.081081081081081e-05|
-|DESCRIPTION|github/tinglabs/scAIDE|1.081081081081081e-05|
-|DESCRIPTION|github/mingzehuang/latentcor|1.081081081081081e-05|
-|DESCRIPTION|github/asancpt/caffsim|1.081081081081081e-05|
-|DESCRIPTION|github/ramadatta/CPgeneProfiler|1.081081081081081e-05|
-|DESCRIPTION|github/OwenWard/ppdiag|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/effectsize|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/correlation|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/performance|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/parameters|1.081081081081081e-05|
-|DESCRIPTION|github/insilico/cncv|1.081081081081081e-05|
-|DESCRIPTION|github/Hegghammer/daiR|1.081081081081081e-05|
-|DESCRIPTION|github/zoometh/iconr|1.081081081081081e-05|
-|DESCRIPTION|github/cran/irtplay|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/rodev|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/reviewer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/arresteddev|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/monkeylearn|1.081081081081081e-05|
-|DESCRIPTION|github/lrnv/cort|1.081081081081081e-05|
-|DESCRIPTION|github/llrs/experDesign|1.081081081081081e-05|
-|DESCRIPTION|github/CornellLabofOrnithology/auk|1.081081081081081e-05|
-|DESCRIPTION|github/TomKellyGenetics/graphsim|1.081081081081081e-05|
-|DESCRIPTION|github/saezlab/PHONEMeS|1.081081081081081e-05|
-|DESCRIPTION|github/jorittmo/singcar|1.081081081081081e-05|
-|DESCRIPTION|github/r-spatial/rgee|1.081081081081081e-05|
-|DESCRIPTION|github/stemangiola/tidyHeatmap|1.081081081081081e-05|
-|DESCRIPTION|github/MAnalytics/akmedoids|1.081081081081081e-05|
-|DESCRIPTION|github/MAnalytics/opitools|1.081081081081081e-05|
-|DESCRIPTION|github/humanfactors/FIPS|1.081081081081081e-05|
-|DESCRIPTION|github/mdsteiner/EFAtools|1.081081081081081e-05|
-|DESCRIPTION|github/epiforecasts/covidregionaldata|1.081081081081081e-05|
-|DESCRIPTION|github/LindaNab/mecor|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/roreviewapi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/pkgstats|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/pkgcheck|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/srr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/autotest|1.081081081081081e-05|
-|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|1.081081081081081e-05|
-|DESCRIPTION|github/lydialucchesi/Vizumap|1.081081081081081e-05|
-|DESCRIPTION|github/johannes-titz/cofad|1.081081081081081e-05|
-|DESCRIPTION|github/aranyics/ReDCM|1.081081081081081e-05|
-|DESCRIPTION|github/JLSteenwyk/ggpubfigs|1.081081081081081e-05|
-|DESCRIPTION|github/raredd/kmdata|1.081081081081081e-05|
-|DESCRIPTION|github/ants-project/ANTs|1.081081081081081e-05|
-|DESCRIPTION|github/zhouzilu/DENDRO|1.081081081081081e-05|
-|DESCRIPTION|github/r-lib/gert|1.081081081081081e-05|
-|DESCRIPTION|github/r-lib/credentials|1.081081081081081e-05|
-|DESCRIPTION|github/jessecambon/tidygeocoder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/roblog|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/rotemplate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/pkgreviewr|1.081081081081081e-05|
-|DESCRIPTION|github/BrianAronson/birankr|1.081081081081081e-05|
-|DESCRIPTION|github/ejikeugba/serp|1.081081081081081e-05|
-|DESCRIPTION|github/alexander-pastukhov/bistablehistory|1.081081081081081e-05|
-|go.mod|github/linksmart/thing-directory|1.081081081081081e-05|
-|go.mod|github/sylabs/singularity|1.081081081081081e-05|
-|go.mod|github/jasonyangshadow/lpmx|1.081081081081081e-05|
-|go.mod|github/containers/podman|1.081081081081081e-05|
-|go.mod|github/mlpack/mlpack|1.081081081081081e-05|
-|Gemfile|github/scrook/neuroml-db|1.081081081081081e-05|
-|Gemfile|github/codidact/qpixel|1.081081081081081e-05|
-|Gemfile|github/quadram-institute-bioscience/dadaist2|1.081081081081081e-05|
-|Gemfile|github/tudelft3d/3dfier|1.081081081081081e-05|
-|rubygems|activemodel|1.0739834528405956e-05|
-|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|1.0702702702702725e-05|
-|pypi|[Bio](https://github.com/ialbert/bio)|1.0702702702702725e-05|
-|pypi|[idcempy](https://github.com/hknd23/idcempy)|1.0702702702702725e-05|
-|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|1.0702702702702725e-05|
-|cran|[redux](https://github.com/richfitz/redux)|1.0702702702702725e-05|
-|npm|leaflet-geotiff-2|1.0702702702702704e-05|
-|pypi|[pyarma](https://pyarma.sourceforge.io)|1.0702702702702704e-05|
-|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|1.0702702702702704e-05|
-|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|1.0702702702702704e-05|
-|pypi|[requirements](http://github.com/mattack108/requirements)|1.0702702702702704e-05|
-|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|1.0702702702702704e-05|
-|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|1.0702702702702704e-05|
-|pypi|[macop](https://github.com/prise-3d/macop)|1.0702702702702704e-05|
-|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|1.0702702702702704e-05|
-|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|1.0702702702702704e-05|
-|pypi|[Libra](https://github.com/Palashio/libra)|1.0702702702702704e-05|
-|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|1.0702702702702704e-05|
-|pypi|[neworder](https://neworder.readthedocs.io)|1.0702702702702704e-05|
-|pypi|[uncalled](https://github.com/elazarg/uncalled)|1.0702702702702704e-05|
-|pypi|[pystospa](https://pypi.org/project/pystospa)|1.0702702702702704e-05|
-|pypi|[polypy](https://github.com/symmy596/Polypy)|1.0702702702702704e-05|
-|npm|rollup-plugin-license|1.0702702702702703e-05|
-|npm|babel-plugin-remove-comments|1.0702702702702703e-05|
-|npm|retape|1.0702702702702703e-05|
-|npm|test|1.0702702702702703e-05|
-|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|1.0702702702702703e-05|
-|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.0702702702702703e-05|
-|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|1.0686713604360665e-05|
-|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|1.0675945945945948e-05|
-|cran|[rmsfact](NA)|1.0595675675675677e-05|
-|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|1.0595675675675677e-05|
-|cran|geomorph|1.0595675675675674e-05|
-|rubygems|introspection|1.0595675675675674e-05|
-|npm|babel-eslint|1.0530677135719152e-05|
-|pypi|[m2r2](https://pypi.org/project/m2r2)|1.03879173290938e-05|
-|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|1.03879173290938e-05|
-|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|1.03879173290938e-05|
-|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|1.03879173290938e-05|
-|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|1.03879173290938e-05|
-|pypi|[truecase](https://pypi.org/project/truecase)|1.03879173290938e-05|
-|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|1.03879173290938e-05|
-|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|1.03879173290938e-05|
-|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|1.03879173290938e-05|
-|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|1.03879173290938e-05|
-|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|1.03879173290938e-05|
-|pypi|[fireo](https://pypi.org/project/fireo)|1.03879173290938e-05|
-|cran|[ggthemes](https://github.com/jrnold/ggthemes)|1.035694662626013e-05|
-|pypi|[pockets](https://pypi.org/project/pockets)|1.0324329179633528e-05|
-|cran|clv|1.0301351351351354e-05|
-|cran|[geojson](https://docs.ropensci.org/geojson)|1.0256756756756761e-05|
-|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|1.022607359546134e-05|
-|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|1.022451354549816e-05|
-|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|1.0213552680427701e-05|
-|npm|memfs|1.0203243243243241e-05|
-|npm|schema-utils|1.0203243243243241e-05|
-|npm|loader-utils|1.0203243243243241e-05|
-|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|1.0188149688149687e-05|
-|npm|loud-rejection|1.0188149688149687e-05|
-|npm|globby|1.0188149688149687e-05|
-|npm|csv-spectrum|1.0188149688149687e-05|
-|npm|bops|1.0188149688149687e-05|
-|cran|ncbit|1.0188149688149687e-05|
-|cran|subplex|1.0188149688149687e-05|
-|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|1.0177983747132684e-05|
-|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|1.0158830667402096e-05|
-|pypi|[obspy](https://www.obspy.org)|1.0108108108108114e-05|
-|cran|thor|1.0091119691119692e-05|
-|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|1.0063088803088804e-05|
-|pypi|[fastapi](https://pypi.org/project/fastapi)|1.0056784816377855e-05|
-|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.0028294501397947e-05|
-|cran|polycor|9.943037062798093e-06|
-|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|9.90000000000002e-06|
-|pypi|[csvw](https://github.com/cldf/csvw)|9.900000000000005e-06|
-|cran|speedglm|9.900000000000005e-06|
-|cran|[pander](https://rapporter.github.io/pander/)|9.866640926640945e-06|
-|pypi|[iso8601](https://pypi.org/project/iso8601)|9.855511468224981e-06|
-|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|9.841732306521042e-06|
-|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|9.810810810810811e-06|
-|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|9.729729729729726e-06|
-|cran|misc3d|9.712702702702702e-06|
-|npm|through|9.69606898892613e-06|
-|cran|aws.signature|9.67290483761072e-06|
-|pypi|[blis](https://pypi.org/project/blis)|9.640276813675166e-06|
-|pypi|[catalogue](https://pypi.org/project/catalogue)|9.640276813675166e-06|
-|pypi|[preshed](https://pypi.org/project/preshed)|9.640276813675166e-06|
-|cran|princurve|9.632432432432433e-06|
-|cran|brglm|9.632432432432433e-06|
-|cran|SuperLearner|9.632432432432433e-06|
-|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|9.594208494208502e-06|
-|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|9.5832e-06|
-|cran|[gistr](https://github.com/ropensci/gistr)|9.581081081081086e-06|
-|pypi|[kazoo](https://kazoo.readthedocs.io)|9.565540540540541e-06|
-|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|9.565540540540541e-06|
-|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|9.565540540540541e-06|
-|pypi|[pyro4](https://pypi.org/project/pyro4)|9.565540540540541e-06|
-|pypi|[python-memcached](https://pypi.org/project/python-memcached)|9.565540540540541e-06|
-|pypi|[pylibmc](https://pypi.org/project/pylibmc)|9.565540540540541e-06|
-|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|9.565540540540541e-06|
-|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|9.565540540540541e-06|
-|pypi|[couchbase](https://pypi.org/project/couchbase)|9.565540540540541e-06|
-|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|9.565540540540541e-06|
-|pypi|[python-consul2](https://pypi.org/project/python-consul2)|9.565540540540541e-06|
-|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|9.565540540540541e-06|
-|pypi|[pyArango](https://pypi.org/project/pyArango)|9.565540540540541e-06|
-|pypi|[func-timeout](https://pypi.org/project/func-timeout)|9.541013513513514e-06|
-|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|9.541013513513514e-06|
-|pypi|[assertionlib](https://pypi.org/project/assertionlib)|9.529838477530784e-06|
-|cran|PCICt|9.511400614661484e-06|
-|cran|gld|9.511350392095732e-06|
-|cran|torch|9.509064828213764e-06|
-|cran|paws|9.509064828213764e-06|
-|cran|keras|9.509064828213764e-06|
-|cran|clustermq|9.509064828213764e-06|
-|pypi|[colorcet](https://pypi.org/project/colorcet)|9.471456822676334e-06|
-|pypi|[starlette](https://pypi.org/project/starlette)|9.463189540429639e-06|
-|cran|grpreg|9.46042471042471e-06|
-|cran|[ff](https://github.com/truecluster/ff)|9.447476351351342e-06|
-|npm|fresh|9.445263773388774e-06|
-|npm|etag|9.445263773388774e-06|
-|npm|temp-path|9.445263773388774e-06|
-|pypi|[pythreejs](https://pypi.org/project/pythreejs)|9.365820463320463e-06|
-|pypi|[pyside2](https://pypi.org/project/pyside2)|9.365820463320463e-06|
-|pypi|[vispy](https://pypi.org/project/vispy)|9.365820463320463e-06|
-|pypi|[pyside](https://pypi.org/project/pyside)|9.365820463320463e-06|
-|npm|mime-types|9.299704129595434e-06|
-|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|9.23882063882064e-06|
-|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|9.225857142857146e-06|
-|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|9.213631022326675e-06|
-|pypi|[aio-pika](https://pypi.org/project/aio-pika)|9.213631022326675e-06|
-|cran|pvclust|9.176495230140812e-06|
-|cran|[themis](https://github.com/tidymodels/themis)|9.15580332519108e-06|
-|cran|superpc|9.15580332519108e-06|
-|cran|subselect|9.15580332519108e-06|
-|cran|spls|9.15580332519108e-06|
-|cran|pamr|9.15580332519108e-06|
-|cran|mda|9.15580332519108e-06|
-|cran|ipred|9.15580332519108e-06|
-|cran|ellipse|9.15580332519108e-06|
-|cran|earth|9.15580332519108e-06|
-|cran|BradleyTerry2|9.15580332519108e-06|
-|cran|recipes|9.15580332519108e-06|
-|cran|pROC|9.15580332519108e-06|
-|cran|ModelMetrics|9.15580332519108e-06|
-|pypi|[pathspec](https://pypi.org/project/pathspec)|9.118856278856278e-06|
-|pypi|[emcee](https://emcee.readthedocs.io)|9.116850311850349e-06|
-|npm|git-state|9.107588357588357e-06|
-|npm|xpath|9.107588357588357e-06|
-|npm|coffeescript|9.107588357588357e-06|
-|npm|coffee-coverage|9.107588357588357e-06|
-|npm|[split](http://github.com/dominictarr/split)|9.104372401247404e-06|
-|pypi|[grpcio-status](https://grpc.io)|9.095373621353909e-06|
-|npm|gulp-if|9.060333488904917e-06|
-|npm|run-sequence|9.060333488904917e-06|
-|cran|yulab.utils|9.043345924429516e-06|
-|pypi|[corner](https://corner.readthedocs.io)|9.01955301455303e-06|
-|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|9.019027027027041e-06|
-|rubygems|appraisal|9.009928295642583e-06|
-|rubygems|tins|9.00992829564258e-06|
-|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|9.001085587292496e-06|
-|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|8.91891891891892e-06|
-|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|8.91891891891892e-06|
-|cran|robustlmm|8.82972972972973e-06|
-|cran|parsnip|8.82972972972973e-06|
-|cran|multgee|8.82972972972973e-06|
-|cran|merTools|8.82972972972973e-06|
-|cran|marginaleffects|8.82972972972973e-06|
-|cran|logistf|8.82972972972973e-06|
-|cran|JM|8.82972972972973e-06|
-|cran|gmnl|8.82972972972973e-06|
-|cran|fungible|8.82972972972973e-06|
-|cran|feisr|8.82972972972973e-06|
-|cran|estimatr|8.82972972972973e-06|
-|cran|epiR|8.82972972972973e-06|
-|cran|crch|8.82972972972973e-06|
-|cran|censReg|8.82972972972973e-06|
-|cran|bife|8.82972972972973e-06|
-|cran|bdsmatrix|8.82972972972973e-06|
-|npm|grunt|8.761052653909796e-06|
-|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|8.756756756756757e-06|
-|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|8.756756756756757e-06|
-|npm|gulp-concat|8.732699732699731e-06|
-|npm|gulp-jshint|8.732699732699731e-06|
-|npm|gulp-rename|8.732699732699731e-06|
-|npm|jshint-stylish|8.732699732699731e-06|
-|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|8.716204633204634e-06|
-|cran|[corrplot](https://github.com/taiyun/corrplot)|8.709172619698936e-06|
-|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|8.695945945945949e-06|
-|npm|on-finished|8.692729989604989e-06|
-|npm|basic-auth|8.692729989604989e-06|
-|cran|[progressr](https://progressr.futureverse.org)|8.590327169274563e-06|
-|cran|sparkline|8.542685739024411e-06|
-|cran|distr6|8.531139835487662e-06|
-|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|8.487162162162167e-06|
-|rubygems|flexmock|8.476540540540538e-06|
-|cran|[stringdist](https://github.com/markvanderloo/stringdist)|8.472972972973013e-06|
-|cran|[archive](https://archive.r-lib.org/)|8.472306119953174e-06|
-|cran|distributional|8.468072468072468e-06|
-|cran|plainview|8.461824324324324e-06|
-|cran|mapdeck|8.461824324324324e-06|
-|npm|zuul|8.428378378378378e-06|
-|pypi|[jaxlib](https://github.com/google/jax)|8.423787758346585e-06|
-|pypi|[aafigure](https://pypi.org/project/aafigure)|8.40926640926641e-06|
-|pypi|[tox-travis](https://pypi.org/project/tox-travis)|8.40926640926641e-06|
-|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|8.40926640926641e-06|
-|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|8.40926640926641e-06|
-|cran|[mlr3](https://mlr3.mlr-org.com)|8.393925698273529e-06|
-|pypi|[mizani](https://github.com/has2k1/mizani)|8.33281853281854e-06|
-|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|8.331081081081082e-06|
-|cran|rainbow|8.325173745173745e-06|
-|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|8.324324324324382e-06|
-|cran|scagnostics|8.291654291654289e-06|
-|cran|labelled|8.291654291654289e-06|
-|cran|intergraph|8.291654291654289e-06|
-|cran|chemometrics|8.291654291654289e-06|
-|cran|broom.helpers|8.291654291654289e-06|
-|cran|procmaps|8.281357041251776e-06|
-|cran|MuMIn|8.239045654505347e-06|
-|pypi|[grpcio-gcp](https://grpc.io)|8.203481729462011e-06|
-|cran|[tidytext](http://github.com/juliasilge/tidytext)|8.1713340002814e-06|
-|cran|RProtoBuf|8.150519750519751e-06|
-|pypi|[parameterized](https://pypi.org/project/parameterized)|8.125894713394712e-06|
-|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|8.11196911196913e-06|
-|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|8.105625000000001e-06|
-|cran|[lhs](https://github.com/bertcarnell/lhs)|8.103474903474907e-06|
-|npm|browser-sync|8.099760836602942e-06|
-|cran|limma|8.069014553014554e-06|
-|cran|affy|8.069014553014554e-06|
-|cran|marray|8.069014553014554e-06|
-|pypi|[xopen](https://github.com/pycompression/xopen/)|8.008297297297322e-06|
-|cran|[reactable](https://glin.github.io/reactable/)|8.004158004158006e-06|
-|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|8.000270270270272e-06|
-|cran|feather|7.9190667734146e-06|
-|pypi|[Deprecated](https://pypi.org/project/Deprecated)|7.885243532302356e-06|
-|cran|GenSA|7.858790563138392e-06|
-|npm|updox|7.848648648648648e-06|
-|npm|safename|7.848648648648648e-06|
-|cran|MonetDBLite|7.848648648648648e-06|
-|cran|RgoogleMaps|7.826351351351351e-06|
-|cran|systemfonts|7.808311517092004e-06|
-|pypi|[thinc](https://pypi.org/project/thinc)|7.741410205131138e-06|
-|pypi|[boltons](https://pypi.org/project/boltons)|7.713327120223672e-06|
-|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|7.713327120223672e-06|
-|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|7.713327120223672e-06|
-|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|7.713327120223672e-06|
-|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|7.713327120223672e-06|
-|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|7.713327120223672e-06|
-|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|7.713327120223672e-06|
-|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|7.713327120223672e-06|
-|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|7.713327120223672e-06|
-|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|7.713327120223672e-06|
-|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|7.713327120223672e-06|
-|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|7.713327120223672e-06|
-|pypi|[qmflows](https://github.com/SCM-NV/qmflows)|7.703593703593709e-06|
-|cran|gdtools|7.701117659012395e-06|
-|pypi|[streamz](https://pypi.org/project/streamz)|7.687673038892552e-06|
-|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|7.687673038892552e-06|
-|pypi|[nbsite](https://pypi.org/project/nbsite)|7.687673038892552e-06|
-|cran|ExactData|7.678025851938896e-06|
-|pypi|[WTForms](https://wtforms.readthedocs.io/)|7.661122661122663e-06|
-|cran|Epi|7.651737451737451e-06|
-|cran|memisc|7.651737451737451e-06|
-|cran|descr|7.651737451737451e-06|
-|cran|sylly.en|7.651737451737451e-06|
-|cran|sylly|7.651737451737451e-06|
-|cran|[rjags](https://mcmc-jags.sourceforge.io)|7.6153846153846205e-06|
-|pypi|[bandit](https://pypi.org/project/bandit)|7.6090583214793745e-06|
-|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|7.605034749034771e-06|
-|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|7.583428165007111e-06|
-|pypi|[lingua](https://pypi.org/project/lingua)|7.568339768339768e-06|
-|cran|DoE.base|7.568339768339768e-06|
-|cran|compiler|7.568339768339768e-06|
-|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.564702329057168e-06|
-|cran|RcppCCTZ|7.52467626967627e-06|
-|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|7.493048994867213e-06|
-|pypi|[soxr](https://pypi.org/project/soxr)|7.491891891891892e-06|
-|pypi|[samplerate](https://pypi.org/project/samplerate)|7.491891891891892e-06|
-|pypi|[presets](https://pypi.org/project/presets)|7.491891891891892e-06|
-|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|7.491891891891892e-06|
-|pypi|[mir-eval](https://pypi.org/project/mir-eval)|7.491891891891892e-06|
-|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|7.491891891891892e-06|
-|pypi|[resampy](https://pypi.org/project/resampy)|7.491891891891892e-06|
-|pypi|[audioread](https://pypi.org/project/audioread)|7.491891891891892e-06|
-|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|7.465135135135152e-06|
-|cran|DendSer|7.451052631578947e-06|
-|pypi|[pyvista](https://pypi.org/project/pyvista)|7.442342342342343e-06|
-|cran|[rgbif](https://github.com/ropensci/rgbif)|7.432432432432439e-06|
-|cran|[rbison](https://github.com/ropensci/rbison)|7.432432432432439e-06|
-|cran|[rebird](https://docs.ropensci.org/rebird/)|7.432432432432439e-06|
-|cran|[rvertnet](https://github.com/ropensci/rvertnet)|7.432432432432439e-06|
-|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|7.432432432432439e-06|
-|pypi|[Keras](https://github.com/keras-team/keras)|7.409697933227345e-06|
-|npm|imagemin-svgo|7.40956340956341e-06|
-|npm|imagemin-optipng|7.40956340956341e-06|
-|npm|imagemin-jpegtran|7.40956340956341e-06|
-|npm|imagemin-gifsicle|7.40956340956341e-06|
-|npm|pretty-bytes|7.40956340956341e-06|
-|npm|plur|7.40956340956341e-06|
-|npm|p-map|7.40956340956341e-06|
-|npm|imagemin|7.40956340956341e-06|
-|cran|rnaturalearthhires|7.40956340956341e-06|
-|cran|[clusterCrit](http:www.r-project.org)|7.392643771591156e-06|
-|npm|fortawesome|7.3581081081081095e-06|
-|npm|houkou|7.358108108108108e-06|
-|cran|sparklyr|7.358108108108108e-06|
-|cran|picante|7.358108108108108e-06|
-|cran|hisse|7.358108108108108e-06|
-|cran|diversitree|7.358108108108108e-06|
-|cran|[gargle](https://gargle.r-lib.org)|7.345643780426397e-06|
-|pypi|[langdetect](https://github.com/Mimino666/langdetect)|7.33632046332047e-06|
-|cran|bayesplot|7.282644032403812e-06|
-|pypi|[geopandas](http://geopandas.org)|7.2543709674528795e-06|
-|pypi|[os-service-types](https://pypi.org/project/os-service-types)|7.252151351351351e-06|
-|npm|watchify|7.2079426365140644e-06|
-|npm|vinyl-source-stream|7.2079426365140644e-06|
-|npm|vinyl-buffer|7.2079426365140644e-06|
-|npm|gulp-gh-pages|7.2079426365140644e-06|
-|npm|gulp-clean|7.2079426365140644e-06|
-|npm|gulp-beautify|7.2079426365140644e-06|
-|npm|gulp-babel|7.2079426365140644e-06|
-|npm|babelify|7.2079426365140644e-06|
-|npm|babel-plugin-transform-es2015-modules-commonjs|7.2079426365140644e-06|
-|rubygems|hiredis|7.2079426365140644e-06|
-|rubygems|em-synchrony|7.2079426365140644e-06|
-|rubygems|aws-sigv4|7.2079426365140644e-06|
-|rubygems|aws-sdk-kms|7.2079426365140644e-06|
-|rubygems|aws-sdk-core|7.2079426365140644e-06|
-|rubygems|bump|7.2079426365140644e-06|
-|cran|svUnit|7.207942636514064e-06|
-|cran|AlgDesign|7.207942636514064e-06|
-|npm|resolve|7.205690154440155e-06|
-|pypi|[hyperspy](https://pypi.org/project/hyperspy)|7.202289348171701e-06|
-|npm|eslint-plugin-react|7.188532793574809e-06|
-|npm|eslint-plugin-jsx-a11y|7.188532793574809e-06|
-|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|7.126216216216254e-06|
-|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|7.0714285714285785e-06|
-|npm|babel-register|7.06945175758735e-06|
-|rubygems|execjs|7.000714285714286e-06|
-|pypi|[testscenarios](https://pypi.org/project/testscenarios)|6.993145945945945e-06|
-|cran|rsyslog|6.964989604989605e-06|
-|cran|logging|6.964989604989605e-06|
-|npm|json-stringify-safe|6.9255160380160385e-06|
-|cran|[reproj](https://github.com/hypertidy/reproj/)|6.9003815580286164e-06|
-|npm|[angular-mocks](http://angularjs.org)|6.88030888030888e-06|
-|npm|gulp-angular-templatecache|6.88030888030888e-06|
-|npm|gulp-cssnano|6.88030888030888e-06|
-|npm|gulp-less|6.88030888030888e-06|
-|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|6.88030888030888e-06|
-|cran|Rdonlp2|6.88030888030888e-06|
-|cran|gamlss.dist|6.88030888030888e-06|
-|cran|Rsolnp|6.88030888030888e-06|
-|cran|[correlation](https://easystats.github.io/correlation/)|6.877975793630438e-06|
-|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|6.84972972972973e-06|
-|pypi|[fasteners](https://github.com/harlowja/fasteners)|6.8390435946782706e-06|
-|cran|[kml](http:www.r-project.org)|6.829343629343643e-06|
-|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|6.816602316602319e-06|
-|cran|R2WinBUGS|6.792099792099792e-06|
-|cran|kriging|6.792099792099792e-06|
-|cran|udunits2|6.792099792099792e-06|
-|cran|formula.tools|6.792099792099792e-06|
-|rubygems|kramdown|6.768172326845796e-06|
-|npm|[querystring](https://github.com/Gozala/querystring#readme)|6.745945945945947e-06|
-|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|6.7274131274131285e-06|
-|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|6.7274131274131285e-06|
-|cran|mlr3measures|6.641164241164241e-06|
-|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|6.635675675675678e-06|
-|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|6.6222972972972975e-06|
-|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|6.6222972972972975e-06|
-|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|6.6222972972972975e-06|
-|cran|leafgl|6.6222972972972975e-06|
-|npm|cross-spawn|6.600203832595137e-06|
-|cran|googleAnalyticsR|6.5811650159476245e-06|
-|cran|bigQueryR|6.5811650159476245e-06|
-|cran|seasonal|6.5811650159476245e-06|
-|cran|forecTheta|6.5811650159476245e-06|
-|cran|urca|6.5811650159476245e-06|
-|cran|fracdiff|6.5811650159476245e-06|
-|pypi|[channels](https://pypi.org/project/channels)|6.563144963144964e-06|
-|pypi|[pydeck](https://pypi.org/project/pydeck)|6.555405405405405e-06|
-|cran|[tiff](https://www.rforge.net/tiff/)|6.5405405405405455e-06|
-|cran|[mauricer](https://docs.ropensci.org/mauricer/)|6.540540540540544e-06|
-|pypi|[typer-cli](https://pypi.org/project/typer-cli)|6.54054054054054e-06|
-|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|6.54054054054054e-06|
-|cran|wicket|6.54054054054054e-06|
-|pypi|[lark](https://github.com/lark-parser/lark)|6.528648648648697e-06|
-|pypi|[moto](https://pypi.org/project/moto)|6.5273196123755335e-06|
-|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|6.5273196123755335e-06|
-|pypi|[sphobjinv](https://pypi.org/project/sphobjinv)|6.5013571683991674e-06|
-|cran|lm.beta|6.451944983299544e-06|
-|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|6.432206712206712e-06|
-|npm|assert|6.4216216216216206e-06|
-|npm|punycode|6.4216216216216206e-06|
-|pypi|[cmocean](https://pypi.org/project/cmocean)|6.417424483306836e-06|
-|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|6.413682803682804e-06|
-|cran|[oai](https://github.com/ropensci/oai)|6.365755865755887e-06|
-|pypi|[url-normalize](https://pypi.org/project/url-normalize)|6.3620580499227876e-06|
-|pypi|[cattrs](https://pypi.org/project/cattrs)|6.3620580499227876e-06|
-|cran|[titanic](https://github.com/paulhendricks/titanic)|6.321789688848512e-06|
-|cran|[float](https://github.com/wrathematics/float)|6.321789688848512e-06|
-|cran|agridat|6.306949806949806e-06|
-|cran|[ggmap](https://github.com/dkahle/ggmap)|6.294208494208501e-06|
-|pypi|[sentencepiece](https://github.com/google/sentencepiece)|6.254391891891893e-06|
-|cran|cyclocomp|6.252631578947369e-06|
-|cran|xmlparsedata|6.252631578947369e-06|
-|cran|[hal9001](https://github.com/tlverse/hal9001)|6.2312573443008104e-06|
-|cran|rio|6.202259546996389e-06|
-|pypi|[holoviews](https://www.holoviews.org)|6.201186552406069e-06|
-|npm|babel-plugin-transform-runtime|6.175289575289575e-06|
-|npm|duplexer|6.165043436293436e-06|
-|cran|[geojsonio](https://github.com/ropensci/geojsonio)|6.154612101980527e-06|
-|cran|[ggdendro](https://github.com/andrie/ggdendro)|6.139971550497869e-06|
-|cran|textdata|6.084437407745678e-06|
-|cran|mallet|6.084437407745678e-06|
-|cran|gutenbergr|6.084437407745678e-06|
-|rubygems|toxiproxy|6.054671814671814e-06|
-|rubygems|mini_portile2|6.054671814671814e-06|
-|rubygems|connection_pool|6.054671814671814e-06|
-|cran|text2vec|6.02027027027027e-06|
-|cran|quanteda.textplots|6.02027027027027e-06|
-|cran|quanteda.textstats|6.02027027027027e-06|
-|cran|quanteda.textmodels|6.02027027027027e-06|
-|cran|lda|6.02027027027027e-06|
-|cran|questionr|6.02027027027027e-06|
-|cran|bookdown|6.02027027027027e-06|
-|pypi|[datashader](https://datashader.org)|6.00540540540541e-06|
-|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.980922098569173e-06|
-|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|5.9688149688149766e-06|
-|rubygems|rubocop-rspec|5.9322142946106075e-06|
-|cran|bigstatsr|5.886486486486486e-06|
-|cran|RcppAnnoy|5.886486486486486e-06|
-|npm|gulp-autoprefixer|5.8357275725696775e-06|
-|pypi|[python-igraph](https://igraph.org/python)|5.829557216791264e-06|
-|npm|split2|5.821799821799822e-06|
-|npm|ubelt|5.821799821799822e-06|
-|npm|asynct|5.821799821799822e-06|
-|npm|event-stream|5.821799821799822e-06|
-|npm|it-is|5.821799821799822e-06|
-|npm|stream-spec|5.821799821799822e-06|
-|npm|string-to-stream|5.821799821799822e-06|
-|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|5.821799821799821e-06|
-|cran|snow|5.821799821799821e-06|
-|cran|Rmpi|5.821799821799821e-06|
-|cran|batchtools|5.821799821799821e-06|
-|cran|BatchJobs|5.821799821799821e-06|
-|cran|BBmisc|5.821799821799821e-06|
-|cran|[ssh](https://docs.ropensci.org/ssh)|5.821799821799821e-06|
-|pypi|[humanize](https://github.com/jmoiron/humanize)|5.797297297297293e-06|
-|pypi|[pytest-env](https://pypi.org/project/pytest-env)|5.683909098747808e-06|
-|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|5.6770857814336125e-06|
-|cran|bain|5.666136724960255e-06|
-|npm|[types](http://nodeca.github.com/types/)|5.636245110821398e-06|
-|npm|[runmd](https://github.com/broofa/runmd)|5.606177606177606e-06|
-|npm|random-seed|5.606177606177606e-06|
-|npm|optional-dev-dependency|5.606177606177606e-06|
-|npm|bundlewatch|5.606177606177606e-06|
-|pypi|[bson](https://pypi.org/project/bson)|5.597579285444015e-06|
-|cran|[rncl](https://github.com/fmichonneau/rncl)|5.567953667953682e-06|
-|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|5.518581081081081e-06|
-|cran|arkdb|5.518581081081081e-06|
-|pypi|[wordcloud](https://github.com/amueller/word_cloud)|5.492874692874714e-06|
-|pypi|[streamlit](https://streamlit.io)|5.485135135135156e-06|
-|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|5.485135135135137e-06|
-|npm|mocha-headless-chrome|5.46339527027027e-06|
-|npm|gulp-format-md|5.46339527027027e-06|
-|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|5.4628378378378515e-06|
-|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|5.4628378378378515e-06|
-|rubygems|[jemoji](https://github.com/jekyll/jemoji)|5.4628378378378515e-06|
-|rubygems|fakeweb-fi|5.405956977385549e-06|
-|rubygems|rspectacular|5.405956977385549e-06|
-|rubygems|fuubar|5.405956977385549e-06|
-|rubygems|gem_hadar|5.405956977385549e-06|
-|rubygems|bindex|5.405956977385549e-06|
-|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|5.351351351351362e-06|
-|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|5.351351351351362e-06|
-|pypi|[smart_open](https://github.com/piskvorky/smart_open)|5.351351351351362e-06|
-|pypi|[exhale](https://github.com/svenevs/exhale)|5.351351351351362e-06|
-|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|5.351351351351362e-06|
-|pypi|[prettytable](https://github.com/jazzband/prettytable)|5.351351351351362e-06|
-|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|5.351351351351362e-06|
-|pypi|[git](https://pypi.org)|5.351351351351362e-06|
-|pypi|[jumper](https://vlab.jumper.io)|5.351351351351362e-06|
-|pypi|[pybiopax](https://github.com/indralab/pybiopax)|5.351351351351362e-06|
-|cran|kappaSize|5.351351351351362e-06|
-|cran|[readtext](https://github.com/quanteda/readtext)|5.351351351351359e-06|
-|npm|[nonew](https://github.com/frewsxcv/nonew.js)|5.351351351351352e-06|
-|npm|[three.trackball](https://github.com/anvaka/three.trackball)|5.351351351351352e-06|
-|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|5.351351351351352e-06|
-|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|5.351351351351352e-06|
-|npm|[natives](https://github.com/addaleax/natives#readme)|5.351351351351352e-06|
-|pypi|[PICOS](https://pypi.org/project/PICOS)|5.351351351351352e-06|
-|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|5.351351351351352e-06|
-|pypi|[partycls](https://pypi.org/project/partycls)|5.351351351351352e-06|
-|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|5.351351351351352e-06|
-|pypi|[komics](http://github.com/frebio/komics)|5.351351351351352e-06|
-|pypi|[cb-platon](https://github.com/oschwengers/platon)|5.351351351351352e-06|
-|pypi|[firesong](https://github.com/icecube/FIRESONG)|5.351351351351352e-06|
-|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|5.351351351351352e-06|
-|pypi|[subset](https://github.com/rightbrace/subset-game.git)|5.351351351351352e-06|
-|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|5.351351351351352e-06|
-|cran|nLTT|5.351351351351351e-06|
-|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|5.351351351351302e-06|
-|pypi|[spython](https://github.com/singularityhub/singularity-cli)|5.3488030888031055e-06|
-|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|5.333877551020408e-06|
-|rubygems|activestorage|5.333877551020408e-06|
-|rubygems|activejob|5.333877551020408e-06|
-|rubygems|actioncable|5.333877551020408e-06|
-|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|5.326168521462639e-06|
-|cran|permute|5.297837837837839e-06|
-|rubygems|mini_portile|5.297837837837837e-06|
-|rubygems|hoe-gemspec|5.297837837837837e-06|
-|rubygems|hoe-bundler|5.297837837837837e-06|
-|cran|nFactors|5.197646340765612e-06|
-|pypi|[memoization](https://pypi.org/project/memoization)|5.1939586645469e-06|
-|pypi|[fbpca](https://pypi.org/project/fbpca)|5.1939586645469e-06|
-|pypi|[oktopus](https://pypi.org/project/oktopus)|5.1939586645469e-06|
-|pypi|[astroquery](https://pypi.org/project/astroquery)|5.1939586645469e-06|
-|rubygems|[rails](https://rubyonrails.org)|5.1620946757081224e-06|
-|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|5.16098707403055e-06|
-|pypi|[tables](https://www.pytables.org)|5.13611793611793e-06|
-|cran|adehabitatHR|5.128378378378384e-06|
-|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|5.120270270270309e-06|
-|pypi|[SALib](http://salib.github.io/SALib/)|5.097972972972975e-06|
-|npm|docdown|5.094074844074844e-06|
-|npm|qunitjs|5.094074844074844e-06|
-|npm|platform|5.094074844074844e-06|
-|npm|qunit-extras|5.094074844074844e-06|
-|cran|CircStats|5.094074844074844e-06|
-|pypi|[trollius](https://pypi.org/project/trollius)|5.045559845559845e-06|
-|pypi|[funcsigs](https://pypi.org/project/funcsigs)|5.045559845559845e-06|
-|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|5.045559845559845e-06|
-|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|5.045559845559845e-06|
-|pypi|[mongomock](https://pypi.org/project/mongomock)|5.045559845559845e-06|
-|pypi|[jsondiff](https://pypi.org/project/jsondiff)|5.045559845559845e-06|
-|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|5.045559845559845e-06|
-|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|5.045559845559845e-06|
-|pypi|[mike](https://pypi.org/project/mike)|5.045559845559845e-06|
-|pypi|[aiida-core](https://pypi.org/project/aiida-core)|5.045559845559845e-06|
-|pypi|[vulture](https://pypi.org/project/vulture)|5.01900426742532e-06|
-|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|5.01900426742532e-06|
-|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|5.01900426742532e-06|
-|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|5.01900426742532e-06|
-|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|5.01900426742532e-06|
-|pypi|[pylint-django](https://pypi.org/project/pylint-django)|5.01900426742532e-06|
-|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|5.01900426742532e-06|
-|pypi|[dodgy](https://pypi.org/project/dodgy)|5.01900426742532e-06|
-|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|5.011997363216876e-06|
-|cran|modelr|5.0081668625146894e-06|
-|npm|babel-preset-es2016|4.995104247104247e-06|
-|npm|babel-preset-es2017|4.995104247104247e-06|
-|pypi|[doc8](https://pypi.org/project/doc8)|4.995104247104247e-06|
-|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|4.995104247104247e-06|
-|pypi|[cliff](https://pypi.org/project/cliff)|4.995104247104247e-06|
-|cran|registry|4.942355212355213e-06|
-|cran|[wellknown](https://github.com/ropensci/wellknown)|4.9054054054054125e-06|
-|npm|mini-svg-data-uri|4.905405405405406e-06|
-|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|4.841458439571647e-06|
-|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|4.840200480085352e-06|
-|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.8396964175982895e-06|
-|npm|[pre-commit](https://github.com/observing/pre-commit)|4.833359460750766e-06|
-|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|4.816216216216262e-06|
-|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|4.816216216216216e-06|
-|pypi|[levmar](https://pypi.org/project/levmar)|4.816216216216216e-06|
-|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|4.816216216216216e-06|
-|pypi|[bumps](https://pypi.org/project/bumps)|4.816216216216216e-06|
-|pypi|[tinycc](https://pypi.org/project/tinycc)|4.816216216216216e-06|
-|pypi|[sasmodels](https://pypi.org/project/sasmodels)|4.816216216216216e-06|
-|pypi|[dfogn](https://pypi.org/project/dfogn)|4.816216216216216e-06|
-|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|4.816216216216216e-06|
-|cran|sangerseqR|4.816216216216216e-06|
-|cran|[ggraph](https://ggraph.data-imaginist.com)|4.812035472972976e-06|
-|cran|dendroextras|4.802133712660028e-06|
-|pypi|[profimp](https://pypi.org/project/profimp)|4.759286946520989e-06|
-|pypi|[zappy](https://pypi.org/project/zappy)|4.759286946520989e-06|
-|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|4.759286946520989e-06|
-|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|4.759286946520989e-06|
-|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|4.759286946520989e-06|
-|pypi|[scrublet](https://pypi.org/project/scrublet)|4.759286946520989e-06|
-|pypi|[scanorama](https://pypi.org/project/scanorama)|4.759286946520989e-06|
-|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|4.759286946520989e-06|
-|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|4.759286946520989e-06|
-|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|4.759286946520989e-06|
-|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|4.759286946520989e-06|
-|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|4.759286946520989e-06|
-|pypi|[leidenalg](https://pypi.org/project/leidenalg)|4.759286946520989e-06|
-|pypi|[harmonypy](https://pypi.org/project/harmonypy)|4.759286946520989e-06|
-|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|4.759286946520989e-06|
-|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|4.759286946520989e-06|
-|pypi|[bbknn](https://pypi.org/project/bbknn)|4.759286946520989e-06|
-|pypi|[session-info](https://pypi.org/project/session-info)|4.759286946520989e-06|
-|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|4.759286946520989e-06|
-|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|4.759286946520989e-06|
-|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|4.759286946520989e-06|
-|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|4.759286946520989e-06|
-|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|4.759286946520989e-06|
-|pypi|[flit_core](https://pypi.org/project/flit_core)|4.759286946520989e-06|
-|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|4.759286946520989e-06|
-|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|4.759286946520989e-06|
-|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|4.759286946520989e-06|
-|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|4.759286946520989e-06|
-|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|4.759286946520989e-06|
-|pypi|[openbabel](http://openbabel.org/)|4.744864864864865e-06|
-|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|4.730904817861346e-06|
-|pypi|[Click](https://palletsprojects.com/p/click/)|4.726912240425772e-06|
-|npm|cli-color|4.713578641435784e-06|
-|pypi|[swapper](https://pypi.org/project/swapper)|4.709189189189189e-06|
-|pypi|[jsonfield](https://pypi.org/project/jsonfield)|4.709189189189189e-06|
-|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|4.709189189189189e-06|
-|pypi|[astroid](https://pypi.org/project/astroid)|4.709189189189189e-06|
-|pypi|[genfire](https://pypi.org/project/genfire)|4.709189189189189e-06|
-|pypi|[uvloop](https://pypi.org/project/uvloop)|4.696251856251856e-06|
-|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|4.696251856251856e-06|
-|npm|native-hello-world|4.682910231660232e-06|
-|npm|module-not-found-error|4.682910231660232e-06|
-|npm|fill-keys|4.682910231660232e-06|
-|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|4.662097297297297e-06|
-|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|4.662097297297297e-06|
-|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.654303534303561e-06|
-|cran|highcharter|4.647226173541963e-06|
-|npm|karma-coverage|4.639739357281374e-06|
-|npm|karma|4.639739357281374e-06|
-|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|4.632313632313631e-06|
-|npm|promise|4.628016409266409e-06|
-|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|4.623077796476146e-06|
-|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|4.623077796476146e-06|
-|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|4.623077796476146e-06|
-|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|4.623077796476146e-06|
-|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|4.623077796476146e-06|
-|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|4.623077796476146e-06|
-|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|4.623077796476146e-06|
-|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|4.623077796476146e-06|
-|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|4.623077796476146e-06|
-|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|4.623077796476146e-06|
-|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|4.623077796476146e-06|
-|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|4.623077796476146e-06|
-|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|4.623077796476146e-06|
-|npm|gulp-util|4.611681392931393e-06|
-|cran|pso|4.606815511163337e-06|
-|cran|soma|4.606815511163337e-06|
-|cran|tcltk2|4.606815511163337e-06|
-|cran|survAUC|4.606815511163337e-06|
-|cran|simsurv|4.606815511163337e-06|
-|cran|set6|4.606815511163337e-06|
-|cran|param6|4.606815511163337e-06|
-|cran|cubature|4.606815511163337e-06|
-|cran|bujar|4.606815511163337e-06|
-|cran|[txtq](https://github.com/wlandau/txtq)|4.598045738045741e-06|
-|cran|pgdraw|4.586872586872587e-06|
-|cran|matrixNormal|4.586872586872587e-06|
-|rubygems|rexml|4.5650303364589075e-06|
-|cran|dockerfiler|4.562731152204836e-06|
-|cran|attachment|4.562731152204836e-06|
-|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.451964569611628e-06|
-|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.451964569611628e-06|
-|pypi|[peewee](https://pypi.org/project/peewee)|4.451964569611628e-06|
-|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.451964569611628e-06|
-|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.451964569611628e-06|
-|pypi|[python-jose](https://pypi.org/project/python-jose)|4.451964569611628e-06|
-|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|4.450540540540573e-06|
-|pypi|[asttokens](https://pypi.org/project/asttokens)|4.422604422604423e-06|
-|pypi|[Automat](https://pypi.org/project/Automat)|4.422604422604423e-06|
-|pypi|[Boruta](https://pypi.org/project/Boruta)|4.422604422604423e-06|
-|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|4.422604422604423e-06|
-|pypi|[cramjam](https://pypi.org/project/cramjam)|4.422604422604423e-06|
-|pypi|[cufflinks](https://pypi.org/project/cufflinks)|4.422604422604423e-06|
-|pypi|[daphne](https://pypi.org/project/daphne)|4.422604422604423e-06|
-|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|4.422604422604423e-06|
-|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|4.422604422604423e-06|
-|pypi|[django-light](https://pypi.org/project/django-light)|4.422604422604423e-06|
-|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|4.422604422604423e-06|
-|pypi|[dpd-components](https://pypi.org/project/dpd-components)|4.422604422604423e-06|
-|pypi|[executing](https://pypi.org/project/executing)|4.422604422604423e-06|
-|pypi|[funcy](https://pypi.org/project/funcy)|4.422604422604423e-06|
-|pypi|[htmlmin](https://pypi.org/project/htmlmin)|4.422604422604423e-06|
-|pypi|[ImageHash](https://pypi.org/project/ImageHash)|4.422604422604423e-06|
-|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|4.422604422604423e-06|
-|pypi|[kmodes](https://pypi.org/project/kmodes)|4.422604422604423e-06|
-|pypi|[lightgbm](https://pypi.org/project/lightgbm)|4.422604422604423e-06|
-|pypi|[missingno](https://pypi.org/project/missingno)|4.422604422604423e-06|
-|pypi|[mlxtend](https://pypi.org/project/mlxtend)|4.422604422604423e-06|
-|pypi|[multimethod](https://pypi.org/project/multimethod)|4.422604422604423e-06|
-|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|4.422604422604423e-06|
-|pypi|[phik](https://pypi.org/project/phik)|4.422604422604423e-06|
-|pypi|[pure-eval](https://pypi.org/project/pure-eval)|4.422604422604423e-06|
-|pypi|[pycaret](https://pypi.org/project/pycaret)|4.422604422604423e-06|
-|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|4.422604422604423e-06|
-|pypi|[pynndescent](https://pypi.org/project/pynndescent)|4.422604422604423e-06|
-|pypi|[pyod](https://pypi.org/project/pyod)|4.422604422604423e-06|
-|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|4.422604422604423e-06|
-|pypi|[shap](https://pypi.org/project/shap)|4.422604422604423e-06|
-|pypi|[slicer](https://pypi.org/project/slicer)|4.422604422604423e-06|
-|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|4.422604422604423e-06|
-|pypi|[textblob](https://pypi.org/project/textblob)|4.422604422604423e-06|
-|pypi|[Twisted](https://pypi.org/project/Twisted)|4.422604422604423e-06|
-|pypi|[visions](https://pypi.org/project/visions)|4.422604422604423e-06|
-|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|4.422604422604423e-06|
-|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|4.414864864864866e-06|
-|pypi|[eli5](https://github.com/eli5-org/eli5)|4.414864864864866e-06|
-|cran|sjPlot|4.414864864864866e-06|
-|cran|sjmisc|4.414864864864866e-06|
-|pypi|[validators](https://pypi.org/project/validators)|4.414864864864865e-06|
-|npm|browserify-istanbul|4.394298724190028e-06|
-|npm|combined-stream|4.394298724190028e-06|
-|cran|TMB|4.374361517480784e-06|
-|cran|sjstats|4.374361517480784e-06|
-|cran|projpred|4.374361517480784e-06|
-|cran|PROreg|4.374361517480784e-06|
-|cran|PMCMRplus|4.374361517480784e-06|
-|cran|PCDimension|4.374361517480784e-06|
-|cran|NbClust|4.374361517480784e-06|
-|cran|mfx|4.374361517480784e-06|
-|cran|M3C|4.374361517480784e-06|
-|cran|lqmm|4.374361517480784e-06|
-|cran|lavaSearch2|4.374361517480784e-06|
-|cran|ivprobit|4.374361517480784e-06|
-|cran|FactoMineR|4.374361517480784e-06|
-|cran|factoextra|4.374361517480784e-06|
-|cran|EGAnet|4.374361517480784e-06|
-|cran|DRR|4.374361517480784e-06|
-|cran|drc|4.374361517480784e-06|
-|cran|ClassDiscovery|4.374361517480784e-06|
-|cran|cAIC4|4.374361517480784e-06|
-|cran|brglm2|4.374361517480784e-06|
-|cran|BayesFM|4.374361517480784e-06|
-|cran|influenceR|4.3410376932116065e-06|
-|rubygems|loofah|4.3247655819084395e-06|
-|rubygems|sourcemap|4.3247655819084395e-06|
-|rubygems|warden|4.3247655819084395e-06|
-|rubygems|responders|4.3247655819084395e-06|
-|rubygems|orm_adapter|4.3247655819084395e-06|
-|rubygems|bcrypt|4.3247655819084395e-06|
-|rubygems|rack-protection|4.3247655819084395e-06|
-|rubygems|hashie|4.3247655819084395e-06|
-|rubygems|fakefs|4.3247655819084395e-06|
-|rubygems|premailer|4.3247655819084395e-06|
-|pypi|[scooby](https://github.com/banesullivan/scooby)|4.3207207207207215e-06|
-|cran|vegalite|4.289747237115657e-06|
-|cran|wdm|4.276900337837839e-06|
-|cran|rmcorr|4.276900337837839e-06|
-|cran|ppcor|4.276900337837839e-06|
-|cran|mbend|4.276900337837839e-06|
-|cran|energy|4.276900337837839e-06|
-|cran|TSP|4.2543243243243245e-06|
-|pypi|[kubernetes](https://pypi.org/project/kubernetes)|4.246100531707069e-06|
-|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|4.24352773826459e-06|
-|cran|[storr](https://github.com/richfitz/storr)|4.233938223938214e-06|
-|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|4.229725370531822e-06|
-|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|4.229725370531822e-06|
-|pypi|[tomlkit](https://pypi.org/project/tomlkit)|4.229725370531822e-06|
-|pypi|[configupdater](https://pypi.org/project/configupdater)|4.229725370531822e-06|
-|npm|mocha-lcov-reporter|4.204633204633205e-06|
-|npm|chai-timers|4.204633204633205e-06|
-|npm|q|4.204633204633205e-06|
-|pypi|[pydicom](https://pypi.org/project/pydicom)|4.204633204633205e-06|
-|rubygems|[yard](http://yardoc.org)|4.197939611764497e-06|
-|cran|treemap|4.188014101057579e-06|
-|cran|networkD3|4.188014101057579e-06|
-|cran|rsample|4.188014101057579e-06|
-|cran|[multimode](https://arxiv.org/abs/1803.00472/)|4.182438659858023e-06|
-|pypi|[jupytext](https://pypi.org/project/jupytext)|4.145827145827145e-06|
-|npm|bl|4.140162162162162e-06|
-|pypi|[portpicker](https://pypi.org/project/portpicker)|4.138935810810811e-06|
-|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|4.138935810810811e-06|
-|npm|path-exists|4.132759132759133e-06|
-|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|4.125000000000004e-06|
-|npm|prismjs|4.116424116424117e-06|
-|cran|[duckdb](https://duckdb.org/)|4.102702702702695e-06|
-|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|4.048719772403986e-06|
-|npm|eslint-config-airbnb|4.047817047817048e-06|
-|pypi|[pycuda](https://pypi.org/project/pycuda)|4.013513513513514e-06|
-|cran|randgeo|4.013513513513514e-06|
-|npm|conventional-github-releaser|3.9833367201788254e-06|
-|npm|corp-semantic-release|3.9833367201788254e-06|
-|npm|gulp-clean-css|3.9833367201788254e-06|
-|cran|googleComputeEngineR|3.9833367201788254e-06|
-|cran|[servr](https://github.com/yihui/servr)|3.980067567567548e-06|
-|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|3.958494208494209e-06|
-|pypi|[tempora](https://pypi.org/project/tempora)|3.9359944420226675e-06|
-|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|3.9243243243243785e-06|
-|pypi|[matchms](https://github.com/matchms/matchms)|3.924324324324348e-06|
-|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|3.924324324324348e-06|
-|cran|reactR|3.924324324324324e-06|
-|cran|mlr3data|3.924324324324324e-06|
-|pypi|[yatiml](https://github.com/yatiml/yatiml)|3.898682432432435e-06|
-|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|3.879729729729747e-06|
-|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|3.873532866019542e-06|
-|cran|sommer|3.864684137024562e-06|
-|cran|MCMCpack|3.864684137024562e-06|
-|cran|CARBayes|3.864684137024562e-06|
-|cran|multcompView|3.864684137024562e-06|
-|cran|estimability|3.864684137024562e-06|
-|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|3.852972972972972e-06|
-|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|3.839012925969448e-06|
-|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|3.822393822393823e-06|
-|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|3.7895710928319675e-06|
-|pypi|[google-api-python-client](https://github.com/googleapis/google-api-python-client/)|3.7849199144973824e-06|
-|npm|[material-ui](http://material-ui.com/)|3.7841698841699056e-06|
-|cran|RNeXML|3.784169884169884e-06|
-|cran|phylobase|3.784169884169884e-06|
-|cran|striprtf|3.784169884169884e-06|
-|cran|streamR|3.784169884169884e-06|
-|cran|readODS|3.784169884169884e-06|
-|rubygems|regexp_parser|3.769831503656388e-06|
-|rubygems|rubocop-performance|3.769831503656388e-06|
-|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.746694386694386e-06|
-|cran|rlog|3.704781704781705e-06|
-|cran|loggit|3.704781704781705e-06|
-|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|3.702261445118585e-06|
-|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|3.6790540540540556e-06|
-|pypi|[quandl](https://github.com/quandl/quandl-python)|3.6790540540540556e-06|
-|cran|base64|3.679054054054054e-06|
-|cran|learnr|3.679054054054054e-06|
-|rubygems|[terminal-table](https://github.com/tj/terminal-table)|3.679054054054054e-06|
-|rubygems|minima|3.679054054054054e-06|
-|rubygems|mercenary|3.679054054054054e-06|
-|rubygems|jekyll-titles-from-headings|3.679054054054054e-06|
-|rubygems|jekyll-theme-time-machine|3.679054054054054e-06|
-|rubygems|jekyll-theme-tactile|3.679054054054054e-06|
-|rubygems|jekyll-theme-slate|3.679054054054054e-06|
-|rubygems|jekyll-theme-modernist|3.679054054054054e-06|
-|rubygems|jekyll-theme-minimal|3.679054054054054e-06|
-|rubygems|jekyll-theme-midnight|3.679054054054054e-06|
-|rubygems|jekyll-theme-merlot|3.679054054054054e-06|
-|rubygems|jekyll-theme-leap-day|3.679054054054054e-06|
-|rubygems|jekyll-theme-hacker|3.679054054054054e-06|
-|rubygems|jekyll-theme-dinky|3.679054054054054e-06|
-|rubygems|jekyll-theme-cayman|3.679054054054054e-06|
-|rubygems|jekyll-theme-architect|3.679054054054054e-06|
-|rubygems|jekyll-swiss|3.679054054054054e-06|
-|rubygems|jekyll-sitemap|3.679054054054054e-06|
-|rubygems|jekyll-seo-tag|3.679054054054054e-06|
-|rubygems|jekyll-relative-links|3.679054054054054e-06|
-|rubygems|jekyll-redirect-from|3.679054054054054e-06|
-|rubygems|jekyll-readme-index|3.679054054054054e-06|
-|rubygems|jekyll-paginate|3.679054054054054e-06|
-|rubygems|jekyll-optional-front-matter|3.679054054054054e-06|
-|rubygems|jekyll-mentions|3.679054054054054e-06|
-|rubygems|jekyll-include-cache|3.679054054054054e-06|
-|rubygems|jekyll-github-metadata|3.679054054054054e-06|
-|rubygems|jekyll-gist|3.679054054054054e-06|
-|rubygems|jekyll-feed|3.679054054054054e-06|
-|rubygems|jekyll-default-layout|3.679054054054054e-06|
-|rubygems|jekyll-coffeescript|3.679054054054054e-06|
-|rubygems|jekyll-avatar|3.679054054054054e-06|
-|rubygems|github-pages-health-check|3.679054054054054e-06|
-|rubygems|rubocop-github|3.679054054054054e-06|
-|npm|sinon-chai|3.6664928545857187e-06|
-|npm|repeat-string|3.6422635135135132e-06|
-|npm|tap-out|3.6422635135135132e-06|
-|npm|figures|3.6422635135135132e-06|
-|npm|pretty-ms|3.6422635135135132e-06|
-|npm|tapes|3.6422635135135132e-06|
-|cran|plotlyGeoAssets|3.6170910384068273e-06|
-|cran|listviewer|3.6170910384068273e-06|
-|rubygems|rqrcode_core|3.6039713182570322e-06|
-|rubygems|chunky_png|3.6039713182570322e-06|
-|rubygems|standardrb|3.6039713182570322e-06|
-|rubygems|chronic|3.6039713182570322e-06|
-|rubygems|fast_stack|3.6039713182570322e-06|
-|rubygems|guard|3.6039713182570322e-06|
-|rubygems|guard-minitest|3.6039713182570322e-06|
-|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|3.6010535081742783e-06|
-|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|3.5804511196715647e-06|
-|cran|FME|3.5679316050744618e-06|
-|npm|[node-minify](https://github.com/srod/node-minify)|3.567567567567595e-06|
-|pypi|[howfairis](https://github.com/fair-software/howfairis)|3.567567567567595e-06|
-|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|3.567567567567595e-06|
-|pypi|[pyone](http://opennebula.io)|3.567567567567595e-06|
-|pypi|[bigslice](https://github.com/satriaphd/bigslice)|3.567567567567595e-06|
-|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|3.567567567567595e-06|
-|pypi|[cpplint](https://github.com/cpplint/cpplint)|3.567567567567595e-06|
-|pypi|[synthia](https://github.com/dmey/synthia)|3.567567567567595e-06|
-|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|3.567567567567595e-06|
-|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|3.567567567567595e-06|
-|pypi|[symfem](https://github.com/mscroggs/symfem)|3.567567567567595e-06|
-|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|3.567567567567595e-06|
-|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|3.567567567567595e-06|
-|pypi|[contextily](https://github.com/darribas/contextily)|3.567567567567595e-06|
-|cran|[rlist](https://renkun.me/rlist)|3.567567567567595e-06|
-|cran|[CholWishart](https://github.com/gzt/CholWishart)|3.567567567567595e-06|
-|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|3.567567567567568e-06|
-|npm|Gmsh|3.567567567567568e-06|
-|npm|[MTEX](https://github.com/diversemix/mtex#readme)|3.567567567567568e-06|
-|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|3.567567567567568e-06|
-|npm|[graphql](https://github.com/graphql/graphql-js)|3.567567567567568e-06|
-|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|3.567567567567568e-06|
-|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|3.567567567567568e-06|
-|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|3.567567567567568e-06|
-|pypi|[electiondata](https://github.com/kavigupta/electiondata)|3.567567567567568e-06|
-|pypi|[clingo](https://github.com/potassco/clingo)|3.567567567567568e-06|
-|pypi|[libceed](https://libceed.readthedocs.io)|3.567567567567568e-06|
-|pypi|[tesliper](https://github.com/mishioo/tesliper)|3.567567567567568e-06|
-|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|3.567567567567568e-06|
-|pypi|[asciitree](http://github.com/mbr/asciitree)|3.5586486486486493e-06|
-|cran|diffobj|3.557403681354901e-06|
-|cran|[susieR](https://github.com/stephenslab/susieR)|3.5365452408930647e-06|
-|npm|babel-plugin-transform-object-rest-spread|3.5360231410651577e-06|
-|npm|karma-sourcemap-loader|3.5360231410651577e-06|
-|npm|karma-mocha|3.5360231410651577e-06|
-|npm|karma-chrome-launcher|3.5360231410651577e-06|
-|npm|karma-chai|3.5360231410651577e-06|
-|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|3.518847972972974e-06|
-|cran|rvg|3.4854196301564724e-06|
-|cran|officer|3.4854196301564724e-06|
-|cran|phosphoricons|3.4854196301564724e-06|
-|cran|datamods|3.4854196301564724e-06|
-|cran|[NMF](http://renozao.github.io/NMF)|3.4813186813186893e-06|
-|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|3.462639109697934e-06|
-|cran|[fastcluster](http://danifold.net/fastcluster.html)|3.453029871977249e-06|
-|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|3.4459459459459567e-06|
-|cran|aws.ec2metadata|3.44015444015444e-06|
-|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|3.4266449401584586e-06|
-|cran|loo|3.41795989537925e-06|
-|cran|ISLR|3.41795989537925e-06|
-|cran|ICSOutlier|3.41795989537925e-06|
-|cran|ICS|3.41795989537925e-06|
-|cran|CompQuadForm|3.41795989537925e-06|
-|cran|bigutilsr|3.41795989537925e-06|
-|cran|[umap](https://github.com/tkonopka/umap)|3.4133976833976917e-06|
-|pypi|[pytest-remotedata](https://github.com/astropy/pytest-remotedata)|3.3791938490214365e-06|
-|npm|karma-cli|3.3677494802494803e-06|
-|pypi|[PySide2](https://www.pyside.org)|3.360648648648682e-06|
-|pypi|[twiggy](https://github.com/wearpants/twiggy/)|3.351635846372691e-06|
-|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.3188057825267146e-06|
-|pypi|[pathy](https://github.com/justindujardin/pathy)|3.3188057825267146e-06|
-|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.3188057825267146e-06|
-|cran|[philentropy](https://github.com/HajkD/philentropy)|3.317837837837839e-06|
-|npm|[babel-polyfill](https://babeljs.io/)|3.310162099635793e-06|
-|npm|pkgfiles|3.2905825079738122e-06|
-|npm|puppeteer|3.2905825079738122e-06|
-|npm|obake|3.2905825079738122e-06|
-|npm|is-node-modern|3.2905825079738122e-06|
-|npm|in-publish|3.2905825079738122e-06|
-|npm|formidable|3.2905825079738122e-06|
-|npm|far|3.2905825079738122e-06|
-|npm|fake|3.2905825079738122e-06|
-|npm|asynckit|3.2905825079738122e-06|
-|cran|tidyquant|3.2905825079738122e-06|
-|cran|tibbletime|3.2905825079738122e-06|
-|cran|sweep|3.2905825079738122e-06|
-|cran|timetk|3.2905825079738122e-06|
-|pypi|[pydotplus](https://pypi.org/project/pydotplus)|3.280394946029621e-06|
-|pypi|[xcffib](https://pypi.org/project/xcffib)|3.2780371621621625e-06|
-|cran|[data.tree](http://github.com/gluc/data.tree)|3.2763807285546398e-06|
-|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|3.2602079002079004e-06|
-|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|3.2602079002079004e-06|
-|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|3.2602079002079004e-06|
-|cran|syslognet|3.2602079002079004e-06|
-|cran|botor|3.2602079002079004e-06|
-|cran|telegram|3.2602079002079004e-06|
-|cran|RPushbullet|3.2602079002079004e-06|
-|cran|slackr|3.2602079002079004e-06|
-|cran|[EMbC]()|3.217181467181475e-06|
-|cran|[geodist](https://github.com/hypertidy/geodist)|3.2108108108108713e-06|
-|cran|languageR|3.210810810810811e-06|
-|cran|arm|3.210810810810811e-06|
-|cran|hypergeo|3.210810810810811e-06|
-|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|3.1795827657896643e-06|
-|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|3.1795827657896643e-06|
-|cran|concaveman|3.1534749034749035e-06|
-|cran|tweenr|3.1534749034749035e-06|
-|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|3.135439665017129e-06|
-|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|3.135439665017129e-06|
-|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|3.121621621621623e-06|
-|npm|babel-plugin-istanbul|3.1115169040589206e-06|
-|rubygems|ruby-vips|3.089118272791742e-06|
-|rubygems|mini_magick|3.089118272791742e-06|
-|rubygems|minitest-hooks|3.089118272791742e-06|
-|rubygems|minispec-metadata|3.089118272791742e-06|
-|rubygems|dhash-vips|3.089118272791742e-06|
-|rubygems|codeclimate-test-reporter|3.089118272791742e-06|
-|rubygems|ZenTest|3.089118272791742e-06|
-|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|3.075289575289584e-06|
-|cran|snpStats|3.0712103407755583e-06|
-|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|3.0579150579150898e-06|
-|cran|skewt|3.027335907335907e-06|
-|cran|catdata|3.027335907335907e-06|
-|cran|MPV|3.027335907335907e-06|
-|cran|fit.models|3.027335907335907e-06|
-|cran|robust|3.027335907335907e-06|
-|cran|DEoptimR|3.027335907335907e-06|
-|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|3.010135135135135e-06|
-|pypi|[iso3166](https://pypi.org/project/iso3166)|3.010135135135135e-06|
-|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|3.010135135135135e-06|
-|pypi|[pvfactors](https://pypi.org/project/pvfactors)|3.010135135135135e-06|
-|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|2.972972972972991e-06|
-|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|2.972972972972991e-06|
-|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|2.972972972972991e-06|
-|pypi|[mne](https://mne.tools/dev/)|2.952469711090402e-06|
-|npm|phantomjs-prebuilt|2.943243243243243e-06|
-|cran|IRanges|2.943243243243243e-06|
-|cran|qdapDictionaries|2.943243243243243e-06|
-|npm|tar|2.913810810810811e-06|
-|npm|closurecompiler-externs|2.913810810810811e-06|
-|npm|jsdoc|2.913810810810811e-06|
-|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|2.913810810810811e-06|
-|pypi|[texttable](https://pypi.org/project/texttable)|2.913810810810811e-06|
-|pypi|[pymeeus](https://pypi.org/project/pymeeus)|2.913810810810811e-06|
-|cran|swagger|2.910899910899911e-06|
-|cran|nlshrink|2.9108999108999105e-06|
-|cran|NetworkComparisonTest|2.9108999108999105e-06|
-|cran|NetworkToolbox|2.9108999108999105e-06|
-|cran|mathjaxr|2.9108999108999105e-06|
-|cran|glassoFast|2.9108999108999105e-06|
-|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|2.9097972972973174e-06|
-|cran|[leafem](https://github.com/r-spatial/leafem)|2.909797297297302e-06|
-|pypi|[croniter](https://pypi.org/project/croniter)|2.8830405405405424e-06|
-|cran|[ghql](https://github.com/ropensci/ghql)|2.8746361746361756e-06|
-|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|2.871456822676335e-06|
-|pypi|[cudf](https://pypi.org/project/cudf)|2.871456822676335e-06|
-|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|2.871456822676335e-06|
-|pypi|[snappy](https://pypi.org/project/snappy)|2.871456822676335e-06|
-|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.871456822676335e-06|
-|pypi|[datashape](https://pypi.org/project/datashape)|2.871456822676335e-06|
-|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|2.845352669742911e-06|
-|pypi|[pyoculus](https://pypi.org/project/pyoculus)|2.8330683624801273e-06|
-|pypi|[py-spec](https://pypi.org/project/py-spec)|2.8330683624801273e-06|
-|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|2.8255135135135134e-06|
-|cran|tablerDash|2.8030888030888026e-06|
-|cran|argonDash|2.8030888030888026e-06|
-|cran|argonR|2.8030888030888026e-06|
-|cran|shinydashboardPlus|2.8030888030888026e-06|
-|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.7883357041251775e-06|
-|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|2.7883357041251775e-06|
-|pypi|[horovod](https://pypi.org/project/horovod)|2.7883357041251775e-06|
-|pypi|[pygam](https://github.com/dswah/pyGAM)|2.777606177606179e-06|
-|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|2.775057915057915e-06|
-|pypi|[itk-registration](https://pypi.org/project/itk-registration)|2.775057915057915e-06|
-|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|2.775057915057915e-06|
-|pypi|[itk-io](https://pypi.org/project/itk-io)|2.775057915057915e-06|
-|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|2.775057915057915e-06|
-|pypi|[itk-core](https://pypi.org/project/itk-core)|2.775057915057915e-06|
-|cran|[isdparser](https://github.com/ropensci/isdparser)|2.771235521235523e-06|
-|cran|geonames|2.771235521235523e-06|
-|cran|Exact|2.768742655699175e-06|
-|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|2.764040315395154e-06|
-|npm|gpx-parse|2.762888051023644e-06|
-|npm|node-geo-distance|2.762888051023644e-06|
-|npm|rx|2.762888051023644e-06|
-|npm|redis|2.762888051023644e-06|
-|npm|seed-random|2.7592905405405404e-06|
-|npm|freeport|2.7592905405405404e-06|
-|npm|ws|2.7592905405405404e-06|
-|npm|node-uuid|2.7592905405405404e-06|
-|npm|event-emitter|2.7592905405405404e-06|
-|cran|[xslt](https://github.com/ropensci/xslt)|2.7567567567567683e-06|
-|pypi|[spacy-transformers](https://spacy.io)|2.724211187932118e-06|
-|pypi|[pythainlp](https://pypi.org/project/pythainlp)|2.724211187932118e-06|
-|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|2.724211187932118e-06|
-|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|2.724211187932118e-06|
-|pypi|[natto-py](https://pypi.org/project/natto-py)|2.724211187932118e-06|
-|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|2.724211187932118e-06|
-|pypi|[sudachipy](https://pypi.org/project/sudachipy)|2.724211187932118e-06|
-|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|2.724211187932118e-06|
-|cran|starsdata|2.7193008225616923e-06|
-|cran|ncdfgeom|2.7193008225616923e-06|
-|cran|cubelyr|2.7193008225616923e-06|
-|cran|clue|2.7193008225616923e-06|
-|cran|effects|2.716839916839917e-06|
-|cran|alr4|2.716839916839917e-06|
-|cran|carData|2.716839916839917e-06|
-|cran|vtreat|2.716839916839917e-06|
-|cran|kknn|2.716839916839917e-06|
-|cran|smotefamily|2.716839916839917e-06|
-|cran|bestNormalize|2.716839916839917e-06|
-|cran|mlr3learners|2.716839916839917e-06|
-|cran|mlr3filters|2.716839916839917e-06|
-|cran|bbotk|2.716839916839917e-06|
-|pypi|[selenium](https://pypi.org/project/selenium)|2.716792219391966e-06|
-|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|2.682030405405405e-06|
-|pypi|[elementpath](https://pypi.org/project/elementpath)|2.682030405405405e-06|
-|rubygems|coffee-script-source|2.6759487038058466e-06|
-|cran|[Momocs](https://github.com/MomX/Momocs/)|2.6756756756757112e-06|
-|cran|[iptools](https://github.com/hrbrmstr/iptools)|2.675675675675696e-06|
-|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|2.675675675675681e-06|
-|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|2.675675675675681e-06|
-|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|2.675675675675681e-06|
-|pypi|[genshi](https://github.com/edgewall/genshi)|2.675675675675681e-06|
-|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|2.675675675675681e-06|
-|pypi|[neo](https://neuralensemble.org/neo)|2.675675675675681e-06|
-|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|2.675675675675681e-06|
-|pypi|[cspy](https://github.com/torressa/cspy)|2.675675675675681e-06|
-|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|2.675675675675681e-06|
-|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|2.675675675675681e-06|
-|cran|leaflet.minicharts|2.675675675675681e-06|
-|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|2.675675675675681e-06|
-|cran|[metR](https://github.com/eliocamp/metR)|2.675675675675681e-06|
-|npm|[tailwindcss](https://tailwindcss.com)|2.675675675675676e-06|
-|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|2.675675675675676e-06|
-|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|2.675675675675676e-06|
-|pypi|[easybuild](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-easyblocks](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-easyconfigs](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-framework](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[pscript](https://pypi.org/project/pscript)|2.6756756756756757e-06|
-|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|2.6756756756756757e-06|
-|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.6756756756756757e-06|
-|pypi|[path.py](https://pypi.org/project/path.py)|2.6756756756756757e-06|
-|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|2.6703243243243334e-06|
-|cran|gcookbook|2.65555781345255e-06|
-|pypi|[mygene](https://github.com/biothings/mygene.py)|2.648918918918935e-06|
-|cran|GA|2.6489189189189193e-06|
-|cran|gclus|2.6489189189189193e-06|
-|cran|qap|2.6489189189189193e-06|
-|cran|biomaRt|2.6489189189189185e-06|
-|rubygems|rack-test|2.6391738351835937e-06|
-|npm|serialize-javascript|2.6276329633204634e-06|
-|npm|jest-worker|2.6276329633204634e-06|
-|pypi|[nox](https://pypi.org/project/nox)|2.6262563587430347e-06|
-|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|2.6262563587430347e-06|
-|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|2.6262563587430347e-06|
-|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|2.6262563587430347e-06|
-|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|2.6262563587430347e-06|
-|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|2.622429729729721e-06|
-|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|2.6210700496414787e-06|
-|pypi|[hashin](https://pypi.org/project/hashin)|2.6034104836921737e-06|
-|pypi|[jsonref](https://pypi.org/project/jsonref)|2.6033601168736303e-06|
-|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|2.6033601168736303e-06|
-|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|2.6033601168736303e-06|
-|pypi|[promise](https://pypi.org/project/promise)|2.6033601168736303e-06|
-|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.6029079203272754e-06|
-|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.6029079203272754e-06|
-|cran|[xgboost](https://github.com/dmlc/xgboost)|2.5992277992278203e-06|
-|pypi|[testresources](https://pypi.org/project/testresources)|2.5900540540540542e-06|
-|pypi|[oslotest](https://pypi.org/project/oslotest)|2.5900540540540542e-06|
-|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|2.5900540540540542e-06|
-|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|2.5900540540540542e-06|
-|pypi|[betamax](https://pypi.org/project/betamax)|2.5900540540540542e-06|
-|pypi|[watermark](https://pypi.org/project/watermark)|2.5843111404087016e-06|
-|npm|eslint-plugin-jest|2.565538904521955e-06|
-|npm|moment-timezone|2.565538904521955e-06|
-|cran|dblog|2.5337485311398354e-06|
-|npm|babel-plugin-unassert|2.5227799227799226e-06|
-|npm|babel-preset-power-assert|2.5227799227799226e-06|
-|npm|eslint-config-mysticatea|2.5227799227799226e-06|
-|npm|if-node-version|2.5227799227799226e-06|
-|npm|opener|2.5227799227799226e-06|
-|npm|power-assert|2.5227799227799226e-06|
-|npm|shelljs|2.5227799227799226e-06|
-|npm|chokidar|2.5227799227799226e-06|
-|npm|glob2base|2.5227799227799226e-06|
-|npm|shell-quote|2.5227799227799226e-06|
-|npm|subarg|2.5227799227799226e-06|
-|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|2.5227799227799226e-06|
-|pypi|[clize](https://github.com/epsy/clize)|2.4972972972973044e-06|
-|pypi|[mip](https://github.com/coin-or/python-mip)|2.4937297297297393e-06|
-|pypi|[tvtk](https://pypi.org/project/tvtk)|2.4931001589825115e-06|
-|pypi|[IPython](https://ipython.org)|2.4796554796554994e-06|
-|npm|testing-library|2.46985446985447e-06|
-|npm|escape-html|2.4698544698544696e-06|
-|pypi|[resample](http://github.com/resample-project/resample)|2.452702702702703e-06|
-|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|2.452702702702703e-06|
-|pypi|[numba-stats](https://pypi.org/project/numba-stats)|2.452702702702703e-06|
-|cran|bcpa|2.452702702702703e-06|
-|cran|amt|2.452702702702703e-06|
-|cran|circular|2.452702702702703e-06|
-|pypi|[pytest-django](https://pypi.org/project/pytest-django)|2.4281756756756755e-06|
-|pypi|[sybil](https://pypi.org/project/sybil)|2.4281756756756755e-06|
-|pypi|[zope.component](https://pypi.org/project/zope.component)|2.4281756756756755e-06|
-|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|2.4281756756756755e-06|
-|cran|Rfast|2.4246397427175458e-06|
-|cran|genlasso|2.4246397427175458e-06|
-|cran|L0Learn|2.4246397427175458e-06|
-|cran|mixsqp|2.4246397427175458e-06|
-|rubygems|rubocop-standard|2.402647545504688e-06|
-|rubygems|minitest-focus|2.402647545504688e-06|
-|rubygems|unicode-display_width|2.402647545504688e-06|
-|rubygems|rubocop-ast|2.402647545504688e-06|
-|rubygems|rainbow|2.402647545504688e-06|
-|rubygems|parser|2.402647545504688e-06|
-|rubygems|parallel|2.402647545504688e-06|
-|rubygems|rspec_junit_formatter|2.402647545504688e-06|
-|npm|sendgrid-rest|2.3945029775538247e-06|
-|npm|system-sleep|2.3945029775538247e-06|
-|npm|lodash.chunk|2.3945029775538247e-06|
-|npm|mailparser|2.3945029775538247e-06|
-|npm|async.ensureasync|2.3945029775538247e-06|
-|npm|bottleneck|2.3945029775538247e-06|
-|npm|mocha-sinon|2.3945029775538247e-06|
-|npm|async.queue|2.3945029775538247e-06|
-|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|2.3808052950910103e-06|
-|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|2.3760000000000112e-06|
-|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.3651061776061773e-06|
-|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.3651061776061773e-06|
-|pypi|[nitime](https://pypi.org/project/nitime)|2.3651061776061773e-06|
-|pypi|[codespell](https://pypi.org/project/codespell)|2.3651061776061773e-06|
-|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.3651061776061773e-06|
-|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|2.3651061776061773e-06|
-|pypi|[h5io](https://pypi.org/project/h5io)|2.3651061776061773e-06|
-|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|2.341455115830116e-06|
-|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|2.338877338877338e-06|
-|cran|NetSwan|2.3034077555816687e-06|
-|cran|netrankr|2.3034077555816687e-06|
-|cran|RDCOMClient|2.3034077555816687e-06|
-|cran|base|2.3034077555816687e-06|
-|cran|fortunes|2.295145945945947e-06|
-|npm|methods|2.2934362934362933e-06|
-|pypi|[nbstripout](https://pypi.org/project/nbstripout)|2.2934362934362933e-06|
-|cran|mail|2.2934362934362933e-06|
-|cran|bibtex|2.2934362934362933e-06|
-|cran|synchronicity|2.2934362934362933e-06|
-|cran|doMPI|2.2934362934362933e-06|
-|cran|rngtools|2.2934362934362933e-06|
-|cran|pkgmaker|2.2934362934362933e-06|
-|pypi|[dcor](https://pypi.org/project/dcor)|2.283550792171482e-06|
-|cran|waveslim|2.283550792171482e-06|
-|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|2.282668986894338e-06|
-|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|2.264033264033264e-06|
-|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|2.264033264033264e-06|
-|npm|package-yaml|2.264033264033264e-06|
-|npm|json-loader|2.264033264033264e-06|
-|npm|isparta-loader|2.264033264033264e-06|
-|npm|isparta|2.264033264033264e-06|
-|npm|gh-pages|2.264033264033264e-06|
-|npm|gatsby|2.264033264033264e-06|
-|npm|expect|2.264033264033264e-06|
-|npm|enzyme-adapter-react-16|2.264033264033264e-06|
-|npm|enzyme|2.264033264033264e-06|
-|npm|conventional-changelog|2.264033264033264e-06|
-|npm|chai-enzyme|2.264033264033264e-06|
-|npm|babel-plugin-__coverage__|2.264033264033264e-06|
-|npm|add-stream|2.264033264033264e-06|
-|npm|karma-webpack|2.264033264033264e-06|
-|npm|karma-sinon|2.264033264033264e-06|
-|npm|karma-mocha-reporter|2.264033264033264e-06|
-|npm|lodash.isequal|2.264033264033264e-06|
-|npm|classnames|2.264033264033264e-06|
-|npm|clamp|2.264033264033264e-06|
-|npm|watch|2.264033264033264e-06|
-|npm|unminified-webpack-plugin|2.264033264033264e-06|
-|npm|jsonpath|2.264033264033264e-06|
-|npm|jest-cli|2.264033264033264e-06|
-|npm|globify|2.264033264033264e-06|
-|npm|codeclimate-test-reporter|2.264033264033264e-06|
-|npm|codacy-coverage|2.264033264033264e-06|
-|npm|cash-cat|2.264033264033264e-06|
-|npm|biased-opener|2.264033264033264e-06|
-|npm|random-buffer|2.264033264033264e-06|
-|npm|nock|2.264033264033264e-06|
-|npm|is-zip|2.264033264033264e-06|
-|npm|pify|2.264033264033264e-06|
-|npm|p-event|2.264033264033264e-06|
-|npm|make-dir|2.264033264033264e-06|
-|npm|got|2.264033264033264e-06|
-|npm|get-stream|2.264033264033264e-06|
-|npm|filenamify|2.264033264033264e-06|
-|npm|ext-name|2.264033264033264e-06|
-|npm|decompress|2.264033264033264e-06|
-|npm|content-disposition|2.264033264033264e-06|
-|npm|archive-type|2.264033264033264e-06|
-|pypi|[anndata](http://anndata.readthedocs.io)|2.2594594594594685e-06|
-|pypi|[scikit_learn](http://scikit-learn.org)|2.2297297297297466e-06|
-|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2297297297297394e-06|
-|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.196870554765302e-06|
-|cran|numbers|2.168705547652919e-06|
-|rubygems|letter_opener|2.1623827909542198e-06|
-|rubygems|rspec-rails|2.1623827909542198e-06|
-|pypi|[python-slugify](https://github.com/un33k/python-slugify)|2.1621621621621644e-06|
-|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|2.140540540540581e-06|
-|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|2.140540540540581e-06|
-|cran|Rd2md|2.140540540540581e-06|
-|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|2.1405405405405508e-06|
-|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|2.1405405405405508e-06|
-|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|2.1405405405405508e-06|
-|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|2.1405405405405508e-06|
-|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|2.1405405405405508e-06|
-|pypi|[RagTag](https://github.com/malonge/RagTag)|2.1405405405405508e-06|
-|pypi|[bakta](https://github.com/oschwengers/bakta)|2.1405405405405508e-06|
-|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|2.1405405405405508e-06|
-|pypi|[tripoli](https://github.com/DDMAL/tripoli)|2.1405405405405508e-06|
-|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|2.1405405405405508e-06|
-|pypi|[update_checker](https://github.com/bboe/update_checker)|2.1405405405405508e-06|
-|pypi|[ogb](https://github.com/snap-stanford/ogb)|2.1405405405405508e-06|
-|pypi|[foolbox](https://github.com/bethgelab/foolbox)|2.1405405405405508e-06|
-|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|2.1405405405405508e-06|
-|cran|[hash](http://www.johnhughes.org)|2.1405405405405508e-06|
-|cran|[leafletR](https://github.com/chgrl/leafletR)|2.1405405405405508e-06|
-|cran|[digitTests](https://koenderks.github.io/digitTests/)|2.1405405405405508e-06|
-|cran|[jfa](https://koenderks.github.io/jfa/)|2.1405405405405508e-06|
-|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|2.1405405405405406e-06|
-|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|2.1405405405405406e-06|
-|pypi|[ipympl](https://pypi.org/project/ipympl)|2.1405405405405406e-06|
-|pypi|[hvplot](https://pypi.org/project/hvplot)|2.1405405405405406e-06|
-|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|2.1405405405405207e-06|
-|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|2.1405405405405207e-06|
-|cran|textshaping|2.1320566908371787e-06|
-|pypi|[vcrpy](https://pypi.org/project/vcrpy)|2.131926695306977e-06|
-|cran|[fda](http://www.functionaldata.org)|2.1235521235521413e-06|
-|cran|R.cache|2.119135135135135e-06|
-|cran|tidymodels|2.0775834658187605e-06|
-|cran|DiagrammeRsvg|2.037629937629938e-06|
-|cran|rapportools|2.018223938223938e-06|
-|cran|suncalc|2.006756756756757e-06|
-|cran|fftw|2.006756756756757e-06|
-|cran|manipulate|2.006756756756757e-06|
-|cran|Gmedian|2.006756756756757e-06|
-|cran|fasttime|2.006756756756757e-06|
-|npm|should-util|2.0067567567567564e-06|
-|npm|mocha-better-spec-reporter|2.0067567567567564e-06|
-|npm|should-equal|2.0067567567567564e-06|
-|npm|eslint-config-shouldjs|2.0067567567567564e-06|
-|npm|should-type|2.0067567567567564e-06|
-|npm|should-format|2.0067567567567564e-06|
-|npm|should-type-adaptors|2.0067567567567564e-06|
-|npm|[compression](https://github.com/expressjs/compression#readme)|1.974903474903494e-06|
-|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|1.9621621621621892e-06|
-|cran|[kSamples](NA)|1.9324324324324372e-06|
-|pypi|[multipledispatch](http://github.com/mrocklin/multipledispatch/)|1.9073745173745312e-06|
-|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|1.9027027027027003e-06|
-|pypi|[mxnet](https://pypi.org/project/mxnet)|1.898866608544028e-06|
-|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|1.898866608544028e-06|
-|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|1.8935550935550937e-06|
-|cran|graphlayouts|1.892084942084942e-06|
-|npm|[which](https://github.com/isaacs/node-which#readme)|1.8868414018414053e-06|
-|pypi|[rpy2](https://rpy2.github.io)|1.881891891891906e-06|
-|npm|webpack-manifest-plugin|1.8687258687258687e-06|
-|npm|script-loader|1.8687258687258687e-06|
-|npm|recursive-readdir|1.8687258687258687e-06|
-|npm|react-dev-utils|1.8687258687258687e-06|
-|npm|output-file-sync|1.8687258687258687e-06|
-|npm|npm-release|1.8687258687258687e-06|
-|npm|jest-canvas-mock|1.8687258687258687e-06|
-|npm|imports-loader|1.8687258687258687e-06|
-|npm|fs-promise|1.8687258687258687e-06|
-|npm|flow-typed|1.8687258687258687e-06|
-|npm|flow-bin|1.8687258687258687e-06|
-|npm|find-cache-dir|1.8687258687258687e-06|
-|npm|filesize|1.8687258687258687e-06|
-|npm|fake-xml-http-request|1.8687258687258687e-06|
-|npm|eslint-plugin-flowtype|1.8687258687258687e-06|
-|npm|eslint-loader|1.8687258687258687e-06|
-|npm|eslint-config-react-app|1.8687258687258687e-06|
-|npm|dmd-clear|1.8687258687258687e-06|
-|npm|dagre|1.8687258687258687e-06|
-|npm|child-process-promise|1.8687258687258687e-06|
-|npm|case-sensitive-paths-webpack-plugin|1.8687258687258687e-06|
-|npm|babel-plugin-flow-react-proptypes|1.8687258687258687e-06|
-|npm|gulp-marked|1.8523908523908524e-06|
-|npm|gulp-mocha-phantomjs|1.8523908523908524e-06|
-|npm|humanize|1.8523908523908524e-06|
-|npm|chai-jquery|1.8523908523908524e-06|
-|npm|gulp-iife|1.8523908523908524e-06|
-|npm|gulp-cache|1.8523908523908524e-06|
-|npm|gulp-closure-compiler|1.8523908523908524e-06|
-|npm|drool|1.8523908523908524e-06|
-|npm|gulp-file|1.8523908523908524e-06|
-|npm|gulp-imagemin|1.8523908523908524e-06|
-|npm|escodegen|1.8523908523908524e-06|
-|npm|gulp-zip|1.8523908523908524e-06|
-|npm|gulp-csso|1.8523908523908524e-06|
-|npm|gulp-shell|1.8523908523908524e-06|
-|npm|merge-stream|1.8523908523908524e-06|
-|npm|swig|1.8523908523908524e-06|
-|npm|vinyl-paths|1.8523908523908524e-06|
-|npm|gulp-connect|1.8523908523908524e-06|
-|npm|gulp-css-inline-images|1.8523908523908524e-06|
-|npm|gulp-front-matter|1.8523908523908524e-06|
-|npm|gulp-jscs|1.8523908523908524e-06|
-|npm|gulp-open|1.8523908523908524e-06|
-|npm|gulp-flatten|1.8523908523908524e-06|
-|npm|gulp-load-plugins|1.8523908523908524e-06|
-|npm|gulp-sass|1.8523908523908524e-06|
-|npm|gulp-header|1.8523908523908524e-06|
-|npm|gulp-size|1.8523908523908524e-06|
-|npm|gulp-replace|1.8523908523908524e-06|
-|npm|gulp-sourcemaps|1.8523908523908524e-06|
-|npm|gulp-subtree|1.8523908523908524e-06|
-|npm|gulp-tap|1.8523908523908524e-06|
-|pypi|[starry](https://pypi.org/project/starry)|1.8523908523908524e-06|
-|pypi|[rtds-action](https://pypi.org/project/rtds-action)|1.8523908523908524e-06|
-|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|1.839527027027027e-06|
-|npm|node-libs-browser|1.839527027027027e-06|
-|npm|module-alias|1.839527027027027e-06|
-|npm|mocha-phantomjs-istanbul|1.839527027027027e-06|
-|npm|mocha-phantomjs-core|1.839527027027027e-06|
-|npm|get-port|1.839527027027027e-06|
-|npm|eslint-config-airbnb-base|1.839527027027027e-06|
-|npm|connect|1.839527027027027e-06|
-|npm|babel-plugin-module-resolver|1.839527027027027e-06|
-|npm|asap|1.839527027027027e-06|
-|npm|a-sync-waterfall|1.839527027027027e-06|
-|pypi|[sagemaker](https://pypi.org/project/sagemaker)|1.839527027027027e-06|
-|pypi|[ftfy](https://pypi.org/project/ftfy)|1.839527027027027e-06|
-|pypi|[fairscale](https://pypi.org/project/fairscale)|1.839527027027027e-06|
-|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|1.839527027027027e-06|
-|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.839527027027027e-06|
-|pypi|[unidic](https://pypi.org/project/unidic)|1.839527027027027e-06|
-|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|1.839527027027027e-06|
-|pypi|[ipadic](https://pypi.org/project/ipadic)|1.839527027027027e-06|
-|pypi|[fugashi](https://pypi.org/project/fugashi)|1.839527027027027e-06|
-|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|1.839527027027027e-06|
-|pypi|[rouge-score](https://pypi.org/project/rouge-score)|1.839527027027027e-06|
-|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|1.839527027027027e-06|
-|pypi|[datasets](https://pypi.org/project/datasets)|1.839527027027027e-06|
-|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.839527027027027e-06|
-|pypi|[codecarbon](https://pypi.org/project/codecarbon)|1.839527027027027e-06|
-|pypi|[timm](https://pypi.org/project/timm)|1.839527027027027e-06|
-|pypi|[sigopt](https://pypi.org/project/sigopt)|1.839527027027027e-06|
-|pypi|[optuna](https://pypi.org/project/optuna)|1.839527027027027e-06|
-|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|1.839527027027027e-06|
-|pypi|[torchaudio](https://pypi.org/project/torchaudio)|1.839527027027027e-06|
-|pypi|[optax](https://pypi.org/project/optax)|1.839527027027027e-06|
-|pypi|[flax](https://pypi.org/project/flax)|1.839527027027027e-06|
-|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|1.839527027027027e-06|
-|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|1.839527027027027e-06|
-|pypi|[tokenizers](https://pypi.org/project/tokenizers)|1.839527027027027e-06|
-|pypi|[sacremoses](https://pypi.org/project/sacremoses)|1.839527027027027e-06|
-|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.839527027027027e-06|
-|cran|leafsync|1.839527027027027e-06|
-|cran|leaflet.extras2|1.839527027027027e-06|
-|cran|satellite|1.839527027027027e-06|
-|cran|leafpop|1.839527027027027e-06|
-|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|1.8365837837837834e-06|
-|npm|[metascript](https://github.com/dcodeIO/MetaScript)|1.8365837837837834e-06|
-|npm|[testjs](https://github.com/dcodeIO/test.js)|1.8365837837837834e-06|
-|pypi|[cogapp](https://pypi.org/project/cogapp)|1.8211317567567566e-06|
-|pypi|[falcon](https://pypi.org/project/falcon)|1.8019856591285161e-06|
-|pypi|[pyramid](https://pypi.org/project/pyramid)|1.8019856591285161e-06|
-|pypi|[bottle](https://pypi.org/project/bottle)|1.8019856591285161e-06|
-|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|1.8019856591285161e-06|
-|pypi|[webtest](https://pypi.org/project/webtest)|1.8019856591285161e-06|
-|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|1.7973119381570183e-06|
-|pypi|[gsd](https://gsd.readthedocs.io)|1.7973119381570183e-06|
-|cran|[posterior](https://mc-stan.org/posterior/)|1.7962577962577994e-06|
-|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|1.7962577962577994e-06|
-|rubygems|method_source|1.783965802537231e-06|
-|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|1.7837837837837974e-06|
-|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|1.7837837837837974e-06|
-|pypi|[fhirclient](https://github.com/smart-on-fhir/client-py/)|1.7837837837837974e-06|
-|pypi|[Requests](https://requests.readthedocs.io)|1.7837837837837974e-06|
-|pypi|[AMAT](https://github.com/athulpg007/AMAT)|1.7837837837837974e-06|
-|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|1.7837837837837974e-06|
-|cran|[biblio](https://github.com/kamapu/biblio)|1.7837837837837974e-06|
-|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|1.7837837837837974e-06|
-|cran|[wdman](https://github.com/ropensci/wdman)|1.7837837837837974e-06|
-|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|1.7837837837837974e-06|
-|cran|[nplr](https://github.com/fredcommo/nplr)|1.7837837837837974e-06|
-|cran|[osqp](https://osqp.org)|1.7837837837837974e-06|
-|rubygems|[github-pages](https://github.com/github/pages-gem)|1.7837837837837974e-06|
-|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|1.783783783783784e-06|
-|npm|[long](https://github.com/dcodeIO/long.js#readme)|1.783783783783784e-06|
-|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|1.783783783783784e-06|
-|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|1.783783783783784e-06|
-|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|1.783783783783784e-06|
-|npm|its-set|1.7837837837837836e-06|
-|npm|babel-plugin-transform-es2015-modules-umd|1.7837837837837836e-06|
-|npm|babel-preset-stage-2|1.7837837837837836e-06|
-|npm|gulp-eslint|1.7837837837837836e-06|
-|npm|eslint-plugin-babel|1.7837837837837836e-06|
-|npm|pretty-hrtime|1.7482864864864863e-06|
-|npm|utf8|1.7482864864864863e-06|
-|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|1.664864864864857e-06|
-|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|1.6427404148334385e-06|
-|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|1.6427404148334385e-06|
-|pypi|[colorful](https://pypi.org/project/colorful)|1.6427404148334385e-06|
-|pypi|[dm-tree](https://pypi.org/project/dm-tree)|1.6427404148334385e-06|
-|pypi|[gpustat](https://pypi.org/project/gpustat)|1.6427404148334385e-06|
-|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|1.6427404148334385e-06|
-|pypi|[opencensus](https://pypi.org/project/opencensus)|1.6427404148334385e-06|
-|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|1.6427404148334385e-06|
-|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|1.6427404148334385e-06|
-|pypi|[py-spy](https://pypi.org/project/py-spy)|1.6427404148334385e-06|
-|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|1.6427404148334385e-06|
-|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|1.6427404148334385e-06|
-|pypi|[mercantile](https://github.com/mapbox/mercantile)|1.6306756756756825e-06|
-|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.63010395010395e-06|
-|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|babel-plugin-minify-replace|1.6288383414470371e-06|
-|npm|babel-plugin-minify-numeric-literals|1.6288383414470371e-06|
-|npm|babel-plugin-minify-mangle-names|1.6288383414470371e-06|
-|npm|babel-plugin-minify-infinity|1.6288383414470371e-06|
-|npm|babel-plugin-minify-guarded-expressions|1.6288383414470371e-06|
-|npm|babel-plugin-minify-flip-comparisons|1.6288383414470371e-06|
-|npm|babel-plugin-minify-dead-code-elimination|1.6288383414470371e-06|
-|npm|babel-plugin-minify-constant-folding|1.6288383414470371e-06|
-|npm|babel-plugin-minify-builtins|1.6288383414470371e-06|
-|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|1.6187837837837835e-06|
-|pypi|[zope.testing](https://pypi.org/project/zope.testing)|1.6187837837837835e-06|
-|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|1.6187837837837835e-06|
-|pypi|[pep440](https://pypi.org/project/pep440)|1.6187837837837835e-06|
-|npm|babel-helper-evaluate-path|1.612549958032567e-06|
-|npm|esutils|1.612549958032567e-06|
-|npm|babel-helper-is-void-0|1.612549958032567e-06|
-|cran|whitening|1.6054054054054054e-06|
-|cran|randtoolbox|1.6054054054054054e-06|
-|cran|mc2d|1.6054054054054054e-06|
-|cran|ggExtra|1.6054054054054054e-06|
-|cran|DiceDesign|1.6054054054054054e-06|
-|cran|condMVNorm|1.6054054054054054e-06|
-|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|1.604768339768338e-06|
-|cran|showtextdb|1.599042518127884e-06|
-|cran|sysfonts|1.599042518127884e-06|
-|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|1.5893513513513516e-06|
-|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|1.5893513513513516e-06|
-|cran|rematch2|1.5893513513513514e-06|
-|rubygems|[puma](https://puma.io)|1.5856064622884906e-06|
-|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.5856064622884868e-06|
-|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|1.5518918918918986e-06|
-|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|1.5380819529206627e-06|
-|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|1.5380819529206627e-06|
-|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|1.5380819529206627e-06|
-|pypi|[proselint](https://pypi.org/project/proselint)|1.5380819529206627e-06|
-|pypi|[imgaug](https://github.com/aleju/imgaug)|1.5362731152204992e-06|
-|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|1.5362731152204844e-06|
-|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|1.5289575289575449e-06|
-|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|1.5289575289575449e-06|
-|npm|[path](http://nodejs.org/docs/latest/api/path.html)|1.5289575289575449e-06|
-|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|1.5289575289575449e-06|
-|pypi|[Eir](https://github.com/mjacob1002/Eir)|1.5289575289575449e-06|
-|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|1.5289575289575449e-06|
-|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|1.5289575289575449e-06|
-|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|1.5289575289575449e-06|
-|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|1.5289575289575449e-06|
-|pypi|[bed-reader](https://pypi.org/project/bed-reader)|1.5289575289575449e-06|
-|pypi|[physical-validation](https://physical-validation.readthedocs.io)|1.5289575289575449e-06|
-|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|1.5289575289575449e-06|
-|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|1.5289575289575449e-06|
-|cran|[httr2](https://httr2.r-lib.org)|1.5289575289575449e-06|
-|cran|[phylocomr](https://github.com/ropensci/phylocomr)|1.5289575289575449e-06|
-|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|1.5289575289575449e-06|
-|cran|RISmed|1.5289575289575449e-06|
-|cran|sde|1.5289575289575449e-06|
-|cran|[tidytree](https://yulab-smu.top/treedata-book/)|1.5289575289575449e-06|
-|cran|[itsadug](NA)|1.5289575289575449e-06|
-|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|1.5289575289575449e-06|
-|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|1.528957528957529e-06|
-|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|1.528957528957529e-06|
-|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|1.5265072765072838e-06|
-|pypi|[usort](https://pypi.org/project/usort)|1.5050675675675675e-06|
-|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.4942619542619541e-06|
-|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.4942619542619541e-06|
-|pypi|[get_version](https://pypi.org/project/get_version)|1.4942619542619541e-06|
-|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.4942619542619541e-06|
-|rubygems|[redis](https://github.com/redis/redis-rb)|1.4904123811686844e-06|
-|rubygems|[stackprof](http://github.com/tmm1/stackprof)|1.4904123811686844e-06|
-|go|golang.org/x/sys|1.4850927773071353e-06|
-|pypi|[nodeenv](https://pypi.org/project/nodeenv)|1.4569054054054054e-06|
-|pypi|[identify](https://pypi.org/project/identify)|1.4569054054054054e-06|
-|pypi|[cfgv](https://pypi.org/project/cfgv)|1.4569054054054054e-06|
-|npm|assume|1.4408954558954559e-06|
-|npm|spawn-sync|1.4408954558954559e-06|
-|pypi|[connexion](https://github.com/zalando/connexion)|1.427027027027014e-06|
-|cran|[contentid](https://github.com/cboettig/contentid)|1.427027027027014e-06|
-|npm|[morgan](https://github.com/expressjs/morgan#readme)|1.4048856548856605e-06|
-|pypi|[furl](https://pypi.org/project/furl)|1.4015444015444015e-06|
-|pypi|[pyodbc](https://pypi.org/project/pyodbc)|1.4015444015444015e-06|
-|pypi|[pymysql](https://pypi.org/project/pymysql)|1.4015444015444015e-06|
-|pypi|[pg8000](https://pypi.org/project/pg8000)|1.4015444015444015e-06|
-|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|1.4015444015444015e-06|
-|pypi|[flexmock](https://pypi.org/project/flexmock)|1.4015444015444015e-06|
-|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|1.4015444015444015e-06|
-|pypi|[pendulum](https://pypi.org/project/pendulum)|1.4015444015444015e-06|
-|pypi|[intervals](https://pypi.org/project/intervals)|1.4015444015444015e-06|
-|pypi|[colour](https://pypi.org/project/colour)|1.4015444015444015e-06|
-|pypi|[arrow](https://pypi.org/project/arrow)|1.4015444015444015e-06|
-|rubygems|xpath|1.3671839581517e-06|
-|rubygems|mini_mime|1.3671839581517e-06|
-|rubygems|matrix|1.3671839581517e-06|
-|rubygems|webdrivers|1.3671839581517e-06|
-|rubygems|sinatra|1.3671839581517e-06|
-|rubygems|selenium-webdriver|1.3671839581517e-06|
-|rubygems|selenium_statistics|1.3671839581517e-06|
-|rubygems|sauce_whisk|1.3671839581517e-06|
-|rubygems|rubocop-rake|1.3671839581517e-06|
-|rubygems|rubocop-minitest|1.3671839581517e-06|
-|rubygems|rspec-instafail|1.3671839581517e-06|
-|rubygems|launchy|1.3671839581517e-06|
-|rubygems|irb|1.3671839581517e-06|
-|rubygems|erubi|1.3671839581517e-06|
-|rubygems|cucumber|1.3671839581517e-06|
-|cran|thematic|1.3658488175675674e-06|
-|npm|grunt-contrib-clean|1.3514892443463872e-06|
-|npm|grunt-contrib-watch|1.3514892443463872e-06|
-|npm|grunt-eslint|1.3514892443463872e-06|
-|npm|grunt-release|1.3514892443463872e-06|
-|npm|grunt-jsdoc|1.3514892443463872e-06|
-|npm|grunt-mocha-istanbul|1.3514892443463872e-06|
-|npm|help-me-test|1.3514892443463872e-06|
-|npm|require-dir|1.3514892443463872e-06|
-|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|1.3505791505791607e-06|
-|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|1.3378378378378406e-06|
-|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|1.3378378378378406e-06|
-|npm|[svgr](https://github.com/smooth-code/svgr#readme)|1.3378378378378406e-06|
-|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.3378378378378406e-06|
-|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|1.3378378378378406e-06|
-|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|1.3378378378378406e-06|
-|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|1.3378378378378406e-06|
-|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|1.3378378378378406e-06|
-|pypi|[nodepy](https://github.com/ketch/nodepy)|1.3378378378378406e-06|
-|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|1.3378378378378406e-06|
-|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|1.3378378378378406e-06|
-|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|1.3378378378378406e-06|
-|pypi|[questionary](https://github.com/tmbo/questionary)|1.3378378378378406e-06|
-|pypi|[iPython](https://ipython.org)|1.3378378378378406e-06|
-|cran|Rlabkey|1.3378378378378406e-06|
-|cran|[LiblineaR]()|1.3378378378378406e-06|
-|cran|[fishtree](https://fishtreeoflife.org/)|1.3378378378378406e-06|
-|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|1.337837837837838e-06|
-|npm|[daisyui](https://github.com/saadeghi/daisyui)|1.337837837837838e-06|
-|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|1.3244594594594675e-06|
-|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|1.2984896661367271e-06|
-|pypi|[percy](https://pypi.org/project/percy)|1.2969003275000826e-06|
-|pypi|[diskcache](https://pypi.org/project/diskcache)|1.2969003275000826e-06|
-|pypi|[fire](https://pypi.org/project/fire)|1.2969003275000826e-06|
-|pypi|[preconditions](https://pypi.org/project/preconditions)|1.2969003275000826e-06|
-|pypi|[mimesis](https://pypi.org/project/mimesis)|1.2969003275000826e-06|
-|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|1.2969003275000826e-06|
-|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|1.2969003275000826e-06|
-|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|1.2969003275000826e-06|
-|npm|karma-tap-reporter|1.2719898770318938e-06|
-|npm|karma-spec-reporter|1.2719898770318938e-06|
-|npm|karma-rollup-preprocessor|1.2719898770318938e-06|
-|npm|karma-html-reporter|1.2719898770318938e-06|
-|npm|karma-firefox-launcher|1.2719898770318938e-06|
-|npm|karma-chai-sinon|1.2719898770318938e-06|
-|npm|eslint-plugin-mocha|1.2719898770318938e-06|
-|npm|eslint-config-nfl|1.2719898770318938e-06|
-|npm|cz-conventional-changelog|1.2719898770318938e-06|
-|npm|conventional-changelog-cli|1.2719898770318938e-06|
-|npm|babel-plugin-transform-class-properties|1.2719898770318938e-06|
-|npm|react-side-effect|1.2719898770318938e-06|
-|npm|react-fast-compare|1.2719898770318938e-06|
-|rubygems|webpacker|1.2719898770318938e-06|
-|rubygems|sassc|1.2719898770318938e-06|
-|rubygems|rubocop-discourse|1.2719898770318938e-06|
-|rubygems|mini_racer|1.2719898770318938e-06|
-|rubygems|listen|1.2719898770318938e-06|
-|rubygems|dalli|1.2719898770318938e-06|
-|go|github.com/gorilla/mux|1.2361927144535842e-06|
-|go|golang.org/x/crypto|1.2361927144535842e-06|
-|cran|pheatmap|1.2322190611664338e-06|
-|cran|[shinyalert](https://github.com/daattali/shinyalert)|1.2322190611664338e-06|
-|npm|tslint-config-semistandard|1.2263513513513514e-06|
-|npm|optimist|1.2263513513513514e-06|
-|npm|eslint-plugin-dependencies|1.2263513513513514e-06|
-|npm|eslint-config-semistandard|1.2263513513513514e-06|
-|npm|doctoc|1.2263513513513514e-06|
-|npm|snappy|1.2263513513513514e-06|
-|npm|optional|1.2263513513513514e-06|
-|npm|nested-error-stacks|1.2263513513513514e-06|
-|npm|denque|1.2263513513513514e-06|
-|npm|buffermaker|1.2263513513513514e-06|
-|npm|buffer-crc32|1.2263513513513514e-06|
-|npm|binary|1.2263513513513514e-06|
-|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|1.2241653418124035e-06|
-|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.2040540540540505e-06|
-|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|1.1999999999999923e-06|
-|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|1.1891891891891933e-06|
-|npm|[react-sigma](https://github.com/dunnock/react-sigma)|1.1891891891891933e-06|
-|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|1.1891891891891933e-06|
-|npm|[js-sha256](https://github.com/emn178/js-sha256)|1.1891891891891933e-06|
-|pypi|[retriever](https://github.com/weecology/retriever)|1.1891891891891933e-06|
-|pypi|[modAL](https://modAL-python.github.io/)|1.1891891891891933e-06|
-|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|1.1891891891891933e-06|
-|pypi|[yabox](https://github.com/pablormier/yabox)|1.1891891891891933e-06|
-|pypi|[injector](https://github.com/alecthomas/injector)|1.1891891891891933e-06|
-|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|1.1891891891891933e-06|
-|pypi|[transformers](https://github.com/huggingface/transformers)|1.1891891891891933e-06|
-|pypi|[stanza](https://github.com/stanfordnlp/stanza)|1.1891891891891933e-06|
-|pypi|[easywebdav](http://github.com/amnong/easywebdav)|1.1891891891891933e-06|
-|pypi|[dca](https://github.com/theislab/dca)|1.1891891891891933e-06|
-|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|1.1891891891891933e-06|
-|cran|treeman|1.1891891891891933e-06|
-|cran|[treemapify](https://wilkox.org/treemapify/)|1.1891891891891933e-06|
-|cran|[restez](https://github.com/ropensci/restez#readme)|1.1891891891891933e-06|
-|cran|[spocc](https://github.com/ropensci/spocc)|1.1891891891891933e-06|
-|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.1891891891891933e-06|
-|cran|[babette](https://docs.ropensci.org/babette/)|1.1891891891891933e-06|
-|cran|[kinship2](https://cran.r-project.org/package=kinship2)|1.1891891891891933e-06|
-|cran|[corrr](https://github.com/tidymodels/corrr)|1.1891891891891933e-06|
-|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.1891891891891933e-06|
-|pypi|[python-sat](https://github.com/pysathq/pysat)|1.1772972972973045e-06|
-|pypi|[re-assert](https://pypi.org/project/re-assert)|1.1527163647163646e-06|
-|pypi|[devpi-server](https://pypi.org/project/devpi-server)|1.1527163647163646e-06|
-|pypi|[devpi-client](https://pypi.org/project/devpi-client)|1.1527163647163646e-06|
-|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|1.1527163647163646e-06|
-|npm|taper|1.1037162162162162e-06|
-|npm|server-destroy|1.1037162162162162e-06|
-|npm|karma-tap|1.1037162162162162e-06|
-|npm|karma-phantomjs-launcher|1.1037162162162162e-06|
-|npm|karma-browserify|1.1037162162162162e-06|
-|npm|function-bind|1.1037162162162162e-06|
-|npm|buffer-equal|1.1037162162162162e-06|
-|npm|tunnel-agent|1.1037162162162162e-06|
-|npm|tough-cookie|1.1037162162162162e-06|
-|npm|qs|1.1037162162162162e-06|
-|npm|performance-now|1.1037162162162162e-06|
-|npm|oauth-sign|1.1037162162162162e-06|
-|npm|isstream|1.1037162162162162e-06|
-|npm|is-typedarray|1.1037162162162162e-06|
-|npm|http-signature|1.1037162162162162e-06|
-|npm|har-validator|1.1037162162162162e-06|
-|npm|forever-agent|1.1037162162162162e-06|
-|npm|extend|1.1037162162162162e-06|
-|npm|caseless|1.1037162162162162e-06|
-|npm|aws4|1.1037162162162162e-06|
-|npm|aws-sign2|1.1037162162162162e-06|
-|pypi|[sparse](https://github.com/pydata/sparse/)|1.0970270270270366e-06|
-|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|1.0867359667359665e-06|
-|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|1.0867359667359665e-06|
-|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|1.0867359667359665e-06|
-|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|1.0867359667359665e-06|
-|pypi|[nbdime](https://pypi.org/project/nbdime)|1.0867359667359665e-06|
-|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|1.0867359667359665e-06|
-|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|1.0867359667359665e-06|
-|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|1.0867359667359665e-06|
-|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|1.0867359667359665e-06|
-|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|1.0867359667359665e-06|
-|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|1.0867359667359665e-06|
-|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|1.0867359667359665e-06|
-|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|1.0867359667359665e-06|
-|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.0867359667359665e-06|
-|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|1.0867359667359665e-06|
-|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|1.0867359667359665e-06|
-|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|1.0867359667359665e-06|
-|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|1.0867359667359665e-06|
-|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|1.0867359667359665e-06|
-|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|1.0867359667359665e-06|
-|rubygems|rspec-extra-formatters|1.0811913954771099e-06|
-|rubygems|paranoia|1.0811913954771099e-06|
-|rubygems|paper_trail|1.0811913954771099e-06|
-|rubygems|discard|1.0811913954771099e-06|
-|rubygems|database_cleaner|1.0811913954771099e-06|
-|rubygems|after_commit_action|1.0811913954771099e-06|
-|go|golang.org/x/net|1.0810810810810812e-06|
-|pypi|[clldutils](https://github.com/clld/clldutils)|1.0702702702702904e-06|
-|pypi|[pypka](https://pypka.org)|1.0702702702702904e-06|
-|cran|gdata|1.0702702702702904e-06|
-|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|1.0702702702702754e-06|
-|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|1.0702702702702754e-06|
-|pypi|[louvain](https://github.com/vtraag/louvain-igraph)|1.0702702702702754e-06|
-|pypi|[slab](http://github.com/DrMarc/slab.git)|1.0702702702702754e-06|
-|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|1.0702702702702754e-06|
-|cran|[jmvcore](https://www.jamovi.org)|1.0702702702702754e-06|
-|cran|[scrapeR](http://www.ryanacton.com)|1.0702702702702754e-06|
-|cran|[analogue](https://github.com/gavinsimpson/analogue)|1.0702702702702754e-06|
-|cran|googlePolylines|1.0702702702702754e-06|
-|cran|[C50](https://topepo.github.io/C5.0/)|1.0702702702702754e-06|
-|cran|ggm|1.0702702702702754e-06|
-|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|1.0702702702702754e-06|
-|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|1.0702702702702703e-06|
-|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|1.0702702702702703e-06|
-|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|1.0702702702702604e-06|
-|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.0702702702702604e-06|
-|cran|[cowsay](https://github.com/sckott/cowsay)|1.0702702702702604e-06|
-|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|1.059567567567565e-06|
-|go|github.com/opencontainers/go-digest|9.98606290820649e-07|
-|go|github.com/opencontainers/image-spec|9.98606290820649e-07|
-|go|github.com/spf13/cobra|9.98606290820649e-07|
-|pypi|[grpcio-reflection](https://grpc.io)|9.900000000000075e-07|
-|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|9.72972972972986e-07|
-|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|9.72972972972971e-07|
-|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|9.72972972972971e-07|
-|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|9.72972972972971e-07|
-|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|9.72972972972971e-07|
-|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|9.72972972972971e-07|
-|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|9.72972972972971e-07|
-|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|9.72972972972971e-07|
-|pypi|[overrides](https://github.com/mkorpela/overrides)|9.72972972972971e-07|
-|pypi|[wandb](https://github.com/wandb/client)|9.72972972972971e-07|
-|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|9.72972972972971e-07|
-|pypi|[FitBenchmarking](http://fitbenchmarking.com)|9.72972972972971e-07|
-|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|9.72972972972971e-07|
-|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|9.72972972972971e-07|
-|cran|pbs|9.72972972972971e-07|
-|cran|[sofa](https://github.com/ropensci/sofa)|9.72972972972971e-07|
-|cran|[elastic](https://docs.ropensci.org/elastic)|9.72972972972971e-07|
-|cran|[mongolite](https://github.com/jeroen/mongolite/)|9.72972972972971e-07|
-|cran|[haldensify](https://github.com/nhejazi/haldensify)|9.72972972972971e-07|
-|cran|lspline|9.72972972972971e-07|
-|cran|[keyATM](https://keyatm.github.io/keyATM/)|9.72972972972971e-07|
-|cran|[irr](https://www.r-project.org)|9.72972972972971e-07|
-|cran|[BFpack](https://github.com/jomulder/BFpack)|9.72972972972971e-07|
-|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|9.067567567567597e-07|
-|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|8.918918918918987e-07|
-|pypi|[lightkurve](https://docs.lightkurve.org)|8.918918918918987e-07|
-|pypi|[k2sc](https://github.com/OxES/k2sc)|8.918918918918987e-07|
-|pypi|[iScore](https://github.com/DeepRank/iScore)|8.918918918918987e-07|
-|pypi|[deeprank](https://github.com/DeepRank/deeprank)|8.918918918918987e-07|
-|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|8.918918918918987e-07|
-|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|8.918918918918987e-07|
-|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|8.918918918918987e-07|
-|cran|[strex](https://rorynolan.github.io/strex/)|8.918918918918987e-07|
-|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|8.918918918918987e-07|
-|cran|rje|8.918918918918987e-07|
-|cran|[usefun](https://github.com/bblodfon/usefun)|8.918918918918987e-07|
-|cran|rCAT|8.918918918918987e-07|
-|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|8.829729729729729e-07|
-|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|8.829729729729729e-07|
-|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|8.829729729729729e-07|
-|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|8.562162162162173e-07|
-|pypi|[geopy](https://github.com/geopy/geopy)|8.531288981289033e-07|
-|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|8.232848232848434e-07|
-|cran|[repr](https://github.com/IRkernel/repr/)|8.232848232848434e-07|
-|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|8.232848232848284e-07|
-|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|8.232848232848284e-07|
-|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|8.232848232848284e-07|
-|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|8.232848232848284e-07|
-|pypi|[healpy](http://github.com/healpy)|8.232848232848284e-07|
-|cran|R2jags|8.232848232848284e-07|
-|cran|[bib2df](https://github.com/ropensci/bib2df)|8.232848232848284e-07|
-|cran|[waiter](https://waiter.john-coene.com/)|8.232848232848284e-07|
-|cran|[pwr](https://github.com/heliosdrm/pwr)|8.232848232848284e-07|
-|cran|[likert](http://jason.bryer.org/likert)|8.232848232848284e-07|
-|cran|[plumber](https://www.rplumber.io)|8.232848232848284e-07|
-|cran|[tictoc](https://github.com/collectivemedia/tictoc)|8.232848232848284e-07|
-|npm|[aws-amplify](https://aws-amplify.github.io/)|8.232848232848233e-07|
-|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|8.232848232848233e-07|
-|pypi|[outcome](https://github.com/python-trio/outcome)|8.144247104247031e-07|
-|npm|[cors](https://github.com/expressjs/cors#readme)|7.702702702702755e-07|
-|npm|[cpx](https://github.com/mysticatea/cpx)|7.644787644787724e-07|
-|npm|tls|7.644787644787724e-07|
-|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|7.644787644787724e-07|
-|pypi|[nibabel](https://nipy.org/nibabel)|7.644787644787724e-07|
-|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|7.644787644787724e-07|
-|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|7.644787644787724e-07|
-|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|7.644787644787724e-07|
-|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|7.644787644787724e-07|
-|pypi|[plotnine](https://github.com/has2k1/plotnine)|7.644787644787724e-07|
-|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|7.644787644787724e-07|
-|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|7.644787644787724e-07|
-|cran|[outsider](https://github.com/ropensci/outsider#readme)|7.644787644787724e-07|
-|cran|[anomalize](https://github.com/business-science/anomalize)|7.644787644787724e-07|
-|cran|[depmixS4](https://depmix.github.io/)|7.644787644787724e-07|
-|cran|GeoLight|7.644787644787724e-07|
-|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|7.644787644787724e-07|
-|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|7.644787644787724e-07|
-|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|7.644787644787724e-07|
-|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|7.644787644787724e-07|
-|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|7.644787644787724e-07|
-|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|7.644787644787724e-07|
-|go|github.com/docker/distribution|7.497062279670976e-07|
-|go|github.com/sirupsen/logrus|7.497062279670976e-07|
-|go|golang.org/x/sync|7.497062279670976e-07|
-|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|7.135135135135135e-07|
-|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|7.135135135135135e-07|
-|npm|[cesium](http://cesium.com/cesiumjs/)|7.135135135135135e-07|
-|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|7.13513513513507e-07|
-|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|7.13513513513507e-07|
-|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|7.13513513513507e-07|
-|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|7.13513513513507e-07|
-|cran|[iotools](http://www.rforge.net/iotools)|7.13513513513507e-07|
-|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|7.13513513513507e-07|
-|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|7.13513513513507e-07|
-|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|7.063783783783767e-07|
-|cran|[biomartr](https://docs.ropensci.org/biomartr/)|6.689189189189278e-07|
-|npm|express-flash|6.689189189189203e-07|
-|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|6.689189189189203e-07|
-|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|6.689189189189203e-07|
-|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|6.689189189189203e-07|
-|pypi|[elmada](https://github.com/DrafProject/elmada)|6.689189189189203e-07|
-|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|6.689189189189203e-07|
-|pypi|[pirecorder](https://github.com/jollejolles)|6.689189189189203e-07|
-|pypi|[frites](https://github.com/brainets/frites)|6.689189189189203e-07|
-|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|6.689189189189203e-07|
-|pypi|[pebble](https://github.com/noxdafox/pebble)|6.689189189189203e-07|
-|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|6.689189189189203e-07|
-|cran|ggnewscale|6.689189189189203e-07|
-|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|6.689189189189203e-07|
-|cran|[scattermore](https://github.com/exaexa/scattermore)|6.689189189189203e-07|
-|cran|[codemeta](https://github.com/cboettig/codemeta)|6.689189189189203e-07|
-|cran|[rplos](https://docs.ropensci.org/rplos)|6.689189189189203e-07|
-|cran|[microdemic](https://github.com/ropensci/microdemic)|6.689189189189203e-07|
-|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|6.689189189189203e-07|
-|cran|[osmextract](https://docs.ropensci.org/osmextract/)|6.689189189189203e-07|
-|cran|[smoothr](https://strimas.com/smoothr/)|6.689189189189203e-07|
-|cran|[BSDA](https://github.com/alanarnholt/BSDA)|6.689189189189203e-07|
-|cran|[UNF](https://github.com/leeper/UNF)|6.689189189189203e-07|
-|cran|[dplR](https://github.com/AndyBunn/dplR)|6.689189189189203e-07|
-|cran|[lunar](http://statistics.lazaridis.eu)|6.689189189189203e-07|
-|cran|[esquisse](https://dreamrs.github.io/esquisse/)|6.689189189189203e-07|
-|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|6.689189189189203e-07|
-|cran|randomcoloR|6.689189189189203e-07|
-|cran|[sortable](https://rstudio.github.io/sortable/)|6.689189189189203e-07|
-|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|6.68918918918919e-07|
-|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|6.622297297297262e-07|
-|go|github.com/davecgh/go-spew|6.415981198589894e-07|
-|go|github.com/onsi/ginkgo|6.415981198589894e-07|
-|go|github.com/onsi/gomega|6.415981198589894e-07|
-|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|6.295707472178144e-07|
-|npm|[root](https://github.com/mafintosh/root#readme)|6.295707472178068e-07|
-|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|6.295707472178068e-07|
-|pypi|[pygmsh](https://pypi.org/project/pygmsh)|6.295707472178068e-07|
-|pypi|[pacopy](https://github.com/sigma-py/pacopy)|6.295707472178068e-07|
-|pypi|[dmsh](https://pypi.org/project/dmsh)|6.295707472178068e-07|
-|pypi|[glvis](https://github.com/glvis/pyglvis)|6.295707472178068e-07|
-|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|6.295707472178068e-07|
-|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|6.295707472178068e-07|
-|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|6.295707472178068e-07|
-|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|6.295707472177993e-07|
-|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|6.295707472177993e-07|
-|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|5.945945945945967e-07|
-|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|5.945945945945967e-07|
-|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|5.945945945945967e-07|
-|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|5.945945945945967e-07|
-|pypi|[pymunk](http://www.pymunk.org)|5.945945945945967e-07|
-|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|5.945945945945967e-07|
-|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|5.945945945945967e-07|
-|cran|[uwot](https://github.com/jlmelville/uwot)|5.945945945945967e-07|
-|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|5.945945945945967e-07|
-|cran|[FedData](https://github.com/ropensci/FedData)|5.945945945945967e-07|
-|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|5.945945945945967e-07|
-|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|5.945945945945967e-07|
-|cran|minpack.lm|5.945945945945967e-07|
-|cran|smoother|5.945945945945967e-07|
-|cran|[ptw](https://github.com/rwehrens/ptw)|5.945945945945967e-07|
-|go|github.com/bradfitz/gomemcache|5.945945945945947e-07|
-|go|github.com/docker/libtrust|5.945945945945947e-07|
-|go|github.com/phayes/permbits|5.945945945945947e-07|
-|go|github.com/spf13/afero|5.945945945945947e-07|
-|go|github.com/spf13/viper|5.945945945945947e-07|
-|go|github.com/sylabs/sif|5.945945945945947e-07|
-|go|github.com/vmihailenco/msgpack|5.945945945945947e-07|
-|go|google.golang.org/appengine|5.945945945945947e-07|
-|cran|[longitudinalData](http:www.r-project.org)|5.886486486486523e-07|
-|pypi|[chart-studio](https://plot.ly/python/)|5.633001422475134e-07|
-|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|5.633001422475134e-07|
-|pypi|[sos-bash](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-matlab](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|5.633001422475134e-07|
-|pypi|[sos-julia](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-javascript](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-r](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|5.633001422475134e-07|
-|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|5.633001422475134e-07|
-|cran|[turner](http://www.gastonsanchez.com)|5.633001422475134e-07|
-|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|5.633001422475134e-07|
-|cran|[blocksdesign]()|5.633001422475134e-07|
-|cran|[nabor](https://github.com/jefferis/nabor)|5.633001422475134e-07|
-|cran|shinyhelper|5.633001422475134e-07|
-|cran|[bsplus](https://github.com/ijlyttle/bsplus)|5.633001422475134e-07|
-|cran|[sensitivity](NA)|5.351351351351377e-07|
-|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|5.351351351351377e-07|
-|pypi|[rsudp](https://github.com/raspishake/rsudp)|5.096525096525124e-07|
-|cran|[summarytools](https://github.com/dcomtois/summarytools)|5.096525096525124e-07|
-|cran|[pastecs](https://github.com/phgrosjean/pastecs)|5.096525096525124e-07|
-|cran|[desplot](https://kwstat.github.io/desplot/)|5.096525096525124e-07|
-|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|5.096525096525124e-07|
-|cran|PairedData|5.096525096525124e-07|
-|go|github.com/antchfx/jsonquery|4.864864864864865e-07|
-|go|github.com/bhmj/jsonslice|4.864864864864865e-07|
-|go|github.com/codegangsta/negroni|4.864864864864865e-07|
-|go|github.com/evanphx/json-patch/v5|4.864864864864865e-07|
-|go|github.com/gorilla/context|4.864864864864865e-07|
-|go|github.com/grandcat/zeroconf|4.864864864864865e-07|
-|go|github.com/justinas/alice|4.864864864864865e-07|
-|go|github.com/kelseyhightower/envconfig|4.864864864864865e-07|
-|go|github.com/linksmart/go-sec|4.864864864864865e-07|
-|go|github.com/linksmart/service-catalog/v3|4.864864864864865e-07|
-|go|github.com/miekg/dns|4.864864864864865e-07|
-|go|github.com/rs/cors|4.864864864864865e-07|
-|go|github.com/satori/go.uuid|4.864864864864865e-07|
-|go|github.com/syndtr/goleveldb|4.864864864864865e-07|
-|go|github.com/xeipuuv/gojsonschema|4.864864864864865e-07|
-|pypi|[starry-process](https://github.com/rodluger/starry_process)|4.864864864864855e-07|
-|cran|harmonicmeanp|4.864864864864855e-07|
-|cran|NBPSeq|4.864864864864855e-07|
-|cran|[rmdformats](https://github.com/juba/rmdformats)|4.864864864864855e-07|
-|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|4.816216216216232e-07|
-|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.653349001175065e-07|
-|cran|[coloc](https://github.com/chr1swallace/coloc)|4.653349001175065e-07|
-|cran|[dams](https://github.com/jsta/dams)|4.653349001175065e-07|
-|cran|[reservoir](https://cran.r-project.org/package=reservoir)|4.653349001175065e-07|
-|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|4.4594594594594935e-07|
-|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|4.4594594594594935e-07|
-|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|4.4594594594594935e-07|
-|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|4.4594594594594935e-07|
-|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|4.4594594594594935e-07|
-|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|4.4594594594594935e-07|
-|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|4.4594594594594935e-07|
-|pypi|[Pyside6](https://www.pyside.org)|4.4594594594594935e-07|
-|pypi|[pyqtgraph](http://www.pyqtgraph.org)|4.4594594594594935e-07|
-|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.4594594594594935e-07|
-|pypi|[yte](https://github.com/koesterlab/yte)|4.4594594594594935e-07|
-|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|4.4594594594594935e-07|
-|pypi|[retry](https://github.com/invl/retry)|4.4594594594594935e-07|
-|cran|[ucminf](NA)|4.4148648648648917e-07|
-|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|4.281081081081162e-07|
-|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|4.281081081081162e-07|
-|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|4.281081081081087e-07|
-|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|4.281081081081087e-07|
-|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|4.281081081081087e-07|
-|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.281081081081087e-07|
-|pypi|[atlite](https://github.com/PyPSA/atlite)|4.281081081081087e-07|
-|pypi|[ncempy](https://github.com/ercius/openNCEM)|4.281081081081087e-07|
-|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|4.281081081081087e-07|
-|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|4.281081081081087e-07|
-|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|4.281081081081087e-07|
-|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|4.281081081081087e-07|
-|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|4.281081081081087e-07|
-|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|4.281081081081087e-07|
-|rubygems|[capybara](https://github.com/teamcapybara/capybara)|4.281081081081087e-07|
-|pypi|[amqp](http://github.com/celery/py-amqp)|4.132847581123455e-07|
-|npm|[benchmark](https://benchmarkjs.com/)|4.116424116424142e-07|
-|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|4.116424116424142e-07|
-|npm|[download](https://github.com/kevva/download#readme)|4.116424116424142e-07|
-|npm|[ftp](https://github.com/mscdex/node-ftp)|4.116424116424142e-07|
-|npm|[ndjson](https://github.com/ndjson/ndjson.js)|4.116424116424142e-07|
-|npm|pipeline|4.116424116424142e-07|
-|pypi|[python-box](https://github.com/cdgriffith/Box)|4.116424116424142e-07|
-|pypi|[fspath](https://github.com/return42/fspath)|4.0752598752599057e-07|
-|go|github.com/containernetworking/cni|4.0401169622605413e-07|
-|go|github.com/containernetworking/plugins|4.0401169622605413e-07|
-|go|github.com/containers/common|4.0401169622605413e-07|
-|go|github.com/containers/image/v5|4.0401169622605413e-07|
-|go|github.com/cyphar/filepath-securejoin|4.0401169622605413e-07|
-|go|github.com/docker/docker|4.0401169622605413e-07|
-|go|github.com/google/uuid|4.0401169622605413e-07|
-|go|github.com/moby/term|4.0401169622605413e-07|
-|go|github.com/opencontainers/runc|4.0401169622605413e-07|
-|go|github.com/opencontainers/runtime-spec|4.0401169622605413e-07|
-|go|github.com/opencontainers/runtime-tools|4.0401169622605413e-07|
-|go|github.com/opencontainers/selinux|4.0401169622605413e-07|
-|go|github.com/pkg/errors|4.0401169622605413e-07|
-|go|github.com/spf13/pflag|4.0401169622605413e-07|
-|go|gopkg.in/yaml.v2|4.0401169622605413e-07|
-|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|3.9639639639639774e-07|
-|pypi|[geobo](https://github.com/sebhaan/geobo)|3.9639639639639774e-07|
-|pypi|[scikit_image](https://scikit-image.org)|3.9639639639639774e-07|
-|npm|[zeit](https://github.com/daviddenton/zeit#readme)|3.822393822393862e-07|
-|pypi|[webargs](https://github.com/marshmallow-code/webargs)|3.822393822393862e-07|
-|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|3.822393822393862e-07|
-|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|3.822393822393862e-07|
-|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|3.822393822393862e-07|
-|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|3.822393822393862e-07|
-|cran|[audio](http://www.rforge.net/audio/)|3.7841698841698643e-07|
-|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|3.690587138863016e-07|
-|npm|[sendgrid](https://sendgrid.com)|3.6280348144755164e-07|
-|npm|[stoplight](https://github.com/andrewhao/stoplight)|3.6280348144755164e-07|
-|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|3.6280348144755164e-07|
-|npm|[cron](https://github.com/kelektiv/node-cron#readme)|3.6280348144755164e-07|
-|npm|[email-validator](http://github.com/manishsaraan/email-validator)|3.6280348144755164e-07|
-|pypi|[sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling)|3.3445945945946015e-07|
-|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|3.311148648648669e-07|
-|pypi|[nixio](https://github.com/G-Node/nixpy)|3.311148648648669e-07|
-|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|3.243243243243261e-07|
-|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|3.243243243243261e-07|
-|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|3.243243243243261e-07|
-|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|3.243243243243261e-07|
-|npm|[url](https://github.com/defunctzombie/node-url#readme)|3.243243243243261e-07|
-|npm|[method-override](https://github.com/expressjs/method-override#readme)|3.2432432432432235e-07|
-|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|3.147853736089034e-07|
-|npm|[dedent](https://github.com/dmnd/dedent)|3.0273359073359217e-07|
-|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|2.9432432432432613e-07|
-|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|2.816500711237567e-07|
-|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|2.816500711237567e-07|
-|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|2.744282744282736e-07|
-|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|2.744282744282736e-07|
-|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|2.744282744282736e-07|
-|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|2.744282744282736e-07|
-|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|2.744282744282736e-07|
-|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|2.6756756756756885e-07|
-|pypi|[convertdate](https://github.com/fitnr/convertdate)|2.6489189189189125e-07|
-|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|2.6489189189189125e-07|
-|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|2.610415293342095e-07|
-|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|2.548262548262562e-07|
-|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|2.489000628535513e-07|
-|go|github.com/Netflix/go-expect|2.489000628535512e-07|
-|go|github.com/ProtonMail/go-crypto|2.489000628535512e-07|
-|go|github.com/adigunhammedolalekan/registry-auth|2.489000628535512e-07|
-|go|github.com/apex/log|2.489000628535512e-07|
-|go|github.com/blang/semver/v4|2.489000628535512e-07|
-|go|github.com/buger/jsonparser|2.489000628535512e-07|
-|go|github.com/containerd/containerd|2.489000628535512e-07|
-|go|github.com/fatih/color|2.489000628535512e-07|
-|go|github.com/go-log/log|2.489000628535512e-07|
-|go|github.com/gosimple/slug|2.489000628535512e-07|
-|go|github.com/opencontainers/umoci|2.489000628535512e-07|
-|go|github.com/pelletier/go-toml|2.489000628535512e-07|
-|go|github.com/seccomp/libseccomp-golang|2.489000628535512e-07|
-|go|github.com/sylabs/json-resp|2.489000628535512e-07|
-|go|github.com/sylabs/scs-build-client|2.489000628535512e-07|
-|go|github.com/sylabs/scs-key-client|2.489000628535512e-07|
-|go|github.com/sylabs/scs-library-client|2.489000628535512e-07|
-|go|github.com/sylabs/sif/v2|2.489000628535512e-07|
-|go|github.com/vbauerster/mpb/v4|2.489000628535512e-07|
-|go|github.com/vbauerster/mpb/v6|2.489000628535512e-07|
-|go|golang.org/x/term|2.489000628535512e-07|
-|go|gotest.tools/v3|2.489000628535512e-07|
-|go|mvdan.cc/sh/v3|2.489000628535512e-07|
-|go|oras.land/oras-go|2.489000628535512e-07|
-|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|2.378378378378394e-07|
-|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|2.378378378378394e-07|
-|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|2.378378378378394e-07|
-|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|2.378378378378394e-07|
-|pypi|[django-rq](https://github.com/rq/django-rq)|2.378378378378394e-07|
-|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|2.378378378378394e-07|
-|pypi|[google](http://breakingcode.wordpress.com/)|2.378378378378394e-07|
-|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|2.1842250413679052e-07|
-|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|2.1842250413679052e-07|
-|rubygems|[image_processing](https://github.com/janko/image_processing)|2.1842250413679052e-07|
-|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|2.1842250413679052e-07|
-|rubygems|[rotp](https://github.com/mdp/rotp)|2.1842250413679052e-07|
-|rubygems|[sass-rails](https://github.com/rails/sass-rails)|2.1842250413679052e-07|
-|rubygems|[tzinfo-data](https://tzinfo.github.io)|2.1842250413679052e-07|
-|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|2.1842250413679052e-07|
-|rubygems|[groupdate](https://github.com/ankane/groupdate)|2.1842250413679052e-07|
-|rubygems|[diffy](http://github.com/samg/diffy)|2.1842250413679052e-07|
-|rubygems|[jbuilder](https://github.com/rails/jbuilder)|2.1842250413679052e-07|
-|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|2.1842250413679052e-07|
-|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|2.1842250413679052e-07|
-|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|2.1842250413679052e-07|
-|rubygems|[whenever](https://github.com/javan/whenever)|2.1842250413679052e-07|
-|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|2.1842250413679052e-07|
-|rubygems|[rack-mini-profiler](https://miniprofiler.com)|2.1842250413679052e-07|
-|rubygems|[thwait](https://github.com/ruby/thwait)|2.1842250413679052e-07|
-|rubygems|[rmagick](https://github.com/rmagick/rmagick)|2.1842250413679052e-07|
-|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|2.1842250413679052e-07|
-|rubygems|[spring](https://github.com/rails/spring)|2.1842250413679052e-07|
-|rubygems|[web-console](https://github.com/rails/web-console)|2.1842250413679052e-07|
-|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|2.1842250413678677e-07|
-|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|2.1842250413678677e-07|
-|rubygems|[devise](https://github.com/heartcombo/devise)|2.1842250413678677e-07|
-|rubygems|[omniauth](https://github.com/omniauth/omniauth)|2.1842250413678677e-07|
-|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|2.1842250413678677e-07|
-|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|2.1842250413678677e-07|
-|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|2.1842250413678677e-07|
-|cran|[enviPick](NA)|2.1405405405405434e-07|
-|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|2.0193778684344665e-07|
-|npm|[vx](https://github.com/vxjs/vx)|1.911196911196931e-07|
-|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.8140174072377582e-07|
-|npm|[aproba](https://github.com/iarna/aproba)|1.8140174072377582e-07|
-|npm|[chownr](https://github.com/isaacs/chownr#readme)|1.8140174072377582e-07|
-|npm|concat-map|1.8140174072377582e-07|
-|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|1.8140174072377582e-07|
-|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|1.8140174072377582e-07|
-|pypi|[flowTorch](https://flowtorch.ai/users)|1.6722972972973007e-07|
-|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.6054054054053983e-07|
-|go|github.com/BurntSushi/toml|1.5511163337250292e-07|
-|go|github.com/blang/semver|1.5511163337250292e-07|
-|go|github.com/buger/goterm|1.5511163337250292e-07|
-|go|github.com/checkpoint-restore/checkpointctl|1.5511163337250292e-07|
-|go|github.com/checkpoint-restore/go-criu/v5|1.5511163337250292e-07|
-|go|github.com/container-orchestrated-devices/container-device-interface|1.5511163337250292e-07|
-|go|github.com/containers/buildah|1.5511163337250292e-07|
-|go|github.com/containers/conmon|1.5511163337250292e-07|
-|go|github.com/containers/ocicrypt|1.5511163337250292e-07|
-|go|github.com/containers/psgo|1.5511163337250292e-07|
-|go|github.com/containers/storage|1.5511163337250292e-07|
-|go|github.com/coreos/go-systemd/v22|1.5511163337250292e-07|
-|go|github.com/coreos/stream-metadata-go|1.5511163337250292e-07|
-|go|github.com/digitalocean/go-qemu|1.5511163337250292e-07|
-|go|github.com/docker/go-connections|1.5511163337250292e-07|
-|go|github.com/docker/go-plugins-helpers|1.5511163337250292e-07|
-|go|github.com/docker/go-units|1.5511163337250292e-07|
-|go|github.com/dtylman/scp|1.5511163337250292e-07|
-|go|github.com/fsnotify/fsnotify|1.5511163337250292e-07|
-|go|github.com/ghodss/yaml|1.5511163337250292e-07|
-|go|github.com/godbus/dbus/v5|1.5511163337250292e-07|
-|go|github.com/google/gofuzz|1.5511163337250292e-07|
-|go|github.com/google/shlex|1.5511163337250292e-07|
-|go|github.com/gorilla/handlers|1.5511163337250292e-07|
-|go|github.com/gorilla/schema|1.5511163337250292e-07|
-|go|github.com/hashicorp/go-multierror|1.5511163337250292e-07|
-|go|github.com/json-iterator/go|1.5511163337250292e-07|
-|go|github.com/mattn/go-isatty|1.5511163337250292e-07|
-|go|github.com/mrunalp/fileutils|1.5511163337250292e-07|
-|go|github.com/nxadm/tail|1.5511163337250292e-07|
-|go|github.com/pmezard/go-difflib|1.5511163337250292e-07|
-|go|github.com/rootless-containers/rootlesskit|1.5511163337250292e-07|
-|go|github.com/stretchr/testify|1.5511163337250292e-07|
-|go|github.com/syndtr/gocapability|1.5511163337250292e-07|
-|go|github.com/uber/jaeger-client-go|1.5511163337250292e-07|
-|go|github.com/ulikunitz/xz|1.5511163337250292e-07|
-|go|github.com/vbauerster/mpb/v7|1.5511163337250292e-07|
-|go|github.com/vishvananda/netlink|1.5511163337250292e-07|
-|go|go.etcd.io/bbolt|1.5511163337250292e-07|
-|go|golang.org/x/text|1.5511163337250292e-07|
-|go|google.golang.org/protobuf|1.5511163337250292e-07|
-|go|gopkg.in/inf.v0|1.5511163337250292e-07|
-|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|1.507422915873615e-07|
-|pypi|[heat](https://github.com/helmholtz-analytics/heat)|1.507422915873615e-07|
-|pypi|[duecredit](https://github.com/duecredit/duecredit)|1.507422915873615e-07|
-|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|1.507422915873615e-07|
-|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|1.507422915873615e-07|
-|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|1.4716216216216306e-07|
-|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|1.2894822533376777e-07|
-|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|1.2465500794912652e-07|
-|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|1.0811913954771122e-07|
-|npm|text-table|1.0188149688149764e-07|
-|pypi|[typeguard](https://pypi.org/project/typeguard)|9.810810810810871e-08|
-|pypi|[pika](https://pika.readthedocs.io)|9.213631022326767e-08|
-|npm|[utfx](https://github.com/dcodeIO/utfx)|8.829729729729708e-08|
-|pypi|[scikit-misc](https://github.com/has2k1/scikit-misc)|7.568339768339804e-08|
-|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|6.727413127413107e-08|
-|cran|[uroot](https://jalobe.com)|6.581165015947663e-08|
-|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
-|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
-|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
+|pypi|[numpy](https://www.numpy.org)|0.03848373594430058|
+|cran|R|0.03353829892224059|
+|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.026286610168459866|
+|cran|[testthat](https://testthat.r-lib.org)|0.023275012598277415|
+|cran|[httr](https://httr.r-lib.org/)|0.019282468065848914|
+|cran|[knitr](https://yihui.org/knitr/)|0.01621378940140483|
+|pypi|[matplotlib](https://matplotlib.org)|0.01536331649088655|
+|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.01528747070632468|
+|cran|utils|0.013360511440914475|
+|cran|methods|0.013017897678029562|
+|cran|[covr](https://covr.r-lib.org)|0.01201691442269051|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.010177848151650463|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.008154058005582604|
+|cran|[tidyr](https://tidyr.tidyverse.org)|0.007277165477685555|
+|pypi|[cycler](https://github.com/matplotlib/cycler)|0.006126800337688637|
+|cran|[magrittr](https://magrittr.tidyverse.org)|0.006098550617587427|
+|cran|[rlang](https://rlang.r-lib.org)|0.005780920157797863|
+|pypi|[six](https://pypi.org/project/six)|0.005544815840832344|
+|cran|stats|0.005122113112889901|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.005000478534838513|
+|cran|[withr](https://withr.r-lib.org)|0.0048984691897432505|
+|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.004545065586351498|
+|cran|[tibble](https://tibble.tidyverse.org/)|0.004376295198647454|
+|cran|tools|0.003968520997183888|
+|pypi|[h5py](http://www.h5py.org)|0.003852302736165383|
+|cran|[curl](https://github.com/jeroen/curl)|0.0038326872249357627|
+|cran|[Rcpp](http://www.rcpp.org)|0.0037818067798811848|
+|pypi|[biopython](https://biopython.org/)|0.0036712279314583727|
+|cran|[R6](https://r6.r-lib.org)|0.0034822547760295997|
+|cran|[vctrs](https://vctrs.r-lib.org/)|0.003410362782089681|
+|pypi|[docutils](http://docutils.sourceforge.net/)|0.0033520025112547184|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.0033096308619315106|
+|cran|[pryr](https://github.com/hadley/pryr)|0.003295372517974941|
+|cran|grDevices|0.0032937152977877333|
+|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.0032237342280477003|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.003165486100413608|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.00309017053359639|
+|cran|graphics|0.003062750839672328|
+|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.003045258882662232|
+|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.00286688776977194|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.0027884628105211582|
+|pypi|[lxml](https://pypi.org/project/lxml)|0.002773067483347148|
+|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0027441550689087254|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.002712956987279217|
+|cran|[glue](https://github.com/tidyverse/glue)|0.002591614441075947|
+|pypi|[requests](https://pypi.org/project/requests)|0.00245450061531569|
+|pypi|[numba](https://numba.pydata.org)|0.0023461492904175685|
+|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.0023292564131748243|
+|cran|[digest](https://github.com/eddelbuettel/digest)|0.0023238791539427475|
+|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0022380319967603784|
+|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0022337197350126813|
+|pypi|[scipy](https://www.scipy.org)|0.0021395529082615444|
+|pypi|[pycparser](https://github.com/eliben/pycparser)|0.00197437409152286|
+|pypi|[sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme)|0.0019635551725239436|
+|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0019084779898541513|
+|cran|[mockery](https://github.com/r-lib/mockery)|0.0018848185598909631|
+|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0018729226502334434|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.0018622368012848867|
+|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.001810769121092339|
+|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0017790176096570652|
+|cran|[xml2](https://xml2.r-lib.org/)|0.0017539084501791264|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.001739065779316065|
+|cran|[stringi](https://stringi.gagolewski.com/)|0.0017268164042538148|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.0017091020036959555|
+|pypi|[pandas](https://pandas.pydata.org)|0.0017061582622594305|
+|cran|[cli](https://cli.r-lib.org)|0.0016970926591738033|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.00165408733978987|
+|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0016406252001008096|
+|cran|[purrr](http://purrr.tidyverse.org)|0.0016391961430654086|
+|cran|[bit64](https://github.com/truecluster/bit64)|0.0016376781913058599|
+|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0016305555209301997|
+|cran|[pillar](https://pillar.r-lib.org/)|0.0016304596202930293|
+|cran|[shiny](https://shiny.rstudio.com/)|0.0016117488034303312|
+|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0016026633865223686|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.0015830311755713725|
+|cran|[callr](https://callr.r-lib.org)|0.0015671877060255328|
+|spack|[zlib](https://zlib.net)|0.0014919128469954564|
+|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0014810054307205563|
+|pypi|[idna](https://github.com/kjd/idna)|0.0014268486097122922|
+|pypi|[certifi](https://pypi.org/project/certifi)|0.001415912660084762|
+|cran|[DBI](https://dbi.r-dbi.org)|0.0014045806263237265|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.001403366041416431|
+|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0013522929350134503|
+|pypi|[future](https://pypi.org/project/future)|0.0013383187382626006|
+|cran|[processx](https://processx.r-lib.org)|0.0013380223039484045|
+|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0013357723395259475|
+|pypi|[mock](https://pypi.org/project/mock)|0.0013235203541641578|
+|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.001314676158709041|
+|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0013105294025094504|
+|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.0012830856299405528|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.001275135971336616|
+|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0012739337744496545|
+|cran|[sp](https://github.com/edzer/sp/)|0.0012706638351776063|
+|pypi|[Babel](https://pypi.org/project/Babel)|0.0012699957871626973|
+|cran|[markdown](https://github.com/rstudio/markdown)|0.0012567131129962662|
+|pypi|[Sphinx](https://www.sphinx-doc.org/)|0.0012509668821975377|
+|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.001232221491984181|
+|cran|grid|0.001224370583696739|
+|cran|parallel|0.001212048587742849|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.0012076259310322488|
+|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0012051005447265798|
+|cran|[hms](https://hms.tidyverse.org/)|0.0012030729617354783|
+|cran|[stringr](http://stringr.tidyverse.org)|0.001199301441163546|
+|cran|[pracma](NA)|0.0011786291045913775|
+|pypi|[click](https://pypi.org/project/click)|0.0011598405357713408|
+|pypi|[chardet](https://pypi.org/project/chardet)|0.0011000770505409081|
+|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0010851812422161384|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.0010720739720897576|
+|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0010291501450812332|
+|cran|[scales](https://scales.r-lib.org)|0.0010089695242992862|
+|pypi|[docopt](https://pypi.org/project/docopt)|0.0010044970307241693|
+|spack|[python](https://www.python.org/)|0.0010017793027911617|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.0009978442672714354|
+|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0009974615383612562|
+|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.0009972836967702763|
+|pypi|[defusedxml](https://github.com/tiran/defusedxml)|0.0009793678707084245|
+|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0009618222171275852|
+|pypi|[joblib](https://joblib.readthedocs.io)|0.000955680885387443|
+|cran|[broom](https://broom.tidymodels.org/)|0.0009462343822268445|
+|cran|[mime](https://github.com/yihui/mime)|0.0009317045030453009|
+|pypi|[isal](https://github.com/pycompression/python-isal)|0.0009275816774033695|
+|cran|ellipsis|0.0008858819810969061|
+|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0008776080292187911|
+|pypi|[nose](https://pypi.org/project/nose)|0.0008775590851311087|
+|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008768415102013323|
+|cran|[xts](https://github.com/joshuaulrich/xts)|0.0008639802936306054|
+|cran|bench|0.0008623279756315762|
+|cran|[webmockr](https://github.com/ropensci/webmockr)|0.0008592412114730734|
+|cran|[unix](https://github.com/jeroen/unix)|0.000855226598741578|
+|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.0008478007255688692|
+|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0008447130558105507|
+|cran|RColorBrewer|0.0008439962940199123|
+|spack|eigen3|0.0008410024069092453|
+|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0008317914932805965|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0008180287555071837|
+|cran|[bit](https://github.com/truecluster/bit)|0.0008168077286537475|
+|cran|[generics](https://generics.r-lib.org)|0.0008160046774099744|
+|cran|evaluate|0.000814429732057348|
+|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0008072697041322365|
+|cran|[httpcode](https://github.com/sckott/httpcode)|0.0007950184130871184|
+|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0007889858283409076|
+|cran|[sf](https://r-spatial.github.io/sf/)|0.0007799302524991801|
+|pypi|[cryptography](https://github.com/pyca/cryptography)|0.0007734471102355564|
+|cran|[plyr](http://had.co.nz/plyr)|0.0007729527090520557|
+|pypi|[gym](https://pypi.org/project/gym)|0.0007720630406882583|
+|pypi|[smmap](https://pypi.org/project/smmap)|0.000772014371213403|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.0007677408080633794|
+|cran|[fs](https://fs.r-lib.org)|0.0007663451044035936|
+|pypi|[more-itertools](https://github.com/more-itertools/more-itertools)|0.0007608019149744874|
+|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0007457032834598003|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.000743288334982318|
+|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.000738419186577449|
+|cran|tcltk|0.000733516537958993|
+|pypi|[pillow](https://python-pillow.org)|0.0007264957485055046|
+|pypi|[PySocks](https://pypi.org/project/PySocks)|0.0007249221493900373|
+|cran|[pkgload](https://github.com/r-lib/pkgload)|0.0007146564689088445|
+|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007119511619366279|
+|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.0006973925835960166|
+|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0006959052706547242|
+|pypi|[cffi](http://cffi.readthedocs.org)|0.0006905149854080006|
+|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0006898630530381885|
+|pypi|[xmltodict](https://github.com/martinblech/xmltodict)|0.0006868228797961205|
+|cran|[httpuv](https://github.com/rstudio/httpuv)|0.0006789115285510559|
+|pypi|[statsmodels](https://www.statsmodels.org/)|0.0006767743937142245|
+|cran|[blob](https://blob.tidyverse.org)|0.0006756269245522556|
+|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0006719915348342687|
+|pypi|[twine](https://pypi.org/project/twine)|0.0006669017362499518|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0006655581680699073|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.0006580732552030594|
+|cran|[usethis](https://usethis.r-lib.org)|0.0006562341861284966|
+|cran|[data.table](https://r-datatable.com)|0.0006532386150245916|
+|cran|[maps](NA)|0.0006390957151033718|
+|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0006371994903015716|
+|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.0006336719524281467|
+|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0006302852013742202|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006265866238834134|
+|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0006155308313978996|
+|cran|pkgconfig|0.0006106334284121572|
+|cran|[lubridate](https://lubridate.tidyverse.org)|0.0006092952325520546|
+|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.000608467062416252|
+|pypi|[brotli](https://pypi.org/project/brotli)|0.0006083066718048188|
+|pypi|[enum34](https://pypi.org/project/enum34)|0.000607684552956823|
+|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0006027368640506225|
+|cran|[brio](https://brio.r-lib.org)|0.000601383384413308|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.000600274160084714|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0005961326920160869|
+|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0005944201699341421|
+|pypi|[setuptools_scm](https://github.com/pypa/setuptools_scm/)|0.0005937260511339508|
+|npm|[express](http://expressjs.com/)|0.0005888251371487071|
+|pypi|[sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph)|0.0005872999084721728|
+|pypi|[alabaster](https://pypi.org/project/alabaster)|0.0005862541381121232|
+|cran|[XML](http://www.omegahat.net/RSXML/)|0.0005832503999907072|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0005820321815949462|
+|pypi|[msgpack](https://msgpack.org/)|0.0005810109588767438|
+|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.00058022981244732|
+|cran|[waldo](https://github.com/r-lib/waldo)|0.0005793920394540011|
+|cran|[png](http://www.rforge.net/png/)|0.0005766659062540741|
+|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0005723016879501488|
+|pypi|[imagesize](https://pypi.org/project/imagesize)|0.0005721359834895974|
+|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.0005721359834895974|
+|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0005682485646791544|
+|cran|[igraph](https://igraph.org)|0.0005654374084261082|
+|pypi|[semver](https://github.com/python-semver/python-semver)|0.0005650977503153694|
+|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0005626202148129176|
+|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0005622154776533859|
+|npm|[lodash](https://lodash.com/)|0.0005619730517468846|
+|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0005617945764851346|
+|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0005561580210171894|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0005557350284848275|
+|cran|RPostgreSQL|0.0005544884351121223|
+|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0005482657826118816|
+|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.0005481138880296051|
+|cran|[RCurl](http://www.omegahat.net/RCurl)|0.0005432470120221648|
+|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.0005426914070700251|
+|pypi|[toml](https://pypi.org/project/toml)|0.0005389222319097743|
+|pypi|[black](https://pypi.org/project/black)|0.0005364292909871611|
+|pypi|[ujson](https://pypi.org/project/ujson)|0.000536283998303251|
+|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005356877267704718|
+|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.0005355760642442026|
+|pypi|[keras](https://pypi.org/project/keras)|0.0005304354967953485|
+|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0005250043556117246|
+|cran|mockr|0.0005237521304263814|
+|pypi|[py](https://pypi.org/project/py)|0.0005222156058494393|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005219808799310514|
+|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0005208810119535925|
+|pypi|[dill](https://github.com/uqfoundation/dill)|0.0005194751274816375|
+|pypi|[sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton)|0.000518133093019984|
+|cran|[xfun](https://github.com/yihui/xfun)|0.000517983715198616|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.000517249946856769|
+|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0005172341510591973|
+|pypi|[tornado](http://www.tornadoweb.org/)|0.0005135916514593206|
+|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.0005104890688926659|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005081882204160562|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005081882204160562|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.000507426596592506|
+|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0005063924677898911|
+|pypi|[pint](https://github.com/hgrecco/pint)|0.0005029973748417117|
+|pypi|[check-manifest](https://github.com/mgedmin/check-manifest)|0.0004984247464904921|
+|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0004939160997462228|
+|pypi|[markdown2](https://github.com/trentm/python-markdown2)|0.0004933965360803946|
+|pypi|[olefile](https://www.decalage.info/python/olefileio)|0.0004933965360803946|
+|spack|[cmake](https://www.cmake.org)|0.0004921390702412541|
+|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0004905847373637265|
+|pypi|[apyori](https://github.com/ymoch/apyori)|0.0004905847373637265|
+|pypi|[http](https://github.com/franckcuny/http)|0.0004905847373637265|
+|spack|slicer|0.0004905847373637265|
+|pypi|[llist](https://github.com/ajakubek/python-llist)|0.0004889494549058474|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004814758814666013|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004814758814666013|
+|pypi|[appdirs](http://github.com/ActiveState/appdirs)|0.0004805133428652203|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.00047865115853836296|
+|cran|[ragg](https://ragg.r-lib.org)|0.0004774574372354612|
+|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0004755436556167359|
+|cran|Lahman|0.00047146183654092687|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.0004709814582868457|
+|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.000470509380243882|
+|npm|[angular](http://angularjs.org)|0.0004703069399216576|
+|pypi|[SQLAlchemy](https://www.sqlalchemy.org)|0.00046912274695524797|
+|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00046631430991453724|
+|cran|[webutils](https://github.com/jeroen/webutils)|0.00045906012961983316|
+|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0004572139252230807|
+|pypi|[typing](https://pypi.org/project/typing)|0.00045631545208948477|
+|cran|[crul](https://docs.ropensci.org/crul/)|0.000455368877058656|
+|pypi|[sphinx-issues](https://github.com/sloria/sphinx-issues)|0.0004532295275597492|
+|cran|lobstr|0.00045308808627451594|
+|npm|[fs](https://github.com/npm/security-holder#readme)|0.0004518457027533931|
+|pypi|[pyroma](https://github.com/regebro/pyroma)|0.00044965508254237824|
+|pypi|[sympy](https://pypi.org/project/sympy)|0.00044570736363077766|
+|cran|RMySQL|0.00044537889754451453|
+|cran|[inline](https://github.com/eddelbuettel/inline)|0.00044507195297332846|
+|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00044405392330911436|
+|cran|formattable|0.0004434623442808317|
+|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.00044179840944089544|
+|cran|[survival](https://github.com/therneau/survival)|0.00043999178296205666|
+|pypi|[munkres](https://pypi.org/project/munkres)|0.00043990628073971847|
+|cran|gtable|0.0004396602506512943|
+|cran|[mgcv](NA)|0.0004370877820110076|
+|pypi|[virtualenv](https://virtualenv.pypa.io/)|0.00043413647846076505|
+|pypi|[sphinx-removed-in](https://github.com/MrSenko/sphinx-removed-in)|0.00043329377344412105|
+|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.00043301341972025524|
+|npm|[react-dom](https://reactjs.org/)|0.0004247049737667504|
+|npm|[react](https://reactjs.org/)|0.0004247049737667504|
+|cran|fansi|0.00041609643765201724|
+|pypi|[commonmark](https://pypi.org/project/commonmark)|0.0004160148554493079|
+|cran|[hexbin](https://github.com/edzer/hexbin)|0.0004128867927906031|
+|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0004127141441313889|
+|pypi|[networkx](https://pypi.org/project/networkx)|0.00041034653653055633|
+|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0004102271082420924|
+|pypi|[pulp](https://github.com/coin-or/pulp)|0.0004088206144697721|
+|pypi|[bmipy](http://csdms.colorado.edu)|0.00040882061446977205|
+|cran|chron|0.000408186315716395|
+|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.0004080336816940579|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0004042737022105545|
+|cran|[abind](NA)|0.0004042618307083294|
+|cran|datasets|0.0004031535759023586|
+|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.000402625848154311|
+|cran|[bslib](https://rstudio.github.io/bslib/)|0.00040252182772209315|
+|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0003983663835361205|
+|cran|[winch](https://r-prof.github.io/winch/)|0.00039822289568593097|
+|cran|[ps](https://github.com/r-lib/ps#readme)|0.0003979755358812002|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.00039676386693127645|
+|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00039502476774075937|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.00039412365125054613|
+|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0003937848420699388|
+|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00039181367690782956|
+|pypi|[argparse](https://pypi.org/project/argparse)|0.00038958841505087465|
+|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0003887282874950395|
+|cran|[devtools](https://devtools.r-lib.org/)|0.00038861162285012426|
+|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.0003882930662972958|
+|pypi|[py-make](https://pypi.org/project/py-make)|0.0003882930662972958|
+|npm|[papaparse](http://papaparse.com)|0.0003864406059747983|
+|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00038546156273910827|
+|spack|[mpi](https://docs.nersc.gov/development/compilers/wrappers/)|0.000380248519625888|
+|pypi|[dask](https://pypi.org/project/dask)|0.00037950107160866916|
+|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00037815831676403055|
+|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003780415740937032|
+|cran|iterators|0.00037630026778696164|
+|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.0003732208604700552|
+|pypi|[isort](https://pypi.org/project/isort)|0.0003730987666119486|
+|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00037269505822596624|
+|pypi|[grpcio](https://pypi.org/project/grpcio)|0.0003708974702069393|
+|npm|[axios](https://axios-http.com)|0.0003699575948368294|
+|cran|munsell|0.0003696387024234126|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.00036914737677682074|
+|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.0003682266471260975|
+|cran|[sys](https://github.com/jeroen/sys)|0.0003677402739236657|
+|pypi|[objgraph](https://pypi.org/project/objgraph)|0.0003675242725062272|
+|npm|nestjs|0.00036585980413566047|
+|pypi|[python](http://www.python.org/2.5)|0.0003650184057765822|
+|pypi|[cachetools](https://github.com/tkem/cachetools/)|0.0003648527100488953|
+|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.0003636663326762435|
+|pypi|[pydot](https://pypi.org/project/pydot)|0.00035680941129598927|
+|pypi|[babel](https://pypi.org/project/babel)|0.0003555858105890582|
+|cran|itertools|0.0003554734956817216|
+|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.00035431119920713576|
+|pypi|[python-levenshtein](http://github.com/ztane/python-Levenshtein)|0.0003539218462409741|
+|cran|[rpart](https://github.com/bethatkinson/rpart)|0.00035161133991902873|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.0003514660306374825|
+|cran|[ape](http://ape-package.ird.fr/)|0.0003510251724775395|
+|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00034984933878167866|
+|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0003495318219708171|
+|cran|mapproj|0.00034802977409355117|
+|cran|timeDate|0.00034801672499835463|
+|pypi|[pyfaidx](http://mattshirley.com)|0.0003473028458162254|
+|pypi|[multiprocess](https://github.com/uqfoundation/multiprocess)|0.0003462625342961468|
+|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.0003457335366009635|
+|cran|tis|0.00034198344686183174|
+|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0003414736176792921|
+|cran|[readr](https://readr.tidyverse.org)|0.0003397109153156146|
+|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.0003381333792025615|
+|cran|[raster](https://rspatial.org/raster)|0.00033689743355324697|
+|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0003364873684672466|
+|spack|openmp|0.00033640096276369813|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0003339262607180777|
+|spack|[qt](https://qt.io)|0.0003321415137516505|
+|pypi|[llvmlite](https://pypi.org/project/llvmlite)|0.00033111091089287325|
+|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00032901083081418126|
+|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0003283742645250683|
+|pypi|[conan](https://conan.io)|0.00032705649157581764|
+|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.00032705649157581764|
+|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00032705649157581764|
+|pypi|[udatetime](https://github.com/freach/udatetime)|0.00032705649157581764|
+|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00032705649157581764|
+|spack|sqlite3|0.00032705649157581764|
+|pypi|[futures](https://pypi.org/project/futures)|0.0003268712294781245|
+|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00032477899890386876|
+|spack|pkgconfig|0.00032106628777151143|
+|pypi|[multidict](https://pypi.org/project/multidict)|0.00032040775773241597|
+|cran|assertthat|0.0003198187722937446|
+|pypi|[locket](https://pypi.org/project/locket)|0.0003190244003313009|
+|cran|[desc](https://github.com/r-lib/desc#readme)|0.00031813877737467964|
+|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0003173877008240384|
+|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0003166514229081127|
+|pypi|[scikit-learn](https://pypi.org/project/scikit-learn)|0.0003159709444352235|
+|npm|[mocha](https://mochajs.org/)|0.000315435109372871|
+|pypi|[filelock](https://github.com/tox-dev/py-filelock)|0.00031442819233743873|
+|cran|[vroom](https://vroom.r-lib.org)|0.0003123036490149785|
+|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00031143059220005984|
+|npm|[ajv](https://ajv.js.org)|0.00031105285142188306|
+|cran|[terra](https://rspatial.org/terra/)|0.00030944416646666107|
+|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.00030808480686444714|
+|cran|[forcats](https://forcats.tidyverse.org)|0.00030761970661204825|
+|pypi|[pyproj](https://github.com/pyproj4/pyproj)|0.0003067581463245786|
+|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.00030522657975675825|
+|pypi|[shiboken2](https://www.pyside.org)|0.00030500634291377596|
+|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00030492815008616934|
+|spack|libbsd|0.0003031850470763132|
+|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.00030314353530748857|
+|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.0003016748677567309|
+|cran|[DT](https://github.com/rstudio/DT)|0.0003008314432880966|
+|pypi|[scikit-image](https://scikit-image.org)|0.00029963013638662314|
+|pypi|[cython](http://cython.org/)|0.00029961608973638103|
+|pypi|[mappy](https://github.com/lh3/minimap2)|0.00029824437207985274|
+|cran|graph|0.00029650287914569415|
+|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0002959204344575171|
+|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0002946847597028652|
+|pypi|[hunter](https://pypi.org/project/hunter)|0.0002946847597028652|
+|pypi|[fields](https://pypi.org/project/fields)|0.0002946847597028652|
+|pypi|[gitdb](https://pypi.org/project/gitdb)|0.000294294032558005|
+|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.000293607532210109|
+|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.00029291674233380234|
+|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0002915782382608952|
+|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00029061057286724356|
+|npm|[d3](https://d3js.org)|0.0002890959679213608|
+|cran|[sass](https://github.com/rstudio/sass)|0.000288135683052027|
+|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.00028754349017745876|
+|pypi|[webencodings](https://pypi.org/project/webencodings)|0.00028702188346292406|
+|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.0002868345953801651|
+|pypi|[pytest-timeout](https://github.com/pytest-dev/pytest-timeout)|0.0002867036976803488|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002865418005762386|
+|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.0002863795607070374|
+|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.00028578487608425676|
+|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.0002857319835763839|
+|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0002840485629335976|
+|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.0002835485919849978|
+|pypi|[lmfit](https://lmfit.github.io/lmfit-py/)|0.0002828076721273247|
+|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0002790514548759725|
+|pypi|[greenlet](https://pypi.org/project/greenlet)|0.00027898530450822976|
+|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.0002780122965088705|
+|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.0002772662355684704|
+|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.0002772662355684704|
+|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00027726623556847035|
+|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00027726623556847035|
+|pypi|[entrypoints](https://github.com/takluyver/entrypoints)|0.00027700918814282504|
+|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00027591593165631064|
+|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.0002756472993062438|
+|pypi|[astropy](https://pypi.org/project/astropy)|0.0002726931218206813|
+|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.00027254707631318135|
+|pypi|[tenacity](https://pypi.org/project/tenacity)|0.0002708866385582387|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0002703069110245106|
+|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|0.00026957631318136766|
+|cran|cachem|0.0002693962389373441|
+|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.0002692533408618449|
+|pypi|[async-generator](https://github.com/python-trio/async_generator)|0.00026569077931914254|
+|cran|tzdb|0.00026468866168404334|
+|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00026290349210716897|
+|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|0.00026141158148095705|
+|cran|[magick](https://docs.ropensci.org/magick/)|0.0002603757335409325|
+|pypi|[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/)|0.0002602222829417416|
+|pypi|[redis](https://pypi.org/project/redis)|0.0002573263600671697|
+|cran|interp|0.00025667186863131595|
+|npm|[three](https://threejs.org/)|0.00025628146679881073|
+|cran|[future](https://future.futureverse.org)|0.00025578787397170284|
+|pypi|[decorator](https://pypi.org/project/decorator)|0.00025566180271045476|
+|pypi|[rtree](https://github.com/Toblerity/rtree)|0.0002527254707631318|
+|cran|svglite|0.00025272039204612647|
+|pypi|[pox](https://github.com/uqfoundation/pox)|0.0002518467779160151|
+|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.0002516001265808437|
+|pypi|[Django](https://pypi.org/project/Django)|0.0002503295788596048|
+|pypi|[pycosat](https://pypi.org/project/pycosat)|0.00024934678799891884|
+|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|0.0002491858983434801|
+|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.0002485436949804699|
+|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|0.0002473679194937867|
+|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0002463857586912592|
+|cran|quantreg|0.0002461161422101389|
+|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.0002459678835183806|
+|cran|[insight](https://easystats.github.io/insight/)|0.0002458445265043215|
+|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|0.00024529236868186323|
+|pypi|[dymos](https://github.com/OpenMDAO/dymos)|0.00024529236868186323|
+|pypi|[openmdao](http://openmdao.org)|0.00024529236868186323|
+|pypi|[pyDOE2](https://github.com/clicumu/pyDOE2)|0.00024529236868186323|
+|pypi|[Cactus](http://github.com/koenbok/Cactus)|0.00024529236868186323|
+|pypi|[cigar](https://github.com/brentp/cigar)|0.00024529236868186323|
+|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|0.00024529236868186323|
+|pypi|[South](http://south.aeracode.org/)|0.00024529236868186323|
+|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|0.00024529236868186323|
+|pypi|[cherrypy](https://www.cherrypy.org)|0.00024529236868186323|
+|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|0.00024529236868186323|
+|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|0.00024529236868186323|
+|pypi|[PyNN](http://neuralensemble.org/PyNN/)|0.00024529236868186323|
+|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|0.00024529236868186323|
+|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|0.00024529236868186323|
+|npm|[yargs](https://yargs.js.org/)|0.00024529236868186323|
+|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|0.00024529236868186323|
+|npm|[docusaurus](https://github.com/facebook/docusaurus)|0.00024529236868186323|
+|npm|[quasar](https://quasar.dev)|0.00024529236868186323|
+|spack|gtest|0.00024529236868186323|
+|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00024492616515376|
+|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00024445282419226715|
+|cran|[parameters](https://easystats.github.io/parameters/)|0.00024261109300217104|
+|cran|RUnit|0.00024223498681043545|
+|pypi|[Werkzeug](https://palletsprojects.com/p/werkzeug/)|0.00024142897762637725|
+|pypi|[bump2version](https://pypi.org/project/bump2version)|0.00024096874041554402|
+|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.000240351061391545|
+|cran|ggplot2movies|0.00024029860302180158|
+|pypi|[fs](https://pypi.org/project/fs)|0.00023897665424629116|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.00023852843636917618|
+|pypi|[f90nml](http://github.com/marshallward/f90nml)|0.00023847548533784176|
+|spack|[openssl](https://www.openssl.org)|0.00023696234044776708|
+|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.00023672456360802183|
+|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|0.00023659258223538348|
+|npm|[vows](https://github.com/cloudhead/vows)|0.0002355810667368085|
+|pypi|[async_generator](https://github.com/python-trio/async_generator)|0.0002354806739345887|
+|cran|multcomp|0.0002353964963550767|
+|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|0.0002351534246049297|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.00023347386686403365|
+|cran|isoband|0.00023254359044270575|
+|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|0.00023166501486620417|
+|spack|[lapack](https://github.com/mcg1969/vecLibFort)|0.00023097784392296574|
+|pypi|[texext](https://pypi.org/project/texext)|0.0002309574149240383|
+|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00023019868532447182|
+|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002301499939281643|
+|cran|profvis|0.0002263169380069354|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.000225893351716769|
+|pypi|[pybind11-global](https://github.com/pybind/pybind11)|0.00022514802243995028|
+|pypi|[oauthlib](https://pypi.org/project/oauthlib)|0.00022448888267623474|
+|cran|[rstan](https://mc-stan.org/rstan)|0.00022412844748016244|
+|cran|[base64enc](http://www.rforge.net/base64enc)|0.00022136704575207269|
+|cran|[fields](https://github.com/dnychka/fieldsRPackage)|0.00021967587477160342|
+|pypi|[lz4](https://pypi.org/project/lz4)|0.0002195237232017209|
+|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021801774214748806|
+|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|0.00021742597166354505|
+|pypi|[tqdm](https://tqdm.github.io)|0.00021732085497516284|
+|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|0.0002155877323865431|
+|pypi|[jmespath](https://pypi.org/project/jmespath)|0.0002154341998625175|
+|cran|[lme4](https://github.com/lme4/lme4/)|0.00021485947443149826|
+|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|0.0002137685645240369|
+|pypi|[xattr](https://pypi.org/project/xattr)|0.00021339445271392857|
+|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00021339445271392857|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.0002128934296442347|
+|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00021208106317900871|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00021044833747262693|
+|cran|[fastmatch](http://www.rforge.net/fastmatch)|0.00021011620463232022|
+|cran|[lintr](https://github.com/jimhester/lintr)|0.00021009308288157387|
+|cran|[openssl](https://github.com/jeroen/openssl)|0.0002098539921741291|
+|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|0.00020940369272741703|
+|cran|[promises](https://rstudio.github.io/promises)|0.00020938742426950772|
+|cran|tinytex|0.00020862086001613743|
+|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00020843459383954117|
+|pypi|[rsa](https://pypi.org/project/rsa)|0.00020819274790823694|
+|cran|[Cairo](http://www.rforge.net/Cairo/)|0.00020816534200928508|
+|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00020789352260289646|
+|pypi|[deap](https://www.github.com/deap)|0.0002076616335334927|
+|pypi|[text-unidecode](https://github.com/kmike/text-unidecode/)|0.00020713577799801782|
+|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.0002069858771060456|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0002065988349291411|
+|cran|[uuid](http://www.rforge.net/uuid)|0.00020641628974060175|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.00020548608174139745|
+|spack|bzip2|0.00020524644428008296|
+|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|0.0002049274595864114|
+|cran|triebeard|0.0002041997646184341|
+|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.00020395339007753745|
+|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.00020395339007753745|
+|cran|[backports](https://github.com/r-lib/backports)|0.00020334007610653908|
+|cran|[downlit](https://downlit.r-lib.org/)|0.00020071155209691542|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00020018050271531767|
+|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|0.00019821605550049553|
+|cran|[testit](https://github.com/yihui/testit)|0.00019813097997856875|
+|cran|[rjson](https://github.com/alexcb/rjson)|0.0001980812227725199|
+|pypi|[libclang](https://pypi.org/project/libclang)|0.00019723245442874868|
+|pypi|[gast](https://pypi.org/project/gast)|0.00019723245442874868|
+|cran|jquerylib|0.0001963151653021384|
+|pypi|[chemparse](https://pypi.org/project/chemparse)|0.0001962338949454906|
+|pypi|[atari-py](https://github.com/openai/atari-py)|0.0001962338949454906|
+|pypi|[jq](http://github.com/mwilliamson/jq.py)|0.0001962338949454906|
+|cran|tuneR|0.0001962338949454906|
+|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|0.0001962338949454906|
+|spack|sgx|0.0001962338949454906|
+|spack|pythoninterp|0.0001962338949454906|
+|spack|python3|0.0001962338949454906|
+|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00019561680187366403|
+|pypi|[music21](https://github.com/cuthbertLab/music21)|0.00019534192269573836|
+|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|0.00019534192269573836|
+|cran|stats4|0.00019534132299074735|
+|cran|[reshape2](https://github.com/hadley/reshape)|0.00019497663824202507|
+|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00019403496562438397|
+|cran|rasterVis|0.00019385617974770447|
+|cran|[tidyverse](http://tidyverse.tidyverse.org)|0.0001933940662213498|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00019234623147797706|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018940446883671067|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00018814049400438958|
+|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|0.0001873141724479683|
+|pypi|[gunicorn](https://pypi.org/project/gunicorn)|0.00018694226330760678|
+|cran|[praise](https://github.com/gaborcsardi/praise)|0.00018629877810453374|
+|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.00018577385923194997|
+|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00018577385923194997|
+|pypi|[gdal](https://pypi.org/project/gdal)|0.0001856222721415639|
+|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00018531283124166201|
+|cran|diffviewer|0.00018460002502087634|
+|cran|[spatstat.linnet](http://spatstat.org/)|0.0001836426407284816|
+|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00018356045589692767|
+|spack|libxml2|0.00018353345552978655|
+|pypi|[Biopython](https://pypi.org/project/Biopython)|0.00018335604558969277|
+|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.0001832230012294213|
+|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00018158313207735928|
+|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00018124997719842347|
+|pypi|[munch](https://pypi.org/project/munch)|0.00018097605441609073|
+|cran|[pdftools](https://docs.ropensci.org/pdftools/)|0.0001809483506881484|
+|cran|[memoise](https://github.com/r-lib/memoise)|0.00018025378346166787|
+|cran|[DBItest](https://dbitest.r-dbi.org)|0.00018017559298248538|
+|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|0.0001800451315312214|
+|pypi|[pip](https://pypi.org/project/pip)|0.00017975917491011781|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00017902302451243797|
+|pypi|[pybtex](https://pypi.org/project/pybtex)|0.0001787646899260077|
+|pypi|[tox](https://pypi.org/project/tox)|0.00017783218373693322|
+|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|0.00017715559960356788|
+|pypi|[jaraco.tidelift](https://github.com/jaraco/jaraco.tidelift)|0.0001763701095773456|
+|cran|[future.apply](https://future.apply.futureverse.org)|0.0001751702894973354|
+|pypi|[pymbar](http://github.com/choderalab/pymbar)|0.00017485841710321393|
+|cran|[performance](https://easystats.github.io/performance/)|0.00017466967587285027|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0001739630451179799|
+|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00017383482864743625|
+|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0001737919695784767|
+|cran|[qs](https://github.com/traversc/qs)|0.00017338922806733783|
+|pypi|[uritemplate](https://pypi.org/project/uritemplate)|0.00017302939632151375|
+|cran|[dygraphs](https://github.com/rstudio/dygraphs)|0.000171125740983322|
+|pypi|[glob2](https://pypi.org/project/glob2)|0.00017029831516352824|
+|cran|[spatstat.utils](http://spatstat.org/)|0.0001702864712537541|
+|npm|[pg](https://github.com/brianc/node-postgres)|0.0001698994761432819|
+|npm|[cytoscape](http://js.cytoscape.org)|0.0001698994761432819|
+|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00016969559677190997|
+|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00016962161970833923|
+|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00016950955024966618|
+|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00016950955024966618|
+|cran|asciicast|0.00016902868153570948|
+|pypi|[orjson](https://pypi.org/project/orjson)|0.000168798513409146|
+|npm|[jshint](http://jshint.com/)|0.00016852502205425888|
+|cran|rprintf|0.00016740874208291467|
+|cran|[spatstat.geom](http://spatstat.org/)|0.00016720475845918655|
+|cran|[mapview](https://github.com/r-spatial/mapview)|0.00016703666680799585|
+|pypi|[django](https://pypi.org/project/django)|0.00016703630121578492|
+|rubygems|[liquid](http://www.liquidmarkup.org)|0.00016690101585728446|
+|pypi|[google-auth](https://github.com/googleapis/google-auth-library-python)|0.0001667670441780129|
+|npm|[react-select](https://github.com/JedWatson/react-select)|0.0001667346819798286|
+|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|0.00016644046368198589|
+|pypi|[sh](https://pypi.org/project/sh)|0.00016591487423994858|
+|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|0.00016506265043182784|
+|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001647684383345127|
+|pypi|[bleach](https://pypi.org/project/bleach)|0.00016447281255068286|
+|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|0.0001636339858566138|
+|pypi|[nnde](https://github.com/elwinter/nnde)|0.00016352824578790882|
+|pypi|[pyYAML](https://pyyaml.org/)|0.00016352824578790882|
+|pypi|[skimage](https://github.com/scikit-image/scikit-image)|0.00016352824578790882|
+|pypi|[clawpack](http://www.clawpack.org)|0.00016352824578790882|
+|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|0.00016352824578790882|
+|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|0.00016352824578790882|
+|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|0.00016352824578790882|
+|pypi|[tartiflette](https://tartiflette.io)|0.00016352824578790882|
+|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|0.00016352824578790882|
+|pypi|[PyEscape](https://github.com/qaviton/escape)|0.00016352824578790882|
+|cran|[taxa](https://docs.ropensci.org/taxa/)|0.00016352824578790882|
+|cran|[vegdata](http://germansl.infinitenature.org)|0.00016352824578790882|
+|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00016352824578790882|
+|pypi|[s3transfer](https://pypi.org/project/s3transfer)|0.00016281313668682062|
+|rubygems|rake|0.00016265911765988862|
+|cran|[spatstat](http://spatstat.org/)|0.0001625738629890064|
+|cran|dichromat|0.00016225935612762386|
+|cran|[jpeg](http://www.rforge.net/jpeg/)|0.00016085962620580584|
+|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|0.00016038347183044903|
+|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|0.00016014725433971286|
+|cran|[webp](https://github.com/jeroen/webp#readme)|0.00015997025738288668|
+|pypi|[tf-estimator-nightly](https://www.tensorflow.org/)|0.00015975612792193186|
+|npm|[bootstrap](https://getbootstrap.com/)|0.00015905055235802525|
+|npm|[react-bootstrap](https://react-bootstrap.github.io/)|0.00015905055235802525|
+|cran|[commonmark](https://docs.ropensci.org/commonmark/)|0.00015825617365688944|
+|pypi|[rich](https://pypi.org/project/rich)|0.00015792087824747556|
+|pypi|[lockfile](https://pypi.org/project/lockfile)|0.00015787854231434195|
+|pypi|[plotly](https://pypi.org/project/plotly)|0.0001575575708533222|
+|cran|splines|0.00015679647415137995|
+|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00015542086440944742|
+|cran|[RPostgres](https://rpostgres.r-dbi.org)|0.0001547255620287758|
+|cran|[getPass](https://github.com/wrathematics/getPass)|0.00015422185946779737|
+|cran|[readxl](https://readxl.tidyverse.org)|0.00015308457650572358|
+|cran|[gh](https://gh.r-lib.org/)|0.00015294566111607677|
+|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.00015285204921739454|
+|npm|eslint|0.00015282293685506108|
+|pypi|[wmi](https://pypi.org/project/wmi)|0.000152714292408502|
+|npm|[requirejs](http://github.com/jrburke/r.js)|0.0001521958282054912|
+|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|0.00015196690769755014|
+|spack|perl|0.0001515925235381566|
+|spack|ca-certificates-mozilla|0.0001515925235381566|
+|spack|nasm|0.0001515925235381566|
+|pypi|[pygame](https://www.pygame.org)|0.00015141582896786068|
+|cran|[whisker](http://github.com/edwindj/whisker)|0.00015111616413528037|
+|pypi|[prospector](https://pypi.org/project/prospector)|0.00015029201511340725|
+|cran|[V8](https://github.com/jeroen/v8)|0.00015024083250743313|
+|cran|[nleqslv](NA)|0.00015021559657662318|
+|pypi|[imageio](https://github.com/imageio/imageio)|0.0001500741279917131|
+|cran|[viridis](https://sjmgarnier.github.io/viridis/)|0.00014883717158807234|
+|cran|[cowplot](https://wilkelab.org/cowplot/)|0.00014853131882103867|
+|cran|later|0.0001485158593822667|
+|pypi|[absl-py](https://pypi.org/project/absl-py)|0.00014795187859003575|
+|cran|KernSmooth|0.00014787097238666756|
+|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00014769604840997436|
+|cran|sfsmisc|0.00014680112713834356|
+|npm|[react-images](https://jossmac.github.io/react-images/)|0.0001467749438724945|
+|cran|[tesseract](https://docs.ropensci.org/tesseract/)|0.00014582843088023408|
+|pypi|[netcdf4](http://github.com/Unidata/netcdf4-python)|0.00014499301721887243|
+|cran|[showtext](https://github.com/yixuan/showtext)|0.00014483309346431712|
+|cran|[spatstat.random](http://spatstat.org/)|0.0001445071654570523|
+|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|0.00014444995044598613|
+|pypi|[notebook](https://pypi.org/project/notebook)|0.00014431081308689033|
+|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|0.0001439030592796698|
+|cran|labeling|0.00014332176441647724|
+|pypi|[asgiref](https://pypi.org/project/asgiref)|0.00014275025888368763|
+|cran|[xtable](http://xtable.r-forge.r-project.org/)|0.0001424862173466171|
+|cran|[rvest](http://rvest.tidyverse.org/)|0.00014172988096721473|
+|npm|[pako](https://github.com/nodeca/pako#readme)|0.00014156873849638962|
+|npm|[react-redux](https://github.com/reduxjs/react-redux)|0.00014145808028495424|
+|pypi|[numexpr](https://pypi.org/project/numexpr)|0.0001412616857869583|
+|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|0.00014105645867115837|
+|cran|igraphdata|0.0001408364703928381|
+|pypi|[pytools](http://pypi.python.org/pypi/pytools)|0.00014016706781820755|
+|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|0.00014016706781820755|
+|pypi|[mdtraj](http://mdtraj.org)|0.00014016706781820755|
+|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|0.00014016706781820755|
+|pypi|[mamba](http://nestorsalceda.github.io/mamba)|0.00014016706781820755|
+|pypi|[msgpack-python](http://msgpack.org/)|0.00014016706781820755|
+|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|0.00014016706781820755|
+|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|0.00014016706781820755|
+|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|0.00014016706781820755|
+|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|0.00014016706781820755|
+|npm|[filepond](https://pqina.nl/filepond/)|0.00014016706781820755|
+|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|0.00014016706781820755|
+|npm|[modernizr](https://github.com/Modernizr/Modernizr)|0.00014016706781820755|
+|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|0.00014016706781820755|
+|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00014016706781820755|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.0001401062341360791|
+|cran|[shinyjs](https://deanattali.com/shinyjs/)|0.0001399173614005294|
+|pypi|[unittest2](https://pypi.org/project/unittest2)|0.0001388377526944995|
+|spack|cpio|0.00013876539714002546|
+|cran|selectr|0.00013833665081493452|
+|npm|[nyc](https://istanbul.js.org/)|0.00013772448097129755|
+|pypi|[freesasa](http://freesasa.github.io/)|0.0001370840070940483|
+|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|0.0001369899476143282|
+|npm|[moment](https://momentjs.com)|0.00013694311582794282|
+|npm|[tape](https://github.com/substack/tape)|0.00013630670284998515|
+|npm|[rc-slider](http://github.com/react-component/slider/)|0.0001348390798602055|
+|cran|WRS2|0.00013466542836092143|
+|cran|combinat|0.00013395858084691196|
+|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|0.00013340462156382035|
+|npm|[chai](http://chaijs.com)|0.00013327677482501452|
+|cran|[units](https://github.com/r-quantities/units/)|0.0001324161057096924|
+|cran|[sodium](https://github.com/jeroen/sodium#readme)|0.0001323127563774277|
+|npm|[tslib](https://www.typescriptlang.org/)|0.00013131207173470145|
+|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|0.00013068974631979722|
+|cran|[gifski](https://gif.ski/)|0.0001302366585423807|
+|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.0001297613807663799|
+|cran|[progress](https://github.com/r-lib/progress#readme)|0.00012949750521047993|
+|spack|[expat](https://libexpat.github.io/)|0.00012887276891300852|
+|cran|fastmap|0.00012885820498449694|
+|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00012885338381159157|
+|pypi|[pyxenon](https://pypi.org/project/pyxenon)|0.0001284459861248761|
+|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001284440039643211|
+|pypi|[cvxopt](http://cvxopt.org)|0.0001275520317145689|
+|cran|[phangorn](https://github.com/KlausVigo/phangorn)|0.00012735705566378565|
+|npm|[ws](https://github.com/websockets/ws)|0.00012712252672377174|
+|cran|[reticulate](https://rstudio.github.io/reticulate/)|0.00012706075688969062|
+|cran|rsconnect|0.00012653979908477223|
+|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|0.00012611351266321092|
+|pypi|[jax](https://pypi.org/project/jax)|0.00012557105535474845|
+|pypi|[nrel-pysam](https://nrel-pysam.readthedocs.io)|0.0001254057234886026|
+|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|0.0001253500376762759|
+|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.0001252081268582755|
+|npm|[d3-array](https://d3js.org/d3-array/)|0.00012428146679881072|
+|npm|[d3-scale](https://d3js.org/d3-scale/)|0.00012428146679881072|
+|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00012412298369004912|
+|cran|[lazyeval](NA)|0.0001240516152339527|
+|pypi|[botocore](https://github.com/boto/botocore)|0.0001235502058712548|
+|pypi|[torch](https://pytorch.org/)|0.0001230506487628991|
+|spack|py-numpy|0.0001226931623595574|
+|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|0.00012264618434093162|
+|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|0.00012264618434093162|
+|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|0.00012264618434093162|
+|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|0.00012264618434093162|
+|pypi|[simframe](https://github.com/stammler/simframe)|0.00012264618434093162|
+|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|0.00012264618434093162|
+|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00012264618434093162|
+|pypi|[gemmi](https://project-gemmi.github.io/)|0.00012264618434093162|
+|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|0.00012264618434093162|
+|npm|[d3-brush](https://d3js.org/d3-brush/)|0.00012264618434093162|
+|npm|[d3-fetch](https://d3js.org/d3-fetch/)|0.00012264618434093162|
+|npm|[d3-format](https://d3js.org/d3-format/)|0.00012264618434093162|
+|npm|[fflate](https://101arrowz.github.io/fflate)|0.00012264618434093162|
+|pypi|[chevron](https://github.com/noahmorrison/chevron)|0.00012250991080277503|
+|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|0.00012240793034691224|
+|cran|cellranger|0.00012229036758741601|
+|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00012192262920719587|
+|npm|[webpack](https://github.com/webpack/webpack)|0.00012178285072201739|
+|pypi|[bz2file](https://github.com/nvawda/bz2file)|0.0001214197224975223|
+|pypi|[boto](https://github.com/boto/boto/)|0.0001214197224975223|
+|spack|automake|0.00012127401883052527|
+|spack|autoconf|0.00012127401883052527|
+|spack|libtool|0.00012127401883052527|
+|spack|m4|0.00012127401883052527|
+|pypi|[grapheme](https://github.com/alvinlindstam/grapheme)|0.00012117688305252725|
+|pypi|[about-time](https://github.com/rsalmei/about-time)|0.00012117688305252725|
+|npm|react-router-dom|0.00012108085109793747|
+|cran|[rJava](http://www.rforge.net/rJava/)|0.00012100949350581607|
+|cran|styler|0.00012041811774394368|
+|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00012001992839292951|
+|cran|[rstanarm](https://mc-stan.org/rstanarm/)|0.00011962780978157385|
+|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|0.0001192977488319411|
+|pypi|[sos](https://github.com/vatlab/SoS)|0.00011895388868603619|
+|pypi|[jupyter-client](https://jupyter.org)|0.00011879315609681471|
+|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00011843869299519991|
+|spack|gmp|0.00011843748369933753|
+|pypi|[sqlalchemy](https://pypi.org/project/sqlalchemy)|0.00011801283745408966|
+|cran|boot|0.00011773424644412709|
+|pypi|[yapf](https://pypi.org/project/yapf)|0.00011766104795318757|
+|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00011759398285733745|
+|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|0.00011735767005311092|
+|pypi|[markdown](https://pypi.org/project/markdown)|0.00011718820670456718|
+|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|0.00011713216253623863|
+|cran|tufte|0.00011710633609802564|
+|cran|katex|0.00011710633609802564|
+|pypi|[wasabi](https://pypi.org/project/wasabi)|0.00011676635882324035|
+|pypi|[tifffile](https://www.lfd.uci.edu/~gohlke/)|0.00011662182755474471|
+|pypi|[voluptuous](https://pypi.org/project/voluptuous)|0.00011618728585586862|
+|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00011600263879267199|
+|cran|MatrixModels|0.00011593529653683404|
+|rubygems|rspec|0.0001158369665822694|
+|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|0.00011551451467599488|
+|cran|[formatR](https://github.com/yihui/formatR)|0.00011544734274306068|
+|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011511148161655305|
+|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|0.00011502646800651658|
+|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|0.00011485105555046115|
+|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011483714748721225|
+|pypi|[sos-notebook](https://github.com/vatlab/SOS)|0.00011469354754577224|
+|npm|[mongoose](https://mongoosejs.com)|0.00011460694119578925|
+|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|0.00011430624380574827|
+|pypi|[segments](https://github.com/cldf/segments)|0.00011430624380574827|
+|cran|webshot|0.00011419183223926836|
+|cran|[s2](https://r-spatial.github.io/s2/)|0.00011353638905253238|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.00011353562769688911|
+|pypi|[tabulate](https://pypi.org/project/tabulate)|0.000113511540327186|
+|pypi|[distro](https://github.com/python-distro/distro)|0.00011213365425456604|
+|cran|[qpdf](https://github.com/ropensci/qpdf)|0.0001120121436296025|
+|pypi|[mistune](https://pypi.org/project/mistune)|0.00011188813476607296|
+|pypi|[ratelimit](https://pypi.org/project/ratelimit)|0.00011160802775024778|
+|pypi|[backoff](https://pypi.org/project/backoff)|0.00011160802775024778|
+|cran|[odbc](https://github.com/r-dbi/odbc)|0.00011128991417811308|
+|cran|[spdep](https://github.com/r-spatial/spdep/)|0.00011050112713834353|
+|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00010999415891672482|
+|cran|[globals](https://github.com/HenrikBengtsson/globals)|0.00010992421633020794|
+|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|0.00010901883052527254|
+|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|0.00010901883052527254|
+|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|0.00010901883052527254|
+|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|0.00010901883052527254|
+|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|0.00010901883052527254|
+|pypi|[tmm](http://pypi.python.org/pypi/tmm)|0.00010901883052527254|
+|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|0.00010901883052527254|
+|pypi|[lda](https://pypi.org/project/lda)|0.00010901883052527254|
+|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|0.00010901883052527254|
+|pypi|[html2text](https://github.com/Alir3z4/html2text/)|0.00010901883052527254|
+|pypi|[metapredict](https://github.com/idptools/metapredict.git)|0.00010901883052527254|
+|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|0.00010901883052527254|
+|pypi|[protfasta](https://pypi.org/project/protfasta)|0.00010901883052527254|
+|pypi|[theano](http://deeplearning.net/software/theano/)|0.00010901883052527254|
+|pypi|[pycairo](https://pycairo.readthedocs.io)|0.00010901883052527254|
+|pypi|[pygobject](https://pygobject.readthedocs.io)|0.00010901883052527254|
+|pypi|[genicam](https://www.emva.org)|0.00010901883052527254|
+|cran|txtplot|0.00010901883052527254|
+|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|0.00010901883052527254|
+|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|0.00010901883052527254|
+|npm|[apexcharts](https://apexcharts.com)|0.00010901883052527254|
+|npm|[idb](https://github.com/jakearchibald/idb#readme)|0.00010901883052527254|
+|npm|[lodash.debounce](https://lodash.com/)|0.00010901883052527254|
+|npm|[nanoid](https://github.com/ai/nanoid#readme)|0.00010901883052527254|
+|npm|vue-apexcharts|0.00010901883052527254|
+|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|0.00010901883052527254|
+|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|0.00010900272547076313|
+|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010864881896749138|
+|cran|prettydoc|0.00010798941459297304|
+|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00010792864222001981|
+|pypi|[photutils](https://github.com/astropy/photutils)|0.00010792864222001981|
+|cran|codemetar|0.00010792864222001981|
+|cran|see|0.00010737698438340962|
+|cran|[effectsize](https://easystats.github.io/effectsize/)|0.00010716686503592878|
+|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|0.00010709453270706126|
+|pypi|[casadi](https://pypi.org/project/casadi)|0.00010613157179010079|
+|pypi|[pep517](https://pypi.org/project/pep517)|0.00010606594720562095|
+|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.00010605980338092111|
+|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|0.00010595698447100115|
+|cran|[targets](https://docs.ropensci.org/targets/)|0.00010584216852325893|
+|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00010560168791825157|
+|pypi|[retrying](https://pypi.org/project/retrying)|0.00010549283559858663|
+|cran|[psych](https://personality-project.org/r/psych/)|0.00010456229995765976|
+|pypi|[furo](https://pypi.org/project/furo)|0.00010455382339086713|
+|cran|flashClust|0.00010446356475927181|
+|cran|[RMariaDB](https://rmariadb.r-dbi.org)|0.00010443757240081462|
+|npm|[esm](https://github.com/standard-things/esm#readme)|0.00010382990830270891|
+|cran|e1071|0.00010360791197789086|
+|spack|libffi|0.00010358332815803283|
+|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|0.00010286351408749822|
+|pypi|[websocket-client](https://github.com/websocket-client/websocket-client.git)|0.00010240648574970682|
+|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|0.00010216378486478833|
+|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|0.00010207372719147552|
+|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010181226107886166|
+|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.00010123690081519565|
+|pypi|[pbr](https://pypi.org/project/pbr)|0.00010085318384539147|
+|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.00010071882546795517|
+|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00010043120984878717|
+|cran|gamm4|0.00010041904996197144|
+|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|0.00010037200875573383|
+|cran|statnet.common|9.995914322121315e-05|
+|cran|[stars](https://r-spatial.github.io/stars/)|9.985910600429748e-05|
+|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|9.984151527629655e-05|
+|pypi|[gitpython](https://github.com/gitpython-developers/GitPython)|9.965862348751349e-05|
+|cran|[bayestestR](https://easystats.github.io/bayestestR/)|9.964277128191697e-05|
+|spack|icu4c|9.918834949738072e-05|
+|pypi|[fastprogress](https://github.com/fastai/fastprogress)|9.905163869997608e-05|
+|pypi|[pyOpenSSL](https://pyopenssl.org/)|9.888861002080823e-05|
+|pypi|[email-validator](https://pypi.org/project/email-validator)|9.847006066282578e-05|
+|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|9.839518493881281e-05|
+|npm|[prop-types](https://facebook.github.io/react/)|9.83756661803324e-05|
+|npm|[tap](http://www.node-tap.org/)|9.828009499529379e-05|
+|pypi|[build](https://pypi.org/project/build)|9.825878203804299e-05|
+|pypi|[DendroPy](http://packages.python.org/DendroPy/)|9.81169474727453e-05|
+|pypi|[disksurf](https://github.com/richteague/disksurf)|9.81169474727453e-05|
+|pypi|[gofish](https://github.com/richteague/gofish)|9.81169474727453e-05|
+|pypi|[simpleitk](http://simpleitk.org/)|9.81169474727453e-05|
+|pypi|[Cerberus](http://docs.python-cerberus.org)|9.81169474727453e-05|
+|pypi|[CoolProp](http://www.coolprop.org)|9.81169474727453e-05|
+|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|9.81169474727453e-05|
+|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|9.81169474727453e-05|
+|pypi|[sisyphe](https://sisyphe.readthedocs.io)|9.81169474727453e-05|
+|pypi|[pykeops](http://www.kernel-operations.io/)|9.81169474727453e-05|
+|pypi|[keopscore](http://www.kernel-operations.io/)|9.81169474727453e-05|
+|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|9.81169474727453e-05|
+|npm|[auspice](https://www.npmjs.com/package/auspice)|9.81169474727453e-05|
+|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|9.81169474727453e-05|
+|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|9.81169474727453e-05|
+|pypi|[Unidecode](https://pypi.org/project/Unidecode)|9.811694747274529e-05|
+|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|9.785996123012639e-05|
+|cran|gee|9.77724230757965e-05|
+|npm|[supertest](https://github.com/visionmedia/supertest#readme)|9.775651259098701e-05|
+|cran|coda|9.76730022980374e-05|
+|pypi|[igraph](https://igraph.org/python)|9.737861744301288e-05|
+|spack|mbedtls|9.717469457574142e-05|
+|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|9.713577799801784e-05|
+|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|9.713577799801784e-05|
+|npm|[rxjs](https://rxjs.dev)|9.668718560903105e-05|
+|pypi|[shapely](https://github.com/shapely/shapely)|9.664278287080967e-05|
+|pypi|[websockets](https://pypi.org/project/websockets)|9.659507223755e-05|
+|pypi|[cftime](https://pypi.org/project/cftime)|9.645269899509448e-05|
+|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|9.623911115747744e-05|
+|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|9.616442021803766e-05|
+|npm|rollup|9.602595410239715e-05|
+|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|9.600172729169917e-05|
+|cran|[ggrepel](http://github.com/slowkow/ggrepel)|9.584009845223175e-05|
+|cran|highr|9.544714650912467e-05|
+|spack|py-setuptools|9.538195549028839e-05|
+|npm|[passport](https://www.passportjs.org/)|9.458307436461676e-05|
+|cran|modelbased|9.440791121663273e-05|
+|cran|tikzDevice|9.36079674094484e-05|
+|spack|[cuda](https://developer.nvidia.com/cuda-zone)|9.355065172221084e-05|
+|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|9.350001760470564e-05|
+|pypi|[async-timeout](https://pypi.org/project/async-timeout)|9.349356189356707e-05|
+|pypi|[xyzservices](https://github.com/geopandas/xyzservices)|9.33299445823171e-05|
+|rubygems|[minitest](https://github.com/seattlerb/minitest)|9.324675642345012e-05|
+|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|9.321110009910804e-05|
+|npm|[nodemon](https://nodemon.io)|9.31310513074636e-05|
+|cran|[gtools](https://github.com/r-gregmisc/gtools)|9.306646393637388e-05|
+|npm|[semver](https://github.com/npm/node-semver#readme)|9.303800772295278e-05|
+|cran|mapdata|9.295811921851517e-05|
+|pypi|[keyring](https://pypi.org/project/keyring)|9.28921399965929e-05|
+|pypi|[freezegun](https://pypi.org/project/freezegun)|9.263205723449705e-05|
+|cran|[checkmate](https://github.com/mllg/checkmate)|9.246790884921279e-05|
+|npm|[jquery](https://jquery.com)|9.222274256962067e-05|
+|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|9.211859375316033e-05|
+|pypi|[nptyping](https://pypi.org/project/nptyping)|9.182086009287454e-05|
+|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.169324168316109e-05|
+|cran|JuliaCall|9.15145239181118e-05|
+|cran|palmerpenguins|9.07938755885974e-05|
+|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|9.029033772128614e-05|
+|pypi|[cymem](https://pypi.org/project/cymem)|8.97841982682354e-05|
+|pypi|[murmurhash](https://pypi.org/project/murmurhash)|8.97841982682354e-05|
+|pypi|[reno](https://docs.openstack.org/reno/latest/)|8.938033413563641e-05|
+|pypi|[edlib](https://github.com/Martinsos/edlib)|8.919722497522299e-05|
+|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|8.919722497522299e-05|
+|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|8.919722497522299e-05|
+|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|8.919722497522299e-05|
+|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|8.919722497522299e-05|
+|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|8.919722497522299e-05|
+|pypi|[filetype](https://github.com/h2non/filetype.py)|8.919722497522299e-05|
+|npm|[angular-animate](http://angularjs.org)|8.919722497522299e-05|
+|npm|[angular-sanitize](http://angularjs.org)|8.919722497522299e-05|
+|npm|[angular-touch](http://angularjs.org)|8.919722497522299e-05|
+|npm|[colorbrewer](http://colorbrewer2.org/)|8.919722497522299e-05|
+|npm|[dc](http://dc-js.github.io/dc.js/)|8.919722497522299e-05|
+|spack|openni2|8.919722497522299e-05|
+|spack|efusion|8.919722497522299e-05|
+|spack|suitesparse|8.919722497522299e-05|
+|spack|realsense|8.919722497522299e-05|
+|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|8.912289395441031e-05|
+|rubygems|bundler|8.888851936073876e-05|
+|cran|[vcr](https://github.com/ropensci/vcr/)|8.786740820060585e-05|
+|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|8.75483987718279e-05|
+|cran|[classInt](https://r-spatial.github.io/classInt/)|8.748185452844968e-05|
+|pypi|[invoke](https://pypi.org/project/invoke)|8.733664236314112e-05|
+|pypi|[Six](https://pypi.org/project/Six)|8.70603478468222e-05|
+|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|8.70583936510291e-05|
+|pypi|[dnspython](https://pypi.org/project/dnspython)|8.69736655811978e-05|
+|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|8.69390537275624e-05|
+|npm|fortawesome|8.684100746344126e-05|
+|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.683794557121198e-05|
+|pypi|[pylint](https://pypi.org/project/pylint)|8.65494903339559e-05|
+|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.579249522157725e-05|
+|npm|[babel-cli](https://babeljs.io/)|8.54819544225431e-05|
+|pypi|[libsvm](https://github.com/ocampor/libsvm)|8.52835351402594e-05|
+|pypi|[webcolors](https://pypi.org/project/webcolors)|8.523661671103628e-05|
+|cran|[leaflet](https://rstudio.github.io/leaflet/)|8.517519612931786e-05|
+|pypi|[whoosh](https://pypi.org/project/whoosh)|8.454801793855302e-05|
+|pypi|[rfc3986](https://pypi.org/project/rfc3986)|8.428143138034262e-05|
+|spack|[boost](https://www.boost.org)|8.424040775874277e-05|
+|spack|xz|8.416683305006076e-05|
+|cran|class|8.406890922870633e-05|
+|pypi|[pyzmq](https://pypi.org/project/pyzmq)|8.406661441306368e-05|
+|pypi|[blinker](https://pypi.org/project/blinker)|8.383502261162145e-05|
+|npm|react-router-bootstrap|8.353610078948903e-05|
+|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|8.344036326126089e-05|
+|npm|[debug](https://github.com/debug-js/debug#readme)|8.336801703681118e-05|
+|pypi|[wsaccel](https://pypi.org/project/wsaccel)|8.333555925244229e-05|
+|cran|poorman|8.32899119829773e-05|
+|cran|[here](https://here.r-lib.org/)|8.31230311597998e-05|
+|pypi|[pooch](https://pypi.org/project/pooch)|8.311804620383905e-05|
+|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|8.303925385813392e-05|
+|cran|[tmap](https://github.com/mtennekes/tmap)|8.302659857119539e-05|
+|cran|pool|8.302659857119539e-05|
+|pypi|[timeout-decorator](https://pypi.org/project/timeout-decorator)|8.263286669970267e-05|
+|pypi|[boto3](https://github.com/boto/boto3)|8.259426949386473e-05|
+|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|8.22424708238102e-05|
+|npm|eslint-plugin-import|8.203432092479136e-05|
+|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|8.183063784619739e-05|
+|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.176535169904044e-05|
+|pypi|[scikit-bio](http://scikit-bio.org)|8.176412289395441e-05|
+|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|8.176412289395441e-05|
+|pypi|[gpytorch](https://gpytorch.ai)|8.176412289395441e-05|
+|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|8.176412289395441e-05|
+|npm|[downloadjs](http://danml.com/download.html)|8.176412289395441e-05|
+|npm|[events](https://github.com/Gozala/events#readme)|8.176412289395441e-05|
+|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|8.176412289395441e-05|
+|npm|[semantic-ui-button](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-label](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-transition](http://www.semantic-ui.com)|8.176412289395441e-05|
+|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|8.152478996630289e-05|
+|pypi|[asdf](https://pypi.org/project/asdf)|8.152478996630289e-05|
+|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|8.13961843409316e-05|
+|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.105931478464209e-05|
+|pypi|[terminado](https://pypi.org/project/terminado)|8.105931478464209e-05|
+|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|8.094648166501486e-05|
+|pypi|[dash](https://plotly.com/dash)|8.082498610417619e-05|
+|pypi|[typed-ast](https://pypi.org/project/typed-ast)|8.078406896308077e-05|
+|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|8.073978267492346e-05|
+|pypi|[flaky](https://pypi.org/project/flaky)|8.056366206080037e-05|
+|cran|[Seurat](https://satijalab.org/seurat)|8.03968298689719e-05|
+|cran|[network](http://statnet.org/)|8.038979997881334e-05|
+|cran|shape|8.034578006036746e-05|
+|npm|[xlsx](https://sheetjs.com/)|8.032966459756925e-05|
+|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|8.022460680062542e-05|
+|pypi|[qtpy](https://pypi.org/project/qtpy)|7.992503942517996e-05|
+|cran|[zip](https://github.com/r-lib/zip#readme)|7.973495035302644e-05|
+|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|7.96416083279857e-05|
+|pypi|[ppft](https://github.com/uqfoundation/ppft)|7.951501491425267e-05|
+|cran|[gert](https://docs.ropensci.org/gert/)|7.943622255735807e-05|
+|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|7.937173177587634e-05|
+|cran|spatstat.data|7.935186803267836e-05|
+|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|7.915331138339209e-05|
+|cran|[git2r](https://docs.ropensci.org/git2r/)|7.903857126302591e-05|
+|pypi|[trio](https://pypi.org/project/trio)|7.872709285627796e-05|
+|npm|[winston](https://github.com/winstonjs/winston#readme)|7.861934893649462e-05|
+|cran|[slam](NA)|7.850032214913867e-05|
+|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|7.843204265062711e-05|
+|pypi|[tensorflow](https://pypi.org/project/tensorflow)|7.840886482170481e-05|
+|pypi|[texttable](https://github.com/foutaise/texttable/)|7.814580887398033e-05|
+|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|7.810109018830523e-05|
+|pypi|[pyglet](https://pypi.org/project/pyglet)|7.779272263910519e-05|
+|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|7.779272263910519e-05|
+|pypi|[uncertainties](https://pypi.org/project/uncertainties)|7.752498458264457e-05|
+|pypi|[patsy](https://pypi.org/project/patsy)|7.727294332851502e-05|
+|cran|polyclip|7.706197839249934e-05|
+|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|7.701919285113426e-05|
+|pypi|[dash-table](https://pypi.org/project/dash-table)|7.678035259252428e-05|
+|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|7.678035259252428e-05|
+|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|7.678035259252428e-05|
+|pypi|[gmsh](https://gmsh.info)|7.676208243455955e-05|
+|pypi|[distributed](https://distributed.dask.org)|7.637129427232197e-05|
+|npm|[uuid](https://github.com/uuidjs/uuid#readme)|7.622102625002902e-05|
+|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|7.609899427452755e-05|
+|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|7.586542545660485e-05|
+|cran|[taxize](https://docs.ropensci.org/taxize/)|7.576419368540284e-05|
+|pypi|[contextvars](https://pypi.org/project/contextvars)|7.565648609518939e-05|
+|pypi|[bokeh](https://pypi.org/project/bokeh)|7.55065926784336e-05|
+|pypi|[yt](https://github.com/yt-project/yt)|7.547457497903485e-05|
+|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|7.547457497903485e-05|
+|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|7.547457497903485e-05|
+|pypi|[coramin](https://github.com/Coramin/Coramin)|7.547457497903485e-05|
+|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|7.547457497903485e-05|
+|pypi|[bidict](https://bidict.readthedocs.io)|7.547457497903485e-05|
+|pypi|[cached-property](https://github.com/pydanny/cached-property)|7.547457497903485e-05|
+|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|7.547457497903485e-05|
+|cran|tseries|7.542708164926902e-05|
+|npm|[ava](https://avajs.dev)|7.477149337283132e-05|
+|cran|[gapminder](https://github.com/jennybc/gapminder)|7.465097360287319e-05|
+|cran|[credentials](https://docs.ropensci.org/credentials/)|7.454951725677694e-05|
+|cran|animation|7.447518144156012e-05|
+|pypi|[pickleshare](https://pypi.org/project/pickleshare)|7.43909198333671e-05|
+|pypi|[jedi](https://pypi.org/project/jedi)|7.43909198333671e-05|
+|cran|[spatstat.core](http://spatstat.org/)|7.415487190912045e-05|
+|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|7.399845204347612e-05|
+|pypi|[backcall](https://pypi.org/project/backcall)|7.399845204347612e-05|
+|pypi|[coveralls](https://pypi.org/project/coveralls)|7.388551662729253e-05|
+|cran|[gplots](https://github.com/talgalili/gplots)|7.376920468817085e-05|
+|pypi|[testpath](https://pypi.org/project/testpath)|7.328626704432977e-05|
+|pypi|[deprecated](https://pypi.org/project/deprecated)|7.318278824974211e-05|
+|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|7.259809559539623e-05|
+|pypi|[nbclient](https://pypi.org/project/nbclient)|7.25826439703226e-05|
+|pypi|[pkginfo](https://pypi.org/project/pkginfo)|7.250739768361317e-05|
+|npm|[chokidar](https://github.com/paulmillr/chokidar)|7.23962905281042e-05|
+|cran|[argon2](https://github.com/wrathematics/argon2)|7.233146325923828e-05|
+|npm|[typescript](https://www.typescriptlang.org/)|7.225404657954391e-05|
+|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|7.208583361295315e-05|
+|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|7.179668696021521e-05|
+|npm|[commander](https://github.com/tj/commander.js#readme)|7.164629937703525e-05|
+|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|7.164577109859122e-05|
+|cran|[pingr](https://github.com/r-lib/pingr#readme)|7.137416048737512e-05|
+|cran|[dendextend](http://talgalili.github.io/dendextend/)|7.126265377530207e-05|
+|pypi|[alembic](https://pypi.org/project/alembic)|7.113478691774033e-05|
+|cran|ade4|7.105817084841301e-05|
+|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|7.099726968366837e-05|
+|cran|shinydisconnect|7.088903347317748e-05|
+|npm|[zone.js](https://github.com/angular/angular#readme)|7.086693627409808e-05|
+|cran|[irlba](NA)|7.070602173013353e-05|
+|cran|[rex](https://github.com/kevinushey/rex)|7.046692426758799e-05|
+|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|7.037773836127011e-05|
+|cran|[datawizard](https://easystats.github.io/datawizard/)|7.032031582897101e-05|
+|cran|egg|7.008879017414696e-05|
+|pypi|[area](https://github.com/scisco/area)|7.008353390910378e-05|
+|pypi|[StringDist](https://github.com/obulkin/string-dist)|7.008353390910378e-05|
+|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|7.008353390910378e-05|
+|pypi|[thermo](https://github.com/CalebBell/thermo)|7.008353390910378e-05|
+|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|7.008353390910378e-05|
+|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|7.008353390910378e-05|
+|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|7.008353390910378e-05|
+|pypi|[Sequoya](https://github.com/benhid/Sequoya)|7.008353390910378e-05|
+|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|7.008353390910378e-05|
+|pypi|[pyMSA](https://github.com/benhid/pyMSA)|7.008353390910378e-05|
+|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|7.008353390910378e-05|
+|cran|poibin|7.008353390910378e-05|
+|cran|fANCOVA|7.008353390910378e-05|
+|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|7.008353390910378e-05|
+|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|7.008353390910378e-05|
+|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|7.008353390910378e-05|
+|npm|net|7.008353390910378e-05|
+|spack|sophus|7.008353390910378e-05|
+|spack|visioncore|7.008353390910378e-05|
+|spack|brisk|7.008353390910378e-05|
+|spack|opengv|7.008353390910378e-05|
+|spack|gtsam|7.008353390910378e-05|
+|spack|tensorflow|7.008353390910378e-05|
+|cran|pbkrtest|6.996997956847058e-05|
+|pypi|[sgp4](https://pypi.org/project/sgp4)|6.996100687130077e-05|
+|pypi|[skyfield](https://pypi.org/project/skyfield)|6.996100687130077e-05|
+|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|6.996100687130077e-05|
+|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|6.996100687130077e-05|
+|pypi|[jplephem](https://pypi.org/project/jplephem)|6.996100687130077e-05|
+|pypi|[dicttoxml](https://pypi.org/project/dicttoxml)|6.980964423635556e-05|
+|pypi|[shap](https://pypi.org/project/shap)|6.946571763221912e-05|
+|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|6.941817025028645e-05|
+|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|6.94177403369673e-05|
+|npm|process|6.938269857001273e-05|
+|npm|util|6.938269857001273e-05|
+|npm|spc|6.938269857001273e-05|
+|pypi|[debugpy](https://pypi.org/project/debugpy)|6.929252529935036e-05|
+|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|6.929252529935036e-05|
+|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|6.925195521942446e-05|
+|spack|flex|6.912251345037519e-05|
+|spack|bison|6.912251345037519e-05|
+|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|6.885054416663274e-05|
+|pypi|[emoji](https://pypi.org/project/emoji)|6.850871567655803e-05|
+|cran|[mmand](https://github.com/jonclayden/mmand)|6.839729201888882e-05|
+|cran|[RNifti](https://github.com/jonclayden/RNifti)|6.839729201888882e-05|
+|cran|[lavaan](https://lavaan.ugent.be)|6.839245338517426e-05|
+|cran|[shinytest](https://github.com/rstudio/shinytest)|6.8361903386317e-05|
+|cran|conflicted|6.826302080933474e-05|
+|pypi|[localconfig](https://github.com/maxzheng/localconfig)|6.806863230921704e-05|
+|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|6.806863230921704e-05|
+|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|6.806863230921704e-05|
+|pypi|[pythutils](https://github.com/JolleJolles)|6.806863230921704e-05|
+|npm|[mathjs](https://mathjs.org)|6.800049554013875e-05|
+|npm|husky|6.788609988221114e-05|
+|pypi|[cupy](https://pypi.org/project/cupy)|6.758047029010509e-05|
+|pypi|[netifaces](https://github.com/al45tair/netifaces)|6.75594053518335e-05|
+|pypi|[python-socks](https://pypi.org/project/python-socks)|6.730815588276935e-05|
+|cran|[zeallot](https://github.com/nteetor/zeallot)|6.721010901883053e-05|
+|npm|expect.js|6.711812438057483e-05|
+|pypi|[typer](https://pypi.org/project/typer)|6.70842047331298e-05|
+|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|6.696452304253819e-05|
+|cran|[car](https://r-forge.r-project.org/projects/car/)|6.668963848905173e-05|
+|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|6.651996438830189e-05|
+|cran|[circlize](https://github.com/jokergoo/circlize)|6.604058413549313e-05|
+|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|6.587852187455755e-05|
+|pypi|[google-pasta](https://pypi.org/project/google-pasta)|6.544758339411086e-05|
+|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|6.541129831516353e-05|
+|pypi|[scikit-video](http://scikit-video.org/)|6.541129831516353e-05|
+|pypi|[h11](https://github.com/python-hyper/h11)|6.541129831516353e-05|
+|pypi|[blosc](http://github.com/blosc/python-blosc)|6.541129831516353e-05|
+|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|6.541129831516353e-05|
+|pypi|[mccabe](https://pypi.org/project/mccabe)|6.529470594403371e-05|
+|cran|[caret](https://github.com/topepo/caret/)|6.526588995741627e-05|
+|pypi|[plac](https://pypi.org/project/plac)|6.517310118028651e-05|
+|cran|reactlog|6.504593786547824e-05|
+|cran|sourcetools|6.504593786547824e-05|
+|cran|fontawesome|6.504593786547824e-05|
+|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|6.483435247240621e-05|
+|pypi|[astunparse](https://pypi.org/project/astunparse)|6.483435247240621e-05|
+|cran|latticeExtra|6.480119817638115e-05|
+|cran|pbdMPI|6.47571853320119e-05|
+|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|6.47016801494388e-05|
+|pypi|[paramiko](https://paramiko.org)|6.452884580132194e-05|
+|npm|eslint-plugin-standard|6.440403813583526e-05|
+|npm|eslint-plugin-promise|6.440403813583526e-05|
+|npm|eslint-plugin-node|6.440403813583526e-05|
+|npm|eslint-config-standard|6.440403813583526e-05|
+|pypi|[libcst](https://pypi.org/project/libcst)|6.437423138184907e-05|
+|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|6.437423138184907e-05|
+|pypi|[Theano](http://deeplearning.net/software/theano/)|6.43211100099108e-05|
+|cran|[sna](http://statnet.org)|6.404869226412837e-05|
+|pypi|[tblib](https://pypi.org/project/tblib)|6.393344784798226e-05|
+|npm|[xo](https://github.com/xojs/xo#readme)|6.379623226129667e-05|
+|cran|RcppTOML|6.374966731640301e-05|
+|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|6.372867120314203e-05|
+|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|6.364691461060978e-05|
+|cran|[janitor](https://github.com/sfirke/janitor)|6.349510416481841e-05|
+|pypi|[myst-parser](https://pypi.org/project/myst-parser)|6.338866993681773e-05|
+|pypi|[markupsafe](https://pypi.org/project/markupsafe)|6.31230544814975e-05|
+|pypi|[srsly](https://pypi.org/project/srsly)|6.280203771323045e-05|
+|npm|babel-preset-env|6.26023998072203e-05|
+|cran|brew|6.256011049266586e-05|
+|spack|iconv|6.244442871301146e-05|
+|spack|graphviz|6.244442871301146e-05|
+|spack|mscgen|6.244442871301146e-05|
+|cran|RhpcBLASctl|6.24364239858875e-05|
+|cran|timeSeries|6.237907889148043e-05|
+|cran|fts|6.237907889148043e-05|
+|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|6.22316625581844e-05|
+|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|6.219779559720094e-05|
+|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|6.19446664496842e-05|
+|spack|hwloc|6.177494653382713e-05|
+|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|6.167342993327613e-05|
+|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|6.165512533411081e-05|
+|npm|[sinon](https://sinonjs.org/)|6.145174689537776e-05|
+|pypi|[bfit](https://github.com/dfujim/bfit)|6.132309217046581e-05|
+|pypi|[bdata](https://github.com/dfujim/bdata)|6.132309217046581e-05|
+|pypi|[mud-py](https://github.com/dfujim/mudpy)|6.132309217046581e-05|
+|pypi|[julia](http://julialang.org)|6.132309217046581e-05|
+|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|6.132309217046581e-05|
+|pypi|[objsize](https://github.com/liran-funaro/objsize)|6.132309217046581e-05|
+|cran|geoaxe|6.132309217046581e-05|
+|cran|spbabel|6.132309217046581e-05|
+|cran|colorRamps|6.132309217046581e-05|
+|cran|paletteer|6.132309217046581e-05|
+|cran|statsExpressions|6.132309217046581e-05|
+|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|6.132309217046581e-05|
+|npm|[express-session](https://github.com/expressjs/session#readme)|6.132309217046581e-05|
+|npm|[helmet](https://helmetjs.github.io/)|6.132309217046581e-05|
+|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|6.132309217046581e-05|
+|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|6.132309217046581e-05|
+|pypi|[pyflakes](https://pypi.org/project/pyflakes)|6.097756025523292e-05|
+|pypi|[python-louvain](https://pypi.org/project/python-louvain)|6.091606367763423e-05|
+|pypi|[miniball](https://github.com/marmakoide/miniball)|6.070986124876115e-05|
+|spack|lz4|6.0520393110358423e-05|
+|pypi|[pynacl](https://pypi.org/project/pynacl)|6.035695200652113e-05|
+|pypi|[randomgen](https://github.com/bashtage/randomgen)|6.0313064770011074e-05|
+|rubygems|[mysql2](https://github.com/brianmario/mysql2)|6.0261827228413656e-05|
+|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|5.9501735009910796e-05|
+|pypi|[pretend](https://pypi.org/project/pretend)|5.938054618517378e-05|
+|pypi|[rdflib](https://github.com/RDFLib/rdflib)|5.929261645193266e-05|
+|cran|[pbapply](https://github.com/psolymos/pbapply)|5.8721473311100676e-05|
+|npm|jest|5.8589994921209666e-05|
+|pypi|[hiredis](https://pypi.org/project/hiredis)|5.821498477983859e-05|
+|cran|miniUI|5.8122068310669855e-05|
+|spack|sqlite|5.807760410507116e-05|
+|cran|lpSolve|5.802916607673793e-05|
+|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|5.788218533201189e-05|
+|npm|sax|5.7799013167670886e-05|
+|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|5.7761154320689926e-05|
+|pypi|[PyNaCl](https://github.com/pyca/pynacl/)|5.771585145455605e-05|
+|pypi|[isatools](https://github.com/ISA-tools/isa-api)|5.771585145455605e-05|
+|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|5.771585145455605e-05|
+|cran|nortest|5.771585145455605e-05|
+|cran|openair|5.771585145455605e-05|
+|npm|[d3-dsv](https://d3js.org/d3-dsv/)|5.771585145455605e-05|
+|npm|[diff2html](https://diff2html.xyz/)|5.771585145455605e-05|
+|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|5.771585145455605e-05|
+|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|5.771585145455605e-05|
+|npm|react-schemaorg|5.771585145455605e-05|
+|spack|nss|5.720892591674924e-05|
+|pypi|[spacy-legacy](https://spacy.io)|5.7006833844239055e-05|
+|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|5.69623389494549e-05|
+|pypi|[autopep8](https://github.com/hhatto/autopep8)|5.680744331410191e-05|
+|pypi|[types-backports](https://pypi.org/project/types-backports)|5.680358027750247e-05|
+|cran|[plotly](https://plotly-r.com)|5.663177952303852e-05|
+|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|5.650585743614861e-05|
+|pypi|[curio](https://pypi.org/project/curio)|5.6487251429122385e-05|
+|cran|[wk](https://paleolimbot.github.io/wk/)|5.6444020857160214e-05|
+|pypi|[spglib](http://spglib.github.io/spglib/)|5.627484206639199e-05|
+|cran|fstcore|5.6248684912708696e-05|
+|npm|[colors](https://github.com/Marak/colors.js)|5.62225683137477e-05|
+|cran|parallelly|5.622235064594698e-05|
+|cran|lars|5.621777627724109e-05|
+|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|5.6179926647760245e-05|
+|pypi|[path](https://pypi.org/project/path)|5.609057846096457e-05|
+|pypi|[click-plugins](https://pypi.org/project/click-plugins)|5.570392552166629e-05|
+|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|5.5637196268070124e-05|
+|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|5.5490584737363726e-05|
+|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|5.5490584737363726e-05|
+|pypi|[kombu](https://pypi.org/project/kombu)|5.5426253840824426e-05|
+|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|5.525817096679337e-05|
+|cran|[emmeans](https://github.com/rvlenth/emmeans)|5.525631916018733e-05|
+|cran|[ggforce](https://ggforce.data-imaginist.com)|5.510162568181162e-05|
+|pypi|[isodate](https://github.com/gweis/isodate/)|5.494685332011895e-05|
+|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|5.4841663127094244e-05|
+|cran|rsvg|5.473195685765258e-05|
+|cran|[futile.logger](NA)|5.469080881952538e-05|
+|cran|[graphql](http://graphql.org)|5.463227109857438e-05|
+|cran|[TTR](https://github.com/joshuaulrich/TTR)|5.4577552031714566e-05|
+|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|5.450941526263627e-05|
+|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.450941526263627e-05|
+|pypi|[Pint](https://github.com/hgrecco/pint)|5.450941526263627e-05|
+|npm|[bower](http://bower.io)|5.450941526263627e-05|
+|npm|[http-auth](https://github.com/gevorg/http-auth)|5.450941526263627e-05|
+|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|5.450941526263627e-05|
+|npm|[multer](https://github.com/expressjs/multer#readme)|5.450941526263627e-05|
+|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|5.450941526263627e-05|
+|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|5.450941526263627e-05|
+|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|5.450941526263627e-05|
+|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|5.450941526263627e-05|
+|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|5.450941526263627e-05|
+|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|5.450941526263627e-05|
+|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|5.450941526263627e-05|
+|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|5.450941526263627e-05|
+|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|5.450941526263627e-05|
+|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|5.450941526263627e-05|
+|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.449877842858481e-05|
+|npm|npm-run-all|5.444897570219671e-05|
+|rubygems|[activesupport](https://rubyonrails.org)|5.443237899718857e-05|
+|pypi|[pydub](http://pydub.com)|5.443154466940393e-05|
+|rubygems|[rubocop](https://rubocop.org/)|5.43615714504095e-05|
+|pypi|[pyscf](http://www.pyscf.org)|5.419670335402431e-05|
+|pypi|[moviepy](https://zulko.github.io/moviepy/)|5.40271271219057e-05|
+|pypi|[language-data](https://pypi.org/project/language-data)|5.396432111000991e-05|
+|cran|spatial|5.371881550542365e-05|
+|spack|gl|5.370576583999815e-05|
+|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|5.3681316820051256e-05|
+|cran|stopwords|5.3652062958614146e-05|
+|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|5.363989433283394e-05|
+|cran|rnaturalearthdata|5.351506768751565e-05|
+|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|5.3424677898909806e-05|
+|pypi|[google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib)|5.3375757275607486e-05|
+|spack|zstd|5.33219381337196e-05|
+|pypi|[traittypes](https://pypi.org/project/traittypes)|5.319114649618473e-05|
+|pypi|[geographiclib](https://pypi.org/project/geographiclib)|5.317810066543962e-05|
+|pypi|[werkzeug](https://palletsprojects.com/p/werkzeug/)|5.310182050870736e-05|
+|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|5.2917110925960015e-05|
+|cran|av|5.286396112692147e-05|
+|cran|RJSONIO|5.28538811651824e-05|
+|npm|[browserify](https://github.com/browserify/browserify#readme)|5.282327538730837e-05|
+|pypi|[monty](https://github.com/materialsvirtuallab/monty)|5.280336154294305e-05|
+|cran|brms|5.264930494120857e-05|
+|pypi|[fastparquet](https://pypi.org/project/fastparquet)|5.254955088995355e-05|
+|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|5.245647387795554e-05|
+|pypi|[pip-run](https://github.com/jaraco/pip-run)|5.215437631027728e-05|
+|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|5.184990089197225e-05|
+|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|5.1640498669865946e-05|
+|pypi|[sos-python](https://github.com/vatlab/SOS)|5.1640498669865946e-05|
+|pypi|[sos-ruby](https://github.com/vatlab/SOS)|5.1640498669865946e-05|
+|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|5.1640498669865946e-05|
+|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|5.1640498669865946e-05|
+|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|5.1640498669865946e-05|
+|pypi|[Cython](http://cython.org/)|5.1640498669865946e-05|
+|pypi|[BioPython](https://biopython.org/)|5.1640498669865946e-05|
+|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|5.1640498669865946e-05|
+|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|5.1640498669865946e-05|
+|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|5.1640498669865946e-05|
+|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|5.1640498669865946e-05|
+|cran|dunn.test|5.1640498669865946e-05|
+|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|5.1476179521644755e-05|
+|cran|plotrix|5.139399948518255e-05|
+|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|5.102081268582755e-05|
+|pypi|[pyreadline](https://pypi.org/project/pyreadline)|5.102081268582755e-05|
+|pypi|[monotonic](https://pypi.org/project/monotonic)|5.102081268582755e-05|
+|npm|object-assign|5.0962354493375515e-05|
+|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|5.092267323996517e-05|
+|cran|gam|5.0853347353291843e-05|
+|npm|[standard](https://standardjs.com)|5.079663732198073e-05|
+|npm|validator|5.078086567142689e-05|
+|spack|libpng|5.07375220509067e-05|
+|spack|[ninja](https://ninja-build.org/)|5.054108167470214e-05|
+|spack|[gnutls](https://www.gnutls.org)|5.053084117938552e-05|
+|spack|libidn2|5.053084117938552e-05|
+|spack|nghttp2|5.053084117938552e-05|
+|spack|libssh2|5.053084117938552e-05|
+|spack|libssh|5.053084117938552e-05|
+|spack|krb5|5.053084117938552e-05|
+|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|5.045974163562431e-05|
+|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|5.043322852160956e-05|
+|pypi|[vine](https://pypi.org/project/vine)|5.0332592482702695e-05|
+|spack|py-six|5.031292473006103e-05|
+|cran|[hoardr](https://github.com/ropensci/hoardr)|5.029788625063513e-05|
+|cran|[config](https://github.com/rstudio/config)|5.010288211054074e-05|
+|pypi|[natsort](https://github.com/SethMMorton/natsort)|5.001732871654062e-05|
+|pypi|[nanopack](https://github.com/wdecoster/nanopack)|4.905847373637265e-05|
+|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|4.905847373637265e-05|
+|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|4.905847373637265e-05|
+|pypi|[nanoget](https://github.com/wdecoster/nanoget)|4.905847373637265e-05|
+|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|4.905847373637265e-05|
+|pypi|[nanomath](https://github.com/wdecoster/nanomath)|4.905847373637265e-05|
+|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|4.905847373637265e-05|
+|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|4.905847373637265e-05|
+|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|4.905847373637265e-05|
+|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|4.905847373637265e-05|
+|cran|[genalg](https://github.com/egonw/genalg)|4.905847373637265e-05|
+|cran|segmented|4.9042506879082045e-05|
+|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|4.899773170338086e-05|
+|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.869700856368203e-05|
+|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|4.849162492720653e-05|
+|cran|[utf8](https://ptrckprry.com/r-utf8/)|4.847388447633481e-05|
+|cran|[semver](https://github.com/johndharrison/semver)|4.842772193119075e-05|
+|pypi|[awscrt](https://pypi.org/project/awscrt)|4.8347088943784104e-05|
+|npm|[font-awesome](http://fontawesome.io/)|4.829703985292411e-05|
+|spack|libiconv|4.825740452589105e-05|
+|cran|lsa|4.8178620674796395e-05|
+|npm|safe-buffer|4.8025682790788104e-05|
+|npm|coffee-script|4.7737107107461416e-05|
+|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|4.766400940702724e-05|
+|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|4.762760158572845e-05|
+|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|4.7472372705798186e-05|
+|cran|[remotes](https://remotes.r-lib.org)|4.724992351001567e-05|
+|pypi|[openpyxl](https://pypi.org/project/openpyxl)|4.7246972857591294e-05|
+|npm|glob|4.7211071782528664e-05|
+|cran|mclust|4.720173553325012e-05|
+|pypi|[arviz](https://pypi.org/project/arviz)|4.7187923730007044e-05|
+|spack|eigen|4.7027681102634425e-05|
+|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|4.6722355939402516e-05|
+|pypi|[billiard](https://pypi.org/project/billiard)|4.665705166044782e-05|
+|spack|lzo|4.664385339635587e-05|
+|spack|nettle|4.664385339635587e-05|
+|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|4.660725753649935e-05|
+|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|4.660725753649935e-05|
+|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|4.660725753649935e-05|
+|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|4.660725753649935e-05|
+|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|4.651157281745458e-05|
+|npm|eslint-plugin-markdown|4.64483877553243e-05|
+|npm|cross-env|4.641351667410884e-05|
+|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|4.625513238000849e-05|
+|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|4.625513238000849e-05|
+|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|4.625513238000849e-05|
+|pypi|[xarray](https://github.com/pydata/xarray)|4.6082288198775876e-05|
+|pypi|[distlib](https://pypi.org/project/distlib)|4.592694319012616e-05|
+|pypi|[asv](https://pypi.org/project/asv)|4.5544603141569996e-05|
+|pypi|[kaleido](https://pypi.org/project/kaleido)|4.5544603141569996e-05|
+|spack|glew|4.541412997309925e-05|
+|pypi|[celery](http://celeryproject.org)|4.512607389545425e-05|
+|cran|[statmod](NA)|4.494866068573058e-05|
+|cran|[matlab](http://cran.r-project.org/package=matlab)|4.4934933809995747e-05|
+|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|4.491775625670263e-05|
+|pypi|[zarr](https://pypi.org/project/zarr)|4.490434203497763e-05|
+|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|4.47806689538913e-05|
+|rubygems|activerecord|4.47353208875225e-05|
+|cran|plotROC|4.4598612487611494e-05|
+|npm|[async](https://caolan.github.io/async/)|4.453589568880079e-05|
+|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|4.435795486468583e-05|
+|pypi|[appnope](https://pypi.org/project/appnope)|4.435795486468583e-05|
+|pypi|[ray](https://pypi.org/project/ray)|4.435730757519671e-05|
+|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|4.425483151635282e-05|
+|pypi|[meshio](https://github.com/nschloe/meshio)|4.4212377067927124e-05|
+|spack|gettext|4.4201064391068614e-05|
+|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|4.418869876989448e-05|
+|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|4.415262636273539e-05|
+|spack|hdf5|4.4059437313542976e-05|
+|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|4.403132793866193e-05|
+|cran|SuppDists|4.384601090188305e-05|
+|cran|[GGally](https://ggobi.github.io/ggally/)|4.3717799563901763e-05|
+|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.362673900159113e-05|
+|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|4.3584240608823204e-05|
+|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|4.3584240608823204e-05|
+|cran|[glmnet](https://glmnet.stanford.edu)|4.3565452139535454e-05|
+|cran|qlcMatrix|4.35515146292067e-05|
+|npm|react-highcharts|4.334113281220892e-05|
+|npm|redux|4.334113281220892e-05|
+|pypi|[types-docutils](https://pypi.org/project/types-docutils)|4.3320592865644854e-05|
+|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|4.33136553626061e-05|
+|cran|RcppRoll|4.327277330115913e-05|
+|pypi|[pymatgen](https://pypi.org/project/pymatgen)|4.3227509250009544e-05|
+|cran|blavaan|4.3191542863607176e-05|
+|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|4.316149082633886e-05|
+|npm|immutable|4.3082930318859586e-05|
+|pypi|[rfc3987](https://pypi.org/project/rfc3987)|4.30294125826743e-05|
+|npm|[jasmine](http://jasmine.github.io/)|4.2957612258900665e-05|
+|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|4.29555996035679e-05|
+|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|4.29555996035679e-05|
+|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|4.29555996035679e-05|
+|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|4.2908994053518336e-05|
+|pypi|[cligj](https://pypi.org/project/cligj)|4.2880304024234095e-05|
+|cran|[seqminer](http://zhanxw.github.io/seqminer/)|4.265954237945447e-05|
+|cran|SeuratObject|4.265954237945447e-05|
+|cran|spex|4.265954237945447e-05|
+|pypi|[stack-data](https://pypi.org/project/stack-data)|4.265828018975719e-05|
+|pypi|[elasticsearch](https://pypi.org/project/elasticsearch)|4.260263234339223e-05|
+|pypi|[djangorestframework](https://www.django-rest-framework.org/)|4.253420453646587e-05|
+|spack|py-mpi4py|4.244588618400779e-05|
+|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|4.238652130822596e-05|
+|pypi|[mopti](https://github.com/basf/mopti)|4.210852329038653e-05|
+|npm|[proj4](https://github.com/proj4js/proj4js#readme)|4.2108523290386525e-05|
+|npm|[bluebird](https://github.com/petkaantonov/bluebird)|4.206512307957673e-05|
+|pypi|[ipaddr](https://github.com/google/ipaddr-py)|4.2050120345462266e-05|
+|pypi|[progress](http://github.com/verigak/progress/)|4.2050120345462266e-05|
+|pypi|[pytoml](https://github.com/avakar/pytoml)|4.2050120345462266e-05|
+|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|4.191679164464273e-05|
+|pypi|[waitress](https://pypi.org/project/waitress)|4.158296190338288e-05|
+|pypi|[pymongo](https://pypi.org/project/pymongo)|4.153705236772619e-05|
+|cran|[tm](http://tm.r-forge.r-project.org/)|4.1497062359609595e-05|
+|cran|mediation|4.142124458122264e-05|
+|pypi|[parso](https://pypi.org/project/parso)|4.133767484626653e-05|
+|pypi|[docker](https://github.com/docker/docker-py)|4.100984052617356e-05|
+|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|4.096534503594915e-05|
+|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|4.096534503594915e-05|
+|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|4.093316402378592e-05|
+|pypi|[snakemake](https://snakemake.readthedocs.io)|4.0882061446977205e-05|
+|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|4.0882061446977205e-05|
+|pypi|[datrie](https://github.com/kmike/datrie)|4.0882061446977205e-05|
+|pypi|[toposort](https://pypi.org/project/toposort)|4.0882061446977205e-05|
+|pypi|[trackpy](https://github.com/soft-matter/trackpy)|4.0882061446977205e-05|
+|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|4.0882061446977205e-05|
+|npm|[sift](https://github.com/crcn/sift.js#readme)|4.0882061446977205e-05|
+|npm|[socket.io](https://github.com/socketio/socket.io#readme)|4.0882061446977205e-05|
+|npm|[underscore](https://underscorejs.org)|4.0882061446977205e-05|
+|pypi|[anyio](https://pypi.org/project/anyio)|4.076463373753862e-05|
+|spack|[z3](https://github.com/Z3Prover/z3/wiki)|4.0761566950080875e-05|
+|pypi|[simplejson](https://pypi.org/project/simplejson)|4.076108391820553e-05|
+|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|4.075026003696141e-05|
+|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|4.0741175573683e-05|
+|cran|futile.options|4.070451649440747e-05|
+|cran|lambda.r|4.070451649440747e-05|
+|cran|webfakes|4.0588922612161825e-05|
+|pypi|[shiboken6](https://pypi.org/project/shiboken6)|4.047324083250743e-05|
+|pypi|[colorlover](https://pypi.org/project/colorlover)|4.0394029492146436e-05|
+|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|4.0394029492146436e-05|
+|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|4.0394029492146436e-05|
+|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|4.0394029492146436e-05|
+|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|4.0394029492146436e-05|
+|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|4.0394029492146436e-05|
+|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|4.0394029492146436e-05|
+|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|4.0394029492146436e-05|
+|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|4.0394029492146436e-05|
+|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|4.0394029492146436e-05|
+|rubygems|[pg](https://github.com/ged/ruby-pg)|4.023796039724115e-05|
+|pypi|[yarl](https://pypi.org/project/yarl)|4.0143825430822656e-05|
+|rubygems|jekyll|3.999141653688234e-05|
+|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|3.9847494994033284e-05|
+|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|3.976816821681787e-05|
+|cran|arrow|3.974691275133571e-05|
+|cran|logspline|3.951662148322229e-05|
+|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.9315741186464673e-05|
+|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|3.924677898909811e-05|
+|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|3.924677898909811e-05|
+|rubygems|[coderay](http://coderay.rubychan.de)|3.924677898909811e-05|
+|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|3.924677898909811e-05|
+|rubygems|[builder](http://onestepback.org)|3.924677898909811e-05|
+|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|3.924677898909811e-05|
+|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|3.924677898909811e-05|
+|cran|DiceKriging|3.92090417016086e-05|
+|npm|zap|3.909347125867195e-05|
+|npm|docco|3.909347125867195e-05|
+|npm|diff|3.909347125867195e-05|
+|cran|[vegan](https://github.com/vegandevs/vegan)|3.9023512873930536e-05|
+|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|3.8970431435383934e-05|
+|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.8927962041740015e-05|
+|rubygems|concurrent-ruby|3.885431119920713e-05|
+|rubygems|jdbc-mysql|3.885431119920713e-05|
+|rubygems|psych|3.885431119920713e-05|
+|rubygems|webrick|3.885431119920713e-05|
+|cran|[corrplot](https://github.com/taiyun/corrplot)|3.8645673610724986e-05|
+|cran|[ggridges](https://wilkelab.org/ggridges/)|3.8635156190439887e-05|
+|npm|[babel-preset-es2015](https://babeljs.io/)|3.861224336056248e-05|
+|cran|[parallelMap](https://parallelmap.mlr-org.com)|3.843812282860847e-05|
+|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|3.8436455861961836e-05|
+|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|3.840189079919614e-05|
+|pypi|[GitPython](https://pypi.org/project/GitPython)|3.821228739177294e-05|
+|pypi|[Brotli](https://pypi.org/project/Brotli)|3.8205816847101885e-05|
+|cran|[deSolve](http://desolve.r-forge.r-project.org/)|3.8071376779155674e-05|
+|npm|[form-data](https://github.com/form-data/form-data#readme)|3.8056324046055244e-05|
+|pypi|[recommonmark](https://pypi.org/project/recommonmark)|3.7821984614439524e-05|
+|pypi|[eemont](https://github.com/davemlz/eemont)|3.773728748951742e-05|
+|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|3.773728748951742e-05|
+|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|3.773728748951742e-05|
+|cran|mlrMBO|3.773728748951742e-05|
+|cran|emoa|3.773728748951742e-05|
+|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|3.773728748951742e-05|
+|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|3.773728748951742e-05|
+|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|3.773728748951742e-05|
+|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|3.773728748951742e-05|
+|npm|[fibers](https://github.com/laverdet/node-fibers)|3.773728748951742e-05|
+|npm|[saxes](https://github.com/lddubeau/saxes#readme)|3.773728748951742e-05|
+|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|3.773728748951742e-05|
+|cran|leaflet.providers|3.7727518429800825e-05|
+|cran|carrier|3.763994924797699e-05|
+|npm|recharts|3.754475030844845e-05|
+|pypi|[myst-nb](https://pypi.org/project/myst-nb)|3.752482656095144e-05|
+|spack|readline|3.752297965370489e-05|
+|spack|gdbm|3.752297965370489e-05|
+|spack|libnsl|3.752297965370489e-05|
+|spack|tk|3.752297965370489e-05|
+|spack|tcl|3.752297965370489e-05|
+|spack|uuid|3.752297965370489e-05|
+|spack|tix|3.752297965370489e-05|
+|npm|chalk|3.7520304032453876e-05|
+|pypi|[opencv-python](https://github.com/skvark/opencv-python)|3.749186752915872e-05|
+|spack|perl-data-dumper|3.749100203432267e-05|
+|spack|libelf|3.749100203432267e-05|
+|spack|swig|3.749100203432267e-05|
+|spack|libedit|3.749100203432267e-05|
+|spack|binutils|3.749100203432267e-05|
+|spack|isl|3.749100203432267e-05|
+|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|3.723538156590684e-05|
+|cran|biglm|3.716838623704268e-05|
+|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|3.698142309870506e-05|
+|pypi|[rasterio](https://pypi.org/project/rasterio)|3.682770533059531e-05|
+|cran|gmp|3.6649543851255216e-05|
+|rubygems|rubocop-jekyll|3.6618646467506724e-05|
+|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|3.6339610175090845e-05|
+|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|3.6339610175090845e-05|
+|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|3.6339610175090845e-05|
+|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|3.6339610175090845e-05|
+|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|3.6339610175090845e-05|
+|npm|[crypto-js](http://github.com/brix/crypto-js)|3.6339610175090845e-05|
+|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|3.6339610175090845e-05|
+|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|3.6339610175090845e-05|
+|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|3.6339610175090845e-05|
+|npm|ngx-smart-modal|3.6339610175090845e-05|
+|npm|plotly|3.6339610175090845e-05|
+|spack|gflags|3.630490041454155e-05|
+|cran|extrafont|3.605134788333906e-05|
+|cran|mlbench|3.6022238549412945e-05|
+|pypi|[pip-api](https://pypi.org/project/pip-api)|3.599929641228939e-05|
+|pypi|[requirementslib](https://pypi.org/project/requirementslib)|3.599929641228939e-05|
+|pypi|[pipreqs](https://pypi.org/project/pipreqs)|3.599929641228939e-05|
+|pypi|[aenum](https://github.com/ethanfurman/aenum)|3.5976214073339936e-05|
+|cran|strucchange|3.5879910690999066e-05|
+|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|3.5792857761243976e-05|
+|rubygems|rouge|3.5751362735381564e-05|
+|pypi|[uwsgi](https://pypi.org/project/uwsgi)|3.562305448149751e-05|
+|pypi|[pypblib](https://pypi.org/project/pypblib)|3.561645193260654e-05|
+|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|3.561645193260654e-05|
+|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|3.5557087056824706e-05|
+|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|3.5543646199807966e-05|
+|npm|react-transition-group|3.537331598035264e-05|
+|cran|proj4|3.5315441568866626e-05|
+|npm|after|3.510928867430177e-05|
+|cran|RandomFieldsUtils|3.508663302498545e-05|
+|cran|[jqr](https://docs.ropensci.org/jqr/)|3.49773568495783e-05|
+|npm|vary|3.4947557442203836e-05|
+|cran|websocket|3.493033413563641e-05|
+|pypi|[towncrier](https://pypi.org/project/towncrier)|3.489760356015991e-05|
+|cran|[base64url](https://github.com/mllg/base64url)|3.488194743914542e-05|
+|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|3.4691349285006365e-05|
+|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|3.4691349285006365e-05|
+|npm|lint-staged|3.46261176880602e-05|
+|pypi|[zope.interface](https://pypi.org/project/zope.interface)|3.458677790922781e-05|
+|cran|mondate|3.447824001281698e-05|
+|cran|DAAG|3.447824001281698e-05|
+|npm|retry|3.4384238883942814e-05|
+|pypi|[service-identity](https://pypi.org/project/service-identity)|3.426042243187932e-05|
+|pypi|[testfixtures](https://pypi.org/project/testfixtures)|3.420853467857605e-05|
+|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|3.3924677898909806e-05|
+|pypi|[Celery](http://celeryproject.org)|3.383343016301562e-05|
+|pypi|[DAWG](https://pypi.org/project/DAWG)|3.383343016301562e-05|
+|pypi|[django-nose](https://pypi.org/project/django-nose)|3.383343016301562e-05|
+|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|3.383343016301562e-05|
+|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|3.372770069375619e-05|
+|npm|rollup-plugin-commonjs|3.3717394291710734e-05|
+|cran|[attempt](https://github.com/ColinFay/attempt)|3.355721110623583e-05|
+|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|3.3535686207089405e-05|
+|npm|babel-runtime|3.3534970975506156e-05|
+|pypi|[dominate](https://github.com/Knio/dominate/)|3.346039490737211e-05|
+|pypi|[visitor](http://github.com/mbr/visitor)|3.346039490737211e-05|
+|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|3.3259982194150943e-05|
+|npm|[auth0](https://github.com/auth0/node-auth0)|3.3259982194150943e-05|
+|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|3.3259982194150943e-05|
+|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|3.3259982194150943e-05|
+|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|3.3259982194150943e-05|
+|npm|[class-validator](https://github.com/typestack/class-validator#readme)|3.3259982194150943e-05|
+|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|3.3259982194150943e-05|
+|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|3.3259982194150943e-05|
+|npm|hammerjs|3.3259982194150943e-05|
+|npm|http-status-codes|3.3259982194150943e-05|
+|npm|is-url|3.3259982194150943e-05|
+|npm|json5|3.3259982194150943e-05|
+|npm|jwks-rsa|3.3259982194150943e-05|
+|npm|nats|3.3259982194150943e-05|
+|npm|nestjs-s3|3.3259982194150943e-05|
+|npm|ngx-material-file-input|3.3259982194150943e-05|
+|npm|passport-jwt|3.3259982194150943e-05|
+|npm|reflect-metadata|3.3259982194150943e-05|
+|npm|sharp|3.3259982194150943e-05|
+|npm|ssh2|3.3259982194150943e-05|
+|npm|stackdriver-errors-js|3.3259982194150943e-05|
+|npm|tiny-version-compare|3.3259982194150943e-05|
+|npm|unzipper|3.3259982194150943e-05|
+|npm|yaml|3.3259982194150943e-05|
+|cran|rms|3.3154050834712174e-05|
+|npm|[should](https://github.com/shouldjs/should.js)|3.305884456657635e-05|
+|npm|prettier|3.305276402351142e-05|
+|cran|dfoptim|3.2944019059556425e-05|
+|pypi|[pydantic](https://pypi.org/project/pydantic)|3.293106329756218e-05|
+|pypi|[keystoneauth1](https://pypi.org/project/keystoneauth1)|3.291823587710604e-05|
+|cran|fftwtools|3.2904005934419835e-05|
+|cran|nloptr|3.284429782160105e-05|
+|cran|quadprog|3.2802445690647524e-05|
+|pypi|[ipdb](https://pypi.org/project/ipdb)|3.258331545606535e-05|
+|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|3.2578831334317676e-05|
+|npm|minimist|3.2546077170141584e-05|
+|rubygems|rack|3.241921793814236e-05|
+|pypi|[capturer](https://pypi.org/project/capturer)|3.2378592666005954e-05|
+|cran|robotstxt|3.237859266600595e-05|
+|rubygems|jekyll-commonmark|3.237859266600595e-05|
+|pypi|[mlflow](https://pypi.org/project/mlflow)|3.2176890249396233e-05|
+|pypi|[sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|3.2062851797876536e-05|
+|pypi|[httplib2](https://github.com/httplib2/httplib2)|3.2054583504687495e-05|
+|npm|react-test-renderer|3.204690177070335e-05|
+|cran|ggdist|3.196348250362125e-05|
+|cran|bridgesampling|3.196348250362125e-05|
+|cran|bayesQR|3.196348250362125e-05|
+|npm|[request](https://github.com/request/request#readme)|3.196135042654112e-05|
+|pypi|[pyfftw](https://pypi.org/project/pyfftw)|3.1961114673817996e-05|
+|pypi|[pybind11](https://github.com/pybind/pybind11)|3.190063473828384e-05|
+|cran|Rgraphviz|3.1872345535639044e-05|
+|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|3.184450780414692e-05|
+|cran|mice|3.17878420950471e-05|
+|cran|gdata|3.164271555996038e-05|
+|spack|glu|3.15375902590967e-05|
+|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|3.144071007986939e-05|
+|pypi|[partd](https://pypi.org/project/partd)|3.1286640172728045e-05|
+|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|3.122221435650573e-05|
+|npm|[keycode](https://github.com/timoxley/keycode)|3.122221435650573e-05|
+|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|3.122221435650573e-05|
+|npm|simple-assign|3.122221435650573e-05|
+|npm|warning|3.122221435650573e-05|
+|npm|lodash.merge|3.122221435650573e-05|
+|npm|lodash.throttle|3.122221435650573e-05|
+|npm|recompose|3.122221435650573e-05|
+|pypi|[ini2toml](https://github.com/abravalheri/ini2toml/)|3.1096867178751335e-05|
+|npm|[stylus](https://github.com/stylus/stylus)|3.10172731134079e-05|
+|pypi|[sphinx-autobuild](https://github.com/executablebooks/sphinx-autobuild)|3.0939412908051144e-05|
+|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.093140155467539e-05|
+|npm|inherits|3.0914664332078093e-05|
+|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|3.0851178977305e-05|
+|spack|[curl](https://curl.se/)|3.082939614894524e-05|
+|spack|[libarchive](https://www.libarchive.org)|3.082939614894524e-05|
+|spack|[libuv](https://libuv.org)|3.082939614894524e-05|
+|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|3.07988306851242e-05|
+|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|3.07988306851242e-05|
+|pypi|[PyQt5](https://www.riverbankcomputing.com/software/pyqt/)|3.071742052618867e-05|
+|npm|[jade](http://jade-lang.com)|3.068727119192573e-05|
+|pypi|[pyenchant](https://pyenchant.github.io/pyenchant/)|3.0661546085232904e-05|
+|cran|EnvStats|3.0661546085232904e-05|
+|cran|gganimate|3.059249319152834e-05|
+|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|3.0591571039766395e-05|
+|pypi|[tablib](https://pypi.org/project/tablib)|3.0354930624380574e-05|
+|pypi|[stfio](https://pypi.org/project/stfio)|3.0354930624380574e-05|
+|pypi|[klusta](https://klusta.cortexlab.net)|3.0354930624380574e-05|
+|pypi|[igor](http://blog.tremily.us/posts/igor/)|3.0354930624380574e-05|
+|cran|cba|3.0354930624380574e-05|
+|npm|[bundt](https://github.com/lukeed/bundt#readme)|3.0354930624380574e-05|
+|cran|[golem](https://github.com/ThinkR-open/golem)|3.0336721825551464e-05|
+|npm|[ts-node](https://typestrong.org/ts-node)|3.0236038915070483e-05|
+|cran|[seriation](https://github.com/mhahsler/seriation)|3.016619136037003e-05|
+|pypi|[wslink](https://pypi.org/project/wslink)|3.009637634721094e-05|
+|npm|ms|3.007767315014861e-05|
+|npm|on-headers|3.0049935875811353e-05|
+|pypi|[itk](https://itk.org/)|2.9990396522138704e-05|
+|pypi|[sniffio](https://pypi.org/project/sniffio)|2.9953936004530643e-05|
+|pypi|[mcfly](https://github.com/NLeSC/mcfly)|2.973240832507433e-05|
+|npm|[canvg](https://github.com/canvg/canvg)|2.973240832507433e-05|
+|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|2.973240832507433e-05|
+|npm|[http](https://github.com/npm/security-holder#readme)|2.973240832507433e-05|
+|npm|[jspdf](https://github.com/mrrio/jspdf)|2.973240832507433e-05|
+|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|2.973240832507433e-05|
+|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|2.973240832507433e-05|
+|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|2.973240832507433e-05|
+|npm|[pug](https://pugjs.org)|2.973240832507433e-05|
+|npm|[sequelize](https://sequelize.org/)|2.973240832507433e-05|
+|npm|del-cli|2.9637607684683994e-05|
+|cran|minqa|2.9604278394793953e-05|
+|cran|gbRd|2.9560183349851335e-05|
+|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|2.9471156648982685e-05|
+|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|2.9245016519987576e-05|
+|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|2.9245016519987576e-05|
+|pypi|[fiona](http://github.com/Toblerity/Fiona)|2.9190709211838176e-05|
+|pypi|[vtk](https://vtk.org)|2.9049599660536338e-05|
+|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.901270580085354e-05|
+|pypi|[uri-template](https://pypi.org/project/uri-template)|2.901270580085354e-05|
+|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|2.901270580085354e-05|
+|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|2.901270580085354e-05|
+|pypi|[isoduration](https://pypi.org/project/isoduration)|2.901270580085354e-05|
+|pypi|[fqdn](https://pypi.org/project/fqdn)|2.901270580085354e-05|
+|pypi|[sigtools](https://sigtools.readthedocs.io/)|2.8985381565906832e-05|
+|cran|lmtest|2.8956618771369912e-05|
+|pypi|[Mako](https://pypi.org/project/Mako)|2.893407385478744e-05|
+|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|2.8875437116334062e-05|
+|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|2.8875437116334062e-05|
+|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|2.8857925727278025e-05|
+|pypi|[asteval](https://pypi.org/project/asteval)|2.8857925727278025e-05|
+|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|2.8857925727278025e-05|
+|pypi|[ua-parser](https://pypi.org/project/ua-parser)|2.8857925727278025e-05|
+|pypi|[wincertstore](https://pypi.org/project/wincertstore)|2.8857925727278025e-05|
+|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|2.8857925727278025e-05|
+|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|2.8857925727278025e-05|
+|pypi|[meshcut](https://pypi.org/project/meshcut)|2.8857925727278025e-05|
+|pypi|[trimesh](https://pypi.org/project/trimesh)|2.8857925727278025e-05|
+|cran|tableHTML|2.8857925727278025e-05|
+|cran|shiny.i18n|2.8857925727278025e-05|
+|cran|popbio|2.8857925727278025e-05|
+|npm|eslint-config-prettier|2.8804190692419812e-05|
+|cran|[gitcreds](https://github.com/r-lib/gitcreds)|2.879206072473247e-05|
+|pypi|[datatable](https://pypi.org/project/datatable)|2.878097125867195e-05|
+|cran|[ini](https://github.com/dvdscripter/ini)|2.865578718657588e-05|
+|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|2.8583656185241916e-05|
+|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|2.8583656185241916e-05|
+|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|2.8583656185241916e-05|
+|spack|libfabric|2.8569346470005247e-05|
+|spack|libzmq|2.8569346470005247e-05|
+|spack|dataspaces|2.8569346470005247e-05|
+|spack|c-blosc|2.8569346470005247e-05|
+|spack|zfp|2.8569346470005247e-05|
+|spack|sz|2.8569346470005247e-05|
+|pypi|[od](https://pypi.org/project/od)|2.8331268582755202e-05|
+|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|2.8208622398414273e-05|
+|cran|optimx|2.817326023678744e-05|
+|pypi|[ordereddict](https://pypi.org/project/ordereddict)|2.8147296053029368e-05|
+|npm|gulp|2.805057761253669e-05|
+|cran|[storr](https://github.com/richfitz/storr)|2.7990195384397563e-05|
+|cran|caTools|2.7919033642274488e-05|
+|npm|react-router|2.7895800146856433e-05|
+|pypi|[h2](https://pypi.org/project/h2)|2.7893246495823304e-05|
+|pypi|[mkdocs](https://pypi.org/project/mkdocs)|2.7785143789924296e-05|
+|pypi|[PySide](http://www.pyside.org)|2.7753079428005094e-05|
+|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|2.7753079428005094e-05|
+|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|2.7753079428005094e-05|
+|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|2.7753079428005094e-05|
+|npm|[remark](https://remark.js.org)|2.7753079428005094e-05|
+|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|2.7753079428005094e-05|
+|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|2.7753079428005094e-05|
+|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|2.7683122801842458e-05|
+|cran|janeaustenr|2.7654216652294104e-05|
+|npm|whatwg-fetch|2.75334023860444e-05|
+|cran|vcd|2.7505284075969333e-05|
+|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|2.7422428909049325e-05|
+|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|2.716747759178384e-05|
+|cran|spacyr|2.7104806739345886e-05|
+|cran|[furrr](https://github.com/DavisVaughan/furrr)|2.7009241866578508e-05|
+|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|2.7001746366155967e-05|
+|pypi|[types-toml](https://pypi.org/project/types-toml)|2.686052845157496e-05|
+|rubygems|pry|2.68373379381485e-05|
+|cran|[reshape](http://had.co.nz/reshape)|2.6741976609887388e-05|
+|cran|SGP|2.672518759733824e-05|
+|pypi|[nltk](https://www.nltk.org/)|2.6509881035719908e-05|
+|npm|depd|2.6471106708578833e-05|
+|rubygems|[railties](https://rubyonrails.org)|2.6464543597419146e-05|
+|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|2.6442517343904853e-05|
+|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.634712407091473e-05|
+|cran|polynom|2.6316009353499244e-05|
+|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|2.6315211759782077e-05|
+|cran|tkrplot|2.623895866489696e-05|
+|cran|Formula|2.620606619886586e-05|
+|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|2.6170755926255536e-05|
+|rubygems|[rdoc](https://ruby.github.io/rdoc)|2.6142731451918154e-05|
+|cran|HSAUR3|2.604340903255804e-05|
+|cran|tripack|2.598138055014697e-05|
+|spack|hpx|2.589749562903964e-05|
+|cran|pscl|2.5880249068497363e-05|
+|npm|highcharts-exporting|2.5820249334932973e-05|
+|npm|highcharts-no-data-to-display|2.5820249334932973e-05|
+|npm|[history](https://github.com/remix-run/history#readme)|2.5820249334932973e-05|
+|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|2.5820249334932973e-05|
+|npm|[ramda](https://ramdajs.com/)|2.5820249334932973e-05|
+|npm|[rc-tooltip](http://github.com/react-component/tooltip)|2.5820249334932973e-05|
+|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|2.5820249334932973e-05|
+|npm|react-fontawesome|2.5820249334932973e-05|
+|npm|react-js-pagination|2.5820249334932973e-05|
+|npm|react-router-redux|2.5820249334932973e-05|
+|npm|react-s-alert|2.5820249334932973e-05|
+|npm|react-table|2.5820249334932973e-05|
+|npm|redux-form|2.5820249334932973e-05|
+|npm|redux-observable|2.5820249334932973e-05|
+|npm|redux-persist|2.5820249334932973e-05|
+|npm|reselect|2.5820249334932973e-05|
+|npm|rx-dom|2.5820249334932973e-05|
+|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|2.562082684411723e-05|
+|pypi|[livereload](https://pypi.org/project/livereload)|2.5592579286422198e-05|
+|cran|[pkgdown](https://pkgdown.r-lib.org)|2.54981906717145e-05|
+|cran|kernlab|2.5494150703769224e-05|
+|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|2.54708928003407e-05|
+|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|2.54708928003407e-05|
+|pypi|[cfgrib](https://pypi.org/project/cfgrib)|2.54708928003407e-05|
+|pypi|[pydap](https://pypi.org/project/pydap)|2.54708928003407e-05|
+|pypi|[numbagg](https://pypi.org/project/numbagg)|2.54708928003407e-05|
+|pypi|[jeepney](https://pypi.org/project/jeepney)|2.5408182174384032e-05|
+|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|2.5408182174384032e-05|
+|rubygems|actionview|2.5357724358326082e-05|
+|pypi|[pytest-subtests](https://pypi.org/project/pytest-subtests)|2.5300272547076313e-05|
+|pypi|[minio](https://github.com/minio/minio-py)|2.528058286234699e-05|
+|pypi|[torchvision](https://github.com/pytorch/vision)|2.519869890706123e-05|
+|pypi|[tableone](https://pypi.org/project/tableone)|2.515819165967828e-05|
+|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|2.515819165967828e-05|
+|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|2.515819165967828e-05|
+|pypi|[recipy](http://www.recipy.org)|2.515819165967828e-05|
+|pypi|[tinydb](https://github.com/msiemens/tinydb)|2.515819165967828e-05|
+|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|2.515819165967828e-05|
+|pypi|[svn](https://github.com/dsoprea/PySvn)|2.515819165967828e-05|
+|pypi|[scandir](https://pypi.org/project/scandir)|2.5116203311678404e-05|
+|pypi|[backports.os](https://pypi.org/project/backports.os)|2.5116203311678404e-05|
+|cran|jsonify|2.507079144839303e-05|
+|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|2.4990386521308225e-05|
+|pypi|[george](https://github.com/dfm/george)|2.4835852329038662e-05|
+|cran|gt|2.4743114154873597e-05|
+|cran|[beautier](https://docs.ropensci.org/beautier/)|2.4560534140107455e-05|
+|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|2.4529236868186325e-05|
+|pypi|[tangle](https://github.com/fifman/tangle)|2.4529236868186325e-05|
+|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|2.447172813103124e-05|
+|pypi|[av](https://pypi.org/project/av)|2.441408334077101e-05|
+|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|2.4395180152467772e-05|
+|cran|gridBase|2.4390817035285516e-05|
+|cran|plm|2.4320046958605967e-05|
+|pypi|[fasttext](https://github.com/facebookresearch/fastText)|2.428394449950446e-05|
+|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|2.428394449950446e-05|
+|cran|BeyondBenford|2.428394449950446e-05|
+|cran|BenfordTests|2.428394449950446e-05|
+|cran|benford.analysis|2.428394449950446e-05|
+|cran|MUS|2.428394449950446e-05|
+|cran|AsioHeaders|2.428394449950446e-05|
+|cran|filelock|2.428394449950446e-05|
+|cran|manipulateWidget|2.428394449950446e-05|
+|spack|llvm-amdgpu|2.428394449950446e-05|
+|spack|hsa-rocr-dev|2.428394449950446e-05|
+|spack|hip|2.428394449950446e-05|
+|spack|numactl|2.428394449950446e-05|
+|spack|memkind|2.428394449950446e-05|
+|spack|kokkos-nvcc-wrapper|2.428394449950446e-05|
+|cran|[proxy](NA)|2.4222148154178846e-05|
+|npm|acorn|2.4152942201505135e-05|
+|cran|dynamicTreeCut|2.402574200615513e-05|
+|npm|readable-stream|2.401708796654287e-05|
+|cran|pls|2.4004683071019712e-05|
+|npm|through2|2.395191252627452e-05|
+|cran|semEff|2.3949965541221446e-05|
+|cran|rr2|2.3949965541221446e-05|
+|cran|mlmRev|2.3949965541221446e-05|
+|cran|MEMSS|2.3949965541221446e-05|
+|cran|PKPDmodels|2.3949965541221446e-05|
+|pypi|[xlrd](https://pypi.org/project/xlrd)|2.394335245122858e-05|
+|pypi|[smart-open](https://pypi.org/project/smart-open)|2.3842384255461305e-05|
+|pypi|[nglview](https://github.com/arose/nglview)|2.373110245787339e-05|
+|cran|[ordinal](https://github.com/runehaubo/ordinal)|2.3687046713224243e-05|
+|pypi|[autocommand](https://pypi.org/project/autocommand)|2.3641778136676492e-05|
+|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|2.3623603374413726e-05|
+|pypi|[siphon](https://pypi.org/project/siphon)|2.356310890663276e-05|
+|cran|[quanteda](https://quanteda.io)|2.33802237967849e-05|
+|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.3360365406989277e-05|
+|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|2.3296287423566706e-05|
+|cran|rsm|2.3166335804507155e-05|
+|cran|tables|2.3154779570210335e-05|
+|rubygems|html-pipeline|2.3127566190004248e-05|
+|rubygems|gemoji|2.3127566190004248e-05|
+|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|2.3127566190004244e-05|
+|pypi|[platformdirs](https://pypi.org/project/platformdirs)|2.308692057634228e-05|
+|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|2.307365577930495e-05|
+|spack|[jpeg](http://www.ijg.org)|2.306014783065368e-05|
+|cran|rcmdcheck|2.3041294638844327e-05|
+|pypi|[pyu2f](https://pypi.org/project/pyu2f)|2.2900715520718495e-05|
+|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|2.288017131530512e-05|
+|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|2.2817894761103556e-05|
+|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.2695758775416853e-05|
+|npm|[morgan](https://github.com/expressjs/morgan#readme)|2.25577242027405e-05|
+|pypi|[plams](https://www.scm.com/doc/plams/)|2.235557942657208e-05|
+|cran|rootSolve|2.2346382364619045e-05|
+|cran|bezier|2.22883110180124e-05|
+|cran|ComplexHeatmap|2.22883110180124e-05|
+|cran|GlobalOptions|2.22883110180124e-05|
+|cran|Cubist|2.2270115606769392e-05|
+|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|2.2239841427155597e-05|
+|spack|freetype|2.216817558090145e-05|
+|spack|libtiff|2.216817558090145e-05|
+|pypi|[PyJWT](https://pypi.org/project/PyJWT)|2.2152461308877098e-05|
+|pypi|[cssselect2](https://pypi.org/project/cssselect2)|2.207631318136769e-05|
+|pypi|[gcsfs](https://pypi.org/project/gcsfs)|2.206306594871034e-05|
+|cran|adehabitatMA|2.2015663969330965e-05|
+|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|2.2012600877813962e-05|
+|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1942562261441363e-05|
+|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|2.189301778499004e-05|
+|npm|[actions](https://github.com/fundon/actions)|2.1866062579640377e-05|
+|pypi|[coreapi](https://github.com/core-api/python-client)|2.1803766105054508e-05|
+|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|2.1803766105054508e-05|
+|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|2.1803766105054508e-05|
+|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|2.1803766105054508e-05|
+|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|2.1803766105054508e-05|
+|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|2.1803766105054508e-05|
+|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|2.1803766105054508e-05|
+|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|2.1803766105054508e-05|
+|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|2.1803766105054508e-05|
+|pypi|[oauth2client](https://pypi.org/project/oauth2client)|2.1803766105054508e-05|
+|pypi|[python3-saml](https://pypi.org/project/python3-saml)|2.1803766105054508e-05|
+|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|2.1803766105054508e-05|
+|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|2.1803766105054508e-05|
+|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|2.1803766105054508e-05|
+|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|2.1803766105054508e-05|
+|pypi|[sregistry](https://pypi.org/project/sregistry)|2.1803766105054508e-05|
+|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.1772513921655606e-05|
+|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|2.1759782055690308e-05|
+|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|2.1692201505135113e-05|
+|pypi|[configparser](https://pypi.org/project/configparser)|2.1689398355972742e-05|
+|cran|cleanNLP|2.1585728444003963e-05|
+|cran|udpipe|2.1585728444003963e-05|
+|npm|webworker-threads|2.1585728444003963e-05|
+|pypi|[python-multipart](https://pypi.org/project/python-multipart)|2.1427009852503934e-05|
+|rubygems|rake-compiler|2.1420531542646786e-05|
+|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.1420294131880776e-05|
+|rubygems|shoulda-matchers|2.140951841588964e-05|
+|cran|gpclib|2.126417412460785e-05|
+|cran|PBSmapping|2.126417412460785e-05|
+|pypi|[scanpy](https://scanpy.readthedocs.io)|2.1134616041830447e-05|
+|npm|[del](https://github.com/sindresorhus/del#readme)|2.1011232625285096e-05|
+|pypi|[pytest-benchmark](https://pypi.org/project/pytest-benchmark)|2.0980028108910743e-05|
+|pypi|[lingua](https://pypi.org/project/lingua)|2.0953574968143847e-05|
+|cran|triangle|2.089890981169475e-05|
+|cran|evd|2.089890981169475e-05|
+|cran|beepr|2.0866450069673695e-05|
+|pypi|[OWSLib](https://pypi.org/project/OWSLib)|2.08035697589618e-05|
+|pypi|[rowan](https://github.com/glotzerlab/rowan)|2.0623831941101528e-05|
+|spack|double-conversion|2.0554624451366274e-05|
+|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|2.0479409801581688e-05|
+|cran|[natserv](https://docs.ropensci.org/natserv)|2.0479409801581688e-05|
+|cran|[worrms](https://docs.ropensci.org/worrms)|2.0479409801581688e-05|
+|cran|[rotl](https://docs.ropensci.org/rotl/)|2.0479409801581688e-05|
+|cran|[rredlist](https://github.com/ropensci/rredlist)|2.0479409801581688e-05|
+|cran|[bold](https://docs.ropensci.org/bold/)|2.0479409801581688e-05|
+|cran|[ritis](https://github.com/ropensci/ritis)|2.047940980158168e-05|
+|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|2.044318241093318e-05|
+|npm|codecov|2.0442773940025045e-05|
+|npm|babel-core|2.0341115124256144e-05|
+|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|2.0236620416253715e-05|
+|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|2.0236620416253715e-05|
+|pypi|[zmq](https://github.com/zeromq/pyzmq)|2.0236620416253715e-05|
+|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|2.0236620416253715e-05|
+|pypi|[bagit](https://pypi.org/project/bagit)|2.0236620416253715e-05|
+|pypi|[prov](https://pypi.org/project/prov)|2.0236620416253715e-05|
+|pypi|[schema-salad](https://pypi.org/project/schema-salad)|2.0236620416253715e-05|
+|pypi|[shellescape](https://pypi.org/project/shellescape)|2.0236620416253715e-05|
+|cran|yamlme|2.0236620416253715e-05|
+|npm|matcha|2.0236620416253715e-05|
+|npm|quick-lru|2.0236620416253715e-05|
+|npm|map-obj|2.0236620416253715e-05|
+|npm|lodash.kebabcase|2.0236620416253715e-05|
+|pypi|[stestr](https://pypi.org/project/stestr)|2.0225827552031713e-05|
+|cran|adehabitatLT|2.020741894379159e-05|
+|cran|doFuture|2.0165614730582648e-05|
+|cran|pbmcapply|2.0165614730582648e-05|
+|cran|RANN|2.0090148841491482e-05|
+|npm|minimatch|2.006700440586777e-05|
+|npm|ghsign|2.0034254212091178e-05|
+|npm|git-config-path|2.0034254212091178e-05|
+|npm|github-username|2.0034254212091178e-05|
+|npm|parse-git-config|2.0034254212091178e-05|
+|cran|paradox|2.002515487700992e-05|
+|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|2.0023866831172506e-05|
+|npm|[cdbreact](https://www.devwares.com/product/contrast/)|2.0023866831172506e-05|
+|npm|[child_process](https://github.com/npm/security-holder#readme)|2.0023866831172506e-05|
+|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|2.0023866831172506e-05|
+|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|2.0023866831172506e-05|
+|npm|js-cookie|2.0023866831172506e-05|
+|npm|mkdir-recursive|2.0023866831172506e-05|
+|npm|ncp|2.0023866831172506e-05|
+|npm|node-pre-gyp|2.0023866831172506e-05|
+|npm|react-bootstrap-drawer|2.0023866831172506e-05|
+|npm|react-collapsible|2.0023866831172506e-05|
+|npm|react-combo-select|2.0023866831172506e-05|
+|npm|react-icons|2.0023866831172506e-05|
+|npm|react-jsx-parser|2.0023866831172506e-05|
+|npm|react-pro-sidebar|2.0023866831172506e-05|
+|npm|react-spinners|2.0023866831172506e-05|
+|npm|reactour|2.0023866831172506e-05|
+|npm|sass|2.0023866831172506e-05|
+|npm|styled-components|2.0023866831172506e-05|
+|npm|util-promisifyall|2.0023866831172506e-05|
+|npm|web-vitals|2.0023866831172506e-05|
+|rubygems|[chartkick](https://chartkick.com)|2.0023866831172506e-05|
+|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|2.0023866831172506e-05|
+|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|2.0023866831172506e-05|
+|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|2.0023866831172506e-05|
+|npm|rollup-plugin-json|1.993626241378613e-05|
+|npm|package-json-versionify|1.993626241378613e-05|
+|pypi|[stevedore](https://pypi.org/project/stevedore)|1.992867336825712e-05|
+|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|1.984911877010477e-05|
+|cran|plotfunctions|1.982362816286078e-05|
+|rubygems|nio4r|1.982362816286078e-05|
+|rubygems|sassc-rails|1.982362816286078e-05|
+|rubygems|tzinfo|1.982362816286078e-05|
+|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|1.9819623389494547e-05|
+|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|1.9817004701309725e-05|
+|cran|Biostrings|1.981246268059514e-05|
+|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|1.9804528474498743e-05|
+|cran|NLP|1.9770747544593087e-05|
+|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.9726316096309684e-05|
+|pypi|[PyTest](https://pypi.org/project/PyTest)|1.9726316096309684e-05|
+|npm|babel-preset-react|1.966121738777084e-05|
+|cran|rcdk|1.9623389494549055e-05|
+|cran|fingerprint|1.9623389494549055e-05|
+|cran|enviPat|1.9623389494549055e-05|
+|cran|flexdashboard|1.9623389494549055e-05|
+|cran|keys|1.9623389494549055e-05|
+|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|1.9578255698711595e-05|
+|pypi|[oslo.config](https://pypi.org/project/oslo.config)|1.9578255698711595e-05|
+|cran|[assertive](https://bitbucket.org/richierocks/assertive)|1.9517268072530784e-05|
+|npm|eslint-plugin-prettier|1.9450375033351432e-05|
+|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|1.9427155599603567e-05|
+|cran|actuar|1.9427155599603567e-05|
+|cran|skellam|1.9427155599603567e-05|
+|cran|hoa|1.9427155599603567e-05|
+|cran|LaplacesDemon|1.9427155599603567e-05|
+|rubygems|jdbc-postgres|1.9427155599603564e-05|
+|rubygems|jdbc-sqlite3|1.9427155599603564e-05|
+|rubygems|shoulda-context|1.9427155599603564e-05|
+|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.9404175881144487e-05|
+|rubygems|nokogiri|1.9385575747017006e-05|
+|pypi|[passlib](https://pypi.org/project/passlib)|1.9382906780155075e-05|
+|cran|[geiger](https://github.com/mwpennell/geiger-v2)|1.9284398488140895e-05|
+|cran|[docopt](https://github.com/docopt/docopt.R)|1.9272971825003556e-05|
+|pypi|[pathos](https://github.com/uqfoundation/pathos)|1.9244815407294295e-05|
+|rubygems|simplecov|1.924150574855455e-05|
+|cran|fpc|1.9205409403250992e-05|
+|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|1.912265289533957e-05|
+|cran|MCMCglmm|1.911692207460316e-05|
+|npm|babel-jest|1.90865628485925e-05|
+|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|1.9078295341922697e-05|
+|pypi|[prefect](https://pypi.org/project/prefect)|1.90462309800035e-05|
+|pypi|[twisted](https://pypi.org/project/twisted)|1.903010952668222e-05|
+|cran|purrrlyr|1.8988949082319274e-05|
+|cran|MCMCpack|1.8961323769960925e-05|
+|pypi|[zstandard](https://pypi.org/project/zstandard)|1.8948222249752228e-05|
+|pypi|[rq](https://github.com/nvie/rq/)|1.8898414271556e-05|
+|pypi|[scanpydoc](https://github.com/theislab/scanpydoc/)|1.8875057283981386e-05|
+|pypi|[python-snappy](https://pypi.org/project/python-snappy)|1.8821702240808335e-05|
+|cran|Rcsdp|1.8769689767225104e-05|
+|cran|psychTools|1.8769689767225104e-05|
+|cran|[phytools](https://github.com/liamrevell/phytools)|1.8713651313998196e-05|
+|pypi|[spacy](https://pypi.org/project/spacy)|1.870959625403456e-05|
+|npm|xregexp|1.8679957307311122e-05|
+|npm|bufferedstream|1.8679957307311122e-05|
+|npm|tslint|1.86576550838373e-05|
+|npm|concat-stream|1.8641834945459465e-05|
+|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|1.8637433151627774e-05|
+|pypi|[autograd](https://github.com/HIPS/autograd)|1.851443387963327e-05|
+|pypi|[breathe](https://github.com/michaeljones/breathe)|1.8511397423191344e-05|
+|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.8502052952003398e-05|
+|cran|gamlss|1.8412358887963767e-05|
+|cran|tree|1.8396927651139743e-05|
+|pypi|[hacking](https://pypi.org/project/hacking)|1.8394124309783374e-05|
+|cran|[binman](https://docs.ropensci.org/binman/)|1.8315163528245812e-05|
+|pypi|[panel](https://pypi.org/project/panel)|1.816317733698152e-05|
+|pypi|[raven](https://pypi.org/project/raven)|1.8136434065243788e-05|
+|pypi|[autobahn](https://pypi.org/project/autobahn)|1.8071126098876346e-05|
+|pypi|[constantly](https://pypi.org/project/constantly)|1.8071126098876346e-05|
+|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8071126098876346e-05|
+|pypi|[incremental](https://pypi.org/project/incremental)|1.8071126098876346e-05|
+|pypi|[txaio](https://pypi.org/project/txaio)|1.8071126098876346e-05|
+|cran|[beastier](https://docs.ropensci.org/beastier/)|1.798810703666997e-05|
+|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.7988107036669968e-05|
+|pypi|[mkl](https://pypi.org/project/mkl)|1.7988107036669968e-05|
+|cran|shapefiles|1.7988107036669968e-05|
+|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|1.7978295341922698e-05|
+|pypi|[httpx](https://pypi.org/project/httpx)|1.7957874924003297e-05|
+|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|1.794968404658823e-05|
+|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|1.793518675686892e-05|
+|cran|[ggsci](https://nanx.me/ggsci/)|1.793518675686892e-05|
+|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|1.7886977726774815e-05|
+|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.7886977726774815e-05|
+|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|1.7745727854970028e-05|
+|pypi|[gssapi](https://pypi.org/project/gssapi)|1.7740288740620128e-05|
+|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|1.772891400393702e-05|
+|cran|sandwich|1.772891400393702e-05|
+|cran|partykit|1.771589852815345e-05|
+|rubygems|test-unit|1.7682676321271818e-05|
+|cran|spData|1.766105054509415e-05|
+|pypi|[pyqt5](https://www.riverbankcomputing.com/software/pyqt/)|1.7649063406715137e-05|
+|pypi|[aiodns](https://pypi.org/project/aiodns)|1.756125521505272e-05|
+|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.7529235794426544e-05|
+|pypi|[mwoauth](https://pypi.org/project/mwoauth)|1.7520883477275944e-05|
+|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|1.7520883477275944e-05|
+|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|1.7520883477275944e-05|
+|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.7520883477275944e-05|
+|npm|[mdi](http://materialdesignicons.com)|1.7520883477275944e-05|
+|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|1.7520883477275944e-05|
+|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|1.7520883477275944e-05|
+|npm|color|1.7520883477275944e-05|
+|npm|create-react-class|1.7520883477275944e-05|
+|npm|dotenv-load|1.7520883477275944e-05|
+|npm|iframe-resizer|1.7520883477275944e-05|
+|npm|isomorphic-unfetch|1.7520883477275944e-05|
+|npm|js-file-download|1.7520883477275944e-05|
+|npm|material-table|1.7520883477275944e-05|
+|npm|material-ui-chip-input|1.7520883477275944e-05|
+|npm|materialize-css|1.7520883477275944e-05|
+|npm|mui-datatables|1.7520883477275944e-05|
+|npm|next|1.7520883477275944e-05|
+|npm|next-env|1.7520883477275944e-05|
+|npm|next-redux-wrapper|1.7520883477275944e-05|
+|npm|nprogress|1.7520883477275944e-05|
+|npm|ra-data-simple-rest|1.7520883477275944e-05|
+|npm|react-admin|1.7520883477275944e-05|
+|npm|react-ga|1.7520883477275944e-05|
+|npm|react-json-view|1.7520883477275944e-05|
+|npm|react-loading|1.7520883477275944e-05|
+|npm|react-scroll|1.7520883477275944e-05|
+|npm|react-scroll-to-component|1.7520883477275944e-05|
+|npm|react-swipeable-views|1.7520883477275944e-05|
+|npm|react-wordcloud|1.7520883477275944e-05|
+|npm|redux-saga|1.7520883477275944e-05|
+|npm|serialize-error|1.7520883477275944e-05|
+|npm|swagger-client|1.7520883477275944e-05|
+|npm|swagger-ui-react|1.7520883477275944e-05|
+|npm|tween|1.7520883477275944e-05|
+|npm|uuid5|1.7520883477275944e-05|
+|cran|VennDiagram|1.7472511136039383e-05|
+|cran|seqLogo|1.7384068230644694e-05|
+|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|1.7345674642503182e-05|
+|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|1.7345674642503182e-05|
+|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|1.7345674642503182e-05|
+|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|1.7345674642503182e-05|
+|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|1.7345674642503182e-05|
+|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|1.7345674642503182e-05|
+|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|1.7345674642503182e-05|
+|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|1.7345674642503182e-05|
+|cran|oskeyring|1.7345674642503182e-05|
+|cran|ExplainPrediction|1.7345674642503182e-05|
+|cran|rpart.plot|1.7345674642503182e-05|
+|pypi|[databases](https://pypi.org/project/databases)|1.734084819510846e-05|
+|cran|betareg|1.7331696520965464e-05|
+|cran|rstatix|1.7321955835164262e-05|
+|pypi|[numkit](https://pypi.org/project/numkit)|1.723956224961264e-05|
+|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|1.7203825569871158e-05|
+|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|1.7203825569871158e-05|
+|pypi|[debtcollector](https://pypi.org/project/debtcollector)|1.7203825569871158e-05|
+|cran|afex|1.7142876127629223e-05|
+|pypi|[folium](https://pypi.org/project/folium)|1.7139804261645193e-05|
+|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|1.712516068566631e-05|
+|npm|on-finished|1.7094215926781195e-05|
+|cran|tester|1.704136456105576e-05|
+|cran|fastICA|1.699693555399105e-05|
+|rubygems|[mocha](https://mocha.jamesmead.org)|1.69121579256083e-05|
+|rubygems|kramdown-parser-gfm|1.6863850346878098e-05|
+|rubygems|jekyll-theme-primer|1.6863850346878098e-05|
+|rubygems|jekyll-sass-converter|1.6863850346878098e-05|
+|rubygems|jekyll_test_plugin_malicious|1.6863850346878098e-05|
+|cran|[tidygraph](https://tidygraph.data-imaginist.com)|1.6815413835876274e-05|
+|cran|[rentrez](http://github.com/ropensci/rentrez)|1.680642078436929e-05|
+|pypi|[gensim](https://pypi.org/project/gensim)|1.673794614701454e-05|
+|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|1.6679340245176178e-05|
+|cran|[snakecase](https://github.com/Tazinho/snakecase)|1.6634816176744567e-05|
+|pypi|[cchardet](https://github.com/PyYoshi/cChardet)|1.663051405277035e-05|
+|pypi|[asynctest](https://github.com/Martiusweb/asynctest/)|1.663051405277035e-05|
+|pypi|[idna-ssl](https://github.com/aio-libs/idna-ssl)|1.663051405277035e-05|
+|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|1.6629991097075472e-05|
+|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|1.6629991097075472e-05|
+|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|1.6629991097075472e-05|
+|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|1.6629991097075472e-05|
+|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|1.6629991097075472e-05|
+|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|1.6629991097075472e-05|
+|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|1.6629991097075472e-05|
+|npm|[esdoc](https://esdoc.org/)|1.6629991097075472e-05|
+|npm|esdoc-standard-plugin|1.6629991097075472e-05|
+|npm|fast-random|1.6629991097075472e-05|
+|npm|flatted|1.6629991097075472e-05|
+|npm|fs.realpath|1.6629991097075472e-05|
+|npm|has-unicode|1.6629991097075472e-05|
+|npm|iconv-lite|1.6629991097075472e-05|
+|npm|ignore-walk|1.6629991097075472e-05|
+|npm|ini|1.6629991097075472e-05|
+|npm|is-fullwidth-code-point|1.6629991097075472e-05|
+|npm|jsdocs|1.6629991097075472e-05|
+|npm|mimic-response|1.6629991097075472e-05|
+|npm|needle|1.6629991097075472e-05|
+|npm|node|1.6629991097075472e-05|
+|npm|nopt|1.6629991097075472e-05|
+|npm|npm|1.6629991097075472e-05|
+|npm|npm-bundled|1.6629991097075472e-05|
+|npm|npm-normalize-package-bin|1.6629991097075472e-05|
+|npm|npm-packlist|1.6629991097075472e-05|
+|npm|number-is-nan|1.6629991097075472e-05|
+|npm|odex|1.6629991097075472e-05|
+|npm|os-homedir|1.6629991097075472e-05|
+|npm|os-tmpdir|1.6629991097075472e-05|
+|npm|osenv|1.6629991097075472e-05|
+|npm|path-is-absolute|1.6629991097075472e-05|
+|npm|rc|1.6629991097075472e-05|
+|npm|safer-buffer|1.6629991097075472e-05|
+|npm|set-blocking|1.6629991097075472e-05|
+|npm|signal-exit|1.6629991097075472e-05|
+|npm|simple-concat|1.6629991097075472e-05|
+|npm|string-width|1.6629991097075472e-05|
+|npm|strip-json-comments|1.6629991097075472e-05|
+|cran|SASmixed|1.6599810632875548e-05|
+|cran|[colourpicker](https://github.com/daattali/colourpicker)|1.6589510197694435e-05|
+|cran|antiword|1.657179069691458e-05|
+|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.6568825624326116e-05|
+|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.6489612619081326e-05|
+|pypi|[pickydict](https://github.com/florian-huber/pickydict)|1.6466583358469445e-05|
+|pypi|[pyteomics](http://pyteomics.readthedocs.io)|1.646658335846943e-05|
+|pypi|[pathtools](https://pypi.org/project/pathtools)|1.6403335233860506e-05|
+|pypi|[flask](https://palletsprojects.com/p/flask)|1.638416639652057e-05|
+|pypi|[unyt](https://github.com/yt-project/unyt)|1.635282457879089e-05|
+|cran|BiocManager|1.6299635556204305e-05|
+|pypi|[pip-tools](https://pypi.org/project/pip-tools)|1.620596300222621e-05|
+|pypi|[repeated-test](https://pypi.org/project/repeated-test)|1.6189296333002977e-05|
+|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.6189296333002973e-05|
+|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.6189296333002973e-05|
+|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.6189296333002973e-05|
+|pypi|[types-colorama](https://pypi.org/project/types-colorama)|1.6189296333002973e-05|
+|pypi|[pdbmender](https://pypi.org/project/pdbmender)|1.6189296333002973e-05|
+|pypi|[delphi4py](https://pypi.org/project/delphi4py)|1.6189296333002973e-05|
+|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.6189296333002973e-05|
+|pypi|[gevent](https://pypi.org/project/gevent)|1.6182089917451016e-05|
+|cran|spam|1.6147505037780185e-05|
+|cran|acepack|1.6140054948944583e-05|
+|cran|htmlTable|1.6140054948944583e-05|
+|npm|[split](http://github.com/dominictarr/split)|1.605561536147203e-05|
+|pypi|[schema](https://github.com/keleshev/schema)|1.59796300748882e-05|
+|cran|measurements|1.5900201755627918e-05|
+|cran|NISTunits|1.5900201755627918e-05|
+|cran|gbm|1.5857747307202212e-05|
+|cran|[rstantools](https://mc-stan.org/rstantools/)|1.5839357871027532e-05|
+|cran|protolite|1.576879512954835e-05|
+|npm|basic-auth|1.5678242486576853e-05|
+|cran|geepack|1.5647787146102525e-05|
+|cran|PASWR|1.560382927280846e-05|
+|cran|bigmemory|1.559358629477559e-05|
+|npm|run-sequence|1.5561761031316543e-05|
+|pypi|[Shapely](https://pypi.org/project/Shapely)|1.549214960095978e-05|
+|spack|ffmpeg|1.5490090843537725e-05|
+|pypi|[rdkit](https://pypi.org/project/rdkit)|1.5485413883741974e-05|
+|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.5482157905057687e-05|
+|pypi|[diff-cover](https://pypi.org/project/diff-cover)|1.5480391953190516e-05|
+|npm|tsconfig-paths|1.541837746000283e-05|
+|npm|replace|1.541837746000283e-05|
+|npm|node-qunit-phantomjs|1.541837746000283e-05|
+|cran|[geosphere](NA)|1.5364239478659922e-05|
+|cran|ks|1.5348293926093726e-05|
+|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|1.5330773042616452e-05|
+|pypi|[json5](https://pypi.org/project/json5)|1.5330773042616452e-05|
+|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|1.5328779876023704e-05|
+|cran|[origami](https://tlverse.org/origami/)|1.528633601930454e-05|
+|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|1.5248120179256297e-05|
+|cran|glmmTMB|1.5238253029628871e-05|
+|cran|fixest|1.5238253029628871e-05|
+|cran|cplm|1.5238253029628871e-05|
+|cran|AER|1.5238253029628871e-05|
+|npm|accepts|1.52199571984012e-05|
+|cran|signal|1.520685139166227e-05|
+|pypi|[eventlet](https://pypi.org/project/eventlet)|1.5180163528245788e-05|
+|npm|chai-passport-strategy|1.5177465312190287e-05|
+|npm|passport-strategy|1.5177465312190287e-05|
+|cran|[Ckmeans.1d.dp](NA)|1.5120776366736638e-05|
+|pypi|[bitstring](https://pypi.org/project/bitstring)|1.5095993204020953e-05|
+|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|1.5049643841679392e-05|
+|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|1.504091346892056e-05|
+|cran|klaR|1.5001451947053774e-05|
+|pypi|[types-pytz](https://pypi.org/project/types-pytz)|1.4860246149233498e-05|
+|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|1.4847283539057573e-05|
+|pypi|[psims](https://pypi.org/project/psims)|1.4847283539057573e-05|
+|cran|[jsonld](https://docs.ropensci.org/jsonld)|1.4817661455067692e-05|
+|rubygems|hoe|1.4768602981331281e-05|
+|cran|scatterplot3d|1.4756751899277397e-05|
+|pypi|[pybamm](https://pypi.org/project/pybamm)|1.4747095418343341e-05|
+|rubygems|addressable|1.4744445154896255e-05|
+|cran|doMC|1.4738567181084525e-05|
+|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|1.4717542120911794e-05|
+|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|1.4717542120911794e-05|
+|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|1.4717542120911794e-05|
+|cran|qvalue|1.4717542120911794e-05|
+|cran|subprocess|1.4717542120911794e-05|
+|cran|tensorA|1.4701368997702e-05|
+|rubygems|webmock|1.4657176051788404e-05|
+|cran|[EML](https://docs.ropensci.org/EML/)|1.4647458587002706e-05|
+|pypi|[pydicom](https://pypi.org/project/pydicom)|1.4647458587002689e-05|
+|npm|gulp-uglify|1.461357204313455e-05|
+|pypi|[zict](https://pypi.org/project/zict)|1.4596626915420424e-05|
+|pypi|[loguru](https://github.com/Delgan/loguru)|1.4581268582755206e-05|
+|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.4577375053093592e-05|
+|spack|py-jinja2|1.4435473825273534e-05|
+|pypi|[pulumi](https://github.com/pulumi/pulumi)|1.4428962863639023e-05|
+|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|1.442103486206559e-05|
+|pypi|[visdom](https://pypi.org/project/visdom)|1.441611877541486e-05|
+|pypi|[affine](https://github.com/sgillies/affine)|1.4394673669574573e-05|
+|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|1.4335680666200208e-05|
+|pypi|[kgt](https://pypi.org/project/kgt)|1.4284673235002623e-05|
+|pypi|[x21](https://pypi.org/project/x21)|1.4284673235002623e-05|
+|pypi|[PyYaml](https://pypi.org/project/PyYaml)|1.4284673235002623e-05|
+|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|1.4284673235002623e-05|
+|npm|murl|1.4284673235002623e-05|
+|npm|protein|1.4284673235002623e-05|
+|npm|network-address|1.4284673235002623e-05|
+|cran|[wesanderson](https://github.com/karthik/wesanderson)|1.4241975283671446e-05|
+|npm|babel-loader|1.42346169005861e-05|
+|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|1.4199645418127606e-05|
+|npm|parseurl|1.4134214630141909e-05|
+|cran|coxme|1.4128255450767733e-05|
+|cran|[downloader](https://github.com/wch/downloader)|1.4119765516940956e-05|
+|cran|[rversions](https://github.com/r-hub/rversions)|1.4107488368957512e-05|
+|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.4067374540465856e-05|
+|pypi|[xgboost](https://github.com/dmlc/xgboost)|1.4044190520608641e-05|
+|pypi|[crossbar](http://crossbar.io/)|1.4016706781820755e-05|
+|pypi|[argh](https://pypi.org/project/argh)|1.4016706781820755e-05|
+|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|1.4016706781820755e-05|
+|pypi|[asq](https://pypi.org/project/asq)|1.4016706781820755e-05|
+|pypi|[automat](https://pypi.org/project/automat)|1.4016706781820755e-05|
+|pypi|[cbor](https://pypi.org/project/cbor)|1.4016706781820755e-05|
+|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|1.4016706781820755e-05|
+|pypi|[hpack](https://pypi.org/project/hpack)|1.4016706781820755e-05|
+|pypi|[hyperframe](https://pypi.org/project/hyperframe)|1.4016706781820755e-05|
+|pypi|[lmdb](https://pypi.org/project/lmdb)|1.4016706781820755e-05|
+|pypi|[netaddr](https://pypi.org/project/netaddr)|1.4016706781820755e-05|
+|pypi|[node-semver](https://pypi.org/project/node-semver)|1.4016706781820755e-05|
+|pypi|[priority](https://pypi.org/project/priority)|1.4016706781820755e-05|
+|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|1.4016706781820755e-05|
+|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|1.4016706781820755e-05|
+|pypi|[pytrie](https://pypi.org/project/pytrie)|1.4016706781820755e-05|
+|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|1.4016706781820755e-05|
+|pypi|[sdnotify](https://pypi.org/project/sdnotify)|1.4016706781820755e-05|
+|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|1.4016706781820755e-05|
+|pypi|[treq](https://pypi.org/project/treq)|1.4016706781820755e-05|
+|pypi|[txtorcon](https://pypi.org/project/txtorcon)|1.4016706781820755e-05|
+|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|1.4016706781820755e-05|
+|pypi|[autoflake](https://pypi.org/project/autoflake)|1.3993149291431139e-05|
+|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.3968754890198737e-05|
+|cran|loder|1.3887876756252551e-05|
+|cran|ore|1.3887876756252551e-05|
+|cran|nor1mix|1.3876539714002547e-05|
+|cran|diptest|1.3876539714002547e-05|
+|cran|changepoint|1.3876539714002547e-05|
+|cran|linprog|1.3876539714002547e-05|
+|cran|magic|1.3876539714002547e-05|
+|cran|modeldata|1.3876539714002547e-05|
+|spack|glx|1.3876539714002547e-05|
+|spack|libxt|1.3876539714002547e-05|
+|spack|osmesa|1.3876539714002547e-05|
+|spack|netcdf-c|1.3876539714002547e-05|
+|spack|netcdf-cxx|1.3876539714002547e-05|
+|spack|pugixml|1.3876539714002547e-05|
+|spack|libogg|1.3876539714002547e-05|
+|spack|libtheora|1.3876539714002547e-05|
+|spack|utf8cpp|1.3876539714002547e-05|
+|spack|gl2ps|1.3876539714002547e-05|
+|spack|proj|1.3876539714002547e-05|
+|spack|cgns|1.3876539714002547e-05|
+|spack|seacas|1.3876539714002547e-05|
+|spack|[llvm](https://llvm.org/)|1.3873327552031757e-05|
+|cran|[fst](http://www.fstpackage.org)|1.3830944923326298e-05|
+|pypi|[cronutils](https://github.com/zagaran/cronutils)|1.3819288376442998e-05|
+|pypi|[proto-plus](https://pypi.org/project/proto-plus)|1.3819288376442998e-05|
+|pypi|[pycrypto](https://pypi.org/project/pycrypto)|1.3819288376442998e-05|
+|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|1.3819288376442998e-05|
+|pypi|[zstd](https://pypi.org/project/zstd)|1.3819288376442998e-05|
+|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.3819288376442998e-05|
+|npm|babel-eslint|1.3805092060457636e-05|
+|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|1.3760901883052527e-05|
+|cran|[reprex](https://reprex.tidyverse.org)|1.3754647486544912e-05|
+|cran|lgr|1.3707932951264704e-05|
+|pypi|[numdifftools](https://pypi.org/project/numdifftools)|1.3690827644041818e-05|
+|pypi|[snuggs](https://github.com/mapbox/snuggs)|1.3639927919784213e-05|
+|cran|scico|1.3628744361966786e-05|
+|cran|rcartocolor|1.3628744361966786e-05|
+|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.3625900062700998e-05|
+|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|1.3507008353390907e-05|
+|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.3507008353390907e-05|
+|pypi|[bumpversion](https://pypi.org/project/bumpversion)|1.3491080277502477e-05|
+|cran|RcppDE|1.3491080277502477e-05|
+|cran|gdalUtils|1.3491080277502477e-05|
+|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|1.3491080277502477e-05|
+|npm|microbundle|1.3491080277502477e-05|
+|npm|const-version|1.3491080277502477e-05|
+|pypi|[pympler](https://pypi.org/project/pympler)|1.342063927610089e-05|
+|cran|[emld](https://docs.ropensci.org/emld/)|1.3385954976638837e-05|
+|pypi|[numcodecs](https://github.com/zarr-developers/numcodecs)|1.3384400532403491e-05|
+|pypi|[testtools](https://github.com/testing-cabal/testtools)|1.3364649582330453e-05|
+|pypi|[fixtures](https://pypi.org/project/fixtures)|1.3364649582330453e-05|
+|cran|FNN|1.3313243310208127e-05|
+|pypi|[moto](https://pypi.org/project/moto)|1.325951298510771e-05|
+|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.325951298510771e-05|
+|cran|BiocVersion|1.3251281728176389e-05|
+|rubygems|[coveralls](https://coveralls.io)|1.3189191418119086e-05|
+|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|1.3185362690743839e-05|
+|cran|rhub|1.3126318894230068e-05|
+|cran|gmailr|1.3126318894230068e-05|
+|cran|foghorn|1.3126318894230068e-05|
+|pypi|[xxhash](https://pypi.org/project/xxhash)|1.3125609836548461e-05|
+|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|1.3121890232802733e-05|
+|cran|tm.lexicon.GeneralInquirer|1.3102655768413944e-05|
+|cran|Rpoppler|1.3102655768413944e-05|
+|cran|Rcampdf|1.3102655768413944e-05|
+|cran|filehash|1.3102655768413944e-05|
+|pypi|[pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp)|1.2981214866826503e-05|
+|npm|compressible|1.2955719949030155e-05|
+|pypi|[grayskull](https://pypi.org/project/grayskull)|1.2951437066402378e-05|
+|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|1.2943889608904477e-05|
+|npm|jshint-stylish|1.2939576776048528e-05|
+|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|1.2918585409882487e-05|
+|pypi|[iso8601](https://pypi.org/project/iso8601)|1.284427900879367e-05|
+|pypi|[click-repl](https://pypi.org/project/click-repl)|1.2823621497432202e-05|
+|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.2823621497432202e-05|
+|spack|py-pip|1.2821922695738353e-05|
+|spack|py-wheel|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-websupport|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-applehelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-devhelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-jsmath|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-htmlhelp|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-serializinghtml|1.2821922695738353e-05|
+|spack|py-sphinxcontrib-qthelp|1.2821922695738353e-05|
+|spack|py-pygments|1.2821922695738353e-05|
+|spack|py-docutils|1.2821922695738353e-05|
+|spack|py-snowballstemmer|1.2821922695738353e-05|
+|spack|py-babel|1.2821922695738353e-05|
+|spack|py-alabaster|1.2821922695738353e-05|
+|spack|py-imagesize|1.2821922695738353e-05|
+|spack|py-requests|1.2821922695738353e-05|
+|spack|py-sphinx-rtd-theme|1.2821922695738353e-05|
+|spack|py-packaging|1.2821922695738353e-05|
+|spack|py-importlib-metadata|1.2821922695738353e-05|
+|spack|py-typing|1.2821922695738353e-05|
+|spack|py-colorama|1.2821922695738353e-05|
+|pypi|[altair](http://altair-viz.github.io)|1.2820099870397187e-05|
+|cran|PolynomF|1.278102342079182e-05|
+|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|1.2732264224147437e-05|
+|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|1.2728326993359586e-05|
+|pypi|[anytree](https://pypi.org/project/anytree)|1.2638960201559465e-05|
+|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|1.2638960201559465e-05|
+|npm|jsmd|1.261503610363868e-05|
+|npm|is-mergeable-object|1.261503610363868e-05|
+|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|1.253062438057483e-05|
+|npm|gzip-size|1.2506017273113407e-05|
+|cran|bignum|1.2453304871540749e-05|
+|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|1.2379907527671994e-05|
+|cran|metafor|1.2338031494037429e-05|
+|cran|RSpectra|1.2334701968002264e-05|
+|pypi|[pycares](https://pypi.org/project/pycares)|1.232877182282534e-05|
+|cran|future.callr|1.2315049520414004e-05|
+|pypi|[annoy](https://github.com/spotify/annoy)|1.2285948205282888e-05|
+|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|1.2285948205282888e-05|
+|pypi|[nmslib](https://pypi.org/project/nmslib)|1.2285948205282888e-05|
+|pypi|[pyemd](https://pypi.org/project/pyemd)|1.2285948205282888e-05|
+|pypi|[Morfessor](https://pypi.org/project/Morfessor)|1.2285948205282888e-05|
+|pypi|[Pyro4](https://pypi.org/project/Pyro4)|1.2285948205282888e-05|
+|cran|[solrium](https://github.com/ropensci/solrium)|1.2245734815234331e-05|
+|cran|party|1.2232934706917749e-05|
+|cran|[haven](https://haven.tidyverse.org)|1.2146981514198317e-05|
+|cran|FastRWeb|1.214197224975223e-05|
+|cran|quantmod|1.214197224975223e-05|
+|cran|truncreg|1.2104840836144426e-05|
+|cran|panelr|1.2104840836144426e-05|
+|cran|metaBMA|1.2104840836144426e-05|
+|cran|lfe|1.2104840836144426e-05|
+|cran|ivreg|1.2104840836144426e-05|
+|cran|GLMMadaptive|1.2104840836144426e-05|
+|cran|clubSandwich|1.2104840836144426e-05|
+|cran|cgam|1.2104840836144426e-05|
+|cran|blme|1.2104840836144426e-05|
+|cran|bbmle|1.2104840836144426e-05|
+|cran|aod|1.2104840836144426e-05|
+|cran|geojsonlint|1.2089409599320403e-05|
+|npm|clean-css|1.207772901033555e-05|
+|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|1.2056412665955612e-05|
+|npm|fresh|1.2031708612868796e-05|
+|npm|etag|1.2031708612868796e-05|
+|npm|temp-path|1.2031708612868796e-05|
+|pypi|[kopt](https://pypi.org/project/kopt)|1.199207135777998e-05|
+|cran|ggfittext|1.199207135777998e-05|
+|cran|taxadb|1.1984284298456746e-05|
+|cran|assertive.code|1.1951086835026118e-05|
+|cran|assertive.reflection|1.1951086835026118e-05|
+|cran|assertive.data.us|1.1951086835026118e-05|
+|cran|assertive.data.uk|1.1951086835026118e-05|
+|cran|assertive.data|1.1951086835026118e-05|
+|cran|assertive.models|1.1951086835026118e-05|
+|cran|assertive.matrices|1.1951086835026118e-05|
+|cran|assertive.sets|1.1951086835026118e-05|
+|cran|assertive.files|1.1951086835026118e-05|
+|cran|assertive.datetimes|1.1951086835026118e-05|
+|cran|assertive.strings|1.1951086835026118e-05|
+|cran|assertive.numbers|1.1951086835026118e-05|
+|cran|assertive.types|1.1951086835026118e-05|
+|cran|assertive.properties|1.1951086835026118e-05|
+|cran|assertive.base|1.1951086835026118e-05|
+|pypi|[uvicorn](https://pypi.org/project/uvicorn)|1.1899214536922242e-05|
+|cran|gsl|1.1888221523529613e-05|
+|pypi|[google-cloud-storage](https://github.com/googleapis/python-storage)|1.1886749710197832e-05|
+|npm|terser|1.1866127840506865e-05|
+|pypi|[lcapy](https://pypi.org/project/lcapy)|1.1821318972619914e-05|
+|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|1.1821318972619914e-05|
+|pypi|[textwrapper](https://pypi.org/project/textwrapper)|1.1821318972619914e-05|
+|pypi|[property-cached](https://pypi.org/project/property-cached)|1.1821318972619914e-05|
+|pypi|[heapdict](https://pypi.org/project/heapdict)|1.1821318972619914e-05|
+|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|1.177403369672944e-05|
+|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|1.177403369672944e-05|
+|pypi|[gurobipy](https://pypi.org/project/gurobipy)|1.1707135777998018e-05|
+|cran|[ff](https://github.com/truecluster/ff)|1.1666105054509406e-05|
+|npm|mime-types|1.1609172340242166e-05|
+|cran|Biobase|1.1593212602304909e-05|
+|pypi|[librosa](https://pypi.org/project/librosa)|1.1587277006937563e-05|
+|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|1.1563783095002122e-05|
+|pypi|[spectral-cube](https://pypi.org/project/spectral-cube)|1.1563783095002122e-05|
+|pypi|[ndcube](https://pypi.org/project/ndcube)|1.1563783095002122e-05|
+|pypi|[gwcs](https://pypi.org/project/gwcs)|1.1563783095002122e-05|
+|npm|mocha-lcov-reporter|1.1563783095002122e-05|
+|npm|any-promise|1.1563783095002122e-05|
+|npm|thenify-all|1.1563783095002122e-05|
+|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.1561246103349935e-05|
+|rubygems|thor|1.1547263404866405e-05|
+|pypi|[ephem](https://pypi.org/project/ephem)|1.1528741328047572e-05|
+|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|1.1510524274663057e-05|
+|cran|[redux](https://github.com/richfitz/redux)|1.144697720515365e-05|
+|pypi|[openstacksdk](https://pypi.org/project/openstacksdk)|1.14404360753221e-05|
+|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.1434259674666809e-05|
+|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.1434259674666809e-05|
+|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.1434259674666809e-05|
+|pypi|[npx](https://pypi.org/project/npx)|1.1427738588002098e-05|
+|pypi|[meshplex](https://pypi.org/project/meshplex)|1.1427738588002098e-05|
+|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|1.1427738588002098e-05|
+|pypi|[dask-ml](https://pypi.org/project/dask-ml)|1.1427738588002098e-05|
+|pypi|[update-checker](https://pypi.org/project/update-checker)|1.1427738588002098e-05|
+|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|1.1408131354489131e-05|
+|npm|tough-cookie|1.1351213552814584e-05|
+|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|1.1315992809734302e-05|
+|cran|clusterGeneration|1.1312396505980338e-05|
+|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|1.129274655193558e-05|
+|cran|bs4Dash|1.128715768974715e-05|
+|cran|rticles|1.1283860731010297e-05|
+|cran|locfit|1.1274990601824956e-05|
+|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|1.126347039540067e-05|
+|cran|nonnest2|1.1228060359985932e-05|
+|cran|mlogit|1.1228060359985932e-05|
+|cran|[logger](https://daroczig.github.io/logger/)|1.1165826245112672e-05|
+|cran|leaps|1.116349829555974e-05|
+|cran|[geometry](https://davidcsterratt.github.io/geometry)|1.1115248477983873e-05|
+|pypi|[param](https://pypi.org/project/param)|1.1102087861134492e-05|
+|pypi|[pyct](https://pypi.org/project/pyct)|1.1102087861134492e-05|
+|cran|stm|1.1096981766268337e-05|
+|cran|topicmodels|1.1096981766268337e-05|
+|pypi|[pymatreader](https://pypi.org/project/pymatreader)|1.1087931827835194e-05|
+|cran|FMStable|1.1038156590683845e-05|
+|cran|sparsesvd|1.1038156590683845e-05|
+|pypi|[python-subunit](https://pypi.org/project/python-subunit)|1.0990219453490016e-05|
+|pypi|[ddt](https://pypi.org/project/ddt)|1.0990219453490016e-05|
+|npm|cross-spawn|1.0984612744733613e-05|
+|npm|rollup-plugin-replace|1.0977790521560455e-05|
+|npm|babel-plugin-external-helpers|1.0977790521560455e-05|
+|pypi|[m2r](https://pypi.org/project/m2r)|1.0932374256689793e-05|
+|rubygems|timecop|1.090299548957343e-05|
+|rubygems|actionmailer|1.0836916729030561e-05|
+|cran|Bessel|1.0833746283448958e-05|
+|pypi|[dropbox](http://www.dropbox.com/developers)|1.0817946749927343e-05|
+|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.0792864222001982e-05|
+|npm|csso|1.0792864222001982e-05|
+|npm|google-closure-compiler|1.0792864222001982e-05|
+|npm|uglify-es|1.0792864222001982e-05|
+|npm|ora|1.0792864222001982e-05|
+|npm|update-notifier|1.0792864222001982e-05|
+|npm|crass|1.0792864222001982e-05|
+|npm|sqwish|1.0792864222001982e-05|
+|npm|html-minifier|1.0792864222001982e-05|
+|npm|node-version|1.0792864222001982e-05|
+|pypi|[user-agents](https://pypi.org/project/user-agents)|1.079286422200198e-05|
+|rubygems|json|1.0791684244135144e-05|
+|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|1.075512693451247e-05|
+|pypi|[dataclasses-json](https://pypi.org/project/dataclasses-json)|1.0749577333411069e-05|
+|npm|eslint-plugin-react|1.0741183719046816e-05|
+|npm|ascli|1.0684935579781963e-05|
+|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|1.066871624764871e-05|
+|cran|[dbscan](https://github.com/mhahsler/dbscan)|1.066218761833056e-05|
+|cran|tracerer|1.0586302227322517e-05|
+|rubygems|rails-dom-testing|1.0572601686859083e-05|
+|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.0565646027854572e-05|
+|pypi|[s3fs](https://pypi.org/project/s3fs)|1.0565646027854572e-05|
+|pypi|[ocifs](https://pypi.org/project/ocifs)|1.0565646027854572e-05|
+|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.0565646027854572e-05|
+|pypi|[pygit2](https://pypi.org/project/pygit2)|1.0565646027854572e-05|
+|pypi|[fusepy](https://pypi.org/project/fusepy)|1.0565646027854572e-05|
+|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.0565646027854572e-05|
+|pypi|[adlfs](https://pypi.org/project/adlfs)|1.0565646027854572e-05|
+|cran|stabledist|1.0547949226195012e-05|
+|rubygems|actionpack|1.0490003236180498e-05|
+|npm|execa|1.0464235343447435e-05|
+|cran|spacetime|1.0409728207006507e-05|
+|pypi|[pytray](https://github.com/muhrin/pytray.git)|1.0408928340586901e-05|
+|rubygems|rake-compiler-dock|1.040740478550191e-05|
+|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|1.0386419702167955e-05|
+|pypi|[pyshp](https://pypi.org/project/pyshp)|1.0278918306668553e-05|
+|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|1.0278918306668553e-05|
+|pypi|[noodles](http://nlesc.github.io/noodles)|1.0277480695716564e-05|
+|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|1.0224818736633456e-05|
+|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|1.0224818736633456e-05|
+|pypi|[saspy](https://pypi.org/project/saspy)|1.0224818736633456e-05|
+|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|1.0189067622169707e-05|
+|cran|[move](https://bartk.gitlab.io/move/)|1.0162112416820048e-05|
+|pypi|[soundfile](https://pypi.org/project/soundfile)|1.0146787024884148e-05|
+|pypi|[portray](https://pypi.org/project/portray)|1.0118310208126858e-05|
+|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|1.0118310208126858e-05|
+|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|1.0118310208126858e-05|
+|npm|superagent|1.0118310208126858e-05|
+|npm|connect-flash|1.0118310208126858e-05|
+|npm|isexe|1.0118310208126858e-05|
+|cran|debugme|1.009818955574796e-05|
+|cran|sm|1.0048528758415637e-05|
+|cran|goftest|1.0048528758415637e-05|
+|cran|tensor|1.0048528758415637e-05|
+|cran|spatstat.sparse|1.0048528758415637e-05|
+|cran|gdtools|9.950939663330774e-06|
+|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|9.946605550049553e-06|
+|cran|[rdflib](https://github.com/ropensci/rdflib)|9.91181408143039e-06|
+|requirements.txt|gitlab/cracklet/cracklet|9.910802775024776e-06|
+|requirements.txt|gitlab/LouisLab/PiVR|9.910802775024776e-06|
+|requirements.txt|github/kkjawz/coref-ee|9.910802775024776e-06|
+|requirements.txt|github/PolymerGuy/recolo|9.910802775024776e-06|
+|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|9.910802775024776e-06|
+|requirements.txt|github/kinnala/scikit-fem|9.910802775024776e-06|
+|requirements.txt|github/onnela-lab/beiwe-backend|9.910802775024776e-06|
+|requirements.txt|github/surf-eds/one-button-compute|9.910802775024776e-06|
+|requirements.txt|github/ketch/RK-Opt|9.910802775024776e-06|
+|requirements.txt|github/BioGearsEngine/core|9.910802775024776e-06|
+|requirements.txt|github/Narayana-Rao/SAR-tools|9.910802775024776e-06|
+|requirements.txt|github/MD-Studio/MDStudio|9.910802775024776e-06|
+|requirements.txt|github/villano-lab/nrCascadeSim|9.910802775024776e-06|
+|requirements.txt|github/qMRLab/qMRLab|9.910802775024776e-06|
+|requirements.txt|github/sorenwacker/ProteomicsQC|9.910802775024776e-06|
+|requirements.txt|github/telatin/qax|9.910802775024776e-06|
+|requirements.txt|github/statgen/Minimac4|9.910802775024776e-06|
+|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|9.910802775024776e-06|
+|requirements.txt|github/gvilitechltd/LibSWIFFT|9.910802775024776e-06|
+|requirements.txt|github/UUDigitalHumanitieslab/texcavator|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/istn|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/masf|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/deepscm|9.910802775024776e-06|
+|requirements.txt|github/robashaw/libecpint|9.910802775024776e-06|
+|requirements.txt|github/JLiangLab/TransVW|9.910802775024776e-06|
+|requirements.txt|github/candYgene/siga|9.910802775024776e-06|
+|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/PlaNet|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/spinning-up-basic|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/Rainbow|9.910802775024776e-06|
+|requirements.txt|github/ggciag/mandyoc|9.910802775024776e-06|
+|requirements.txt|github/nextstrain/nextclade|9.910802775024776e-06|
+|requirements.txt|github/wmglab-duke/ascent|9.910802775024776e-06|
+|requirements.txt|github/MRChemSoft/mrchem|9.910802775024776e-06|
+|requirements.txt|github/CAMI-challenge/CAMITAX|9.910802775024776e-06|
+|requirements.txt|github/LSARP/ProteomicsQC|9.910802775024776e-06|
+|requirements.txt|github/neuroanatomy/reorient|9.910802775024776e-06|
+|requirements.txt|github/inpefess/gym-saturation|9.910802775024776e-06|
+|requirements.txt|github/DSIMB/medusa|9.910802775024776e-06|
+|requirements.txt|github/3d-pli/fastpli|9.910802775024776e-06|
+|requirements.txt|github/lutteropp/NetRAX|9.910802775024776e-06|
+|requirements.txt|github/lucydot/effmass|9.910802775024776e-06|
+|requirements.txt|github/grant-m-s/astronomicAL|9.910802775024776e-06|
+|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|9.910802775024776e-06|
+|requirements.txt|github/ImperialCollegeLondon/champ|9.910802775024776e-06|
+|requirements.txt|github/snowformatics/macrobot|9.910802775024776e-06|
+|requirements.txt|github/Climdyn/qgs|9.910802775024776e-06|
+|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|9.910802775024776e-06|
+|requirements.txt|github/iontorrent/TS|9.910802775024776e-06|
+|requirements.txt|github/hemanthpruthvi/PyAstroPol|9.910802775024776e-06|
+|requirements.txt|github/nlesc/embodied-emotions-scripts|9.910802775024776e-06|
+|requirements.txt|github/LINNAE-project/SFB-Annotator|9.910802775024776e-06|
+|requirements.txt|github/andr1976/HydDown|9.910802775024776e-06|
+|requirements.txt|github/labsyspharm/minerva-story|9.910802775024776e-06|
+|requirements.txt|github/mswzeus/TargetNet|9.910802775024776e-06|
+|requirements.txt|github/STEllAR-GROUP/hpx|9.910802775024776e-06|
+|requirements.txt|github/BioinfoUNIBA/REDItools2|9.910802775024776e-06|
+|requirements.txt|github/GilbertLabUCSF/CanDI|9.910802775024776e-06|
+|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|9.910802775024776e-06|
+|requirements.txt|github/chemfiles/chemfiles|9.910802775024776e-06|
+|requirements.txt|github/he2016012996/CABnet|9.910802775024776e-06|
+|requirements.txt|github/monarch-initiative/loinc2hpo|9.910802775024776e-06|
+|requirements.txt|github/abinit/abinit|9.910802775024776e-06|
+|requirements.txt|github/arnikz/PIQMIe|9.910802775024776e-06|
+|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|9.910802775024776e-06|
+|requirements.txt|github/Julian/jsonschema|9.910802775024776e-06|
+|requirements.txt|github/amrex-astro/Castro|9.910802775024776e-06|
+|requirements.txt|github/ablab/TandemTools|9.910802775024776e-06|
+|requirements.txt|github/spack/spack|9.910802775024776e-06|
+|requirements.txt|github/shandley/hecatomb|9.910802775024776e-06|
+|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|9.910802775024776e-06|
+|requirements.txt|github/soraxas/sbp-env|9.910802775024776e-06|
+|requirements.txt|github/BenNordick/HiLoop|9.910802775024776e-06|
+|requirements.txt|github/learningsimulator/learningsimulator|9.910802775024776e-06|
+|requirements.txt|github/mms-fcul/PypKa|9.910802775024776e-06|
+|requirements.txt|github/TinkerTools/tinker9|9.910802775024776e-06|
+|requirements.txt|github/NLeSC/ShiCo|9.910802775024776e-06|
+|requirements.txt|github/SuLab/Wikidata-phenomizer|9.910802775024776e-06|
+|requirements.txt|github/zhoux85/scAdapt|9.910802775024776e-06|
+|requirements.txt|github/JuliaHCI/ADI.jl|9.910802775024776e-06|
+|requirements.txt|github/AMReX-Astro/Nyx|9.910802775024776e-06|
+|requirements.txt|github/broadinstitute/cromwell|9.910802775024776e-06|
+|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|9.910802775024776e-06|
+|requirements.txt|github/JLBLine/WODEN|9.910802775024776e-06|
+|requirements.txt|github/citation-file-format/citation-file-format|9.910802775024776e-06|
+|requirements.txt|github/erikbern/ann-benchmarks|9.910802775024776e-06|
+|requirements.txt|github/jdber1/opendrop|9.910802775024776e-06|
+|requirements.txt|github/ot483/NetCom|9.910802775024776e-06|
+|requirements.txt|github/enveda/RPath|9.910802775024776e-06|
+|requirements.txt|github/TeamCOMPAS/COMPAS|9.910802775024776e-06|
+|requirements.txt|github/singularityhub/sregistry|9.910802775024776e-06|
+|setup.py|gitlab/octopus-code/octopus|9.910802775024776e-06|
+|setup.py|gitlab/picos-api/picos|9.910802775024776e-06|
+|setup.py|gitlab/BioimageInformaticsGroup/openphi|9.910802775024776e-06|
+|setup.py|gitlab/Molcas/OpenMolcas|9.910802775024776e-06|
+|setup.py|gitlab/gims-developers/gims|9.910802775024776e-06|
+|setup.py|gitlab/jason-rumengan/pyarma|9.910802775024776e-06|
+|setup.py|gitlab/fduchate/predihood|9.910802775024776e-06|
+|setup.py|github/ekaterinailin/AltaiPony|9.910802775024776e-06|
+|setup.py|github/wdecoster/nanopack|9.910802775024776e-06|
+|setup.py|github/era-urban/wrfpy|9.910802775024776e-06|
+|setup.py|github/ynop/audiomate|9.910802775024776e-06|
+|setup.py|github/glotzerlab/freud|9.910802775024776e-06|
+|setup.py|github/glotzerlab/coxeter|9.910802775024776e-06|
+|setup.py|github/IKNL/vantage6|9.910802775024776e-06|
+|setup.py|github/Kuifje02/vrpy|9.910802775024776e-06|
+|setup.py|github/bio-phys/BioEn|9.910802775024776e-06|
+|setup.py|github/popgenmethods/smcpp|9.910802775024776e-06|
+|setup.py|github/Filter-Bubble/e2e-Dutch|9.910802775024776e-06|
+|setup.py|github/dmey/synthia|9.910802775024776e-06|
+|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|9.910802775024776e-06|
+|setup.py|github/jbuisine/macop|9.910802775024776e-06|
+|setup.py|github/MrMinimal64/multivar_horner|9.910802775024776e-06|
+|setup.py|github/thejasvibr/bat_beamshapes|9.910802775024776e-06|
+|setup.py|github/atomneb/AtomNeb-py|9.910802775024776e-06|
+|setup.py|github/eScatter/pyelsepa|9.910802775024776e-06|
+|setup.py|github/amusecode/amuse|9.910802775024776e-06|
+|setup.py|github/ketch/nodepy|9.910802775024776e-06|
+|setup.py|github/fAndreuzzi/BisPy|9.910802775024776e-06|
+|setup.py|github/oschwengers/referenceseeker|9.910802775024776e-06|
+|setup.py|github/oschwengers/platon|9.910802775024776e-06|
+|setup.py|github/oschwengers/bakta|9.910802775024776e-06|
+|setup.py|github/mscroggs/symfem|9.910802775024776e-06|
+|setup.py|github/Magritte-code/Magritte|9.910802775024776e-06|
+|setup.py|github/cadop/seg1d|9.910802775024776e-06|
+|setup.py|github/elwinter/nnde|9.910802775024776e-06|
+|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|9.910802775024776e-06|
+|setup.py|github/omuse-geoscience/omuse|9.910802775024776e-06|
+|setup.py|github/tariqdaouda/CAMAP|9.910802775024776e-06|
+|setup.py|github/Materials-Consortia/optimade-python-tools|9.910802775024776e-06|
+|setup.py|github/RTIInternational/gobbli|9.910802775024776e-06|
+|setup.py|github/MD-Studio/cerulean|9.910802775024776e-06|
+|setup.py|github/TPI-Immunogenetics/igmat|9.910802775024776e-06|
+|setup.py|github/nlesc-ave/ave-rest-service|9.910802775024776e-06|
+|setup.py|github/virgesmith/neworder|9.910802775024776e-06|
+|setup.py|github/rajeshrinet/pystokes|9.910802775024776e-06|
+|setup.py|github/rodluger/starry_process|9.910802775024776e-06|
+|setup.py|github/cog-imperial/entmoot|9.910802775024776e-06|
+|setup.py|github/cog-imperial/suspect|9.910802775024776e-06|
+|setup.py|github/cog-imperial/GPdoemd|9.910802775024776e-06|
+|setup.py|github/cog-imperial/galini|9.910802775024776e-06|
+|setup.py|github/compomics/DeepLC|9.910802775024776e-06|
+|setup.py|github/BartoszBartmanski/StoSpa2|9.910802775024776e-06|
+|setup.py|github/mgalardini/pyseer|9.910802775024776e-06|
+|setup.py|github/richteague/disksurf|9.910802775024776e-06|
+|setup.py|github/Quantum-Dynamics-Hub/libra-code|9.910802775024776e-06|
+|setup.py|github/zarr-developers/zarr-python|9.910802775024776e-06|
+|setup.py|github/ConorMacBride/mcalf|9.910802775024776e-06|
+|setup.py|github/DRMacIver/shrinkray|9.910802775024776e-06|
+|setup.py|github/SCM-NV/qmflows-namd|9.910802775024776e-06|
+|setup.py|github/SCM-NV/qmflows|9.910802775024776e-06|
+|setup.py|github/SCM-NV/pyZacros|9.910802775024776e-06|
+|setup.py|github/DeltaRCM/pyDeltaRCM|9.910802775024776e-06|
+|setup.py|github/fabiopardo/tonic|9.910802775024776e-06|
+|setup.py|github/szymon-datalions/pyinterpolate|9.910802775024776e-06|
+|setup.py|github/fair-data/fairdatapoint-client|9.910802775024776e-06|
+|setup.py|github/hiddenSymmetries/simsopt|9.910802775024776e-06|
+|setup.py|github/fair-software/fairtally|9.910802775024776e-06|
+|setup.py|github/fair-software/howfairis|9.910802775024776e-06|
+|setup.py|github/zdelrosario/py_grama|9.910802775024776e-06|
+|setup.py|github/saphir746/BiobankRead-Bash|9.910802775024776e-06|
+|setup.py|github/snakemake/snakemake|9.910802775024776e-06|
+|setup.py|github/biomedia-mira/blast-ct|9.910802775024776e-06|
+|setup.py|github/AA-ALERT/frbcatdb|9.910802775024776e-06|
+|setup.py|github/UNSW-CEEM/nempy|9.910802775024776e-06|
+|setup.py|github/DLTK/DLTK|9.910802775024776e-06|
+|setup.py|github/AlexMikes/AutoFunc|9.910802775024776e-06|
+|setup.py|github/parallelwindfarms/byteparsing|9.910802775024776e-06|
+|setup.py|github/weecology/retriever|9.910802775024776e-06|
+|setup.py|github/deepmedic/deepmedic|9.910802775024776e-06|
+|setup.py|github/DrMarc/slab|9.910802775024776e-06|
+|setup.py|github/dfujim/bfit|9.910802775024776e-06|
+|setup.py|github/ProjectPyRhO/PyRhO|9.910802775024776e-06|
+|setup.py|github/cdslaborg/paramonte|9.910802775024776e-06|
+|setup.py|github/meinardmueller/synctoolbox|9.910802775024776e-06|
+|setup.py|github/meinardmueller/libfmp|9.910802775024776e-06|
+|setup.py|github/SWIFTSIM/emulator|9.910802775024776e-06|
+|setup.py|github/tool-bin/ukbcc|9.910802775024776e-06|
+|setup.py|github/KIT-MBS/pyREX|9.910802775024776e-06|
+|setup.py|github/OpenMDAO/dymos|9.910802775024776e-06|
+|setup.py|github/SandoghdarLab/PiSCAT|9.910802775024776e-06|
+|setup.py|github/spyder-ide/spyder|9.910802775024776e-06|
+|setup.py|github/SMTG-UCL/surfaxe|9.910802775024776e-06|
+|setup.py|github/dynamicslab/pysindy|9.910802775024776e-06|
+|setup.py|github/matchms/matchms|9.910802775024776e-06|
+|setup.py|github/matchms/ms2deepscore|9.910802775024776e-06|
+|setup.py|github/cupy/cupy|9.910802775024776e-06|
+|setup.py|github/qpv-research-group/solcore5|9.910802775024776e-06|
+|setup.py|github/smog-server/OpenSMOG|9.910802775024776e-06|
+|setup.py|github/LiberTEM/LiberTEM|9.910802775024776e-06|
+|setup.py|github/malonge/RagTag|9.910802775024776e-06|
+|setup.py|github/symmy596/Polypy|9.910802775024776e-06|
+|setup.py|github/symmy596/SurfinPy|9.910802775024776e-06|
+|setup.py|github/Oftatkofta/cellocity|9.910802775024776e-06|
+|setup.py|github/arabic-digital-humanities/adhtools|9.910802775024776e-06|
+|setup.py|github/dolfin-adjoint/pyadjoint|9.910802775024776e-06|
+|setup.py|github/NLESC-JCER/QMCTorch|9.910802775024776e-06|
+|setup.py|github/xenon-middleware/pyxenon|9.910802775024776e-06|
+|setup.py|github/ImperialCollegeLondon/django-drf-filepond|9.910802775024776e-06|
+|setup.py|github/ImperialCollegeLondon/hcga|9.910802775024776e-06|
+|setup.py|github/ghislainv/forestatrisk|9.910802775024776e-06|
+|setup.py|github/felixchenier/kineticstoolkit|9.910802775024776e-06|
+|setup.py|github/mishioo/tesliper|9.910802775024776e-06|
+|setup.py|github/exafmm/exafmm-t|9.910802775024776e-06|
+|setup.py|github/radifar/PyPLIF-HIPPOS|9.910802775024776e-06|
+|setup.py|github/clawpack/clawpack|9.910802775024776e-06|
+|setup.py|github/jianhuupenn/SpaGCN|9.910802775024776e-06|
+|setup.py|github/lantunes/cellpylib|9.910802775024776e-06|
+|setup.py|github/vincentlab/PyFR|9.910802775024776e-06|
+|setup.py|github/TriPed-Robot/TriP|9.910802775024776e-06|
+|setup.py|github/Effective-Quadratures/Effective-Quadratures|9.910802775024776e-06|
+|setup.py|github/rgerum/pylustrator|9.910802775024776e-06|
+|setup.py|github/Social-Evolution-and-Behavior/anTraX|9.910802775024776e-06|
+|setup.py|github/0xCoto/Virgo|9.910802775024776e-06|
+|setup.py|github/multiscale/muscle3|9.910802775024776e-06|
+|setup.py|github/Yu-Group/veridical-flow|9.910802775024776e-06|
+|setup.py|github/elkebir-group/Jumper|9.910802775024776e-06|
+|setup.py|github/scipion-em/scipion-em-continuousflex|9.910802775024776e-06|
+|setup.py|github/aspuru-guzik-group/funsies|9.910802775024776e-06|
+|setup.py|github/numba/numba|9.910802775024776e-06|
+|setup.py|github/lkmklsmn/DrivAER|9.910802775024776e-06|
+|setup.py|github/ComparativeGenomicsToolkit/cactus|9.910802775024776e-06|
+|setup.py|github/infer-actively/pymdp|9.910802775024776e-06|
+|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|9.910802775024776e-06|
+|setup.py|github/KALMUS-Color-Toolkit/KALMUS|9.910802775024776e-06|
+|setup.py|github/nlesc/scriptcwl|9.910802775024776e-06|
+|setup.py|github/linqs/psl|9.910802775024776e-06|
+|setup.py|github/drcandacemakedamoore/cleanX|9.910802775024776e-06|
+|setup.py|github/carlosborca/CrystaLattE|9.910802775024776e-06|
+|setup.py|github/brainets/frites|9.910802775024776e-06|
+|setup.py|github/CFSAN-Biostatistics/SeroTools|9.910802775024776e-06|
+|setup.py|github/EISy-as-Py/hardy|9.910802775024776e-06|
+|setup.py|github/nicolet5/DiffCapAnalyzer|9.910802775024776e-06|
+|setup.py|github/medema-group/bigslice|9.910802775024776e-06|
+|setup.py|github/FlowModelingControl/flowtorch|9.910802775024776e-06|
+|setup.py|github/biocore/scikit-bio|9.910802775024776e-06|
+|setup.py|github/EpistasisLab/tpot|9.910802775024776e-06|
+|setup.py|github/EpistasisLab/regens|9.910802775024776e-06|
+|setup.py|github/MDAnalysis/mdanalysis|9.910802775024776e-06|
+|setup.py|github/dpalmasan/TRUNAJOD2.0|9.910802775024776e-06|
+|setup.py|github/PyPSA/atlite|9.910802775024776e-06|
+|setup.py|github/Bahler-Lab/pyphe|9.910802775024776e-06|
+|setup.py|github/RaRe-Technologies/gensim|9.910802775024776e-06|
+|setup.py|github/edwardoughton/itmlogic|9.910802775024776e-06|
+|setup.py|github/icecube/FIRESONG|9.910802775024776e-06|
+|setup.py|github/HillLab/SomaticSiMu|9.910802775024776e-06|
+|setup.py|github/jollejolles/pirecorder|9.910802775024776e-06|
+|setup.py|github/dgbowl/yadg|9.910802775024776e-06|
+|setup.py|github/Heldenkombinat/Logodetect|9.910802775024776e-06|
+|setup.py|github/SouthGreenPlatform/PyRice|9.910802775024776e-06|
+|setup.py|github/fakedrtom/oncogemini|9.910802775024776e-06|
+|setup.py|github/davidebolo1993/TRiCoLOR|9.910802775024776e-06|
+|setup.py|github/davidebolo1993/VISOR|9.910802775024776e-06|
+|setup.py|github/yatiml/yatiml|9.910802775024776e-06|
+|setup.py|github/Nico-Curti/rFBP|9.910802775024776e-06|
+|setup.py|github/ECSHackWeek/impedance.py|9.910802775024776e-06|
+|setup.py|github/cabb99/open3spn2|9.910802775024776e-06|
+|setup.py|github/neuralhydrology/neuralhydrology|9.910802775024776e-06|
+|setup.py|github/RamanLab/iCOMIC|9.910802775024776e-06|
+|setup.py|github/samaygarg/fuelcell|9.910802775024776e-06|
+|setup.py|github/comprna/reorientexpress|9.910802775024776e-06|
+|setup.py|github/Singh-Lab/DeMaSk|9.910802775024776e-06|
+|setup.py|github/COVID-IWG/epimargin|9.910802775024776e-06|
+|setup.py|github.com/idptools/metapredict|9.910802775024776e-06|
+|setup.py|github/bio-ontology-research-group/deepgoplus|9.910802775024776e-06|
+|setup.py|github/potassco/clingo|9.910802775024776e-06|
+|setup.py|github/IMMM-SFA/mosartwmpy|9.910802775024776e-06|
+|setup.py|github/rgmyr/corebreakout|9.910802775024776e-06|
+|setup.py|github/tylunel/pvpumpingsystem|9.910802775024776e-06|
+|setup.py|github/iomega/spec2vec|9.910802775024776e-06|
+|setup.py|github/bethgelab/foolbox|9.910802775024776e-06|
+|setup.py|github/stammler/simframe|9.910802775024776e-06|
+|setup.py|github/ml-evs/matador|9.910802775024776e-06|
+|setup.py|github/DrafProject/elmada|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/swan|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/flamingo|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/insilico-server|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/ceiba-cli|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/ceiba|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/CAT|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/Moka|9.910802775024776e-06|
+|setup.py|github/ElectionDataAnalysis/electiondata|9.910802775024776e-06|
+|setup.py|github/pybamm-team/liionpack|9.910802775024776e-06|
+|setup.py|github/pybamm-team/PyBaMM|9.910802775024776e-06|
+|setup.py|github/wilkelab/Opfi|9.910802775024776e-06|
+|setup.py|github/jorisparet/partycls|9.910802775024776e-06|
+|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|9.910802775024776e-06|
+|setup.py|github/JohannesBuchner/BXA|9.910802775024776e-06|
+|setup.py|github/mjacob1002/Eir|9.910802775024776e-06|
+|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|9.910802775024776e-06|
+|setup.py|github/ORNL/tx2|9.910802775024776e-06|
+|setup.py|github/colour-science/colour|9.910802775024776e-06|
+|setup.py|github/ModellingWebLab/chaste-codegen|9.910802775024776e-06|
+|setup.py|github/DeepRank/DeepRank-GNN|9.910802775024776e-06|
+|setup.py|github/DeepRank/pdb2sql|9.910802775024776e-06|
+|setup.py|github/DeepRank/iScore|9.910802775024776e-06|
+|setup.py|github/DeepRank/pssmgen|9.910802775024776e-06|
+|setup.py|github/DeepRank/deeprank|9.910802775024776e-06|
+|setup.py|github/athulpg007/AMAT|9.910802775024776e-06|
+|setup.py|github/HIPS/autograd|9.910802775024776e-06|
+|setup.py|github/shirtsgroup/physical_validation|9.910802775024776e-06|
+|setup.py|github/johnlees/pp-sketchlib|9.910802775024776e-06|
+|setup.py|github/ni1o1/transbigdata|9.910802775024776e-06|
+|setup.py|github/hknd23/idcempy|9.910802775024776e-06|
+|setup.py|github/panoptes-organization/panoptes|9.910802775024776e-06|
+|setup.py|github/Theano/Theano|9.910802775024776e-06|
+|setup.py|github/LBNL-ETA/MSWH|9.910802775024776e-06|
+|setup.py|github/SirSharpest/NarrowEscapeSimulator|9.910802775024776e-06|
+|setup.py|github/htjb/maxsmooth|9.910802775024776e-06|
+|setup.py|github/skovaka/UNCALLED|9.910802775024776e-06|
+|setup.py|github/easybuilders/easybuild|9.910802775024776e-06|
+|setup.py|github/3D-e-Chem/sygma|9.910802775024776e-06|
+|setup.py|github/3D-e-Chem/kripodb|9.910802775024776e-06|
+|setup.py|github/indralab/pybiopax|9.910802775024776e-06|
+|setup.py|github/benvanwerkhoven/kernel_tuner|9.910802775024776e-06|
+|setup.py|github/spokenlanguage/platalea|9.910802775024776e-06|
+|setup.py|github/NKI-CCB/PRECISE|9.910802775024776e-06|
+|setup.py|github/twesterhout/lattice-symmetries|9.910802775024776e-06|
+|setup.py|github/matplotlib/matplotlib|9.910802775024776e-06|
+|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|9.910802775024776e-06|
+|setup.py|github/slzarate/parliament2|9.910802775024776e-06|
+|setup.py|github/aiidateam/kiwipy|9.910802775024776e-06|
+|setup.py|github/opimwue/ddop|9.910802775024776e-06|
+|setup.py|github/bootphon/phonemizer|9.910802775024776e-06|
+|setup.py|github/CEED/libCEED|9.910802775024776e-06|
+|setup.py|github/dask/dask|9.910802775024776e-06|
+|setup.py|github/aalhossary/pyemgpipeline|9.910802775024776e-06|
+|setup.py|github/rhayes777/PyAutoFit|9.910802775024776e-06|
+|setup.py|github/conda/conda|9.910802775024776e-06|
+|setup.py|github/eWaterCycle/grpc4bmi|9.910802775024776e-06|
+|setup.py|github/eWaterCycle/jupyterlab_thredds|9.910802775024776e-06|
+|setup.py|github/AlexanderLabWHOI/EUKulele|9.910802775024776e-06|
+|setup.py|github/OP2/PyOP2|9.910802775024776e-06|
+|setup.py|github/gilestrolab/ethoscope|9.910802775024776e-06|
+|setup.py|github/PfizerRD/sit2standpy|9.910802775024776e-06|
+|setup.py|github/circuitgraph/circuitgraph|9.910802775024776e-06|
+|setup.py|github/volkamerlab/opencadd|9.910802775024776e-06|
+|setup.py|github/odb9402/CNNPeaks|9.910802775024776e-06|
+|setup.py|github/KathrynJones1/catwoman|9.910802775024776e-06|
+|setup.py|github/NLeSC/cptm|9.910802775024776e-06|
+|setup.py|github/NLeSC/Massive-PotreeConverter|9.910802775024776e-06|
+|setup.py|github/NLeSC/noodles|9.910802775024776e-06|
+|setup.py|github/NLeSC/mcfly|9.910802775024776e-06|
+|setup.py|github/NLeSC/boatswain|9.910802775024776e-06|
+|setup.py|github/fitbenchmarking/fitbenchmarking|9.910802775024776e-06|
+|setup.py|github/CLARIAH/grlc|9.910802775024776e-06|
+|setup.py|github/mzy2240/ESA|9.910802775024776e-06|
+|setup.py|github/KBNLresearch/ochre|9.910802775024776e-06|
+|setup.py|github/jiahecui/SenAOReFoc|9.910802775024776e-06|
+|setup.py|github/21cmFAST/21cmFAST|9.910802775024776e-06|
+|setup.py|github/brian-team/brian2|9.910802775024776e-06|
+|setup.py|github/lilyminium/psiresp|9.910802775024776e-06|
+|setup.py|github/cbalbin-FIU/Epitopedia|9.910802775024776e-06|
+|setup.py|github/chasmani/piecewise-regression|9.910802775024776e-06|
+|setup.py|github/benhid/Sequoya|9.910802775024776e-06|
+|setup.py|github/SynthSys/pyOmeroUpload|9.910802775024776e-06|
+|setup.py|github/swiftsim/swiftsimio|9.910802775024776e-06|
+|setup.py|github/girder/viime|9.910802775024776e-06|
+|setup.py|github/phenomecentre/nPYc-Toolbox|9.910802775024776e-06|
+|setup.py|github/dmnfarrell/snpgenie|9.910802775024776e-06|
+|setup.py|github/dmnfarrell/epitopepredict|9.910802775024776e-06|
+|setup.py|github/BackmanLab/PWSpy|9.910802775024776e-06|
+|setup.py|github/NeuralEnsemble/PyNN|9.910802775024776e-06|
+|setup.py|github/kerkelae/disimpy|9.910802775024776e-06|
+|setup.py|github/fermisurfaces/IFermi|9.910802775024776e-06|
+|setup.py|github/shilpagarg/WHdenovo|9.910802775024776e-06|
+|setup.py|github/WMD-group/MacroDensity|9.910802775024776e-06|
+|setup.py|github/WMD-group/SMACT|9.910802775024776e-06|
+|setup.py|github/OttoStruve/muler|9.910802775024776e-06|
+|setup.py|github/recipy/recipy|9.910802775024776e-06|
+|setup.py|github/jmschrei/pomegranate|9.910802775024776e-06|
+|setup.py|github/SCECcode/pycsep|9.910802775024776e-06|
+|setup.py|github/antoinediez/Sisyphe|9.910802775024776e-06|
+|setup.py|github/BritishGeologicalSurvey/pyvolcans|9.910802775024776e-06|
+|setup.py|github/DynaSlum/satsense|9.910802775024776e-06|
+|setup.py|github/nlppln/nlppln|9.910802775024776e-06|
+|setup.py|github/actris-cloudnet/cloudnetpy|9.910802775024776e-06|
+|setup.py|github/fruzsinaagocs/oscode|9.910802775024776e-06|
+|setup.py|github/equib/pyEQUIB|9.910802775024776e-06|
+|setup.py|github/sambit-giri/tools21cm|9.910802775024776e-06|
+|setup.py|github/Electrostatics/apbs|9.910802775024776e-06|
+|setup.py|github/MillionConcepts/lhorizon|9.910802775024776e-06|
+|setup.py|github/coljac/sensie|9.910802775024776e-06|
+|setup.py|github/FreBio/komics|9.910802775024776e-06|
+|setup.py|github/elizabethnewman/hessQuik|9.910802775024776e-06|
+|setup.py|github/vsoch/gridtest|9.910802775024776e-06|
+|setup.py|github/raspishake/rsudp|9.910802775024776e-06|
+|setup.py|github/ERA-URBAN/fm128_radar|9.910802775024776e-06|
+|setup.py|github/sagepublishing/rejected_article_tracker_pkg|9.910802775024776e-06|
+|setup.py|github/davemlz/eemont|9.910802775024776e-06|
+|setup.py|github/sebhaan/geobo|9.910802775024776e-06|
+|setup.py|github/abrupt-climate/hyper-canny|9.910802775024776e-06|
+|setup.py|github/adbar/htmldate|9.910802775024776e-06|
+|setup.py|github/singularityhub/singularity-compose|9.910802775024776e-06|
+|setup.py|github/singularityhub/singularity-hpc|9.910802775024776e-06|
+|setup.py|github/cas-bioinf/rboAnalyzer|9.910802775024776e-06|
+|setup.py|github/samuelefiorini/tangle|9.910802775024776e-06|
+|DESCRIPTION|gitlab/libreumg/dataquier|9.910802775024776e-06|
+|DESCRIPTION|gitlab/ampere2/metalwalls|9.910802775024776e-06|
+|DESCRIPTION|github/pmoulos/metaseqR2|9.910802775024776e-06|
+|DESCRIPTION|github/isoverse/isoreader|9.910802775024776e-06|
+|DESCRIPTION|github/JSB-UCLA/scPNMF|9.910802775024776e-06|
+|DESCRIPTION|github/cjbarrie/academictwitteR|9.910802775024776e-06|
+|DESCRIPTION|github/kadyb/rgugik|9.910802775024776e-06|
+|DESCRIPTION|github/MRCIEU/metaboprep|9.910802775024776e-06|
+|DESCRIPTION|github/OrlandoLam/SAMT|9.910802775024776e-06|
+|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|9.910802775024776e-06|
+|DESCRIPTION|github/mdsteiner/EFAtools|9.910802775024776e-06|
+|DESCRIPTION|github/azizka/IUCNN|9.910802775024776e-06|
+|DESCRIPTION|github/bommert/stabm|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/dettl|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/orderly|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/vaultr|9.910802775024776e-06|
+|DESCRIPTION|github/koenderks/jaspAudit|9.910802775024776e-06|
+|DESCRIPTION|github/donaldRwilliams/GGMnonreg|9.910802775024776e-06|
+|DESCRIPTION|github/donaldRwilliams/BGGM|9.910802775024776e-06|
+|DESCRIPTION|github/rickhelmus/patRoon|9.910802775024776e-06|
+|DESCRIPTION|github/metaOmics/MetaPath|9.910802775024776e-06|
+|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|9.910802775024776e-06|
+|DESCRIPTION|github/r-cas/caracas|9.910802775024776e-06|
+|DESCRIPTION|github/ec363/fpcountr|9.910802775024776e-06|
+|DESCRIPTION|github/KiranLDA/PAMLr|9.910802775024776e-06|
+|DESCRIPTION|github/saeyslab/PeacoQC|9.910802775024776e-06|
+|DESCRIPTION|github/saeyslab/nichenetr|9.910802775024776e-06|
+|DESCRIPTION|github/lrnv/cort|9.910802775024776e-06|
+|DESCRIPTION|github/lydialucchesi/Vizumap|9.910802775024776e-06|
+|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|9.910802775024776e-06|
+|DESCRIPTION|github/stemangiola/tidyHeatmap|9.910802775024776e-06|
+|DESCRIPTION|github/mcsiple/mmrefpoints|9.910802775024776e-06|
+|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|9.910802775024776e-06|
+|DESCRIPTION|github/OwenWard/ppdiag|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/performance|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/parameters|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/effectsize|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/correlation|9.910802775024776e-06|
+|DESCRIPTION|github/r-spatial/rgee|9.910802775024776e-06|
+|DESCRIPTION|github/oneilsh/tidytensor|9.910802775024776e-06|
+|DESCRIPTION|github/ArgoCanada/argodata|9.910802775024776e-06|
+|DESCRIPTION|github/JonasRieger/ldaPrototype|9.910802775024776e-06|
+|DESCRIPTION|github/KerryAM-R/ggVolcanoR|9.910802775024776e-06|
+|DESCRIPTION|github/mlr-org/mcboost|9.910802775024776e-06|
+|DESCRIPTION|github/bcgov/shinyssdtools|9.910802775024776e-06|
+|DESCRIPTION|github/bcgov/bcdata|9.910802775024776e-06|
+|DESCRIPTION|github/BrianAronson/birankr|9.910802775024776e-06|
+|DESCRIPTION|github/cran/irtplay|9.910802775024776e-06|
+|DESCRIPTION|github/Dulab2020/ARMT|9.910802775024776e-06|
+|DESCRIPTION|github/bblodfon/emba|9.910802775024776e-06|
+|DESCRIPTION|github/Jinsl-lab/SDImpute|9.910802775024776e-06|
+|DESCRIPTION|github/tinglabs/scAIDE|9.910802775024776e-06|
+|DESCRIPTION|github/llrs/experDesign|9.910802775024776e-06|
+|DESCRIPTION|github/rauschenberger/joinet|9.910802775024776e-06|
+|DESCRIPTION|github/vbaliga/gaussplotR|9.910802775024776e-06|
+|DESCRIPTION|github/akcochrane/TEfits|9.910802775024776e-06|
+|DESCRIPTION|github/kendomaniac/docker4seq|9.910802775024776e-06|
+|DESCRIPTION|github/kendomaniac/rCASC|9.910802775024776e-06|
+|DESCRIPTION|github/RajLabMSSM/echolocatoR|9.910802775024776e-06|
+|DESCRIPTION|github/haoharryfeng/NeuCA|9.910802775024776e-06|
+|DESCRIPTION|github/HajkD/LTRpred|9.910802775024776e-06|
+|DESCRIPTION|github/flosalbizziae/kataegis|9.910802775024776e-06|
+|DESCRIPTION|github/timoast/signac|9.910802775024776e-06|
+|DESCRIPTION|github/ClaudioZandonella/PRDA|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/epidemia|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/safedata|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/covid19model|9.910802775024776e-06|
+|DESCRIPTION|github/asancpt/caffsim|9.910802775024776e-06|
+|DESCRIPTION|github/tlverse/hal9001|9.910802775024776e-06|
+|DESCRIPTION|github/pratheesh3780/grapesAgri1|9.910802775024776e-06|
+|DESCRIPTION|github/JLSteenwyk/ggpubfigs|9.910802775024776e-06|
+|DESCRIPTION|github/USEPA/nsink|9.910802775024776e-06|
+|DESCRIPTION|github/ColemanRHarris/mxnorm|9.910802775024776e-06|
+|DESCRIPTION|github/r-spatialecology/shar|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/rotemplate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/pkgreviewr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/roblog|9.910802775024776e-06|
+|DESCRIPTION|github/lasseignelab/CINmetrics|9.910802775024776e-06|
+|DESCRIPTION|github/ants-project/ANTs|9.910802775024776e-06|
+|DESCRIPTION|github/nhejazi/txshift|9.910802775024776e-06|
+|DESCRIPTION|github/nhejazi/medoutcon|9.910802775024776e-06|
+|DESCRIPTION|github/ShixiangWang/sigminer|9.910802775024776e-06|
+|DESCRIPTION|github/constantAmateur/SoupX|9.910802775024776e-06|
+|DESCRIPTION|github/SchlossLab/mikropml|9.910802775024776e-06|
+|DESCRIPTION|github/SofieVG/FlowSOM|9.910802775024776e-06|
+|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/ambrosia|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/rfasst|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/plutus|9.910802775024776e-06|
+|DESCRIPTION|github/TomKellyGenetics/graphsim|9.910802775024776e-06|
+|DESCRIPTION|github/YuLab-SMU/treeio|9.910802775024776e-06|
+|DESCRIPTION|github/MAnalytics/opitools|9.910802775024776e-06|
+|DESCRIPTION|github/MAnalytics/akmedoids|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/reviewer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/monkeylearn|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/arresteddev|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/rodev|9.910802775024776e-06|
+|DESCRIPTION|github/wesleyburr/subMaldi|9.910802775024776e-06|
+|DESCRIPTION|github/adithirgis/pollucheck|9.910802775024776e-06|
+|DESCRIPTION|github/lsds/Neptune|9.910802775024776e-06|
+|DESCRIPTION|github/GOVS-pack/GOVS|9.910802775024776e-06|
+|DESCRIPTION|github/tgrimes/SeqNet|9.910802775024776e-06|
+|DESCRIPTION|github/tidyverse/glue|9.910802775024776e-06|
+|DESCRIPTION|github/alexander-pastukhov/bistablehistory|9.910802775024776e-06|
+|DESCRIPTION|github/ejikeugba/serp|9.910802775024776e-06|
+|DESCRIPTION|github/aranyics/ReDCM|9.910802775024776e-06|
+|DESCRIPTION|github/mmahmoudian/sivs|9.910802775024776e-06|
+|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|9.910802775024776e-06|
+|DESCRIPTION|github/msalibian/RBF|9.910802775024776e-06|
+|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|9.910802775024776e-06|
+|DESCRIPTION|github/IndrajeetPatil/statsExpressions|9.910802775024776e-06|
+|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|9.910802775024776e-06|
+|DESCRIPTION|github/IMMM-SFA/gamut|9.910802775024776e-06|
+|DESCRIPTION|github/SJTU-CGM/ivTerm|9.910802775024776e-06|
+|DESCRIPTION|github/VBlesius/RHRT|9.910802775024776e-06|
+|DESCRIPTION|github/dankelley/oce|9.910802775024776e-06|
+|DESCRIPTION|github/Hegghammer/daiR|9.910802775024776e-06|
+|DESCRIPTION|github/wadpac/GGIR|9.910802775024776e-06|
+|DESCRIPTION|github/dpseidel/stmove|9.910802775024776e-06|
+|DESCRIPTION|github/BMILAB/scLINE|9.910802775024776e-06|
+|DESCRIPTION|github/signaturescience/skater|9.910802775024776e-06|
+|DESCRIPTION|github/anwarbio/bioassays|9.910802775024776e-06|
+|DESCRIPTION|github/niceume/datasailr|9.910802775024776e-06|
+|DESCRIPTION|github/nevrome/bleiglas|9.910802775024776e-06|
+|DESCRIPTION|github/dgrun/FateID|9.910802775024776e-06|
+|DESCRIPTION|github/raredd/kmdata|9.910802775024776e-06|
+|DESCRIPTION|github/sachsmc/cosinor|9.910802775024776e-06|
+|DESCRIPTION|github/GaryBAYLOR/mixR|9.910802775024776e-06|
+|DESCRIPTION|github/humanfactors/FIPS|9.910802775024776e-06|
+|DESCRIPTION|github/dsoave/JLS|9.910802775024776e-06|
+|DESCRIPTION|github/weizhouUMICH/SAIGE|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/odin|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/PlasmoMAPI|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/individual|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/ring|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/drjacoby|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/sircovid|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/dde|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/provisionr|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/dust|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/rrq|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/squire|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/cinterpolate|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/EpiEstim|9.910802775024776e-06|
+|DESCRIPTION|github/alstat/ALUES|9.910802775024776e-06|
+|DESCRIPTION|github/johannes-titz/cofad|9.910802775024776e-06|
+|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|9.910802775024776e-06|
+|DESCRIPTION|github/NathanSkene/EWCE|9.910802775024776e-06|
+|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|9.910802775024776e-06|
+|DESCRIPTION|github/LindaNab/mecor|9.910802775024776e-06|
+|DESCRIPTION|github/CornellLabofOrnithology/auk|9.910802775024776e-06|
+|DESCRIPTION|github/yiling0210/APIR|9.910802775024776e-06|
+|DESCRIPTION|github/martin3141/spant|9.910802775024776e-06|
+|DESCRIPTION|github/radio1988/OneStopRNAseq|9.910802775024776e-06|
+|DESCRIPTION|github/r-lib/gert|9.910802775024776e-06|
+|DESCRIPTION|github/r-lib/credentials|9.910802775024776e-06|
+|DESCRIPTION|github/alan-turing-institute/DetectorChecker|9.910802775024776e-06|
+|DESCRIPTION|github/TheMillerLab/genetex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/trufflesniffer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DoOR.functions|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/colocr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/unifir|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearthhires|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/brranching|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/refsplitr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nodbi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/iheatmapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmplotr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfisheries|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/skynet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/AntWeb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rerddap|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/plater|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stantargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/PostcodesioR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DataPackageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gittargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/parzer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/citesdb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/baRcodeR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chirps|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ghql|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geojsonlint|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ecoengine|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tabulizer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ezknitr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/babette|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/awardFindR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tracerer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treestartr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ckanr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/antiword|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/addressable|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fauxpas|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnpn|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nomisr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rperseus|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/infx|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/helminthR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/USAboundariesData|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rsat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/patentsview|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/microdemic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcoreoa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/drake|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidypmc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/clifro|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxlist|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidync|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrricanes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pixelclasser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider.devtools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgpdd|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/censo2017|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nlrx|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ramlegacy|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jstor|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/finch|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/EML|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/emld|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/onekp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tiler|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RNeXML|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rotl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rsnps|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outcomerate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jagstargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treebase|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tarchetypes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/refimpact|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/googleLanguageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/UCSCXenaTools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tesseract|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bib2df|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wdman|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmextract|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnoaa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/allodb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ots|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/graphql|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rbhl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/arkdb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/terrainr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hunspell|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/paleobioDB|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rplos|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdefra|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/worrms|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gtfsr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hddtools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcitoid|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treedata.table|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxadb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wellknown|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rppo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/neotoma|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/xslt|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hydroscoper|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcites|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/oai|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/BaseSet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/medrxivr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/conditionz|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dataaimsr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dittodb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/textreuse|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/eia|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/qpdf|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxize|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdatacite|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tif|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stplanr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cleanEHR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osfr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/popler|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rAltmetric|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/qualtRics|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/workloopR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/solrium|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/camsRad|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mauricer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/targets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/piggyback|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/comtradr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/crul|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/beautier|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spocc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tradestatistics|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fingertipsR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/Rclean|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgbif|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencontext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/git2r|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jenkins|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider.base|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nasapower|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cyphr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phonfieldwork|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/roadoi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pangaear|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jsonld|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdhs|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearthdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfigshare|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/zbank|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfishbase|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/suppdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/prism|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dataspice|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/git2rdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/webchem|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdflib|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/USAboundaries|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/seasl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gitignore|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/restez|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/lingtypology|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gutenbergr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bold|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cld2|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pendulum|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dbhydroR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/beastier|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/grainchanger|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/staypuft|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/historydata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfema|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdataretriever|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidyhydat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/c14bazAAR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spatsoc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tinkr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rredlist|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/isdparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bikedata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/webmockr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxview|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MODIStsp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nbaR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/traits|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rglobi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylogram|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearth|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rbace|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ssh|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rentrez|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ijtiff|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rorcid|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/NLMR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bowerbird|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/vcr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bomrang|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/getCRUCLdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cRegulome|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rtweet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rusda|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/robotstxt|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DataSpaceR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnassqs|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/charlatan|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/riem|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cde|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geonames|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ritis|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxizedb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mapscanner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrlite|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcrossref|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/GSODR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/elastic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cchecks|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spelling|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tokenizers|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgnparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cld3|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pdftools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/epubr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/sofa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rromeo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/aRxiv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wateRinfo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/landscapetools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/datapack|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/timefuzz|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bibtex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/plotly|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/scrubr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/Rpolyhedra|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opentripplanner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chromer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rmangal|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylocomr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rebird|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rvertnet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencage|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/antanym|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RefManageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/SymbiotaR2|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdryad|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/slopes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rzmq|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/coder|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/unrtf|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/smapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/magick|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/handlr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MODISTools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rtika|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylotaR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/FedData|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pubchunks|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/natserv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jqr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/virtuoso|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hoardr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chlorpromazineR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/namext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stats19|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ruODK|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mctq|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dbparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/internetarchive|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/excluder|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrricanesdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/exoplanets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geojsonio|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wikitaxa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tacmagic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/assertr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pathviewr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rWBclimate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rAvis|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/weathercan|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fulltext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jsonvalidate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mcbette|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DoOR.data|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/visdat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/skimr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/codemetar|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/essurvey|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/biomartr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/randgeo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/photosearcher|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/writexl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mregions|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/av|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/CoordinateCleaner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/europepmc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/circle|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/getlandsat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/EndoMineR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/katex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/binman|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cffr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bittrex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/citecorp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rinat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/lightr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gistr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MtreeRing|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RSelenium|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcol|9.910802775024776e-06|
+|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|9.910802775024776e-06|
+|DESCRIPTION|github/NLeSC/compressing-the-sky|9.910802775024776e-06|
+|DESCRIPTION|github/david-barnett/microViz|9.910802775024776e-06|
+|DESCRIPTION|github/epiforecasts/covidregionaldata|9.910802775024776e-06|
+|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|9.910802775024776e-06|
+|DESCRIPTION|github/fumi-github/omicwas|9.910802775024776e-06|
+|DESCRIPTION|github/ramadatta/CPgeneProfiler|9.910802775024776e-06|
+|DESCRIPTION|github/tidymodels/infer|9.910802775024776e-06|
+|DESCRIPTION|github/tbep-tech/tbeptools|9.910802775024776e-06|
+|DESCRIPTION|github/julia-wrobel/registr|9.910802775024776e-06|
+|DESCRIPTION|github/rhenkin/visxhclust|9.910802775024776e-06|
+|DESCRIPTION|github/ezer/PAFway|9.910802775024776e-06|
+|DESCRIPTION|github/hope-data-science/tidyfst|9.910802775024776e-06|
+|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|9.910802775024776e-06|
+|DESCRIPTION|github/rcarragh/c212|9.910802775024776e-06|
+|DESCRIPTION|github/prdm0/ropenblas|9.910802775024776e-06|
+|DESCRIPTION|github/snystrom/memes|9.910802775024776e-06|
+|DESCRIPTION|github/CTU-Bern/presize|9.910802775024776e-06|
+|DESCRIPTION|github/saezlab/PHONEMeS|9.910802775024776e-06|
+|DESCRIPTION|github/andyphilips/dynamac|9.910802775024776e-06|
+|DESCRIPTION|github/xoopR/set6|9.910802775024776e-06|
+|DESCRIPTION|github/ecological-cities/home2park|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/allcontributors|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/gendercoder|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/r2readthedocs|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/qcoder|9.910802775024776e-06|
+|DESCRIPTION|github/arcaldwell49/SimplyAgree|9.910802775024776e-06|
+|DESCRIPTION|github/chainsawriot/sweater|9.910802775024776e-06|
+|DESCRIPTION|github/chainsawriot/oolong|9.910802775024776e-06|
+|DESCRIPTION|github/DidierMurilloF/FielDHub|9.910802775024776e-06|
+|DESCRIPTION|github/VincentAlcazer/StatAid|9.910802775024776e-06|
+|DESCRIPTION|github/takfung/ResDisMapper|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/roreviewapi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/autotest|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/srr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/pkgcheck|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/pkgstats|9.910802775024776e-06|
+|DESCRIPTION|github/samhforbes/PupillometryR|9.910802775024776e-06|
+|DESCRIPTION|github/jorittmo/singcar|9.910802775024776e-06|
+|DESCRIPTION|github/abschneider/StrainHub|9.910802775024776e-06|
+|DESCRIPTION|github/insilico/cncv|9.910802775024776e-06|
+|DESCRIPTION|github/zoometh/iconr|9.910802775024776e-06|
+|DESCRIPTION|github/jessecambon/tidygeocoder|9.910802775024776e-06|
+|DESCRIPTION|github/INCEPTdk/adaptr|9.910802775024776e-06|
+|DESCRIPTION|github/mingzehuang/latentcor|9.910802775024776e-06|
+|DESCRIPTION|github/zhouzilu/DENDRO|9.910802775024776e-06|
+|package.json|gitlab/metafundev/metafun|9.910802775024776e-06|
+|package.json|gitlab/magnumpi/magnumpi|9.910802775024776e-06|
+|package.json|gitlab/geekysquirrel/bigx|9.910802775024776e-06|
+|package.json|github/Yomguithereal/talisman|9.910802775024776e-06|
+|package.json|github/wangjun1996/VisFeature|9.910802775024776e-06|
+|package.json|github/research-software-directory/research-software-directory|9.910802775024776e-06|
+|package.json|github/reproducible-biomedical-modeling/Biosimulations|9.910802775024776e-06|
+|package.json|github/PathwayCommons/grounding-search|9.910802775024776e-06|
+|package.json|github/interactivereport/OmicsView0|9.910802775024776e-06|
+|package.json|github/AA-ALERT/frbcat-web|9.910802775024776e-06|
+|package.json|github/MaayanLab/signature-commons-ui|9.910802775024776e-06|
+|package.json|github/sonjageorgievska/CClusTera|9.910802775024776e-06|
+|package.json|github/Kaixhin/FGLab|9.910802775024776e-06|
+|package.json|github/Kaixhin/FGMachine|9.910802775024776e-06|
+|package.json|github/davidhoksza/MolArt|9.910802775024776e-06|
+|package.json|github/ADAH-EviDENce/evidence|9.910802775024776e-06|
+|package.json|github/MichaelSel/edoJS|9.910802775024776e-06|
+|package.json|github/ImperialCollegeLondon/EpiCollectplus|9.910802775024776e-06|
+|package.json|github/Shamir-Lab/domino_web|9.910802775024776e-06|
+|package.json|github/i-VRESSE/workflow-builder|9.910802775024776e-06|
+|package.json|github/phelelani/nf-rnaSeqMetagen|9.910802775024776e-06|
+|package.json|github/eweitz/ideogram|9.910802775024776e-06|
+|package.json|github/tobiasrausch/alfred|9.910802775024776e-06|
+|package.json|github/MolMeDB/MolMeDB|9.910802775024776e-06|
+|package.json|github/pmkruyen/dearscholar|9.910802775024776e-06|
+|package.json|github/cinemascience/cinema_snap|9.910802775024776e-06|
+|package.json|github/amkram/shusher|9.910802775024776e-06|
+|package.json|github/lumen-org/lumen|9.910802775024776e-06|
+|package.json|github/iomega/zenodo-upload|9.910802775024776e-06|
+|package.json|github/iomega/paired-data-form|9.910802775024776e-06|
+|package.json|github/CrowdTruth/CrowdTruth|9.910802775024776e-06|
+|package.json|github/hetalang/heta-compiler|9.910802775024776e-06|
+|package.json|github/biosimulations/Biosimulations|9.910802775024776e-06|
+|package.json|github/eucp-project/storyboards|9.910802775024776e-06|
+|package.json|github/eucp-project/atlas|9.910802775024776e-06|
+|package.json|github/eWaterCycle/eWaterleaf|9.910802775024776e-06|
+|package.json|github/eWaterCycle/setup-grpc|9.910802775024776e-06|
+|package.json|github/eWaterCycle/Cesium-NcWMS|9.910802775024776e-06|
+|package.json|github/eWaterCycle/setup-singularity|9.910802775024776e-06|
+|package.json|github/tortellini-tools/action|9.910802775024776e-06|
+|package.json|github/NLeSC/DiVE|9.910802775024776e-06|
+|package.json|github/NLeSC/ExtJS-DateTime|9.910802775024776e-06|
+|package.json|github/NLeSC/xenon-flow|9.910802775024776e-06|
+|package.json|github/NLeSC/UncertaintyVisualization|9.910802775024776e-06|
+|package.json|github/NLeSC/pattyvis|9.910802775024776e-06|
+|package.json|github/NLeSC/nlesc-serverless-boilerplate|9.910802775024776e-06|
+|package.json|github/NLeSC/case-law-app|9.910802775024776e-06|
+|package.json|github/NLeSC/spot|9.910802775024776e-06|
+|package.json|github/NLeSC/docker-couch-admin|9.910802775024776e-06|
+|package.json|github/ci-for-science/self-hosted-runners|9.910802775024776e-06|
+|package.json|github/PopMedNet-Team/popmednet|9.910802775024776e-06|
+|package.json|github/meta-logic/sequoia|9.910802775024776e-06|
+|package.json|github/ReGIS-org/regis-v2|9.910802775024776e-06|
+|package.json|github/ci-for-research/self-hosted-runners|9.910802775024776e-06|
+|package.json|github/emrecdem/emo-spectre|9.910802775024776e-06|
+|package.json|github/Via-Appia/via-appia-online-viewer|9.910802775024776e-06|
+|package.json|github/DorianDepriester/mtex2Gmsh|9.910802775024776e-06|
+|package.json|github/dondi/GRNsight|9.910802775024776e-06|
+|package.json|github/bramvandijk88/cacatoo|9.910802775024776e-06|
+|package.json|github/klevis-a/kinematics-vis|9.910802775024776e-06|
+|package.json|github/EMResearch/EvoMaster|9.910802775024776e-06|
+|package.json|github/bio-tools/biotoolsSum|9.910802775024776e-06|
+|package.json|github/fairdataihub/SPARClink|9.910802775024776e-06|
+|package.json|github/luntergroup/octopus|9.910802775024776e-06|
+|package.json|github/nlesc-sherlock/Rig|9.910802775024776e-06|
+|package.json|github/TNOCS/csWeb|9.910802775024776e-06|
+|package.json|github/citation-file-format/cff-initializer-javascript|9.910802775024776e-06|
+|package.json|github/mathjax/MathJax|9.910802775024776e-06|
+|package.json|github/vibbits/phyd3|9.910802775024776e-06|
+|CMakeLists.txt|github/jczarnowski/DeepFactors|9.910802775024776e-06|
+|CMakeLists.txt|github/mofanv/darknetz|9.910802775024776e-06|
+|CMakeLists.txt|github/ECP-copa/Cabana|9.910802775024776e-06|
+|CMakeLists.txt|github/su2code/SU2|9.910802775024776e-06|
+|CMakeLists.txt|github/biomedia-mira/drop2|9.910802775024776e-06|
+|CMakeLists.txt|github/mp3guy/ElasticFusion|9.910802775024776e-06|
+|CMakeLists.txt|github/mc-imperial/jfs|9.910802775024776e-06|
+|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|9.910802775024776e-06|
+|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|9.910802775024776e-06|
+|CMakeLists.txt|github/lsds/faasm|9.910802775024776e-06|
+|CMakeLists.txt|github/lsds/LightSaber|9.910802775024776e-06|
+|CMakeLists.txt|github/lsds/TaLoS|9.910802775024776e-06|
+|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|9.910802775024776e-06|
+|CMakeLists.txt|github/xcompact3d/Incompact3d|9.910802775024776e-06|
+|CMakeLists.txt|github/mrc-ide/covid-sim|9.910802775024776e-06|
+|CMakeLists.txt|github/datngu/Circall|9.910802775024776e-06|
+|CMakeLists.txt|github/klee/klee|9.910802775024776e-06|
+|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|9.910802775024776e-06|
+|CMakeLists.txt|github/Crompulence/cpl-library|9.910802775024776e-06|
+|Gemfile|github/tudelft3d/3dfier|9.910802775024776e-06|
+|Gemfile|github/scrook/neuroml-db|9.910802775024776e-06|
+|Gemfile|github/quadram-institute-bioscience/dadaist2|9.910802775024776e-06|
+|Gemfile|github/codidact/qpixel|9.910802775024776e-06|
+|go.mod|github/mlpack/mlpack|9.910802775024776e-06|
+|go.mod|github/jasonyangshadow/lpmx|9.910802775024776e-06|
+|go.mod|github/sylabs/singularity|9.910802775024776e-06|
+|go.mod|github/linksmart/thing-directory|9.910802775024776e-06|
+|go.mod|github/containers/podman|9.910802775024776e-06|
+|rubygems|activemodel|9.845735320887521e-06|
+|pypi|[Bio](https://github.com/ialbert/bio)|9.811694747274548e-06|
+|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|9.811694747274548e-06|
+|pypi|[idcempy](https://github.com/hknd23/idcempy)|9.811694747274548e-06|
+|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|9.811694747274548e-06|
+|cran|socialmixr|9.811694747274548e-06|
+|pypi|[pyarma](https://pyarma.sourceforge.io)|9.81169474727453e-06|
+|pypi|[macop](https://github.com/prise-3d/macop)|9.81169474727453e-06|
+|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|9.81169474727453e-06|
+|pypi|[neworder](https://neworder.readthedocs.io)|9.81169474727453e-06|
+|pypi|[pystospa](https://pypi.org/project/pystospa)|9.81169474727453e-06|
+|pypi|[Libra](https://github.com/Palashio/libra)|9.81169474727453e-06|
+|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|9.81169474727453e-06|
+|pypi|[polypy](https://github.com/symmy596/Polypy)|9.81169474727453e-06|
+|pypi|[requirements](http://github.com/mattack108/requirements)|9.81169474727453e-06|
+|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|9.81169474727453e-06|
+|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|9.81169474727453e-06|
+|pypi|[uncalled](https://github.com/elazarg/uncalled)|9.81169474727453e-06|
+|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|9.81169474727453e-06|
+|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|9.81169474727453e-06|
+|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|9.81169474727453e-06|
+|npm|leaflet-geotiff-2|9.81169474727453e-06|
+|spack|threads|9.81169474727453e-06|
+|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|9.811694747274528e-06|
+|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|9.811694747274528e-06|
+|cran|outbreaks|9.811694747274528e-06|
+|cran|aweek|9.811694747274528e-06|
+|npm|rollup-plugin-license|9.811694747274528e-06|
+|npm|babel-plugin-remove-comments|9.811694747274528e-06|
+|npm|retape|9.811694747274528e-06|
+|npm|test|9.811694747274528e-06|
+|pypi|[mkdocs-material](https://pypi.org/project/mkdocs-material)|9.797036753254326e-06|
+|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|9.787165510406344e-06|
+|cran|loo|9.780095278478124e-06|
+|cran|[rmsfact](NA)|9.713577799801784e-06|
+|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|9.713577799801784e-06|
+|cran|geomorph|9.713577799801782e-06|
+|rubygems|introspection|9.713577799801782e-06|
+|cran|[bayesplot](https://mc-stan.org/bayesplot/)|9.689648377336125e-06|
+|pypi|[m2r2](https://pypi.org/project/m2r2)|9.52311549000175e-06|
+|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|9.52311549000175e-06|
+|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|9.52311549000175e-06|
+|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|9.52311549000175e-06|
+|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|9.52311549000175e-06|
+|pypi|[truecase](https://pypi.org/project/truecase)|9.52311549000175e-06|
+|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|9.52311549000175e-06|
+|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|9.52311549000175e-06|
+|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|9.52311549000175e-06|
+|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|9.52311549000175e-06|
+|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|9.52311549000175e-06|
+|pypi|[fireo](https://pypi.org/project/fireo)|9.52311549000175e-06|
+|cran|[ggthemes](https://github.com/jrnold/ggthemes)|9.49472312119982e-06|
+|pypi|[pockets](https://pypi.org/project/pockets)|9.464821101249764e-06|
+|cran|clv|9.443756194251737e-06|
+|npm|json-stringify-safe|9.432637172045002e-06|
+|cran|[geojson](https://docs.ropensci.org/geojson)|9.402874132804761e-06|
+|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|9.37474536749429e-06|
+|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|9.373315192850147e-06|
+|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|9.363266827944126e-06|
+|npm|memfs|9.353815659068382e-06|
+|npm|schema-utils|9.353815659068382e-06|
+|npm|loader-utils|9.353815659068382e-06|
+|cran|ncbit|9.339978653655561e-06|
+|cran|subplex|9.339978653655561e-06|
+|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|9.339978653655561e-06|
+|npm|loud-rejection|9.339978653655561e-06|
+|npm|globby|9.339978653655561e-06|
+|npm|csv-spectrum|9.339978653655561e-06|
+|npm|bops|9.339978653655561e-06|
+|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|9.33065903478467e-06|
+|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|9.313100463178335e-06|
+|pypi|[z3-solver](https://pypi.org/project/z3-solver)|9.27556500776828e-06|
+|pypi|[ply](https://pypi.org/project/ply)|9.27556500776828e-06|
+|pypi|[obspy](https://www.obspy.org)|9.266600594648171e-06|
+|cran|thor|9.251026476001699e-06|
+|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|9.225329180235027e-06|
+|pypi|[fastapi](https://pypi.org/project/fastapi)|9.219550005103584e-06|
+|pypi|[deprecat](https://github.com/deprecat/deprecat)|9.193431530022893e-06|
+|cran|polycor|9.115271836559203e-06|
+|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|9.075817641228958e-06|
+|pypi|[csvw](https://github.com/cldf/csvw)|9.075817641228944e-06|
+|cran|speedglm|9.075817641228944e-06|
+|cran|[pander](https://rapporter.github.io/pander/)|9.045235735523166e-06|
+|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|8.994053518334984e-06|
+|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|8.919722497522297e-06|
+|cran|misc3d|8.904112983151634e-06|
+|npm|gulp-eslint|8.89098949788042e-06|
+|npm|through|8.888864038410973e-06|
+|cran|aws.signature|8.867628319910718e-06|
+|pypi|[blis](https://pypi.org/project/blis)|8.837716603220543e-06|
+|pypi|[catalogue](https://pypi.org/project/catalogue)|8.837716603220543e-06|
+|pypi|[preshed](https://pypi.org/project/preshed)|8.837716603220543e-06|
+|cran|SuperLearner|8.830525272547075e-06|
+|cran|princurve|8.830525272547075e-06|
+|cran|brglm|8.830525272547075e-06|
+|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|8.810546708582077e-06|
+|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|8.79548350559253e-06|
+|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|8.785391476709613e-06|
+|cran|[gistr](https://github.com/ropensci/gistr)|8.783448959365712e-06|
+|pypi|[kazoo](https://pypi.org/project/kazoo)|8.769202180376611e-06|
+|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|8.769202180376611e-06|
+|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|8.769202180376611e-06|
+|pypi|[pyro4](https://pypi.org/project/pyro4)|8.769202180376611e-06|
+|pypi|[python-memcached](https://pypi.org/project/python-memcached)|8.769202180376611e-06|
+|pypi|[pylibmc](https://pypi.org/project/pylibmc)|8.769202180376611e-06|
+|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|8.769202180376611e-06|
+|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|8.769202180376611e-06|
+|pypi|[couchbase](https://pypi.org/project/couchbase)|8.769202180376611e-06|
+|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|8.769202180376611e-06|
+|pypi|[python-consul2](https://pypi.org/project/python-consul2)|8.769202180376611e-06|
+|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|8.769202180376611e-06|
+|pypi|[pyArango](https://pypi.org/project/pyArango)|8.769202180376611e-06|
+|pypi|[func-timeout](https://pypi.org/project/func-timeout)|8.746717046580773e-06|
+|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|8.746717046580773e-06|
+|pypi|[assertionlib](https://pypi.org/project/assertionlib)|8.736472340650124e-06|
+|cran|PCICt|8.719569443569745e-06|
+|cran|gld|8.719523402069923e-06|
+|cran|torch|8.717428113080012e-06|
+|cran|paws|8.717428113080012e-06|
+|cran|keras|8.717428113080012e-06|
+|cran|clustermq|8.717428113080012e-06|
+|pypi|[colorcet](https://pypi.org/project/colorcet)|8.682951001957987e-06|
+|pypi|[starlette](https://pypi.org/project/starlette)|8.675371977103483e-06|
+|cran|grpreg|8.672837321251591e-06|
+|pypi|[pythreejs](https://pypi.org/project/pythreejs)|8.586108948039076e-06|
+|pypi|[pyside2](https://pypi.org/project/pyside2)|8.586108948039076e-06|
+|pypi|[vispy](https://pypi.org/project/vispy)|8.586108948039076e-06|
+|pypi|[pyside](https://pypi.org/project/pyside)|8.586108948039076e-06|
+|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|8.469681953329129e-06|
+|pypi|[pytz-deprecation-shim](https://github.com/pganssle/pytz-deprecation-shim)|8.457797678040497e-06|
+|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|8.446589391131986e-06|
+|pypi|[aio-pika](https://pypi.org/project/aio-pika)|8.446589391131986e-06|
+|cran|pvclust|8.41254518124901e-06|
+|cran|[themis](https://github.com/tidymodels/themis)|8.393575892766847e-06|
+|cran|superpc|8.393575892766847e-06|
+|cran|subselect|8.393575892766847e-06|
+|cran|spls|8.393575892766847e-06|
+|cran|pamr|8.393575892766847e-06|
+|cran|mda|8.393575892766847e-06|
+|cran|ipred|8.393575892766847e-06|
+|cran|ellipse|8.393575892766847e-06|
+|cran|earth|8.393575892766847e-06|
+|cran|BradleyTerry2|8.393575892766847e-06|
+|cran|recipes|8.393575892766847e-06|
+|cran|pROC|8.393575892766847e-06|
+|cran|ModelMetrics|8.393575892766847e-06|
+|pypi|[pathspec](https://pypi.org/project/pathspec)|8.359704715502535e-06|
+|pypi|[emcee](https://emcee.readthedocs.io)|8.357865746740905e-06|
+|npm|git-state|8.34937485705573e-06|
+|npm|xpath|8.34937485705573e-06|
+|npm|coffeescript|8.34937485705573e-06|
+|npm|coffee-coverage|8.34937485705573e-06|
+|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|8.338177006692138e-06|
+|pypi|[stone](https://pypi.org/project/stone)|8.325923828401528e-06|
+|pypi|[msrest](https://pypi.org/project/msrest)|8.325923828401528e-06|
+|pypi|[azure-core](https://pypi.org/project/azure-core)|8.325923828401528e-06|
+|npm|gulp-if|8.306053991315211e-06|
+|spack|harfbuzz|8.291635866898905e-06|
+|spack|gtkplus|8.291635866898905e-06|
+|cran|yulab.utils|8.290480654209417e-06|
+|pypi|[corner](https://corner.readthedocs.io)|8.268668521765662e-06|
+|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|8.268186323092183e-06|
+|rubygems|appraisal|8.25984506785866e-06|
+|rubygems|tins|8.259845067858659e-06|
+|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|8.251738521551594e-06|
+|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|8.176412289395442e-06|
+|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|8.176412289395442e-06|
+|cran|robustlmm|8.094648166501487e-06|
+|cran|parsnip|8.094648166501487e-06|
+|cran|multgee|8.094648166501487e-06|
+|cran|merTools|8.094648166501487e-06|
+|cran|marginaleffects|8.094648166501487e-06|
+|cran|logistf|8.094648166501487e-06|
+|cran|JM|8.094648166501487e-06|
+|cran|gmnl|8.094648166501487e-06|
+|cran|fungible|8.094648166501487e-06|
+|cran|feisr|8.094648166501487e-06|
+|cran|estimatr|8.094648166501487e-06|
+|cran|epiR|8.094648166501487e-06|
+|cran|crch|8.094648166501487e-06|
+|cran|censReg|8.094648166501487e-06|
+|cran|bife|8.094648166501487e-06|
+|cran|bdsmatrix|8.094648166501487e-06|
+|npm|grunt|8.031688508291934e-06|
+|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|8.027750247770069e-06|
+|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|8.027750247770069e-06|
+|npm|gulp-concat|8.005695988847623e-06|
+|npm|gulp-jshint|8.005695988847623e-06|
+|npm|gulp-rename|8.005695988847623e-06|
+|pypi|[zest.releaser](https://zestreleaser.readthedocs.io)|7.990574118646468e-06|
+|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|7.972001982160557e-06|
+|cran|[progressr](https://progressr.futureverse.org)|7.875176047154578e-06|
+|pypi|[prettytable](https://github.com/jazzband/prettytable)|7.853659172708795e-06|
+|cran|sparkline|7.831500801385115e-06|
+|cran|distr6|7.820916102899987e-06|
+|pypi|[Deprecated](https://pypi.org/project/Deprecated)|7.805949661601736e-06|
+|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|7.780599603567894e-06|
+|rubygems|flexmock|7.770862239841426e-06|
+|cran|[stringdist](https://github.com/markvanderloo/stringdist)|7.767591674925704e-06|
+|cran|[archive](https://archive.r-lib.org/)|7.766980337915447e-06|
+|cran|distributional|7.763099140700727e-06|
+|cran|plainview|7.757371159563925e-06|
+|cran|mapdeck|7.757371159563925e-06|
+|npm|zuul|7.72670961347869e-06|
+|pypi|[jaxlib](https://pypi.org/project/jaxlib)|7.7225011659768e-06|
+|pypi|[aafigure](https://pypi.org/project/aafigure)|7.709188730001415e-06|
+|pypi|[tox-travis](https://pypi.org/project/tox-travis)|7.709188730001415e-06|
+|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|7.709188730001415e-06|
+|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|7.709188730001415e-06|
+|cran|decor|7.709188730001415e-06|
+|npm|travis-cov|7.709188730001415e-06|
+|cran|[mlr3](https://mlr3.mlr-org.com)|7.6951251446016e-06|
+|pypi|[mizani](https://github.com/has2k1/mizani)|7.639105196092318e-06|
+|cran|rainbow|7.6320968427014e-06|
+|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|7.631318136769131e-06|
+|cran|scagnostics|7.601367908602794e-06|
+|cran|labelled|7.601367908602794e-06|
+|cran|intergraph|7.601367908602794e-06|
+|cran|chemometrics|7.601367908602794e-06|
+|cran|broom.helpers|7.601367908602794e-06|
+|cran|procmaps|7.59192791195034e-06|
+|cran|MuMIn|7.553138979601035e-06|
+|pypi|[parameterized](https://pypi.org/project/parameterized)|7.542163588521796e-06|
+|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|7.520535777752587e-06|
+|cran|[tidytext](http://github.com/juliasilge/tidytext)|7.4910643709219965e-06|
+|cran|RProtoBuf|7.4719829229244495e-06|
+|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|7.466756354293938e-06|
+|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|7.43664165368825e-06|
+|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|7.430825693756195e-06|
+|cran|[lhs](https://github.com/bertcarnell/lhs)|7.428854594365003e-06|
+|npm|browser-sync|7.4254497263208335e-06|
+|cran|limma|7.397263093695204e-06|
+|cran|affy|7.397263093695204e-06|
+|cran|marray|7.397263093695204e-06|
+|pypi|[fortranformat](https://pypi.org/project/fortranformat)|7.358771060455897e-06|
+|pypi|[xopen](https://github.com/pycompression/xopen/)|7.341600594648189e-06|
+|cran|[reactable](https://glin.github.io/reactable/)|7.3378059007395005e-06|
+|npm|karma-coverage|7.337153099022639e-06|
+|npm|karma|7.337153099022639e-06|
+|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|7.334241823587711e-06|
+|cran|feather|7.259798578204662e-06|
+|npm|publish-please|7.2557070400013315e-06|
+|npm|gulp-mocha|7.2557070400013315e-06|
+|npm|gulp-istanbul|7.2557070400013315e-06|
+|npm|gulp-coveralls|7.2557070400013315e-06|
+|npm|stealthy-require|7.2557070400013315e-06|
+|npm|request-promise-core|7.2557070400013315e-06|
+|cran|GenSA|7.204540407237871e-06|
+|cran|MonetDBLite|7.195242814667988e-06|
+|npm|updox|7.195242814667988e-06|
+|npm|safename|7.195242814667988e-06|
+|cran|RgoogleMaps|7.174801783944499e-06|
+|cran|systemfonts|7.158263779296437e-06|
+|npm|browserify-istanbul|7.112145581074675e-06|
+|npm|combined-stream|7.112145581074675e-06|
+|pypi|[thinc](https://pypi.org/project/thinc)|7.0969320512847395e-06|
+|pypi|[boltons](https://pypi.org/project/boltons)|7.071186904070263e-06|
+|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|7.071186904070263e-06|
+|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|7.071186904070263e-06|
+|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|7.071186904070263e-06|
+|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|7.071186904070263e-06|
+|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|7.071186904070263e-06|
+|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|7.071186904070263e-06|
+|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|7.071186904070263e-06|
+|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|7.071186904070263e-06|
+|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|7.071186904070263e-06|
+|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|7.071186904070263e-06|
+|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|7.071186904070263e-06|
+|pypi|[qmflows](https://pypi.org/project/qmflows)|7.062263801609693e-06|
+|pypi|[streamz](https://pypi.org/project/streamz)|7.0476685440789e-06|
+|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|7.0476685440789e-06|
+|pypi|[nbsite](https://pypi.org/project/nbsite)|7.0476685440789e-06|
+|cran|ExactData|7.038824492609988e-06|
+|pypi|[WTForms](https://wtforms.readthedocs.io/)|7.023328504993521e-06|
+|cran|Epi|7.014724621265751e-06|
+|cran|memisc|7.014724621265751e-06|
+|cran|descr|7.014724621265751e-06|
+|cran|sylly.en|7.014724621265751e-06|
+|cran|sylly|7.014724621265751e-06|
+|cran|[rjags](https://mcmc-jags.sourceforge.io)|6.981398185560728e-06|
+|pypi|[bandit](https://pypi.org/project/bandit)|6.9755985603254915e-06|
+|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|6.9719099532776634e-06|
+|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|6.952102133430703e-06|
+|cran|compiler|6.9382698570012735e-06|
+|cran|DoE.base|6.9382698570012735e-06|
+|cran|RcppCCTZ|6.898241377057035e-06|
+|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|6.86924709638471e-06|
+|pypi|[soxr](https://pypi.org/project/soxr)|6.86818632309217e-06|
+|pypi|[samplerate](https://pypi.org/project/samplerate)|6.86818632309217e-06|
+|pypi|[presets](https://pypi.org/project/presets)|6.86818632309217e-06|
+|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|6.86818632309217e-06|
+|pypi|[mir-eval](https://pypi.org/project/mir-eval)|6.86818632309217e-06|
+|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|6.86818632309217e-06|
+|pypi|[resampy](https://pypi.org/project/resampy)|6.86818632309217e-06|
+|pypi|[audioread](https://pypi.org/project/audioread)|6.86818632309217e-06|
+|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|6.843657086223998e-06|
+|cran|DendSer|6.830746961556518e-06|
+|pypi|[pyvista](https://pypi.org/project/pyvista)|6.822761810373307e-06|
+|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|6.813676907829541e-06|
+|cran|[rvertnet](https://github.com/ropensci/rvertnet)|6.813676907829541e-06|
+|cran|[rebird](https://docs.ropensci.org/rebird/)|6.813676907829541e-06|
+|cran|[rbison](https://github.com/ropensci/rbison)|6.813676907829541e-06|
+|cran|[rgbif](https://github.com/ropensci/rgbif)|6.813676907829541e-06|
+|pypi|[Keras](https://github.com/keras-team/keras)|6.792835072582055e-06|
+|cran|rnaturalearthhires|6.792711748113136e-06|
+|npm|imagemin-svgo|6.792711748113136e-06|
+|npm|imagemin-optipng|6.792711748113136e-06|
+|npm|imagemin-jpegtran|6.792711748113136e-06|
+|npm|imagemin-gifsicle|6.792711748113136e-06|
+|npm|pretty-bytes|6.792711748113136e-06|
+|npm|plur|6.792711748113136e-06|
+|npm|p-map|6.792711748113136e-06|
+|npm|imagemin|6.792711748113136e-06|
+|cran|[clusterCrit](http:www.r-project.org)|6.7772006825786106e-06|
+|cran|sparklyr|6.745540138751238e-06|
+|cran|picante|6.745540138751238e-06|
+|cran|hisse|6.745540138751238e-06|
+|cran|diversitree|6.745540138751238e-06|
+|npm|houkou|6.745540138751238e-06|
+|cran|[gargle](https://gargle.r-lib.org)|6.734113475613892e-06|
+|pypi|[langdetect](https://github.com/Mimino666/langdetect)|6.72556633158715e-06|
+|spack|libmng|6.678084737363726e-06|
+|spack|libsm|6.678084737363726e-06|
+|spack|pcre|6.678084737363726e-06|
+|spack|inputproto|6.678084737363726e-06|
+|spack|glib|6.678084737363726e-06|
+|spack|dbus|6.678084737363726e-06|
+|spack|assimp|6.678084737363726e-06|
+|spack|pcre2|6.678084737363726e-06|
+|spack|gperf|6.678084737363726e-06|
+|spack|libdrm|6.678084737363726e-06|
+|spack|libxcomposite|6.678084737363726e-06|
+|spack|libxcursor|6.678084737363726e-06|
+|spack|libxi|6.678084737363726e-06|
+|spack|libxtst|6.678084737363726e-06|
+|spack|libxrandr|6.678084737363726e-06|
+|spack|libxdamage|6.678084737363726e-06|
+|spack|fontconfig|6.678084737363726e-06|
+|spack|libx11|6.678084737363726e-06|
+|spack|libxcb|6.678084737363726e-06|
+|spack|libxkbcommon|6.678084737363726e-06|
+|spack|xcb-util-image|6.678084737363726e-06|
+|spack|xcb-util-keysyms|6.678084737363726e-06|
+|spack|xcb-util-renderutil|6.678084737363726e-06|
+|spack|xcb-util-wm|6.678084737363726e-06|
+|spack|libxext|6.678084737363726e-06|
+|spack|libxrender|6.678084737363726e-06|
+|pypi|[horovod](https://pypi.org/project/horovod)|6.660679685144354e-06|
+|pypi|[geopandas](http://geopandas.org)|6.650439192164433e-06|
+|pypi|[os-service-types](https://pypi.org/project/os-service-types)|6.648404360753221e-06|
+|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|6.6207549284373995e-06|
+|npm|watchify|6.607876054286927e-06|
+|npm|vinyl-source-stream|6.607876054286927e-06|
+|npm|vinyl-buffer|6.607876054286927e-06|
+|npm|gulp-gh-pages|6.607876054286927e-06|
+|npm|gulp-clean|6.607876054286927e-06|
+|npm|gulp-beautify|6.607876054286927e-06|
+|npm|gulp-babel|6.607876054286927e-06|
+|npm|babelify|6.607876054286927e-06|
+|npm|babel-plugin-transform-es2015-modules-commonjs|6.607876054286927e-06|
+|rubygems|hiredis|6.607876054286927e-06|
+|rubygems|em-synchrony|6.607876054286927e-06|
+|rubygems|aws-sigv4|6.607876054286927e-06|
+|rubygems|aws-sdk-kms|6.607876054286927e-06|
+|rubygems|aws-sdk-core|6.607876054286927e-06|
+|rubygems|bump|6.607876054286927e-06|
+|cran|svUnit|6.607876054286926e-06|
+|cran|AlgDesign|6.607876054286926e-06|
+|npm|resolve|6.605811093019963e-06|
+|pypi|[hyperspy](https://pypi.org/project/hyperspy)|6.602693406401212e-06|
+|npm|eslint-plugin-jsx-a11y|6.5900820951998995e-06|
+|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|6.532953419226992e-06|
+|spack|[vtk](http://www.vtk.org)|6.519398503172453e-06|
+|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|6.482726886592106e-06|
+|npm|babel-register|6.480914643972545e-06|
+|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|6.46266264906167e-06|
+|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|6.46266264906167e-06|
+|pypi|[tomlkit](https://pypi.org/project/tomlkit)|6.46266264906167e-06|
+|pypi|[configupdater](https://pypi.org/project/configupdater)|6.46266264906167e-06|
+|cran|[ggdendro](https://github.com/andrie/ggdendro)|6.44645558395494e-06|
+|rubygems|execjs|6.417899617726178e-06|
+|pypi|[testscenarios](https://pypi.org/project/testscenarios)|6.410961347869177e-06|
+|cran|[oai](https://github.com/ropensci/oai)|6.407188887600496e-06|
+|cran|rsyslog|6.385149043226348e-06|
+|cran|logging|6.385149043226348e-06|
+|cran|[reproj](https://github.com/hypertidy/reproj/)|6.325919664198681e-06|
+|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|6.30751805181934e-06|
+|cran|Rdonlp2|6.30751805181934e-06|
+|cran|gamlss.dist|6.30751805181934e-06|
+|cran|Rsolnp|6.30751805181934e-06|
+|npm|[angular-mocks](http://angularjs.org)|6.30751805181934e-06|
+|npm|gulp-angular-templatecache|6.30751805181934e-06|
+|npm|gulp-cssnano|6.30751805181934e-06|
+|npm|gulp-less|6.30751805181934e-06|
+|cran|[correlation](https://easystats.github.io/correlation/)|6.305379196341085e-06|
+|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|6.279484638255698e-06|
+|pypi|[fasteners](https://pypi.org/project/fasteners)|6.269688131890386e-06|
+|pypi|[deepdiff](https://pypi.org/project/deepdiff)|6.262169882819331e-06|
+|cran|[kml](http:www.r-project.org)|6.260795695879949e-06|
+|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|6.249115106895089e-06|
+|cran|kriging|6.226652435770374e-06|
+|cran|udunits2|6.226652435770374e-06|
+|cran|formula.tools|6.226652435770374e-06|
+|cran|R2WinBUGS|6.226652435770374e-06|
+|rubygems|kramdown|6.204716949784302e-06|
+|cran|[posterior](https://mc-stan.org/posterior/)|6.199957593199667e-06|
+|npm|[querystring](https://github.com/Gozala/querystring#readme)|6.1843409316154615e-06|
+|npm|karma-cli|6.171057324736711e-06|
+|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|6.167350984001133e-06|
+|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|6.167350984001133e-06|
+|cran|mlr3measures|6.0882823816421435e-06|
+|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|6.08325074331021e-06|
+|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|6.070986124876115e-06|
+|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|6.070986124876115e-06|
+|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|6.070986124876115e-06|
+|cran|leafgl|6.070986124876115e-06|
+|npm|optimist|6.058137476992778e-06|
+|cran|seasonal|6.033278136522847e-06|
+|cran|forecTheta|6.033278136522847e-06|
+|cran|urca|6.033278136522847e-06|
+|cran|fracdiff|6.033278136522847e-06|
+|cran|googleAnalyticsR|6.033278136522847e-06|
+|cran|bigQueryR|6.033278136522847e-06|
+|pypi|[channels](https://pypi.org/project/channels)|6.016758266510497e-06|
+|pypi|[pydeck](https://pypi.org/project/pydeck)|6.0096630327056496e-06|
+|cran|[tiff](https://www.rforge.net/tiff/)|5.996035678889994e-06|
+|cran|[mauricer](https://docs.ropensci.org/mauricer/)|5.9960356788899935e-06|
+|pypi|[typer-cli](https://pypi.org/project/typer-cli)|5.99603567888999e-06|
+|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|5.99603567888999e-06|
+|cran|wicket|5.99603567888999e-06|
+|pypi|[lark](https://github.com/lark-parser/lark)|5.985133795837507e-06|
+|pypi|[sphobjinv](https://pypi.org/project/sphobjinv)|5.960114351604787e-06|
+|cran|lm.beta|5.914815767643288e-06|
+|pypi|[pytest-dependency](https://github.com/RKrahl/pytest-dependency)|5.8967207222905935e-06|
+|npm|assert|5.887016848364716e-06|
+|npm|punycode|5.887016848364716e-06|
+|pypi|[cmocean](https://pypi.org/project/cmocean)|5.883169124934414e-06|
+|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|5.8797389429203104e-06|
+|pypi|[cattrs](https://github.com/python-attrs/cattrs)|5.832411988284022e-06|
+|pypi|[url-normalize](https://github.com/niksite/url-normalize)|5.832411988284022e-06|
+|cran|[titanic](https://github.com/paulhendricks/titanic)|5.7954959982010635e-06|
+|cran|[float](https://github.com/wrathematics/float)|5.7954959982010635e-06|
+|npm|phantomjs-prebuilt|5.781891547501062e-06|
+|cran|agridat|5.781891547501061e-06|
+|cran|[ggmap](https://github.com/dkahle/ggmap)|5.770210958516216e-06|
+|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|5.733709117938554e-06|
+|cran|cyclocomp|5.73209535235512e-06|
+|cran|xmlparsedata|5.73209535235512e-06|
+|cran|[hal9001](https://github.com/tlverse/hal9001)|5.7125005386305745e-06|
+|pypi|[lightgbm](https://github.com/microsoft/LightGBM)|5.689701774934691e-06|
+|cran|rio|5.685916829506105e-06|
+|pypi|[holoviews](https://www.holoviews.org)|5.684933162512997e-06|
+|npm|babel-plugin-transform-runtime|5.661192127990938e-06|
+|npm|duplexer|5.651798987682287e-06|
+|cran|[geojsonio](https://github.com/ropensci/geojsonio)|5.642236069704645e-06|
+|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|5.621745915717817e-06|
+|cran|[ring](https://github.com/mrc-ide/ring)|5.621745915717817e-06|
+|cran|textdata|5.577903470926415e-06|
+|cran|mallet|5.577903470926415e-06|
+|cran|gutenbergr|5.577903470926415e-06|
+|rubygems|toxiproxy|5.550615885601019e-06|
+|rubygems|mini_portile2|5.550615885601019e-06|
+|rubygems|connection_pool|5.550615885601019e-06|
+|pypi|[tempora](https://pypi.org/project/tempora)|5.547118773777934e-06|
+|cran|questionr|5.519078295341923e-06|
+|cran|bookdown|5.519078295341923e-06|
+|cran|text2vec|5.519078295341923e-06|
+|cran|quanteda.textplots|5.519078295341923e-06|
+|cran|quanteda.textstats|5.519078295341923e-06|
+|cran|quanteda.textmodels|5.519078295341923e-06|
+|cran|lda|5.519078295341923e-06|
+|pypi|[datashader](https://datashader.org)|5.505450941526267e-06|
+|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.483005888182839e-06|
+|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|5.471906685980033e-06|
+|rubygems|rubocop-rspec|5.438353045108833e-06|
+|cran|bigstatsr|5.396432111000991e-06|
+|cran|RcppAnnoy|5.396432111000991e-06|
+|npm|[clsx](https://github.com/lukeed/clsx#readme)|5.377563467256235e-06|
+|npm|gulp-autoprefixer|5.349898914397376e-06|
+|pypi|[python-igraph](https://igraph.org/python)|5.344242245324003e-06|
+|npm|split2|5.3371306592317495e-06|
+|npm|ubelt|5.3371306592317495e-06|
+|npm|asynct|5.3371306592317495e-06|
+|npm|event-stream|5.3371306592317495e-06|
+|npm|it-is|5.3371306592317495e-06|
+|npm|stream-spec|5.3371306592317495e-06|
+|npm|string-to-stream|5.3371306592317495e-06|
+|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|5.337130659231749e-06|
+|cran|snow|5.337130659231749e-06|
+|cran|Rmpi|5.337130659231749e-06|
+|cran|batchtools|5.337130659231749e-06|
+|cran|BatchJobs|5.337130659231749e-06|
+|cran|BBmisc|5.337130659231749e-06|
+|cran|[ssh](https://docs.ropensci.org/ssh)|5.337130659231749e-06|
+|cran|gcookbook|5.325426425329925e-06|
+|pypi|[humanize](https://github.com/jmoiron/humanize)|5.314667988107032e-06|
+|pypi|[cogapp](https://pypi.org/project/cogapp)|5.312112859266601e-06|
+|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|5.2044641702934505e-06|
+|cran|bain|5.194426630910045e-06|
+|npm|[types](http://nodeca.github.com/types/)|5.16702351586699e-06|
+|cran|[dde](https://github.com/mrc-ide/dde)|5.150029822098852e-06|
+|npm|[runmd](https://github.com/broofa/runmd)|5.139459153334277e-06|
+|npm|random-seed|5.139459153334277e-06|
+|npm|optional-dev-dependency|5.139459153334277e-06|
+|npm|bundlewatch|5.139459153334277e-06|
+|pypi|[bson](https://pypi.org/project/bson)|5.131576649192977e-06|
+|cran|[rncl](https://github.com/fmichonneau/rncl)|5.1044173863797375e-06|
+|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|5.059155104063429e-06|
+|cran|arkdb|5.059155104063429e-06|
+|pypi|[wordcloud](https://pypi.org/project/wordcloud)|5.035588791783062e-06|
+|pypi|[streamlit](https://streamlit.io)|5.028493557978216e-06|
+|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|5.028493557978197e-06|
+|npm|mocha-headless-chrome|5.0085635530227945e-06|
+|npm|gulp-format-md|5.0085635530227945e-06|
+|pypi|[pytest-regressions](https://github.com/ESSS/pytest-regressions)|5.008095045657161e-06|
+|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|5.0080525272547196e-06|
+|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|5.0080525272547196e-06|
+|rubygems|[jemoji](https://github.com/jekyll/jemoji)|5.0080525272547196e-06|
+|rubygems|fakeweb-fi|4.955907040715195e-06|
+|rubygems|rspectacular|4.955907040715195e-06|
+|rubygems|fuubar|4.955907040715195e-06|
+|rubygems|gem_hadar|4.955907040715195e-06|
+|rubygems|bindex|4.955907040715195e-06|
+|npm|open|4.933880787200905e-06|
+|npm|kefir|4.933880787200905e-06|
+|npm|highland|4.933880787200905e-06|
+|npm|grunt-saucelabs|4.933880787200905e-06|
+|npm|co|4.933880787200905e-06|
+|npm|cli-table|4.933880787200905e-06|
+|npm|baconjs|4.933880787200905e-06|
+|npm|acorn-walk|4.933880787200905e-06|
+|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|4.905847373637274e-06|
+|pypi|[exhale](https://github.com/svenevs/exhale)|4.905847373637274e-06|
+|pypi|[jumper](https://vlab.jumper.io)|4.905847373637274e-06|
+|pypi|[smart_open](https://github.com/piskvorky/smart_open)|4.905847373637274e-06|
+|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|4.905847373637274e-06|
+|pypi|[git](https://pypi.org)|4.905847373637274e-06|
+|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|4.905847373637274e-06|
+|pypi|[pybiopax](https://github.com/indralab/pybiopax)|4.905847373637274e-06|
+|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|4.905847373637274e-06|
+|cran|kappaSize|4.905847373637274e-06|
+|spack|[adios2](https://csmd.ornl.gov/software/adios2)|4.905847373637274e-06|
+|cran|[readtext](https://github.com/quanteda/readtext)|4.9058473736372715e-06|
+|pypi|[PICOS](https://pypi.org/project/PICOS)|4.905847373637265e-06|
+|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|4.905847373637265e-06|
+|pypi|[cb-platon](https://github.com/oschwengers/platon)|4.905847373637265e-06|
+|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|4.905847373637265e-06|
+|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|4.905847373637265e-06|
+|pypi|[firesong](https://github.com/icecube/FIRESONG)|4.905847373637265e-06|
+|pypi|[partycls](https://pypi.org/project/partycls)|4.905847373637265e-06|
+|pypi|[komics](http://github.com/frebio/komics)|4.905847373637265e-06|
+|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|4.905847373637265e-06|
+|pypi|[subset](https://github.com/rightbrace/subset-game.git)|4.905847373637265e-06|
+|npm|[nonew](https://github.com/frewsxcv/nonew.js)|4.905847373637265e-06|
+|npm|[three.trackball](https://github.com/anvaka/three.trackball)|4.905847373637265e-06|
+|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|4.905847373637265e-06|
+|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|4.905847373637265e-06|
+|npm|[natives](https://github.com/addaleax/natives#readme)|4.905847373637265e-06|
+|cran|nLTT|4.905847373637264e-06|
+|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|4.905847373637219e-06|
+|pypi|[spython](https://github.com/singularityhub/singularity-cli)|4.90351125584031e-06|
+|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|4.889828280172326e-06|
+|rubygems|activestorage|4.889828280172326e-06|
+|rubygems|activejob|4.889828280172326e-06|
+|rubygems|actioncable|4.889828280172326e-06|
+|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|4.882761033055442e-06|
+|pypi|[pytest-remotedata](https://github.com/astropy/pytest-remotedata)|4.878696045931446e-06|
+|cran|permute|4.856788899900892e-06|
+|rubygems|mini_portile|4.856788899900891e-06|
+|rubygems|hoe-gemspec|4.856788899900891e-06|
+|rubygems|hoe-bundler|4.856788899900891e-06|
+|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|4.772427802384003e-06|
+|pypi|[singledispatch](https://pypi.org/project/singledispatch)|4.772427802384003e-06|
+|cran|nFactors|4.764938419433292e-06|
+|pypi|[memoization](https://pypi.org/project/memoization)|4.761557745000875e-06|
+|pypi|[fbpca](https://pypi.org/project/fbpca)|4.761557745000875e-06|
+|pypi|[oktopus](https://pypi.org/project/oktopus)|4.761557745000875e-06|
+|pypi|[astroquery](https://pypi.org/project/astroquery)|4.761557745000875e-06|
+|rubygems|[rails](https://rubyonrails.org)|4.732346456917754e-06|
+|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|4.731331063903131e-06|
+|cran|diffobj|4.718283850597902e-06|
+|pypi|[tables](https://pypi.org/project/tables)|4.7085323002072204e-06|
+|cran|adehabitatHR|4.701437066402383e-06|
+|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|4.694003964321145e-06|
+|pypi|[SALib](http://salib.github.io/SALib/)|4.673562933597622e-06|
+|cran|CircStats|4.6699893268277805e-06|
+|npm|docdown|4.6699893268277805e-06|
+|npm|qunitjs|4.6699893268277805e-06|
+|npm|platform|4.6699893268277805e-06|
+|npm|qunit-extras|4.6699893268277805e-06|
+|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|4.625513238000849e-06|
+|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|4.625513238000849e-06|
+|pypi|[mongomock](https://pypi.org/project/mongomock)|4.625513238000849e-06|
+|pypi|[jsondiff](https://pypi.org/project/jsondiff)|4.625513238000849e-06|
+|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|4.625513238000849e-06|
+|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|4.625513238000849e-06|
+|pypi|[mike](https://pypi.org/project/mike)|4.625513238000849e-06|
+|pypi|[aiida-core](https://pypi.org/project/aiida-core)|4.625513238000849e-06|
+|pypi|[trollius](https://pypi.org/project/trollius)|4.625513238000849e-06|
+|pypi|[funcsigs](https://pypi.org/project/funcsigs)|4.625513238000849e-06|
+|pypi|[vulture](https://pypi.org/project/vulture)|4.6011684314850556e-06|
+|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|4.6011684314850556e-06|
+|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|4.6011684314850556e-06|
+|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|4.6011684314850556e-06|
+|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|4.6011684314850556e-06|
+|pypi|[pylint-django](https://pypi.org/project/pylint-django)|4.6011684314850556e-06|
+|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|4.6011684314850556e-06|
+|pypi|[dodgy](https://pypi.org/project/dodgy)|4.6011684314850556e-06|
+|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|4.594744857260268e-06|
+|cran|modelr|4.5912332485887875e-06|
+|pypi|[Chameleon](https://pypi.org/project/Chameleon)|4.579258105620841e-06|
+|pypi|[polib](https://pypi.org/project/polib)|4.579258105620841e-06|
+|pypi|[doc8](https://pypi.org/project/doc8)|4.579258105620841e-06|
+|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|4.579258105620841e-06|
+|pypi|[cliff](https://pypi.org/project/cliff)|4.579258105620841e-06|
+|npm|babel-preset-es2016|4.579258105620841e-06|
+|npm|babel-preset-es2017|4.579258105620841e-06|
+|cran|ggfortify|4.5532395936570865e-06|
+|cran|registry|4.530900467223559e-06|
+|cran|[wellknown](https://github.com/ropensci/wellknown)|4.4970267591674996e-06|
+|npm|mini-svg-data-uri|4.497026759167492e-06|
+|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|4.438403425771827e-06|
+|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|4.43725019234782e-06|
+|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.436788093437481e-06|
+|npm|[pre-commit](https://github.com/observing/pre-commit)|4.430978692957837e-06|
+|spack|[doxygen](https://github.com/doxygen/doxygen/)|4.415262636273552e-06|
+|pypi|[levmar](https://pypi.org/project/levmar)|4.415262636273538e-06|
+|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|4.415262636273538e-06|
+|pypi|[bumps](https://pypi.org/project/bumps)|4.415262636273538e-06|
+|pypi|[tinycc](https://pypi.org/project/tinycc)|4.415262636273538e-06|
+|pypi|[sasmodels](https://pypi.org/project/sasmodels)|4.415262636273538e-06|
+|pypi|[dfogn](https://pypi.org/project/dfogn)|4.415262636273538e-06|
+|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|4.415262636273538e-06|
+|cran|sangerseqR|4.415262636273538e-06|
+|cran|[ggraph](https://ggraph.data-imaginist.com)|4.4114299430128864e-06|
+|cran|dendroextras|4.402352511606071e-06|
+|pypi|[profimp](https://pypi.org/project/profimp)|4.363072770596546e-06|
+|pypi|[zappy](https://pypi.org/project/zappy)|4.363072770596546e-06|
+|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|4.363072770596546e-06|
+|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|4.363072770596546e-06|
+|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|4.363072770596546e-06|
+|pypi|[scrublet](https://pypi.org/project/scrublet)|4.363072770596546e-06|
+|pypi|[scanorama](https://pypi.org/project/scanorama)|4.363072770596546e-06|
+|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|4.363072770596546e-06|
+|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|4.363072770596546e-06|
+|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|4.363072770596546e-06|
+|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|4.363072770596546e-06|
+|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|4.363072770596546e-06|
+|pypi|[leidenalg](https://pypi.org/project/leidenalg)|4.363072770596546e-06|
+|pypi|[harmonypy](https://pypi.org/project/harmonypy)|4.363072770596546e-06|
+|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|4.363072770596546e-06|
+|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|4.363072770596546e-06|
+|pypi|[bbknn](https://pypi.org/project/bbknn)|4.363072770596546e-06|
+|pypi|[session-info](https://pypi.org/project/session-info)|4.363072770596546e-06|
+|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|4.363072770596546e-06|
+|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|4.363072770596546e-06|
+|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|4.363072770596546e-06|
+|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|4.363072770596546e-06|
+|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|4.363072770596546e-06|
+|pypi|[flit_core](https://pypi.org/project/flit_core)|4.363072770596546e-06|
+|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|4.363072770596546e-06|
+|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|4.363072770596546e-06|
+|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|4.363072770596546e-06|
+|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|4.363072770596546e-06|
+|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|4.363072770596546e-06|
+|pypi|[openbabel](http://openbabel.org/)|4.349851337958375e-06|
+|npm|[ndjson](https://github.com/ndjson/ndjson.js)|4.342098507467333e-06|
+|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|4.337053475244544e-06|
+|pypi|[Click](https://palletsprojects.com/p/click/)|4.333393282848205e-06|
+|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|4.324891763601276e-06|
+|npm|cli-color|4.321169715885134e-06|
+|pypi|[astroid](https://pypi.org/project/astroid)|4.317145688800792e-06|
+|pypi|[genfire](https://pypi.org/project/genfire)|4.317145688800792e-06|
+|pypi|[swapper](https://pypi.org/project/swapper)|4.317145688800792e-06|
+|pypi|[jsonfield](https://pypi.org/project/jsonfield)|4.317145688800792e-06|
+|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|4.317145688800792e-06|
+|pypi|[uvloop](https://pypi.org/project/uvloop)|4.305285398446944e-06|
+|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|4.305285398446944e-06|
+|npm|native-hello-world|4.293054474019538e-06|
+|npm|module-not-found-error|4.293054474019538e-06|
+|npm|fill-keys|4.293054474019538e-06|
+|npm|codeclimate-test-reporter|4.2781761633524335e-06|
+|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|4.273974231912785e-06|
+|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|4.273974231912785e-06|
+|pypi|[importlib_metadata](https://github.com/python/importlib_metadata)|4.266829305481461e-06|
+|cran|highcharter|4.26034114026394e-06|
+|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|4.246670079177511e-06|
+|npm|promise|4.24273060314314e-06|
+|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|4.238203133538587e-06|
+|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|4.238203133538587e-06|
+|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|4.238203133538587e-06|
+|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|4.238203133538587e-06|
+|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|4.238203133538587e-06|
+|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|4.238203133538587e-06|
+|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|4.238203133538587e-06|
+|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|4.238203133538587e-06|
+|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|4.238203133538587e-06|
+|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|4.238203133538587e-06|
+|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|4.238203133538587e-06|
+|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|4.238203133538587e-06|
+|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|4.238203133538587e-06|
+|pypi|[nbstripout](https://pypi.org/project/nbstripout)|4.232676587405083e-06|
+|npm|gulp-util|4.227755489059998e-06|
+|cran|survAUC|4.223294695565993e-06|
+|cran|simsurv|4.223294695565993e-06|
+|cran|set6|4.223294695565993e-06|
+|cran|param6|4.223294695565993e-06|
+|cran|cubature|4.223294695565993e-06|
+|cran|bujar|4.223294695565993e-06|
+|cran|pso|4.223294695565993e-06|
+|cran|soma|4.223294695565993e-06|
+|cran|tcltk2|4.223294695565993e-06|
+|cran|[txtq](https://github.com/wlandau/txtq)|4.215255012579099e-06|
+|cran|pgdraw|4.205012034546227e-06|
+|cran|matrixNormal|4.205012034546227e-06|
+|rubygems|rexml|4.184988167715054e-06|
+|cran|dockerfiler|4.1828803922591415e-06|
+|cran|attachment|4.1828803922591415e-06|
+|npm|shortid|4.1511016238469165e-06|
+|npm|react-beautiful-dnd|4.1511016238469165e-06|
+|npm|objectpath|4.1511016238469165e-06|
+|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|4.128126275287136e-06|
+|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|4.12714144131392e-06|
+|npm|taper|4.0955065128132515e-06|
+|npm|server-destroy|4.0955065128132515e-06|
+|npm|karma-tap|4.0955065128132515e-06|
+|npm|karma-phantomjs-launcher|4.0955065128132515e-06|
+|npm|karma-browserify|4.0955065128132515e-06|
+|npm|function-bind|4.0955065128132515e-06|
+|npm|buffer-equal|4.0955065128132515e-06|
+|npm|tunnel-agent|4.0955065128132515e-06|
+|npm|qs|4.0955065128132515e-06|
+|npm|performance-now|4.0955065128132515e-06|
+|npm|oauth-sign|4.0955065128132515e-06|
+|npm|isstream|4.0955065128132515e-06|
+|npm|is-typedarray|4.0955065128132515e-06|
+|npm|http-signature|4.0955065128132515e-06|
+|npm|har-validator|4.0955065128132515e-06|
+|npm|forever-agent|4.0955065128132515e-06|
+|npm|extend|4.0955065128132515e-06|
+|npm|caseless|4.0955065128132515e-06|
+|npm|aws4|4.0955065128132515e-06|
+|npm|aws-sign2|4.0955065128132515e-06|
+|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.081335210000749e-06|
+|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.081335210000749e-06|
+|pypi|[peewee](https://pypi.org/project/peewee)|4.081335210000749e-06|
+|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.081335210000749e-06|
+|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.081335210000749e-06|
+|pypi|[python-jose](https://pypi.org/project/python-jose)|4.081335210000749e-06|
+|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|4.080029732408355e-06|
+|npm|[mz](https://github.com/normalize/mz#readme)|4.073605408466665e-06|
+|pypi|[asttokens](https://pypi.org/project/asttokens)|4.054419317055591e-06|
+|pypi|[Automat](https://pypi.org/project/Automat)|4.054419317055591e-06|
+|pypi|[Boruta](https://pypi.org/project/Boruta)|4.054419317055591e-06|
+|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|4.054419317055591e-06|
+|pypi|[cramjam](https://pypi.org/project/cramjam)|4.054419317055591e-06|
+|pypi|[cufflinks](https://pypi.org/project/cufflinks)|4.054419317055591e-06|
+|pypi|[daphne](https://pypi.org/project/daphne)|4.054419317055591e-06|
+|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|4.054419317055591e-06|
+|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|4.054419317055591e-06|
+|pypi|[django-light](https://pypi.org/project/django-light)|4.054419317055591e-06|
+|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|4.054419317055591e-06|
+|pypi|[dpd-components](https://pypi.org/project/dpd-components)|4.054419317055591e-06|
+|pypi|[executing](https://pypi.org/project/executing)|4.054419317055591e-06|
+|pypi|[funcy](https://pypi.org/project/funcy)|4.054419317055591e-06|
+|pypi|[htmlmin](https://pypi.org/project/htmlmin)|4.054419317055591e-06|
+|pypi|[ImageHash](https://pypi.org/project/ImageHash)|4.054419317055591e-06|
+|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|4.054419317055591e-06|
+|pypi|[kmodes](https://pypi.org/project/kmodes)|4.054419317055591e-06|
+|pypi|[missingno](https://pypi.org/project/missingno)|4.054419317055591e-06|
+|pypi|[mlxtend](https://pypi.org/project/mlxtend)|4.054419317055591e-06|
+|pypi|[multimethod](https://pypi.org/project/multimethod)|4.054419317055591e-06|
+|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|4.054419317055591e-06|
+|pypi|[phik](https://pypi.org/project/phik)|4.054419317055591e-06|
+|pypi|[pure-eval](https://pypi.org/project/pure-eval)|4.054419317055591e-06|
+|pypi|[pycaret](https://pypi.org/project/pycaret)|4.054419317055591e-06|
+|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|4.054419317055591e-06|
+|pypi|[pynndescent](https://pypi.org/project/pynndescent)|4.054419317055591e-06|
+|pypi|[pyod](https://pypi.org/project/pyod)|4.054419317055591e-06|
+|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|4.054419317055591e-06|
+|pypi|[slicer](https://pypi.org/project/slicer)|4.054419317055591e-06|
+|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|4.054419317055591e-06|
+|pypi|[textblob](https://pypi.org/project/textblob)|4.054419317055591e-06|
+|pypi|[Twisted](https://pypi.org/project/Twisted)|4.054419317055591e-06|
+|pypi|[visions](https://pypi.org/project/visions)|4.054419317055591e-06|
+|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|4.054419317055591e-06|
+|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|4.047324083250744e-06|
+|pypi|[eli5](https://github.com/eli5-org/eli5)|4.047324083250744e-06|
+|cran|sjPlot|4.047324083250744e-06|
+|cran|sjmisc|4.047324083250744e-06|
+|pypi|[validators](https://pypi.org/project/validators)|4.047324083250743e-06|
+|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|4.011111938670364e-06|
+|cran|TMB|4.010192669642938e-06|
+|cran|sjstats|4.010192669642938e-06|
+|cran|projpred|4.010192669642938e-06|
+|cran|PROreg|4.010192669642938e-06|
+|cran|PMCMRplus|4.010192669642938e-06|
+|cran|PCDimension|4.010192669642938e-06|
+|cran|NbClust|4.010192669642938e-06|
+|cran|mfx|4.010192669642938e-06|
+|cran|M3C|4.010192669642938e-06|
+|cran|lqmm|4.010192669642938e-06|
+|cran|lavaSearch2|4.010192669642938e-06|
+|cran|ivprobit|4.010192669642938e-06|
+|cran|FactoMineR|4.010192669642938e-06|
+|cran|factoextra|4.010192669642938e-06|
+|cran|EGAnet|4.010192669642938e-06|
+|cran|DRR|4.010192669642938e-06|
+|cran|drc|4.010192669642938e-06|
+|cran|ClassDiscovery|4.010192669642938e-06|
+|cran|cAIC4|4.010192669642938e-06|
+|cran|brglm2|4.010192669642938e-06|
+|cran|BayesFM|4.010192669642938e-06|
+|cran|influenceR|3.979643078514109e-06|
+|npm|argparse|3.9647256325721565e-06|
+|npm|generate-object-property|3.9647256325721565e-06|
+|rubygems|loofah|3.9647256325721565e-06|
+|rubygems|sourcemap|3.9647256325721565e-06|
+|rubygems|warden|3.9647256325721565e-06|
+|rubygems|responders|3.9647256325721565e-06|
+|rubygems|orm_adapter|3.9647256325721565e-06|
+|rubygems|bcrypt|3.9647256325721565e-06|
+|rubygems|rack-protection|3.9647256325721565e-06|
+|rubygems|hashie|3.9647256325721565e-06|
+|rubygems|fakefs|3.9647256325721565e-06|
+|rubygems|premailer|3.9647256325721565e-06|
+|pypi|[scooby](https://github.com/banesullivan/scooby)|3.961017509084903e-06|
+|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|3.948608861708042e-06|
+|cran|vegalite|3.932622591012867e-06|
+|cran|wdm|3.920845205649158e-06|
+|cran|rmcorr|3.920845205649158e-06|
+|cran|ppcor|3.920845205649158e-06|
+|cran|mbend|3.920845205649158e-06|
+|cran|energy|3.920845205649158e-06|
+|cran|TSP|3.900148662041626e-06|
+|pypi|[kubernetes](https://pypi.org/project/kubernetes)|3.892609506272585e-06|
+|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|3.890250899796577e-06|
+|npm|chai-timers|3.854594365000707e-06|
+|npm|q|3.854594365000707e-06|
+|rubygems|[yard](http://yardoc.org)|3.848458018713736e-06|
+|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|3.846357279545302e-06|
+|cran|rsample|3.839358814150903e-06|
+|cran|treemap|3.839358814150903e-06|
+|cran|networkD3|3.839358814150903e-06|
+|cran|[multimode](https://arxiv.org/abs/1803.00472/)|3.834247532575492e-06|
+|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|3.8092461960006994e-06|
+|pypi|[jupytext](https://pypi.org/project/jupytext)|3.800683954301397e-06|
+|npm|bl|3.7954905847373634e-06|
+|pypi|[portpicker](https://pypi.org/project/portpicker)|3.7943663280475718e-06|
+|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|3.7943663280475718e-06|
+|npm|path-exists|3.788703863034884e-06|
+|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|3.7815906838453945e-06|
+|npm|prismjs|3.773728748951742e-06|
+|cran|[duckdb](https://duckdb.org/)|3.7611496531218956e-06|
+|npm|eslint-config-airbnb|3.7108332698025463e-06|
+|pypi|[pycuda](https://pypi.org/project/pycuda)|3.6793855302279485e-06|
+|cran|randgeo|3.6793855302279485e-06|
+|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|3.6606894655418306e-06|
+|cran|googleComputeEngineR|3.6517209773690915e-06|
+|npm|conventional-github-releaser|3.6517209773690915e-06|
+|npm|corp-semantic-release|3.6517209773690915e-06|
+|npm|gulp-clean-css|3.6517209773690915e-06|
+|cran|[servr](https://github.com/yihui/servr)|3.648723984142697e-06|
+|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|3.6289466232479112e-06|
+|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|3.597621407334043e-06|
+|pypi|[matchms](https://github.com/matchms/matchms)|3.597621407334016e-06|
+|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|3.597621407334016e-06|
+|cran|mlr3data|3.597621407333994e-06|
+|cran|reactR|3.597621407333994e-06|
+|npm|opener|3.597621407333994e-06|
+|pypi|[yatiml](https://github.com/yatiml/yatiml)|3.574114222001984e-06|
+|cran|sommer|3.5429463099580973e-06|
+|cran|CARBayes|3.5429463099580973e-06|
+|cran|multcompView|3.5429463099580973e-06|
+|cran|estimability|3.5429463099580973e-06|
+|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|3.53221010901883e-06|
+|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|3.519412246304994e-06|
+|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|3.5041766954551893e-06|
+|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|3.4740864825268284e-06|
+|pypi|[google-api-python-client](https://github.com/googleapis/google-api-python-client/)|3.4698225182458665e-06|
+|npm|[material-ui](http://material-ui.com/)|3.4691349285006566e-06|
+|cran|striprtf|3.4691349285006367e-06|
+|cran|streamR|3.4691349285006367e-06|
+|cran|readODS|3.4691349285006367e-06|
+|cran|RNeXML|3.4691349285006367e-06|
+|cran|phylobase|3.4691349285006367e-06|
+|rubygems|regexp_parser|3.455990228822754e-06|
+|rubygems|rubocop-performance|3.455990228822754e-06|
+|cran|[FME](http://fme.r-forge.r-project.org/)|3.44435539329706e-06|
+|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.4347792940458937e-06|
+|cran|rlog|3.396355874056568e-06|
+|cran|loggit|3.396355874056568e-06|
+|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|3.394045427883737e-06|
+|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|3.3727700693756204e-06|
+|pypi|[quandl](https://github.com/quandl/quandl-python)|3.3727700693756204e-06|
+|cran|base64|3.372770069375619e-06|
+|cran|learnr|3.372770069375619e-06|
+|npm|ejs|3.372770069375619e-06|
+|npm|overland|3.372770069375619e-06|
+|rubygems|[terminal-table](https://github.com/tj/terminal-table)|3.372770069375619e-06|
+|rubygems|minima|3.372770069375619e-06|
+|rubygems|mercenary|3.372770069375619e-06|
+|rubygems|jekyll-titles-from-headings|3.372770069375619e-06|
+|rubygems|jekyll-theme-time-machine|3.372770069375619e-06|
+|rubygems|jekyll-theme-tactile|3.372770069375619e-06|
+|rubygems|jekyll-theme-slate|3.372770069375619e-06|
+|rubygems|jekyll-theme-modernist|3.372770069375619e-06|
+|rubygems|jekyll-theme-minimal|3.372770069375619e-06|
+|rubygems|jekyll-theme-midnight|3.372770069375619e-06|
+|rubygems|jekyll-theme-merlot|3.372770069375619e-06|
+|rubygems|jekyll-theme-leap-day|3.372770069375619e-06|
+|rubygems|jekyll-theme-hacker|3.372770069375619e-06|
+|rubygems|jekyll-theme-dinky|3.372770069375619e-06|
+|rubygems|jekyll-theme-cayman|3.372770069375619e-06|
+|rubygems|jekyll-theme-architect|3.372770069375619e-06|
+|rubygems|jekyll-swiss|3.372770069375619e-06|
+|rubygems|jekyll-sitemap|3.372770069375619e-06|
+|rubygems|jekyll-seo-tag|3.372770069375619e-06|
+|rubygems|jekyll-relative-links|3.372770069375619e-06|
+|rubygems|jekyll-redirect-from|3.372770069375619e-06|
+|rubygems|jekyll-readme-index|3.372770069375619e-06|
+|rubygems|jekyll-paginate|3.372770069375619e-06|
+|rubygems|jekyll-optional-front-matter|3.372770069375619e-06|
+|rubygems|jekyll-mentions|3.372770069375619e-06|
+|rubygems|jekyll-include-cache|3.372770069375619e-06|
+|rubygems|jekyll-github-metadata|3.372770069375619e-06|
+|rubygems|jekyll-gist|3.372770069375619e-06|
+|rubygems|jekyll-feed|3.372770069375619e-06|
+|rubygems|jekyll-default-layout|3.372770069375619e-06|
+|rubygems|jekyll-coffeescript|3.372770069375619e-06|
+|rubygems|jekyll-avatar|3.372770069375619e-06|
+|rubygems|github-pages-health-check|3.372770069375619e-06|
+|rubygems|rubocop-github|3.372770069375619e-06|
+|npm|sinon-chai|3.3612545990998902e-06|
+|npm|repeat-string|3.339042368681863e-06|
+|npm|tap-out|3.339042368681863e-06|
+|npm|figures|3.339042368681863e-06|
+|npm|pretty-ms|3.339042368681863e-06|
+|npm|tapes|3.339042368681863e-06|
+|cran|plotlyGeoAssets|3.3159655208387663e-06|
+|cran|listviewer|3.3159655208387663e-06|
+|rubygems|rqrcode_core|3.3039380271434635e-06|
+|rubygems|chunky_png|3.3039380271434635e-06|
+|rubygems|standardrb|3.3039380271434635e-06|
+|rubygems|chronic|3.3039380271434635e-06|
+|rubygems|fast_stack|3.3039380271434635e-06|
+|rubygems|guard|3.3039380271434635e-06|
+|rubygems|guard-minitest|3.3039380271434635e-06|
+|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|3.28237590257304e-06|
+|pypi|[synthia](https://github.com/dmey/synthia)|3.270564915758201e-06|
+|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|3.270564915758201e-06|
+|pypi|[symfem](https://github.com/mscroggs/symfem)|3.270564915758201e-06|
+|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|3.270564915758201e-06|
+|pypi|[howfairis](https://github.com/fair-software/howfairis)|3.270564915758201e-06|
+|pypi|[cpplint](https://github.com/cpplint/cpplint)|3.270564915758201e-06|
+|pypi|[bigslice](https://github.com/satriaphd/bigslice)|3.270564915758201e-06|
+|pypi|[contextily](https://github.com/darribas/contextily)|3.270564915758201e-06|
+|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|3.270564915758201e-06|
+|pypi|[pyone](http://opennebula.io)|3.270564915758201e-06|
+|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|3.270564915758201e-06|
+|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|3.270564915758201e-06|
+|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|3.270564915758201e-06|
+|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|3.270564915758201e-06|
+|cran|[rlist](https://renkun.me/rlist)|3.270564915758201e-06|
+|cran|[CholWishart](https://github.com/gzt/CholWishart)|3.270564915758201e-06|
+|npm|[node-minify](https://github.com/srod/node-minify)|3.270564915758201e-06|
+|pypi|[tesliper](https://github.com/mishioo/tesliper)|3.2705649157581766e-06|
+|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|3.2705649157581766e-06|
+|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|3.2705649157581766e-06|
+|pypi|[clingo](https://github.com/potassco/clingo)|3.2705649157581766e-06|
+|pypi|[electiondata](https://github.com/kavigupta/electiondata)|3.2705649157581766e-06|
+|pypi|[libceed](https://libceed.readthedocs.io)|3.2705649157581766e-06|
+|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|3.2705649157581766e-06|
+|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|3.2705649157581766e-06|
+|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|3.2705649157581766e-06|
+|npm|Gmsh|3.2705649157581766e-06|
+|npm|[MTEX](https://github.com/diversemix/mtex#readme)|3.2705649157581766e-06|
+|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|3.2705649157581766e-06|
+|npm|[graphql](https://github.com/graphql/graphql-js)|3.2705649157581766e-06|
+|pypi|[asciitree](http://github.com/mbr/asciitree)|3.2623885034687813e-06|
+|cran|[susieR](https://github.com/stephenslab/susieR)|3.242125220838538e-06|
+|npm|karma-sourcemap-loader|3.2416465862093864e-06|
+|npm|karma-mocha|3.2416465862093864e-06|
+|npm|karma-chrome-launcher|3.2416465862093864e-06|
+|npm|karma-chai|3.2416465862093864e-06|
+|npm|babel-plugin-transform-object-rest-spread|3.2416465862093864e-06|
+|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|3.2259012636273545e-06|
+|cran|rvg|3.195255855197955e-06|
+|cran|officer|3.195255855197955e-06|
+|cran|phosphoricons|3.195255855197955e-06|
+|cran|datamods|3.195255855197955e-06|
+|cran|[NMF](http://renozao.github.io/NMF)|3.1914963133991947e-06|
+|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|3.1743718300005837e-06|
+|cran|[fastcluster](http://danifold.net/fastcluster.html)|3.16556256846279e-06|
+|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|3.1590683845391573e-06|
+|cran|aws.ec2metadata|3.15375902590967e-06|
+|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|3.1413742018301033e-06|
+|cran|ISLR|3.1334121934844465e-06|
+|cran|ICSOutlier|3.1334121934844465e-06|
+|cran|ICS|3.1334121934844465e-06|
+|cran|CompQuadForm|3.1334121934844465e-06|
+|cran|bigutilsr|3.1334121934844465e-06|
+|cran|[umap](https://github.com/tkonopka/umap)|3.129229789041491e-06|
+|pypi|[bs4](https://pypi.python.org/pypi/beautifulsoup4)|3.092319127849368e-06|
+|pypi|[PySide2](https://www.pyside.org)|3.0808721506442325e-06|
+|pypi|[twiggy](https://github.com/wearpants/twiggy/)|3.072609670857026e-06|
+|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.0425127342291486e-06|
+|pypi|[pathy](https://github.com/justindujardin/pathy)|3.0425127342291486e-06|
+|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.0425127342291486e-06|
+|cran|[philentropy](https://github.com/HajkD/philentropy)|3.0416253716551046e-06|
+|npm|[babel-polyfill](https://babeljs.io/)|3.034588644363834e-06|
+|cran|tidyquant|3.0166390682614235e-06|
+|cran|tibbletime|3.0166390682614235e-06|
+|cran|sweep|3.0166390682614235e-06|
+|cran|timetk|3.0166390682614235e-06|
+|npm|pkgfiles|3.0166390682614235e-06|
+|npm|puppeteer|3.0166390682614235e-06|
+|npm|obake|3.0166390682614235e-06|
+|npm|is-node-modern|3.0166390682614235e-06|
+|npm|in-publish|3.0166390682614235e-06|
+|npm|formidable|3.0166390682614235e-06|
+|npm|far|3.0166390682614235e-06|
+|npm|fake|3.0166390682614235e-06|
+|npm|asynckit|3.0166390682614235e-06|
+|pypi|[pydotplus](https://pypi.org/project/pydotplus)|3.0072996284216046e-06|
+|pypi|[xcffib](https://pypi.org/project/xcffib)|3.005138131813677e-06|
+|cran|[data.tree](http://github.com/gluc/data.tree)|3.0036195975352246e-06|
+|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|2.98879316916978e-06|
+|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|2.98879316916978e-06|
+|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.98879316916978e-06|
+|cran|syslognet|2.98879316916978e-06|
+|cran|botor|2.98879316916978e-06|
+|cran|telegram|2.98879316916978e-06|
+|cran|RPushbullet|2.98879316916978e-06|
+|cran|slackr|2.98879316916978e-06|
+|cran|[EMbC]()|2.949348718674791e-06|
+|cran|[geodist](https://github.com/hypertidy/geodist)|2.943508424182414e-06|
+|cran|languageR|2.943508424182359e-06|
+|cran|arm|2.943508424182359e-06|
+|cran|hypergeo|2.943508424182359e-06|
+|pypi|[IPython](https://ipython.org)|2.927335300972578e-06|
+|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|2.9148801371213473e-06|
+|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|2.9148801371213473e-06|
+|cran|rematch2|2.914073339940535e-06|
+|cran|concaveman|2.890945773750531e-06|
+|cran|tweenr|2.890945773750531e-06|
+|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|2.874411982300143e-06|
+|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|2.874411982300143e-06|
+|pypi|[wandb](https://pypi.org/project/wandb)|2.866276680606249e-06|
+|npm|testing-library|2.8649532543062225e-06|
+|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|2.8617443012884055e-06|
+|npm|babel-plugin-istanbul|2.852480808973738e-06|
+|rubygems|ruby-vips|2.831946880408683e-06|
+|rubygems|mini_magick|2.831946880408683e-06|
+|rubygems|minitest-hooks|2.831946880408683e-06|
+|rubygems|minispec-metadata|2.831946880408683e-06|
+|rubygems|dhash-vips|2.831946880408683e-06|
+|rubygems|codeclimate-test-reporter|2.831946880408683e-06|
+|rubygems|ZenTest|2.831946880408683e-06|
+|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.8200709741360016e-06|
+|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|2.8200709741360016e-06|
+|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|2.8200709741360016e-06|
+|pypi|[proselint](https://pypi.org/project/proselint)|2.8200709741360016e-06|
+|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|2.8192694322525915e-06|
+|cran|snpStats|2.8155297970439953e-06|
+|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|2.8033413563641805e-06|
+|cran|skewt|2.7753079428005094e-06|
+|cran|catdata|2.7753079428005094e-06|
+|cran|MPV|2.7753079428005094e-06|
+|cran|fit.models|2.7753079428005094e-06|
+|cran|robust|2.7753079428005094e-06|
+|cran|DEoptimR|2.7753079428005094e-06|
+|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.7595391476709613e-06|
+|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.7595391476709613e-06|
+|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|2.7595391476709613e-06|
+|pypi|[iso3166](https://pypi.org/project/iso3166)|2.7595391476709613e-06|
+|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|2.72547076313183e-06|
+|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|2.72547076313183e-06|
+|pypi|[pyomo](http://pyomo.org)|2.717084699245268e-06|
+|pypi|[mne](https://mne.tools/dev/)|2.7066744130412506e-06|
+|cran|IRanges|2.6982160555004954e-06|
+|cran|qdapDictionaries|2.6982160555004954e-06|
+|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|2.6712338949454906e-06|
+|pypi|[pymeeus](https://pypi.org/project/pymeeus)|2.6712338949454906e-06|
+|npm|tar|2.6712338949454906e-06|
+|npm|closurecompiler-externs|2.6712338949454906e-06|
+|npm|jsdoc|2.6712338949454906e-06|
+|cran|swagger|2.6685653296158748e-06|
+|cran|nlshrink|2.6685653296158743e-06|
+|cran|NetworkComparisonTest|2.6685653296158743e-06|
+|cran|NetworkToolbox|2.6685653296158743e-06|
+|cran|mathjaxr|2.6685653296158743e-06|
+|cran|glassoFast|2.6685653296158743e-06|
+|pypi|[phonemizer](https://pypi.org/project/phonemizer)|2.667554509415281e-06|
+|cran|[leafem](https://github.com/r-spatial/leafem)|2.667554509415267e-06|
+|pypi|[nibabel](https://nipy.org/nibabel)|2.6631742885459603e-06|
+|pypi|[croniter](https://pypi.org/project/croniter)|2.643025272547078e-06|
+|cran|[ghql](https://github.com/ropensci/ghql)|2.635320576351301e-06|
+|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|2.6324059078053614e-06|
+|pypi|[cudf](https://pypi.org/project/cudf)|2.6324059078053614e-06|
+|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|2.6324059078053614e-06|
+|pypi|[snappy](https://pypi.org/project/snappy)|2.6324059078053614e-06|
+|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.6324059078053614e-06|
+|pypi|[datashape](https://pypi.org/project/datashape)|2.6324059078053614e-06|
+|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|2.6084749450071284e-06|
+|pypi|[pyoculus](https://pypi.org/project/pyoculus)|2.5972133154550223e-06|
+|pypi|[py-spec](https://pypi.org/project/py-spec)|2.5972133154550223e-06|
+|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|2.5902874132804755e-06|
+|cran|tablerDash|2.5697295766671383e-06|
+|cran|argonDash|2.5697295766671383e-06|
+|cran|argonR|2.5697295766671383e-06|
+|cran|shinydashboardPlus|2.5697295766671383e-06|
+|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.556204684158364e-06|
+|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|2.556204684158364e-06|
+|pypi|[pygam](https://github.com/dswah/pyGAM)|2.5463683986974383e-06|
+|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|2.544032280900467e-06|
+|pypi|[itk-registration](https://pypi.org/project/itk-registration)|2.544032280900467e-06|
+|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|2.544032280900467e-06|
+|pypi|[itk-io](https://pypi.org/project/itk-io)|2.544032280900467e-06|
+|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|2.544032280900467e-06|
+|pypi|[itk-core](https://pypi.org/project/itk-core)|2.544032280900467e-06|
+|cran|[isdparser](https://github.com/ropensci/isdparser)|2.540528104205013e-06|
+|cran|geonames|2.540528104205013e-06|
+|cran|Exact|2.538242771577539e-06|
+|npm|gpx-parse|2.532875567093033e-06|
+|npm|node-geo-distance|2.532875567093033e-06|
+|npm|redis|2.532875567093033e-06|
+|npm|seed-random|2.5295775520317144e-06|
+|npm|freeport|2.5295775520317144e-06|
+|npm|node-uuid|2.5295775520317144e-06|
+|npm|event-emitter|2.5295775520317144e-06|
+|cran|[xslt](https://github.com/ropensci/xslt)|2.5272547076313284e-06|
+|pypi|[spacy-transformers](https://spacy.io)|2.4974185816027838e-06|
+|pypi|[pythainlp](https://pypi.org/project/pythainlp)|2.4974185816027838e-06|
+|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|2.4974185816027838e-06|
+|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|2.4974185816027838e-06|
+|pypi|[natto-py](https://pypi.org/project/natto-py)|2.4974185816027838e-06|
+|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|2.4974185816027838e-06|
+|pypi|[sudachipy](https://pypi.org/project/sudachipy)|2.4974185816027838e-06|
+|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|2.4974185816027838e-06|
+|cran|starsdata|2.492917007799371e-06|
+|cran|ncdfgeom|2.492917007799371e-06|
+|cran|cubelyr|2.492917007799371e-06|
+|cran|clue|2.492917007799371e-06|
+|cran|effects|2.4906609743081496e-06|
+|cran|alr4|2.4906609743081496e-06|
+|cran|carData|2.4906609743081496e-06|
+|cran|vtreat|2.4906609743081496e-06|
+|cran|kknn|2.4906609743081496e-06|
+|cran|smotefamily|2.4906609743081496e-06|
+|cran|bestNormalize|2.4906609743081496e-06|
+|cran|mlr3learners|2.4906609743081496e-06|
+|cran|mlr3filters|2.4906609743081496e-06|
+|cran|bbotk|2.4906609743081496e-06|
+|pypi|[selenium](https://pypi.org/project/selenium)|2.490617247708195e-06|
+|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|2.4587493805748265e-06|
+|pypi|[elementpath](https://pypi.org/project/elementpath)|2.4587493805748265e-06|
+|rubygems|coffee-script-source|2.4531739851540216e-06|
+|cran|[Momocs](https://github.com/MomX/Momocs/)|2.4529236868186645e-06|
+|cran|[ids](https://github.com/richfitz/ids)|2.452923686818651e-06|
+|cran|[iptools](https://github.com/hrbrmstr/iptools)|2.452923686818651e-06|
+|pypi|[cspy](https://github.com/torressa/cspy)|2.452923686818637e-06|
+|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|2.452923686818637e-06|
+|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|2.452923686818637e-06|
+|pypi|[genshi](https://github.com/edgewall/genshi)|2.452923686818637e-06|
+|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|2.452923686818637e-06|
+|pypi|[neo](https://neuralensemble.org/neo)|2.452923686818637e-06|
+|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|2.452923686818637e-06|
+|cran|[metR](https://github.com/eliocamp/metR)|2.452923686818637e-06|
+|cran|leaflet.minicharts|2.452923686818637e-06|
+|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|2.452923686818637e-06|
+|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|2.452923686818637e-06|
+|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|2.452923686818637e-06|
+|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|2.452923686818637e-06|
+|spack|[kokkos](https://github.com/kokkos/kokkos)|2.452923686818637e-06|
+|pypi|[easybuild](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-easyblocks](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-easyconfigs](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-framework](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[COFFEE](UNKNOWN)|2.4529236868186324e-06|
+|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|2.4529236868186324e-06|
+|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|2.4529236868186324e-06|
+|npm|[tailwindcss](https://tailwindcss.com)|2.4529236868186324e-06|
+|pypi|[pscript](https://pypi.org/project/pscript)|2.452923686818632e-06|
+|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|2.452923686818632e-06|
+|pypi|[path.py](https://pypi.org/project/path.py)|2.452923686818632e-06|
+|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|2.4480178394450033e-06|
+|pypi|[mygene](https://github.com/biothings/mygene.py)|2.4283944499504607e-06|
+|cran|GA|2.428394449950446e-06|
+|cran|gclus|2.428394449950446e-06|
+|cran|qap|2.428394449950446e-06|
+|cran|biomaRt|2.4283944499504455e-06|
+|rubygems|rack-test|2.4194606516797066e-06|
+|npm|serialize-javascript|2.40888056597763e-06|
+|npm|jest-worker|2.40888056597763e-06|
+|pypi|[nox](https://pypi.org/project/nox)|2.4076185647545162e-06|
+|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|2.4076185647545162e-06|
+|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|2.4076185647545162e-06|
+|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|2.4076185647545162e-06|
+|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|2.4076185647545162e-06|
+|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|2.404110505450933e-06|
+|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|2.4028640197407014e-06|
+|pypi|[hashin](https://pypi.org/project/hashin)|2.3866746257832117e-06|
+|pypi|[jsonref](https://pypi.org/project/jsonref)|2.38662845203975e-06|
+|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|2.38662845203975e-06|
+|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|2.38662845203975e-06|
+|pypi|[promise](https://pypi.org/project/promise)|2.38662845203975e-06|
+|cran|[xgboost](https://github.com/dmlc/xgboost)|2.3828401529095476e-06|
+|pypi|[testresources](https://pypi.org/project/testresources)|2.374430128840436e-06|
+|pypi|[oslotest](https://pypi.org/project/oslotest)|2.374430128840436e-06|
+|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|2.374430128840436e-06|
+|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|2.374430128840436e-06|
+|pypi|[betamax](https://pypi.org/project/betamax)|2.374430128840436e-06|
+|pypi|[watermark](https://pypi.org/project/watermark)|2.3691653170248252e-06|
+|npm|[compression](https://github.com/expressjs/compression#readme)|2.3555854452782304e-06|
+|npm|eslint-plugin-jest|2.3519558837292452e-06|
+|npm|moment-timezone|2.3519558837292452e-06|
+|cran|dblog|2.322812082561296e-06|
+|spack|[glog](https://github.com/google/glog)|2.314386468626225e-06|
+|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|2.3127566190004243e-06|
+|npm|babel-plugin-unassert|2.3127566190004243e-06|
+|npm|babel-preset-power-assert|2.3127566190004243e-06|
+|npm|eslint-config-mysticatea|2.3127566190004243e-06|
+|npm|if-node-version|2.3127566190004243e-06|
+|npm|power-assert|2.3127566190004243e-06|
+|npm|shelljs|2.3127566190004243e-06|
+|npm|glob2base|2.3127566190004243e-06|
+|npm|shell-quote|2.3127566190004243e-06|
+|npm|subarg|2.3127566190004243e-06|
+|spack|[blas](https://www.netlib.org/xblas)|2.2936429279343183e-06|
+|pypi|[clize](https://github.com/epsy/clize)|2.28939544103073e-06|
+|pypi|[mip](https://github.com/coin-or/python-mip)|2.2861248761149738e-06|
+|pypi|[tvtk](https://pypi.org/project/tvtk)|2.2855477176004195e-06|
+|npm|escape-html|2.264237249371045e-06|
+|pypi|[resample](http://github.com/resample-project/resample)|2.248513379583746e-06|
+|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|2.248513379583746e-06|
+|pypi|[numba-stats](https://pypi.org/project/numba-stats)|2.248513379583746e-06|
+|cran|bcpa|2.248513379583746e-06|
+|cran|amt|2.248513379583746e-06|
+|cran|circular|2.248513379583746e-06|
+|pypi|[pytest-django](https://pypi.org/project/pytest-django)|2.2260282457879086e-06|
+|pypi|[sybil](https://pypi.org/project/sybil)|2.2260282457879086e-06|
+|pypi|[zope.component](https://pypi.org/project/zope.component)|2.2260282457879086e-06|
+|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|2.2260282457879086e-06|
+|cran|Rfast|2.2227866818768383e-06|
+|cran|genlasso|2.2227866818768383e-06|
+|cran|L0Learn|2.2227866818768383e-06|
+|cran|mixsqp|2.2227866818768383e-06|
+|rubygems|rubocop-standard|2.2026253514289756e-06|
+|rubygems|minitest-focus|2.2026253514289756e-06|
+|rubygems|unicode-display_width|2.2026253514289756e-06|
+|rubygems|rubocop-ast|2.2026253514289756e-06|
+|rubygems|rainbow|2.2026253514289756e-06|
+|rubygems|parser|2.2026253514289756e-06|
+|rubygems|parallel|2.2026253514289756e-06|
+|rubygems|rspec_junit_formatter|2.2026253514289756e-06|
+|npm|sendgrid-rest|2.195158824813962e-06|
+|npm|system-sleep|2.195158824813962e-06|
+|npm|lodash.chunk|2.195158824813962e-06|
+|npm|mailparser|2.195158824813962e-06|
+|npm|async.ensureasync|2.195158824813962e-06|
+|npm|bottleneck|2.195158824813962e-06|
+|npm|mocha-sinon|2.195158824813962e-06|
+|npm|async.queue|2.195158824813962e-06|
+|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|2.182601484597804e-06|
+|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|2.1803766105054584e-06|
+|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|2.1781962338949555e-06|
+|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.168209330312898e-06|
+|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.168209330312898e-06|
+|pypi|[nitime](https://pypi.org/project/nitime)|2.168209330312898e-06|
+|pypi|[codespell](https://pypi.org/project/codespell)|2.168209330312898e-06|
+|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.168209330312898e-06|
+|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|2.168209330312898e-06|
+|pypi|[h5io](https://pypi.org/project/h5io)|2.168209330312898e-06|
+|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|2.146527237009769e-06|
+|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|2.144164061904398e-06|
+|pypi|[snakeviz](https://pypi.org/project/snakeviz)|2.13017057013197e-06|
+|pypi|[funsor](https://pypi.org/project/funsor)|2.13017057013197e-06|
+|pypi|[pypandoc](https://pypi.org/project/pypandoc)|2.13017057013197e-06|
+|pypi|[ninja](https://pypi.org/project/ninja)|2.13017057013197e-06|
+|pypi|[nbval](https://pypi.org/project/nbval)|2.13017057013197e-06|
+|pypi|[lap](https://pypi.org/project/lap)|2.13017057013197e-06|
+|pypi|[pyro-api](https://pypi.org/project/pyro-api)|2.13017057013197e-06|
+|cran|RDCOMClient|2.1116473477829966e-06|
+|cran|base|2.1116473477829966e-06|
+|cran|NetSwan|2.1116473477829966e-06|
+|cran|netrankr|2.1116473477829966e-06|
+|cran|fortunes|2.104073339940536e-06|
+|cran|mail|2.1025060172731134e-06|
+|cran|bibtex|2.1025060172731134e-06|
+|cran|synchronicity|2.1025060172731134e-06|
+|cran|doMPI|2.1025060172731134e-06|
+|cran|rngtools|2.1025060172731134e-06|
+|cran|pkgmaker|2.1025060172731134e-06|
+|npm|methods|2.1025060172731134e-06|
+|pypi|[mako](https://www.makotemplates.org/)|2.095497663882214e-06|
+|pypi|[dcor](https://pypi.org/project/dcor)|2.0934434913365915e-06|
+|cran|StanHeaders|2.0934434913365915e-06|
+|cran|shinystan|2.0934434913365915e-06|
+|cran|waveslim|2.0934434913365915e-06|
+|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|2.092635097004225e-06|
+|npm|random-buffer|2.0755508119234582e-06|
+|npm|nock|2.0755508119234582e-06|
+|npm|is-zip|2.0755508119234582e-06|
+|npm|pify|2.0755508119234582e-06|
+|npm|p-event|2.0755508119234582e-06|
+|npm|make-dir|2.0755508119234582e-06|
+|npm|got|2.0755508119234582e-06|
+|npm|get-stream|2.0755508119234582e-06|
+|npm|filenamify|2.0755508119234582e-06|
+|npm|ext-name|2.0755508119234582e-06|
+|npm|decompress|2.0755508119234582e-06|
+|npm|content-disposition|2.0755508119234582e-06|
+|npm|archive-type|2.0755508119234582e-06|
+|npm|watch|2.0755508119234582e-06|
+|npm|unminified-webpack-plugin|2.0755508119234582e-06|
+|npm|jsonpath|2.0755508119234582e-06|
+|npm|jest-cli|2.0755508119234582e-06|
+|npm|globify|2.0755508119234582e-06|
+|npm|codacy-coverage|2.0755508119234582e-06|
+|npm|cash-cat|2.0755508119234582e-06|
+|npm|biased-opener|2.0755508119234582e-06|
+|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|2.0755508119234582e-06|
+|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|2.0755508119234582e-06|
+|npm|package-yaml|2.0755508119234582e-06|
+|npm|json-loader|2.0755508119234582e-06|
+|npm|isparta-loader|2.0755508119234582e-06|
+|npm|isparta|2.0755508119234582e-06|
+|npm|gh-pages|2.0755508119234582e-06|
+|npm|gatsby|2.0755508119234582e-06|
+|npm|expect|2.0755508119234582e-06|
+|npm|enzyme-adapter-react-16|2.0755508119234582e-06|
+|npm|enzyme|2.0755508119234582e-06|
+|npm|conventional-changelog|2.0755508119234582e-06|
+|npm|chai-enzyme|2.0755508119234582e-06|
+|npm|babel-plugin-__coverage__|2.0755508119234582e-06|
+|npm|add-stream|2.0755508119234582e-06|
+|npm|karma-webpack|2.0755508119234582e-06|
+|npm|karma-sinon|2.0755508119234582e-06|
+|npm|karma-mocha-reporter|2.0755508119234582e-06|
+|npm|lodash.isequal|2.0755508119234582e-06|
+|npm|classnames|2.0755508119234582e-06|
+|npm|clamp|2.0755508119234582e-06|
+|pypi|[anndata](http://anndata.readthedocs.io)|2.071357779980187e-06|
+|pypi|[scikit_learn](http://scikit-learn.org)|2.0441030723488757e-06|
+|pypi|[questionary](https://github.com/tmbo/questionary)|2.044103072348869e-06|
+|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.044103072348869e-06|
+|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.013979448124781e-06|
+|cran|numbers|1.988159198789841e-06|
+|rubygems|letter_opener|1.9823628162860783e-06|
+|rubygems|rspec-rails|1.9823628162860783e-06|
+|pypi|[python-slugify](https://github.com/un33k/python-slugify)|1.9821605550049573e-06|
+|cran|minpack.lm|1.976112310632877e-06|
+|pypi|[test-tube](https://pypi.org/project/test-tube)|1.974304430854021e-06|
+|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.974304430854021e-06|
+|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.974304430854021e-06|
+|pypi|[hydra-core](https://pypi.org/project/hydra-core)|1.974304430854021e-06|
+|pypi|[omegaconf](https://pypi.org/project/omegaconf)|1.974304430854021e-06|
+|pypi|[torchtext](https://pypi.org/project/torchtext)|1.974304430854021e-06|
+|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|1.974304430854021e-06|
+|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|1.974304430854021e-06|
+|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|1.9623389494549426e-06|
+|pypi|[brian2](http://www.briansimulator.org/)|1.9623389494549426e-06|
+|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|1.9623389494549426e-06|
+|cran|Rd2md|1.9623389494549426e-06|
+|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|1.9623389494549426e-06|
+|pypi|[bakta](https://github.com/oschwengers/bakta)|1.962338949454915e-06|
+|pypi|[ogb](https://github.com/snap-stanford/ogb)|1.962338949454915e-06|
+|pypi|[RagTag](https://github.com/malonge/RagTag)|1.962338949454915e-06|
+|pypi|[tripoli](https://github.com/DDMAL/tripoli)|1.962338949454915e-06|
+|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|1.962338949454915e-06|
+|pypi|[update_checker](https://github.com/bboe/update_checker)|1.962338949454915e-06|
+|pypi|[foolbox](https://github.com/bethgelab/foolbox)|1.962338949454915e-06|
+|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.962338949454915e-06|
+|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|1.962338949454915e-06|
+|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|1.962338949454915e-06|
+|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|1.962338949454915e-06|
+|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|1.962338949454915e-06|
+|cran|[digitTests](https://koenderks.github.io/digitTests/)|1.962338949454915e-06|
+|cran|[jfa](https://koenderks.github.io/jfa/)|1.962338949454915e-06|
+|cran|[leafletR](https://github.com/chgrl/leafletR)|1.962338949454915e-06|
+|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|1.962338949454915e-06|
+|cran|[hash](http://www.johnhughes.org)|1.962338949454915e-06|
+|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|1.962338949454915e-06|
+|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|1.962338949454906e-06|
+|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.962338949454906e-06|
+|pypi|[ipympl](https://pypi.org/project/ipympl)|1.962338949454906e-06|
+|pypi|[hvplot](https://pypi.org/project/hvplot)|1.962338949454906e-06|
+|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|1.9623389494548876e-06|
+|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|1.9623389494548876e-06|
+|cran|textshaping|1.954561386545481e-06|
+|pypi|[vcrpy](https://pypi.org/project/vcrpy)|1.9544422132397955e-06|
+|cran|[fda](http://www.functionaldata.org)|1.946764830808455e-06|
+|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|1.9445185636959755e-06|
+|cran|R.cache|1.942715559960357e-06|
+|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|1.9325764780273773e-06|
+|cran|tidymodels|1.9046230980003501e-06|
+|cran|DiagrammeRsvg|1.8679957307311124e-06|
+|cran|rapportools|1.8502052952003395e-06|
+|cran|suncalc|1.8396927651139743e-06|
+|cran|fftw|1.8396927651139743e-06|
+|cran|manipulate|1.8396927651139743e-06|
+|cran|Gmedian|1.8396927651139743e-06|
+|cran|fasttime|1.8396927651139743e-06|
+|npm|should-util|1.839692765113974e-06|
+|npm|mocha-better-spec-reporter|1.839692765113974e-06|
+|npm|should-equal|1.839692765113974e-06|
+|npm|eslint-config-shouldjs|1.839692765113974e-06|
+|npm|should-type|1.839692765113974e-06|
+|npm|should-format|1.839692765113974e-06|
+|npm|should-type-adaptors|1.839692765113974e-06|
+|pypi|[iPython](https://ipython.org)|1.8036203579548797e-06|
+|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|1.7988107036670215e-06|
+|pypi|[django-storages](https://github.com/jschneier/django-storages)|1.783944499504456e-06|
+|cran|[kSamples](NA)|1.7715559960356831e-06|
+|pypi|[multipledispatch](http://github.com/mrocklin/multipledispatch/)|1.748584171032152e-06|
+|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|1.7443012884043585e-06|
+|pypi|[mxnet](https://pypi.org/project/mxnet)|1.7407845519358036e-06|
+|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|1.7407845519358036e-06|
+|cran|graphlayouts|1.7345674642503184e-06|
+|npm|[which](https://github.com/isaacs/node-which#readme)|1.7297604526296329e-06|
+|pypi|[rpy2](https://rpy2.github.io)|1.725222993062451e-06|
+|npm|webpack-manifest-plugin|1.7131530511114257e-06|
+|npm|script-loader|1.7131530511114257e-06|
+|npm|recursive-readdir|1.7131530511114257e-06|
+|npm|react-dev-utils|1.7131530511114257e-06|
+|npm|output-file-sync|1.7131530511114257e-06|
+|npm|npm-release|1.7131530511114257e-06|
+|npm|jest-canvas-mock|1.7131530511114257e-06|
+|npm|imports-loader|1.7131530511114257e-06|
+|npm|fs-promise|1.7131530511114257e-06|
+|npm|flow-typed|1.7131530511114257e-06|
+|npm|flow-bin|1.7131530511114257e-06|
+|npm|find-cache-dir|1.7131530511114257e-06|
+|npm|filesize|1.7131530511114257e-06|
+|npm|fake-xml-http-request|1.7131530511114257e-06|
+|npm|eslint-plugin-flowtype|1.7131530511114257e-06|
+|npm|eslint-loader|1.7131530511114257e-06|
+|npm|eslint-config-react-app|1.7131530511114257e-06|
+|npm|dmd-clear|1.7131530511114257e-06|
+|npm|dagre|1.7131530511114257e-06|
+|npm|child-process-promise|1.7131530511114257e-06|
+|npm|case-sensitive-paths-webpack-plugin|1.7131530511114257e-06|
+|npm|babel-plugin-flow-react-proptypes|1.7131530511114257e-06|
+|pypi|[starry](https://pypi.org/project/starry)|1.698177937028284e-06|
+|pypi|[rtds-action](https://pypi.org/project/rtds-action)|1.698177937028284e-06|
+|npm|gulp-marked|1.698177937028284e-06|
+|npm|gulp-mocha-phantomjs|1.698177937028284e-06|
+|npm|humanize|1.698177937028284e-06|
+|npm|chai-jquery|1.698177937028284e-06|
+|npm|gulp-iife|1.698177937028284e-06|
+|npm|gulp-cache|1.698177937028284e-06|
+|npm|gulp-closure-compiler|1.698177937028284e-06|
+|npm|drool|1.698177937028284e-06|
+|npm|gulp-file|1.698177937028284e-06|
+|npm|gulp-imagemin|1.698177937028284e-06|
+|npm|escodegen|1.698177937028284e-06|
+|npm|gulp-zip|1.698177937028284e-06|
+|npm|gulp-csso|1.698177937028284e-06|
+|npm|gulp-shell|1.698177937028284e-06|
+|npm|merge-stream|1.698177937028284e-06|
+|npm|swig|1.698177937028284e-06|
+|npm|vinyl-paths|1.698177937028284e-06|
+|npm|gulp-connect|1.698177937028284e-06|
+|npm|gulp-css-inline-images|1.698177937028284e-06|
+|npm|gulp-front-matter|1.698177937028284e-06|
+|npm|gulp-jscs|1.698177937028284e-06|
+|npm|gulp-open|1.698177937028284e-06|
+|npm|gulp-flatten|1.698177937028284e-06|
+|npm|gulp-load-plugins|1.698177937028284e-06|
+|npm|gulp-sass|1.698177937028284e-06|
+|npm|gulp-header|1.698177937028284e-06|
+|npm|gulp-size|1.698177937028284e-06|
+|npm|gulp-replace|1.698177937028284e-06|
+|npm|gulp-sourcemaps|1.698177937028284e-06|
+|npm|gulp-subtree|1.698177937028284e-06|
+|npm|gulp-tap|1.698177937028284e-06|
+|pypi|[sagemaker](https://pypi.org/project/sagemaker)|1.6863850346878096e-06|
+|pypi|[ftfy](https://pypi.org/project/ftfy)|1.6863850346878096e-06|
+|pypi|[fairscale](https://pypi.org/project/fairscale)|1.6863850346878096e-06|
+|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|1.6863850346878096e-06|
+|pypi|[unidic](https://pypi.org/project/unidic)|1.6863850346878096e-06|
+|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|1.6863850346878096e-06|
+|pypi|[ipadic](https://pypi.org/project/ipadic)|1.6863850346878096e-06|
+|pypi|[fugashi](https://pypi.org/project/fugashi)|1.6863850346878096e-06|
+|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|1.6863850346878096e-06|
+|pypi|[rouge-score](https://pypi.org/project/rouge-score)|1.6863850346878096e-06|
+|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|1.6863850346878096e-06|
+|pypi|[datasets](https://pypi.org/project/datasets)|1.6863850346878096e-06|
+|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.6863850346878096e-06|
+|pypi|[codecarbon](https://pypi.org/project/codecarbon)|1.6863850346878096e-06|
+|pypi|[timm](https://pypi.org/project/timm)|1.6863850346878096e-06|
+|pypi|[sigopt](https://pypi.org/project/sigopt)|1.6863850346878096e-06|
+|pypi|[optuna](https://pypi.org/project/optuna)|1.6863850346878096e-06|
+|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|1.6863850346878096e-06|
+|pypi|[torchaudio](https://pypi.org/project/torchaudio)|1.6863850346878096e-06|
+|pypi|[optax](https://pypi.org/project/optax)|1.6863850346878096e-06|
+|pypi|[flax](https://pypi.org/project/flax)|1.6863850346878096e-06|
+|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|1.6863850346878096e-06|
+|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|1.6863850346878096e-06|
+|pypi|[tokenizers](https://pypi.org/project/tokenizers)|1.6863850346878096e-06|
+|pypi|[sacremoses](https://pypi.org/project/sacremoses)|1.6863850346878096e-06|
+|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.6863850346878096e-06|
+|cran|leafsync|1.6863850346878096e-06|
+|cran|leaflet.extras2|1.6863850346878096e-06|
+|cran|satellite|1.6863850346878096e-06|
+|cran|leafpop|1.6863850346878096e-06|
+|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|1.6863850346878096e-06|
+|npm|node-libs-browser|1.6863850346878096e-06|
+|npm|module-alias|1.6863850346878096e-06|
+|npm|mocha-phantomjs-istanbul|1.6863850346878096e-06|
+|npm|mocha-phantomjs-core|1.6863850346878096e-06|
+|npm|get-port|1.6863850346878096e-06|
+|npm|eslint-config-airbnb-base|1.6863850346878096e-06|
+|npm|connect|1.6863850346878096e-06|
+|npm|babel-plugin-module-resolver|1.6863850346878096e-06|
+|npm|asap|1.6863850346878096e-06|
+|npm|a-sync-waterfall|1.6863850346878096e-06|
+|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|1.6836868186323087e-06|
+|npm|[metascript](https://github.com/dcodeIO/MetaScript)|1.6836868186323087e-06|
+|npm|[testjs](https://github.com/dcodeIO/test.js)|1.6836868186323087e-06|
+|pypi|[falcon](https://pypi.org/project/falcon)|1.6519690135717317e-06|
+|pypi|[pyramid](https://pypi.org/project/pyramid)|1.6519690135717317e-06|
+|pypi|[bottle](https://pypi.org/project/bottle)|1.6519690135717317e-06|
+|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|1.6519690135717317e-06|
+|pypi|[webtest](https://pypi.org/project/webtest)|1.6519690135717317e-06|
+|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|1.6476843833451358e-06|
+|pypi|[gsd](https://gsd.readthedocs.io)|1.6476843833451358e-06|
+|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|1.646717999542581e-06|
+|rubygems|method_source|1.6354493234360146e-06|
+|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|1.6352824578791006e-06|
+|pypi|[mbo](https://github.com/basf/mbo)|1.6352824578791006e-06|
+|pypi|[fhirclient](https://github.com/smart-on-fhir/client-py/)|1.6352824578791006e-06|
+|pypi|[Requests](https://requests.readthedocs.io)|1.6352824578791006e-06|
+|pypi|[AMAT](https://github.com/athulpg007/AMAT)|1.6352824578791006e-06|
+|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|1.6352824578791006e-06|
+|cran|[osqp](https://osqp.org)|1.6352824578791006e-06|
+|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|1.6352824578791006e-06|
+|cran|[nplr](https://github.com/fredcommo/nplr)|1.6352824578791006e-06|
+|cran|[cpp11](https://cpp11.r-lib.org)|1.6352824578791006e-06|
+|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|1.6352824578791006e-06|
+|cran|[biblio](https://github.com/kamapu/biblio)|1.6352824578791006e-06|
+|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|1.6352824578791006e-06|
+|cran|[wdman](https://github.com/ropensci/wdman)|1.6352824578791006e-06|
+|rubygems|[github-pages](https://github.com/github/pages-gem)|1.6352824578791006e-06|
+|pypi|[paramz](https://github.com/sods/paramz)|1.6352824578790883e-06|
+|pypi|[GPy](http://sheffieldml.github.com/GPy/)|1.6352824578790883e-06|
+|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|1.6352824578790883e-06|
+|npm|[long](https://github.com/dcodeIO/long.js#readme)|1.6352824578790883e-06|
+|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|1.6352824578790883e-06|
+|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|1.6352824578790883e-06|
+|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|1.6352824578790883e-06|
+|npm|its-set|1.6352824578790879e-06|
+|npm|babel-plugin-transform-es2015-modules-umd|1.6352824578790879e-06|
+|npm|babel-preset-stage-2|1.6352824578790879e-06|
+|npm|eslint-plugin-babel|1.6352824578790879e-06|
+|spack|java|1.6135511295351797e-06|
+|spack|ant|1.6135511295351797e-06|
+|spack|matlab|1.6135511295351797e-06|
+|spack|ceres-solver|1.6135511295351797e-06|
+|spack|clp|1.6135511295351797e-06|
+|spack|cudnn|1.6135511295351797e-06|
+|spack|gdal|1.6135511295351797e-06|
+|spack|ipp|1.6135511295351797e-06|
+|spack|jasper|1.6135511295351797e-06|
+|spack|onnx|1.6135511295351797e-06|
+|spack|opencl|1.6135511295351797e-06|
+|spack|openexr|1.6135511295351797e-06|
+|spack|openjpeg|1.6135511295351797e-06|
+|spack|protobuf|1.6135511295351797e-06|
+|spack|tbb|1.6135511295351797e-06|
+|spack|libwebp|1.6135511295351797e-06|
+|spack|tesseract|1.6135511295351797e-06|
+|spack|leptonica|1.6135511295351797e-06|
+|spack|libdc1394|1.6135511295351797e-06|
+|npm|[cors](https://github.com/expressjs/cors#readme)|1.607218705123291e-06|
+|npm|pretty-hrtime|1.6027403369672942e-06|
+|npm|utf8|1.6027403369672942e-06|
+|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|1.5928075888432732e-06|
+|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|1.5262636273538084e-06|
+|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|1.505981054232835e-06|
+|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|1.505981054232835e-06|
+|pypi|[colorful](https://pypi.org/project/colorful)|1.505981054232835e-06|
+|pypi|[dm-tree](https://pypi.org/project/dm-tree)|1.505981054232835e-06|
+|pypi|[gpustat](https://pypi.org/project/gpustat)|1.505981054232835e-06|
+|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|1.505981054232835e-06|
+|pypi|[opencensus](https://pypi.org/project/opencensus)|1.505981054232835e-06|
+|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|1.505981054232835e-06|
+|pypi|[py-spy](https://pypi.org/project/py-spy)|1.505981054232835e-06|
+|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|1.505981054232835e-06|
+|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|1.505981054232835e-06|
+|pypi|[mercantile](https://github.com/mapbox/mercantile)|1.494920713577806e-06|
+|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.4943965845848897e-06|
+|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|babel-plugin-minify-replace|1.4932363387894047e-06|
+|npm|babel-plugin-minify-numeric-literals|1.4932363387894047e-06|
+|npm|babel-plugin-minify-mangle-names|1.4932363387894047e-06|
+|npm|babel-plugin-minify-infinity|1.4932363387894047e-06|
+|npm|babel-plugin-minify-guarded-expressions|1.4932363387894047e-06|
+|npm|babel-plugin-minify-flip-comparisons|1.4932363387894047e-06|
+|npm|babel-plugin-minify-dead-code-elimination|1.4932363387894047e-06|
+|npm|babel-plugin-minify-constant-folding|1.4932363387894047e-06|
+|npm|babel-plugin-minify-builtins|1.4932363387894047e-06|
+|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|1.4840188305252722e-06|
+|pypi|[zope.testing](https://pypi.org/project/zope.testing)|1.4840188305252722e-06|
+|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|1.4840188305252722e-06|
+|pypi|[pep440](https://pypi.org/project/pep440)|1.4840188305252722e-06|
+|npm|babel-helper-evaluate-path|1.4783039754015106e-06|
+|npm|esutils|1.4783039754015106e-06|
+|npm|babel-helper-is-void-0|1.4783039754015106e-06|
+|cran|whitening|1.4717542120911792e-06|
+|cran|randtoolbox|1.4717542120911792e-06|
+|cran|mc2d|1.4717542120911792e-06|
+|cran|ggExtra|1.4717542120911792e-06|
+|cran|DiceDesign|1.4717542120911792e-06|
+|cran|condMVNorm|1.4717542120911792e-06|
+|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|1.471170182641935e-06|
+|cran|showtextdb|1.4659210399091107e-06|
+|cran|sysfonts|1.4659210399091107e-06|
+|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|1.4570366699702677e-06|
+|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|1.4570366699702677e-06|
+|pypi|[rinohtype](https://pypi.org/project/rinohtype)|1.4570366699702675e-06|
+|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|1.4570366699702675e-06|
+|rubygems|[puma](https://puma.io)|1.4536035457055043e-06|
+|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.4536035457055007e-06|
+|cran|diagram|1.4310181580065128e-06|
+|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|1.4226957383548127e-06|
+|npm|http-errors|1.4159734402043415e-06|
+|pypi|[imgaug](https://github.com/aleju/imgaug)|1.4083772364509035e-06|
+|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|1.40837723645089e-06|
+|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|1.4016706781820903e-06|
+|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|1.4016706781820903e-06|
+|pypi|[bed-reader](https://pypi.org/project/bed-reader)|1.4016706781820903e-06|
+|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|1.4016706781820903e-06|
+|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|1.4016706781820903e-06|
+|pypi|[Eir](https://github.com/mjacob1002/Eir)|1.4016706781820903e-06|
+|pypi|[physical-validation](https://physical-validation.readthedocs.io)|1.4016706781820903e-06|
+|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|1.4016706781820903e-06|
+|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|1.4016706781820903e-06|
+|pypi|[specutils](https://specutils.readthedocs.io/)|1.4016706781820903e-06|
+|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|1.4016706781820903e-06|
+|cran|RISmed|1.4016706781820903e-06|
+|cran|[tidytree](https://yulab-smu.top/treedata-book/)|1.4016706781820903e-06|
+|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|1.4016706781820903e-06|
+|cran|sde|1.4016706781820903e-06|
+|cran|[phylocomr](https://github.com/ropensci/phylocomr)|1.4016706781820903e-06|
+|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|1.4016706781820903e-06|
+|cran|[httr2](https://httr2.r-lib.org)|1.4016706781820903e-06|
+|cran|[itsadug](NA)|1.4016706781820903e-06|
+|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|1.4016706781820903e-06|
+|npm|[path](http://nodejs.org/docs/latest/api/path.html)|1.4016706781820903e-06|
+|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|1.4016706781820903e-06|
+|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|1.4016706781820903e-06|
+|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|1.4016706781820903e-06|
+|spack|[mkl](https://software.intel.com/en-us/intel-mkl)|1.4016706781820903e-06|
+|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|1.4016706781820757e-06|
+|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|1.4016706781820757e-06|
+|pypi|[usort](https://pypi.org/project/usort)|1.3797695738354806e-06|
+|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3698635358694823e-06|
+|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3698635358694823e-06|
+|pypi|[get_version](https://pypi.org/project/get_version)|1.3698635358694823e-06|
+|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3698635358694823e-06|
+|rubygems|[redis](https://github.com/redis/redis-rb)|1.3663344425976541e-06|
+|rubygems|[stackprof](http://github.com/tmm1/stackprof)|1.3663344425976541e-06|
+|go|golang.org/x/sys|1.3614576997116949e-06|
+|pypi|[nodeenv](https://pypi.org/project/nodeenv)|1.3356169474727453e-06|
+|pypi|[identify](https://pypi.org/project/identify)|1.3356169474727453e-06|
+|pypi|[cfgv](https://pypi.org/project/cfgv)|1.3356169474727453e-06|
+|npm|assume|1.3209398381598578e-06|
+|npm|spawn-sync|1.3209398381598578e-06|
+|pypi|[connexion](https://github.com/zalando/connexion)|1.3082259663032585e-06|
+|cran|[contentid](https://github.com/cboettig/contentid)|1.3082259663032585e-06|
+|pypi|[furl](https://pypi.org/project/furl)|1.2848647883335693e-06|
+|pypi|[pyodbc](https://pypi.org/project/pyodbc)|1.2848647883335693e-06|
+|pypi|[pymysql](https://pypi.org/project/pymysql)|1.2848647883335693e-06|
+|pypi|[pg8000](https://pypi.org/project/pg8000)|1.2848647883335693e-06|
+|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|1.2848647883335693e-06|
+|pypi|[flexmock](https://pypi.org/project/flexmock)|1.2848647883335693e-06|
+|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|1.2848647883335693e-06|
+|pypi|[pendulum](https://pypi.org/project/pendulum)|1.2848647883335693e-06|
+|pypi|[intervals](https://pypi.org/project/intervals)|1.2848647883335693e-06|
+|pypi|[colour](https://pypi.org/project/colour)|1.2848647883335693e-06|
+|pypi|[arrow](https://pypi.org/project/arrow)|1.2848647883335693e-06|
+|npm|browserify-middleware|1.2848647883335693e-06|
+|npm|code-mirror|1.2848647883335693e-06|
+|npm|github-basic|1.2848647883335693e-06|
+|npm|handle|1.2848647883335693e-06|
+|npm|highlight-codemirror|1.2848647883335693e-06|
+|npm|inconsolata|1.2848647883335693e-06|
+|npm|jade-code-mirror|1.2848647883335693e-06|
+|npm|jade-highlighter|1.2848647883335693e-06|
+|npm|jstransformer-cdata|1.2848647883335693e-06|
+|npm|jstransformer-coffee-script|1.2848647883335693e-06|
+|npm|jstransformer-less|1.2848647883335693e-06|
+|npm|jstransformer-marked|1.2848647883335693e-06|
+|npm|jstransformer-stylus|1.2848647883335693e-06|
+|npm|jstransformer-verbatim|1.2848647883335693e-06|
+|npm|less|1.2848647883335693e-06|
+|npm|less-file|1.2848647883335693e-06|
+|npm|linify|1.2848647883335693e-06|
+|npm|lsr|1.2848647883335693e-06|
+|npm|marked|1.2848647883335693e-06|
+|npm|pull-request|1.2848647883335693e-06|
+|npm|stop|1.2848647883335693e-06|
+|npm|twbs|1.2848647883335693e-06|
+|npm|character-parser|1.2848647883335693e-06|
+|npm|constantinople|1.2848647883335693e-06|
+|npm|jstransformer|1.2848647883335693e-06|
+|npm|transformers|1.2848647883335693e-06|
+|npm|void-elements|1.2848647883335693e-06|
+|npm|with|1.2848647883335693e-06|
+|rubygems|xpath|1.2533648773937785e-06|
+|rubygems|mini_mime|1.2533648773937785e-06|
+|rubygems|matrix|1.2533648773937785e-06|
+|rubygems|webdrivers|1.2533648773937785e-06|
+|rubygems|sinatra|1.2533648773937785e-06|
+|rubygems|selenium-webdriver|1.2533648773937785e-06|
+|rubygems|selenium_statistics|1.2533648773937785e-06|
+|rubygems|sauce_whisk|1.2533648773937785e-06|
+|rubygems|rubocop-rake|1.2533648773937785e-06|
+|rubygems|rubocop-minitest|1.2533648773937785e-06|
+|rubygems|rspec-instafail|1.2533648773937785e-06|
+|rubygems|launchy|1.2533648773937785e-06|
+|rubygems|irb|1.2533648773937785e-06|
+|rubygems|erubi|1.2533648773937785e-06|
+|rubygems|cucumber|1.2533648773937785e-06|
+|cran|thematic|1.2521408882556986e-06|
+|npm|[request-promise](https://github.com/request/request-promise#readme)|1.2459294917174097e-06|
+|npm|grunt-contrib-clean|1.2389767601787988e-06|
+|npm|grunt-contrib-watch|1.2389767601787988e-06|
+|npm|grunt-eslint|1.2389767601787988e-06|
+|npm|grunt-release|1.2389767601787988e-06|
+|npm|grunt-jsdoc|1.2389767601787988e-06|
+|npm|grunt-mocha-istanbul|1.2389767601787988e-06|
+|npm|help-me-test|1.2389767601787988e-06|
+|npm|require-dir|1.2389767601787988e-06|
+|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|1.238142432394176e-06|
+|pypi|[nodepy](https://github.com/ketch/nodepy)|1.2264618434093185e-06|
+|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|1.2264618434093185e-06|
+|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|1.2264618434093185e-06|
+|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|1.2264618434093185e-06|
+|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|1.2264618434093185e-06|
+|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|1.2264618434093185e-06|
+|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|1.2264618434093185e-06|
+|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|1.2264618434093185e-06|
+|cran|[writexl](https://docs.ropensci.org/writexl)|1.2264618434093185e-06|
+|cran|Rlabkey|1.2264618434093185e-06|
+|cran|[fishtree](https://fishtreeoflife.org/)|1.2264618434093185e-06|
+|cran|[LiblineaR]()|1.2264618434093185e-06|
+|npm|[svgr](https://github.com/smooth-code/svgr#readme)|1.2264618434093185e-06|
+|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|1.2264618434093185e-06|
+|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|1.2264618434093185e-06|
+|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|1.2264618434093162e-06|
+|npm|[daisyui](https://github.com/saadeghi/daisyui)|1.2264618434093162e-06|
+|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|1.2141972249752304e-06|
+|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|1.1903894362502206e-06|
+|pypi|[percy](https://pypi.org/project/percy)|1.1889324112364483e-06|
+|pypi|[diskcache](https://pypi.org/project/diskcache)|1.1889324112364483e-06|
+|pypi|[fire](https://pypi.org/project/fire)|1.1889324112364483e-06|
+|pypi|[preconditions](https://pypi.org/project/preconditions)|1.1889324112364483e-06|
+|pypi|[mimesis](https://pypi.org/project/mimesis)|1.1889324112364483e-06|
+|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|1.1889324112364483e-06|
+|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|1.1889324112364483e-06|
+|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|1.1889324112364483e-06|
+|npm|karma-tap-reporter|1.1660957742859283e-06|
+|npm|karma-spec-reporter|1.1660957742859283e-06|
+|npm|karma-rollup-preprocessor|1.1660957742859283e-06|
+|npm|karma-html-reporter|1.1660957742859283e-06|
+|npm|karma-firefox-launcher|1.1660957742859283e-06|
+|npm|karma-chai-sinon|1.1660957742859283e-06|
+|npm|eslint-plugin-mocha|1.1660957742859283e-06|
+|npm|eslint-config-nfl|1.1660957742859283e-06|
+|npm|cz-conventional-changelog|1.1660957742859283e-06|
+|npm|conventional-changelog-cli|1.1660957742859283e-06|
+|npm|babel-plugin-transform-class-properties|1.1660957742859283e-06|
+|npm|react-side-effect|1.1660957742859283e-06|
+|npm|react-fast-compare|1.1660957742859283e-06|
+|rubygems|webpacker|1.1660957742859283e-06|
+|rubygems|sassc|1.1660957742859283e-06|
+|rubygems|rubocop-discourse|1.1660957742859283e-06|
+|rubygems|mini_racer|1.1660957742859283e-06|
+|rubygems|listen|1.1660957742859283e-06|
+|rubygems|dalli|1.1660957742859283e-06|
+|go|github.com/gorilla/mux|1.1332787521006593e-06|
+|go|golang.org/x/crypto|1.1332787521006593e-06|
+|cran|pheatmap|1.129635908403321e-06|
+|cran|[shinyalert](https://github.com/daattali/shinyalert)|1.129635908403321e-06|
+|npm|tslint-config-semistandard|1.124256689791873e-06|
+|npm|eslint-plugin-dependencies|1.124256689791873e-06|
+|npm|eslint-config-semistandard|1.124256689791873e-06|
+|npm|doctoc|1.124256689791873e-06|
+|npm|snappy|1.124256689791873e-06|
+|npm|optional|1.124256689791873e-06|
+|npm|nested-error-stacks|1.124256689791873e-06|
+|npm|denque|1.124256689791873e-06|
+|npm|buffermaker|1.124256689791873e-06|
+|npm|buffer-crc32|1.124256689791873e-06|
+|npm|binary|1.124256689791873e-06|
+|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|1.1222526671719258e-06|
+|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.103815659068381e-06|
+|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|1.1000991080277433e-06|
+|pypi|[transformers](https://github.com/huggingface/transformers)|1.0901883052527292e-06|
+|pypi|[stanza](https://github.com/stanfordnlp/stanza)|1.0901883052527292e-06|
+|pypi|[easywebdav](http://github.com/amnong/easywebdav)|1.0901883052527292e-06|
+|pypi|[retriever](https://github.com/weecology/retriever)|1.0901883052527292e-06|
+|pypi|[yabox](https://github.com/pablormier/yabox)|1.0901883052527292e-06|
+|pypi|[modAL](https://modAL-python.github.io/)|1.0901883052527292e-06|
+|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|1.0901883052527292e-06|
+|pypi|[dca](https://github.com/theislab/dca)|1.0901883052527292e-06|
+|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|1.0901883052527292e-06|
+|pypi|[injector](https://github.com/alecthomas/injector)|1.0901883052527292e-06|
+|cran|[kinship2](https://cran.r-project.org/package=kinship2)|1.0901883052527292e-06|
+|cran|[corrr](https://github.com/tidymodels/corrr)|1.0901883052527292e-06|
+|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|1.0901883052527292e-06|
+|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|1.0901883052527292e-06|
+|cran|[spocc](https://github.com/ropensci/spocc)|1.0901883052527292e-06|
+|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|1.0901883052527292e-06|
+|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.0901883052527292e-06|
+|cran|treeman|1.0901883052527292e-06|
+|cran|[treemapify](https://wilkox.org/treemapify/)|1.0901883052527292e-06|
+|cran|[restez](https://github.com/ropensci/restez#readme)|1.0901883052527292e-06|
+|cran|[babette](https://docs.ropensci.org/babette/)|1.0901883052527292e-06|
+|npm|[rjsf](https://www.rjsf.io/)|1.0901883052527292e-06|
+|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|1.0901883052527292e-06|
+|npm|[react-sigma](https://github.com/dunnock/react-sigma)|1.0901883052527292e-06|
+|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|1.0901883052527292e-06|
+|npm|[js-sha256](https://github.com/emn178/js-sha256)|1.0901883052527292e-06|
+|pypi|[python-sat](https://github.com/pysathq/pysat)|1.0792864222002048e-06|
+|pypi|[re-assert](https://pypi.org/project/re-assert)|1.0567518705278863e-06|
+|pypi|[devpi-server](https://pypi.org/project/devpi-server)|1.0567518705278863e-06|
+|pypi|[devpi-client](https://pypi.org/project/devpi-client)|1.0567518705278863e-06|
+|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|1.0567518705278863e-06|
+|pypi|[sparse](https://github.com/pydata/sparse/)|1.0056987115956478e-06|
+|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|9.962643897232598e-07|
+|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|9.962643897232598e-07|
+|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|9.962643897232598e-07|
+|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|9.962643897232598e-07|
+|pypi|[nbdime](https://pypi.org/project/nbdime)|9.962643897232598e-07|
+|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|9.962643897232598e-07|
+|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|9.962643897232598e-07|
+|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|9.962643897232598e-07|
+|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|9.962643897232598e-07|
+|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|9.962643897232598e-07|
+|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|9.962643897232598e-07|
+|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|9.962643897232598e-07|
+|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|9.962643897232598e-07|
+|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|9.962643897232598e-07|
+|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|9.962643897232598e-07|
+|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|9.962643897232598e-07|
+|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|9.962643897232598e-07|
+|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|9.962643897232598e-07|
+|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|9.962643897232598e-07|
+|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|9.962643897232598e-07|
+|rubygems|rspec-extra-formatters|9.911814081430391e-07|
+|rubygems|paranoia|9.911814081430391e-07|
+|rubygems|paper_trail|9.911814081430391e-07|
+|rubygems|discard|9.911814081430391e-07|
+|rubygems|database_cleaner|9.911814081430391e-07|
+|rubygems|after_commit_action|9.911814081430391e-07|
+|go|golang.org/x/net|9.910802775024778e-07|
+|pypi|[clldutils](https://github.com/clld/clldutils)|9.811694747274713e-07|
+|pypi|[pypka](https://pypka.org)|9.811694747274713e-07|
+|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|9.811694747274576e-07|
+|pypi|[slab](http://github.com/DrMarc/slab.git)|9.811694747274576e-07|
+|pypi|[louvain](https://github.com/vtraag/louvain-igraph)|9.811694747274576e-07|
+|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|9.811694747274576e-07|
+|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|9.811694747274576e-07|
+|cran|[drat](https://github.com/eddelbuettel/drat)|9.811694747274576e-07|
+|cran|ggm|9.811694747274576e-07|
+|cran|[analogue](https://github.com/gavinsimpson/analogue)|9.811694747274576e-07|
+|cran|googlePolylines|9.811694747274576e-07|
+|cran|[C50](https://topepo.github.io/C5.0/)|9.811694747274576e-07|
+|cran|[scrapeR](http://www.ryanacton.com)|9.811694747274576e-07|
+|cran|[jmvcore](https://www.jamovi.org)|9.811694747274576e-07|
+|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|9.811694747274576e-07|
+|cran|[cowsay](https://github.com/sckott/cowsay)|9.811694747274438e-07|
+|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|9.811694747274438e-07|
+|cran|[osmdata](https://docs.ropensci.org/osmdata/)|9.811694747274438e-07|
+|go|github.com/opencontainers/go-digest|9.1547157483558e-07|
+|go|github.com/opencontainers/image-spec|9.1547157483558e-07|
+|go|github.com/spf13/cobra|9.1547157483558e-07|
+|pypi|[grpcio-reflection](https://grpc.io)|9.075817641229007e-07|
+|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|8.919722497522417e-07|
+|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|8.91972249752228e-07|
+|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|8.91972249752228e-07|
+|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|8.91972249752228e-07|
+|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|8.91972249752228e-07|
+|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|8.91972249752228e-07|
+|pypi|[overrides](https://github.com/mkorpela/overrides)|8.91972249752228e-07|
+|pypi|[FitBenchmarking](http://fitbenchmarking.com)|8.91972249752228e-07|
+|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|8.91972249752228e-07|
+|cran|[BFpack](https://github.com/jomulder/BFpack)|8.91972249752228e-07|
+|cran|[haldensify](https://github.com/nhejazi/haldensify)|8.91972249752228e-07|
+|cran|lspline|8.91972249752228e-07|
+|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|8.91972249752228e-07|
+|cran|[sofa](https://github.com/ropensci/sofa)|8.91972249752228e-07|
+|cran|[elastic](https://docs.ropensci.org/elastic)|8.91972249752228e-07|
+|cran|[mongolite](https://github.com/jeroen/mongolite/)|8.91972249752228e-07|
+|cran|pbs|8.91972249752228e-07|
+|cran|[keyATM](https://keyatm.github.io/keyATM/)|8.91972249752228e-07|
+|cran|[irr](https://www.r-project.org)|8.91972249752228e-07|
+|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|8.91972249752228e-07|
+|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|8.91972249752228e-07|
+|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|8.91972249752228e-07|
+|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|8.91972249752228e-07|
+|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|8.312685827552058e-07|
+|pypi|[lightkurve](https://docs.lightkurve.org)|8.176412289395503e-07|
+|pypi|[k2sc](https://github.com/OxES/k2sc)|8.176412289395503e-07|
+|pypi|[pyro-ppl](http://pyro.ai)|8.176412289395503e-07|
+|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|8.176412289395503e-07|
+|pypi|[octopuspy](https://github.com/afatt/octopuspy)|8.176412289395503e-07|
+|pypi|[adjustText](https://github.com/Phlya/adjustText)|8.176412289395503e-07|
+|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|8.176412289395503e-07|
+|pypi|[iScore](https://github.com/DeepRank/iScore)|8.176412289395503e-07|
+|pypi|[deeprank](https://github.com/DeepRank/deeprank)|8.176412289395503e-07|
+|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|8.176412289395503e-07|
+|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|8.176412289395503e-07|
+|cran|rCAT|8.176412289395503e-07|
+|cran|rje|8.176412289395503e-07|
+|cran|[usefun](https://github.com/bblodfon/usefun)|8.176412289395503e-07|
+|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|8.176412289395503e-07|
+|cran|[strex](https://rorynolan.github.io/strex/)|8.176412289395503e-07|
+|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|8.176412289395503e-07|
+|pypi|[pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning)|8.176412289395365e-07|
+|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|8.094648166501486e-07|
+|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|8.094648166501486e-07|
+|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|8.094648166501486e-07|
+|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|7.849355797819633e-07|
+|pypi|[geopy](https://github.com/geopy/geopy)|7.821052832202533e-07|
+|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|7.547457497903669e-07|
+|cran|[odin](https://github.com/mrc-ide/odin)|7.547457497903669e-07|
+|cran|[repr](https://github.com/IRkernel/repr/)|7.547457497903669e-07|
+|pypi|[healpy](http://github.com/healpy)|7.547457497903531e-07|
+|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|7.547457497903531e-07|
+|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|7.547457497903531e-07|
+|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|7.547457497903531e-07|
+|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|7.547457497903531e-07|
+|cran|[pwr](https://github.com/heliosdrm/pwr)|7.547457497903531e-07|
+|cran|[waiter](https://waiter.john-coene.com/)|7.547457497903531e-07|
+|cran|[likert](http://jason.bryer.org/likert)|7.547457497903531e-07|
+|cran|R2jags|7.547457497903531e-07|
+|cran|[bib2df](https://github.com/ropensci/bib2df)|7.547457497903531e-07|
+|cran|[plumber](https://www.rplumber.io)|7.547457497903531e-07|
+|cran|[tictoc](https://github.com/collectivemedia/tictoc)|7.547457497903531e-07|
+|npm|[aws-amplify](https://aws-amplify.github.io/)|7.547457497903484e-07|
+|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|7.547457497903484e-07|
+|pypi|[outcome](https://github.com/python-trio/outcome)|7.466232479116455e-07|
+|pypi|[plotnine](https://github.com/has2k1/plotnine)|7.008353390910451e-07|
+|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|7.008353390910451e-07|
+|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|7.008353390910451e-07|
+|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|7.008353390910451e-07|
+|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|7.008353390910451e-07|
+|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|7.008353390910451e-07|
+|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|7.008353390910451e-07|
+|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|7.008353390910451e-07|
+|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|7.008353390910451e-07|
+|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|7.008353390910451e-07|
+|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|7.008353390910451e-07|
+|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|7.008353390910451e-07|
+|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|7.008353390910451e-07|
+|cran|[depmixS4](https://depmix.github.io/)|7.008353390910451e-07|
+|cran|GeoLight|7.008353390910451e-07|
+|cran|[outsider](https://github.com/ropensci/outsider#readme)|7.008353390910451e-07|
+|cran|[anomalize](https://github.com/business-science/anomalize)|7.008353390910451e-07|
+|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|7.008353390910451e-07|
+|npm|[cpx](https://github.com/mysticatea/cpx)|7.008353390910451e-07|
+|npm|tls|7.008353390910451e-07|
+|spack|[opencv](https://opencv.org/)|7.008353390910451e-07|
+|go|github.com/docker/distribution|6.872926272245444e-07|
+|go|github.com/sirupsen/logrus|6.872926272245444e-07|
+|go|golang.org/x/sync|6.872926272245444e-07|
+|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|6.541129831516353e-07|
+|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|6.541129831516353e-07|
+|npm|[cesium](http://cesium.com/cesiumjs/)|6.541129831516353e-07|
+|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|6.541129831516293e-07|
+|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|6.541129831516293e-07|
+|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|6.541129831516293e-07|
+|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|6.541129831516293e-07|
+|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|6.541129831516293e-07|
+|cran|[iotools](http://www.rforge.net/iotools)|6.541129831516293e-07|
+|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|6.541129831516293e-07|
+|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|6.475718533201174e-07|
+|cran|[biomartr](https://docs.ropensci.org/biomartr/)|6.132309217046661e-07|
+|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|6.132309217046593e-07|
+|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|6.132309217046593e-07|
+|pypi|[pebble](https://github.com/noxdafox/pebble)|6.132309217046593e-07|
+|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|6.132309217046593e-07|
+|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|6.132309217046593e-07|
+|pypi|[frites](https://github.com/brainets/frites)|6.132309217046593e-07|
+|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|6.132309217046593e-07|
+|pypi|[pirecorder](https://github.com/jollejolles)|6.132309217046593e-07|
+|pypi|[elmada](https://github.com/DrafProject/elmada)|6.132309217046593e-07|
+|cran|[UNF](https://github.com/leeper/UNF)|6.132309217046593e-07|
+|cran|[BSDA](https://github.com/alanarnholt/BSDA)|6.132309217046593e-07|
+|cran|ggnewscale|6.132309217046593e-07|
+|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|6.132309217046593e-07|
+|cran|[scattermore](https://github.com/exaexa/scattermore)|6.132309217046593e-07|
+|cran|[esquisse](https://dreamrs.github.io/esquisse/)|6.132309217046593e-07|
+|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|6.132309217046593e-07|
+|cran|randomcoloR|6.132309217046593e-07|
+|cran|[dplR](https://github.com/AndyBunn/dplR)|6.132309217046593e-07|
+|cran|[lunar](http://statistics.lazaridis.eu)|6.132309217046593e-07|
+|cran|[sortable](https://rstudio.github.io/sortable/)|6.132309217046593e-07|
+|cran|[rplos](https://docs.ropensci.org/rplos)|6.132309217046593e-07|
+|cran|[microdemic](https://github.com/ropensci/microdemic)|6.132309217046593e-07|
+|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|6.132309217046593e-07|
+|cran|[codemeta](https://github.com/cboettig/codemeta)|6.132309217046593e-07|
+|cran|[osmextract](https://docs.ropensci.org/osmextract/)|6.132309217046593e-07|
+|cran|[smoothr](https://strimas.com/smoothr/)|6.132309217046593e-07|
+|npm|express-flash|6.132309217046593e-07|
+|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|6.132309217046593e-07|
+|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|6.132309217046581e-07|
+|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|6.070986124876083e-07|
+|go|github.com/davecgh/go-spew|5.881845994742965e-07|
+|go|github.com/onsi/ginkgo|5.881845994742965e-07|
+|go|github.com/onsi/gomega|5.881845994742965e-07|
+|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|5.771585145455681e-07|
+|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|5.771585145455612e-07|
+|pypi|[pygmsh](https://pypi.org/project/pygmsh)|5.771585145455612e-07|
+|pypi|[pacopy](https://github.com/sigma-py/pacopy)|5.771585145455612e-07|
+|pypi|[dmsh](https://pypi.org/project/dmsh)|5.771585145455612e-07|
+|pypi|[glvis](https://github.com/glvis/pyglvis)|5.771585145455612e-07|
+|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|5.771585145455612e-07|
+|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|5.771585145455612e-07|
+|pypi|[PyGithub](https://github.com/pygithub/pygithub)|5.771585145455612e-07|
+|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|5.771585145455612e-07|
+|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|5.771585145455612e-07|
+|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|5.771585145455612e-07|
+|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|5.771585145455612e-07|
+|npm|[root](https://github.com/mafintosh/root#readme)|5.771585145455612e-07|
+|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|5.771585145455544e-07|
+|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|5.771585145455544e-07|
+|cran|[wpp2015](http://esa.un.org/wpp)|5.713869294001039e-07|
+|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|5.450941526263646e-07|
+|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|5.450941526263646e-07|
+|pypi|[pymunk](http://www.pymunk.org)|5.450941526263646e-07|
+|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|5.450941526263646e-07|
+|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|5.450941526263646e-07|
+|cran|[FedData](https://github.com/ropensci/FedData)|5.450941526263646e-07|
+|cran|[uwot](https://github.com/jlmelville/uwot)|5.450941526263646e-07|
+|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|5.450941526263646e-07|
+|cran|smoother|5.450941526263646e-07|
+|cran|[ptw](https://github.com/rwehrens/ptw)|5.450941526263646e-07|
+|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|5.450941526263646e-07|
+|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|5.450941526263646e-07|
+|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|5.450941526263646e-07|
+|npm|[ltd](https://github.com/overlandjs/ltd#readme)|5.450941526263646e-07|
+|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|5.450941526263646e-07|
+|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|5.450941526263646e-07|
+|go|github.com/bradfitz/gomemcache|5.450941526263628e-07|
+|go|github.com/docker/libtrust|5.450941526263628e-07|
+|go|github.com/phayes/permbits|5.450941526263628e-07|
+|go|github.com/spf13/afero|5.450941526263628e-07|
+|go|github.com/spf13/viper|5.450941526263628e-07|
+|go|github.com/sylabs/sif|5.450941526263628e-07|
+|go|github.com/vmihailenco/msgpack|5.450941526263628e-07|
+|go|google.golang.org/appengine|5.450941526263628e-07|
+|cran|[longitudinalData](http:www.r-project.org)|5.396432111001024e-07|
+|pypi|[sos-bash](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-matlab](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|5.164049866986619e-07|
+|pypi|[sos-julia](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-javascript](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-r](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|5.164049866986619e-07|
+|pypi|[chart-studio](https://plot.ly/python/)|5.164049866986619e-07|
+|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|5.164049866986619e-07|
+|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|5.164049866986619e-07|
+|cran|[nabor](https://github.com/jefferis/nabor)|5.164049866986619e-07|
+|cran|shinyhelper|5.164049866986619e-07|
+|cran|[bsplus](https://github.com/ijlyttle/bsplus)|5.164049866986619e-07|
+|cran|[turner](http://www.gastonsanchez.com)|5.164049866986619e-07|
+|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|5.164049866986619e-07|
+|cran|[blocksdesign]()|5.164049866986619e-07|
+|cran|[sensitivity](NA)|4.905847373637288e-07|
+|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|4.905847373637288e-07|
+|pypi|[rsudp](https://github.com/raspishake/rsudp)|4.672235593940278e-07|
+|cran|[summarytools](https://github.com/dcomtois/summarytools)|4.672235593940278e-07|
+|cran|[pastecs](https://github.com/phgrosjean/pastecs)|4.672235593940278e-07|
+|cran|[desplot](https://kwstat.github.io/desplot/)|4.672235593940278e-07|
+|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|4.672235593940278e-07|
+|cran|PairedData|4.672235593940278e-07|
+|go|github.com/antchfx/jsonquery|4.4598612487611493e-07|
+|go|github.com/bhmj/jsonslice|4.4598612487611493e-07|
+|go|github.com/codegangsta/negroni|4.4598612487611493e-07|
+|go|github.com/evanphx/json-patch/v5|4.4598612487611493e-07|
+|go|github.com/gorilla/context|4.4598612487611493e-07|
+|go|github.com/grandcat/zeroconf|4.4598612487611493e-07|
+|go|github.com/justinas/alice|4.4598612487611493e-07|
+|go|github.com/kelseyhightower/envconfig|4.4598612487611493e-07|
+|go|github.com/linksmart/go-sec|4.4598612487611493e-07|
+|go|github.com/linksmart/service-catalog/v3|4.4598612487611493e-07|
+|go|github.com/miekg/dns|4.4598612487611493e-07|
+|go|github.com/rs/cors|4.4598612487611493e-07|
+|go|github.com/satori/go.uuid|4.4598612487611493e-07|
+|go|github.com/syndtr/goleveldb|4.4598612487611493e-07|
+|go|github.com/xeipuuv/gojsonschema|4.4598612487611493e-07|
+|pypi|[starry-process](https://github.com/rodluger/starry_process)|4.45986124876114e-07|
+|cran|harmonicmeanp|4.45986124876114e-07|
+|cran|NBPSeq|4.45986124876114e-07|
+|cran|[rmdformats](https://github.com/juba/rmdformats)|4.45986124876114e-07|
+|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|4.415262636273552e-07|
+|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.265954237945426e-07|
+|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.265954237945426e-07|
+|cran|[coloc](https://github.com/chr1swallace/coloc)|4.265954237945426e-07|
+|cran|[dams](https://github.com/jsta/dams)|4.265954237945426e-07|
+|cran|[reservoir](https://cran.r-project.org/package=reservoir)|4.265954237945426e-07|
+|pypi|[yte](https://github.com/koesterlab/yte)|4.0882061446977515e-07|
+|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|4.0882061446977515e-07|
+|pypi|[retry](https://github.com/invl/retry)|4.0882061446977515e-07|
+|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|4.0882061446977515e-07|
+|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|4.0882061446977515e-07|
+|pypi|[Pyside6](https://www.pyside.org)|4.0882061446977515e-07|
+|pypi|[pyqtgraph](http://www.pyqtgraph.org)|4.0882061446977515e-07|
+|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.0882061446977515e-07|
+|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|4.0882061446977515e-07|
+|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|4.0882061446977515e-07|
+|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|4.0882061446977515e-07|
+|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|4.0882061446977515e-07|
+|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|4.0882061446977515e-07|
+|cran|[ucminf](NA)|4.047324083250768e-07|
+|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|3.9246778989098855e-07|
+|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|3.9246778989098855e-07|
+|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|3.9246778989098167e-07|
+|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|3.9246778989098167e-07|
+|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|3.9246778989098167e-07|
+|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.9246778989098167e-07|
+|pypi|[ncempy](https://github.com/ercius/openNCEM)|3.9246778989098167e-07|
+|pypi|[atlite](https://github.com/PyPSA/atlite)|3.9246778989098167e-07|
+|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|3.9246778989098167e-07|
+|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|3.9246778989098167e-07|
+|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|3.9246778989098167e-07|
+|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|3.9246778989098167e-07|
+|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|3.9246778989098167e-07|
+|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|3.9246778989098167e-07|
+|rubygems|[capybara](https://github.com/teamcapybara/capybara)|3.9246778989098167e-07|
+|pypi|[amqp](http://github.com/celery/py-amqp)|3.788784948007131e-07|
+|pypi|[python-box](https://github.com/cdgriffith/Box)|3.7737287489517655e-07|
+|npm|[benchmark](https://benchmarkjs.com/)|3.7737287489517655e-07|
+|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|3.7737287489517655e-07|
+|npm|[download](https://github.com/kevva/download#readme)|3.7737287489517655e-07|
+|npm|[ftp](https://github.com/mscdex/node-ftp)|3.7737287489517655e-07|
+|npm|pipeline|3.7737287489517655e-07|
+|pypi|[fspath](https://github.com/return42/fspath)|3.7359914614622524e-07|
+|go|github.com/containernetworking/cni|3.703774222092171e-07|
+|go|github.com/containernetworking/plugins|3.703774222092171e-07|
+|go|github.com/containers/common|3.703774222092171e-07|
+|go|github.com/containers/image/v5|3.703774222092171e-07|
+|go|github.com/cyphar/filepath-securejoin|3.703774222092171e-07|
+|go|github.com/docker/docker|3.703774222092171e-07|
+|go|github.com/google/uuid|3.703774222092171e-07|
+|go|github.com/moby/term|3.703774222092171e-07|
+|go|github.com/opencontainers/runc|3.703774222092171e-07|
+|go|github.com/opencontainers/runtime-spec|3.703774222092171e-07|
+|go|github.com/opencontainers/runtime-tools|3.703774222092171e-07|
+|go|github.com/opencontainers/selinux|3.703774222092171e-07|
+|go|github.com/pkg/errors|3.703774222092171e-07|
+|go|github.com/spf13/pflag|3.703774222092171e-07|
+|go|gopkg.in/yaml.v2|3.703774222092171e-07|
+|pypi|[geobo](https://github.com/sebhaan/geobo)|3.633961017509097e-07|
+|pypi|[scikit_image](https://scikit-image.org)|3.633961017509097e-07|
+|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|3.633961017509097e-07|
+|pypi|[webargs](https://github.com/marshmallow-code/webargs)|3.5041766954552257e-07|
+|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|3.5041766954552257e-07|
+|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|3.5041766954552257e-07|
+|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|3.5041766954552257e-07|
+|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|3.5041766954552257e-07|
+|npm|[zeit](https://github.com/daviddenton/zeit#readme)|3.5041766954552257e-07|
+|cran|[audio](http://www.rforge.net/audio/)|3.4691349285006187e-07|
+|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|3.3833430163015754e-07|
+|npm|[sendgrid](https://sendgrid.com)|3.325998219415116e-07|
+|npm|[stoplight](https://github.com/andrewhao/stoplight)|3.325998219415116e-07|
+|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|3.325998219415116e-07|
+|npm|[cron](https://github.com/kelektiv/node-cron#readme)|3.325998219415116e-07|
+|npm|[email-validator](http://github.com/manishsaraan/email-validator)|3.325998219415116e-07|
+|pypi|[sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling)|3.0661546085232963e-07|
+|pypi|[nixio](https://github.com/G-Node/nixpy)|3.035493062438076e-07|
+|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|3.035493062438076e-07|
+|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|2.9732408325074495e-07|
+|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|2.9732408325074495e-07|
+|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|2.9732408325074495e-07|
+|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|2.9732408325074495e-07|
+|npm|[url](https://github.com/defunctzombie/node-url#readme)|2.9732408325074495e-07|
+|npm|[method-override](https://github.com/expressjs/method-override#readme)|2.973240832507415e-07|
+|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|2.885792572727806e-07|
+|npm|[dedent](https://github.com/dmnd/dedent)|2.7753079428005227e-07|
+|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|2.698216055500512e-07|
+|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|2.5820249334933096e-07|
+|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|2.5820249334933096e-07|
+|pypi|[apache-libcloud](https://libcloud.apache.org/)|2.523007220727754e-07|
+|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|2.515819165967821e-07|
+|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|2.515819165967821e-07|
+|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|2.515819165967821e-07|
+|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|2.515819165967821e-07|
+|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|2.515819165967821e-07|
+|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|2.452923686818644e-07|
+|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|2.4283944499504403e-07|
+|pypi|[convertdate](https://github.com/fitnr/convertdate)|2.4283944499504403e-07|
+|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|2.3930962798230306e-07|
+|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|2.336117796970139e-07|
+|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|2.281789476110356e-07|
+|go|github.com/Netflix/go-expect|2.2817894761103555e-07|
+|go|github.com/ProtonMail/go-crypto|2.2817894761103555e-07|
+|go|github.com/adigunhammedolalekan/registry-auth|2.2817894761103555e-07|
+|go|github.com/apex/log|2.2817894761103555e-07|
+|go|github.com/blang/semver/v4|2.2817894761103555e-07|
+|go|github.com/buger/jsonparser|2.2817894761103555e-07|
+|go|github.com/containerd/containerd|2.2817894761103555e-07|
+|go|github.com/fatih/color|2.2817894761103555e-07|
+|go|github.com/go-log/log|2.2817894761103555e-07|
+|go|github.com/gosimple/slug|2.2817894761103555e-07|
+|go|github.com/opencontainers/umoci|2.2817894761103555e-07|
+|go|github.com/pelletier/go-toml|2.2817894761103555e-07|
+|go|github.com/seccomp/libseccomp-golang|2.2817894761103555e-07|
+|go|github.com/sylabs/json-resp|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-build-client|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-key-client|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-library-client|2.2817894761103555e-07|
+|go|github.com/sylabs/sif/v2|2.2817894761103555e-07|
+|go|github.com/vbauerster/mpb/v4|2.2817894761103555e-07|
+|go|github.com/vbauerster/mpb/v6|2.2817894761103555e-07|
+|go|golang.org/x/term|2.2817894761103555e-07|
+|go|gotest.tools/v3|2.2817894761103555e-07|
+|go|mvdan.cc/sh/v3|2.2817894761103555e-07|
+|go|oras.land/oras-go|2.2817894761103555e-07|
+|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|2.1803766105054653e-07|
+|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|2.1803766105054653e-07|
+|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|2.1803766105054653e-07|
+|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|2.1803766105054653e-07|
+|pypi|[django-rq](https://github.com/rq/django-rq)|2.1803766105054653e-07|
+|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|2.1803766105054653e-07|
+|pypi|[google](http://breakingcode.wordpress.com/)|2.1803766105054653e-07|
+|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|2.0023866831172568e-07|
+|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|2.0023866831172568e-07|
+|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|2.0023866831172568e-07|
+|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|2.0023866831172568e-07|
+|rubygems|[image_processing](https://github.com/janko/image_processing)|2.0023866831172568e-07|
+|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|2.0023866831172568e-07|
+|rubygems|[rotp](https://github.com/mdp/rotp)|2.0023866831172568e-07|
+|rubygems|[sass-rails](https://github.com/rails/sass-rails)|2.0023866831172568e-07|
+|rubygems|[tzinfo-data](https://tzinfo.github.io)|2.0023866831172568e-07|
+|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|2.0023866831172568e-07|
+|rubygems|[groupdate](https://github.com/ankane/groupdate)|2.0023866831172568e-07|
+|rubygems|[diffy](http://github.com/samg/diffy)|2.0023866831172568e-07|
+|rubygems|[jbuilder](https://github.com/rails/jbuilder)|2.0023866831172568e-07|
+|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|2.0023866831172568e-07|
+|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|2.0023866831172568e-07|
+|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|2.0023866831172568e-07|
+|rubygems|[whenever](https://github.com/javan/whenever)|2.0023866831172568e-07|
+|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|2.0023866831172568e-07|
+|rubygems|[rack-mini-profiler](https://miniprofiler.com)|2.0023866831172568e-07|
+|rubygems|[thwait](https://github.com/ruby/thwait)|2.0023866831172568e-07|
+|rubygems|[rmagick](https://github.com/rmagick/rmagick)|2.0023866831172568e-07|
+|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|2.0023866831172568e-07|
+|rubygems|[spring](https://github.com/rails/spring)|2.0023866831172568e-07|
+|rubygems|[web-console](https://github.com/rails/web-console)|2.0023866831172568e-07|
+|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|2.0023866831172224e-07|
+|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|2.0023866831172224e-07|
+|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|2.0023866831172224e-07|
+|rubygems|[devise](https://github.com/heartcombo/devise)|2.0023866831172224e-07|
+|rubygems|[omniauth](https://github.com/omniauth/omniauth)|2.0023866831172224e-07|
+|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|2.0023866831172224e-07|
+|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|2.0023866831172224e-07|
+|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|2.0023866831172224e-07|
+|cran|[enviPick](NA)|1.9623389494549083e-07|
+|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|1.8512631598631133e-07|
+|npm|[vx](https://github.com/vxjs/vx)|1.7520883477276128e-07|
+|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.662999109707558e-07|
+|npm|[aproba](https://github.com/iarna/aproba)|1.662999109707558e-07|
+|npm|[chownr](https://github.com/isaacs/chownr#readme)|1.662999109707558e-07|
+|npm|concat-map|1.662999109707558e-07|
+|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|1.662999109707558e-07|
+|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|1.662999109707558e-07|
+|pypi|[sphinx-tabs](https://github.com/executablebooks/sphinx-tabs)|1.6189296333002935e-07|
+|pypi|[flowTorch](https://flowtorch.ai/users)|1.5330773042616481e-07|
+|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.4717542120911728e-07|
+|go|github.com/BurntSushi/toml|1.4219847459818156e-07|
+|go|github.com/blang/semver|1.4219847459818156e-07|
+|go|github.com/buger/goterm|1.4219847459818156e-07|
+|go|github.com/checkpoint-restore/checkpointctl|1.4219847459818156e-07|
+|go|github.com/checkpoint-restore/go-criu/v5|1.4219847459818156e-07|
+|go|github.com/container-orchestrated-devices/container-device-interface|1.4219847459818156e-07|
+|go|github.com/containers/buildah|1.4219847459818156e-07|
+|go|github.com/containers/conmon|1.4219847459818156e-07|
+|go|github.com/containers/ocicrypt|1.4219847459818156e-07|
+|go|github.com/containers/psgo|1.4219847459818156e-07|
+|go|github.com/containers/storage|1.4219847459818156e-07|
+|go|github.com/coreos/go-systemd/v22|1.4219847459818156e-07|
+|go|github.com/coreos/stream-metadata-go|1.4219847459818156e-07|
+|go|github.com/digitalocean/go-qemu|1.4219847459818156e-07|
+|go|github.com/docker/go-connections|1.4219847459818156e-07|
+|go|github.com/docker/go-plugins-helpers|1.4219847459818156e-07|
+|go|github.com/docker/go-units|1.4219847459818156e-07|
+|go|github.com/dtylman/scp|1.4219847459818156e-07|
+|go|github.com/fsnotify/fsnotify|1.4219847459818156e-07|
+|go|github.com/ghodss/yaml|1.4219847459818156e-07|
+|go|github.com/godbus/dbus/v5|1.4219847459818156e-07|
+|go|github.com/google/gofuzz|1.4219847459818156e-07|
+|go|github.com/google/shlex|1.4219847459818156e-07|
+|go|github.com/gorilla/handlers|1.4219847459818156e-07|
+|go|github.com/gorilla/schema|1.4219847459818156e-07|
+|go|github.com/hashicorp/go-multierror|1.4219847459818156e-07|
+|go|github.com/json-iterator/go|1.4219847459818156e-07|
+|go|github.com/mattn/go-isatty|1.4219847459818156e-07|
+|go|github.com/mrunalp/fileutils|1.4219847459818156e-07|
+|go|github.com/nxadm/tail|1.4219847459818156e-07|
+|go|github.com/pmezard/go-difflib|1.4219847459818156e-07|
+|go|github.com/rootless-containers/rootlesskit|1.4219847459818156e-07|
+|go|github.com/stretchr/testify|1.4219847459818156e-07|
+|go|github.com/syndtr/gocapability|1.4219847459818156e-07|
+|go|github.com/uber/jaeger-client-go|1.4219847459818156e-07|
+|go|github.com/ulikunitz/xz|1.4219847459818156e-07|
+|go|github.com/vbauerster/mpb/v7|1.4219847459818156e-07|
+|go|github.com/vishvananda/netlink|1.4219847459818156e-07|
+|go|go.etcd.io/bbolt|1.4219847459818156e-07|
+|go|golang.org/x/text|1.4219847459818156e-07|
+|go|google.golang.org/protobuf|1.4219847459818156e-07|
+|go|gopkg.in/inf.v0|1.4219847459818156e-07|
+|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|1.3819288376442952e-07|
+|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|1.3819288376442952e-07|
+|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|1.3819288376442952e-07|
+|pypi|[heat](https://github.com/helmholtz-analytics/heat)|1.3819288376442952e-07|
+|pypi|[duecredit](https://github.com/duecredit/duecredit)|1.3819288376442952e-07|
+|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|1.349108027750256e-07|
+|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|1.1821318972619938e-07|
+|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|1.1427738588002183e-07|
+|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|9.911814081430413e-08|
+|npm|text-table|9.339978653655631e-08|
+|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|9.275565007768333e-08|
+|pypi|[typeguard](https://pypi.org/project/typeguard)|8.99405351833504e-08|
+|pypi|[pika](https://pika.readthedocs.io)|8.44658939113207e-08|
+|npm|[utfx](https://github.com/dcodeIO/utfx)|8.094648166501467e-08|
+|pypi|[scikit-misc](https://github.com/has2k1/scikit-misc)|6.938269857001307e-08|
+|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|6.167350984001113e-08|
+|cran|[uroot](https://jalobe.com)|6.033278136522883e-08|
+|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|1.4932363387893994e-08|
+|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|1.4932363387893994e-08|
+|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|1.4932363387893994e-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/go.md b/pages/go.md
index a2c5156d..5103261d 100644
--- a/pages/go.md
+++ b/pages/go.md
@@ -9,128 +9,128 @@ tipue_search_active: true
|Manager|Name|Credit|
|-------|----|------|
-|go.mod|github/linksmart/thing-directory|1.081081081081081e-05|
-|go.mod|github/sylabs/singularity|1.081081081081081e-05|
-|go.mod|github/jasonyangshadow/lpmx|1.081081081081081e-05|
-|go.mod|github/containers/podman|1.081081081081081e-05|
-|go.mod|github/mlpack/mlpack|1.081081081081081e-05|
-|go|golang.org/x/sys|1.4850927773071353e-06|
-|go|github.com/gorilla/mux|1.2361927144535842e-06|
-|go|golang.org/x/crypto|1.2361927144535842e-06|
-|go|golang.org/x/net|1.0810810810810812e-06|
-|go|github.com/opencontainers/go-digest|9.98606290820649e-07|
-|go|github.com/opencontainers/image-spec|9.98606290820649e-07|
-|go|github.com/spf13/cobra|9.98606290820649e-07|
-|go|github.com/docker/distribution|7.497062279670976e-07|
-|go|github.com/sirupsen/logrus|7.497062279670976e-07|
-|go|golang.org/x/sync|7.497062279670976e-07|
-|go|github.com/davecgh/go-spew|6.415981198589894e-07|
-|go|github.com/onsi/ginkgo|6.415981198589894e-07|
-|go|github.com/onsi/gomega|6.415981198589894e-07|
-|go|github.com/bradfitz/gomemcache|5.945945945945947e-07|
-|go|github.com/docker/libtrust|5.945945945945947e-07|
-|go|github.com/phayes/permbits|5.945945945945947e-07|
-|go|github.com/spf13/afero|5.945945945945947e-07|
-|go|github.com/spf13/viper|5.945945945945947e-07|
-|go|github.com/sylabs/sif|5.945945945945947e-07|
-|go|github.com/vmihailenco/msgpack|5.945945945945947e-07|
-|go|google.golang.org/appengine|5.945945945945947e-07|
-|go|github.com/antchfx/jsonquery|4.864864864864865e-07|
-|go|github.com/bhmj/jsonslice|4.864864864864865e-07|
-|go|github.com/codegangsta/negroni|4.864864864864865e-07|
-|go|github.com/evanphx/json-patch/v5|4.864864864864865e-07|
-|go|github.com/gorilla/context|4.864864864864865e-07|
-|go|github.com/grandcat/zeroconf|4.864864864864865e-07|
-|go|github.com/justinas/alice|4.864864864864865e-07|
-|go|github.com/kelseyhightower/envconfig|4.864864864864865e-07|
-|go|github.com/linksmart/go-sec|4.864864864864865e-07|
-|go|github.com/linksmart/service-catalog/v3|4.864864864864865e-07|
-|go|github.com/miekg/dns|4.864864864864865e-07|
-|go|github.com/rs/cors|4.864864864864865e-07|
-|go|github.com/satori/go.uuid|4.864864864864865e-07|
-|go|github.com/syndtr/goleveldb|4.864864864864865e-07|
-|go|github.com/xeipuuv/gojsonschema|4.864864864864865e-07|
-|go|github.com/containernetworking/cni|4.0401169622605413e-07|
-|go|github.com/containernetworking/plugins|4.0401169622605413e-07|
-|go|github.com/containers/common|4.0401169622605413e-07|
-|go|github.com/containers/image/v5|4.0401169622605413e-07|
-|go|github.com/cyphar/filepath-securejoin|4.0401169622605413e-07|
-|go|github.com/docker/docker|4.0401169622605413e-07|
-|go|github.com/google/uuid|4.0401169622605413e-07|
-|go|github.com/moby/term|4.0401169622605413e-07|
-|go|github.com/opencontainers/runc|4.0401169622605413e-07|
-|go|github.com/opencontainers/runtime-spec|4.0401169622605413e-07|
-|go|github.com/opencontainers/runtime-tools|4.0401169622605413e-07|
-|go|github.com/opencontainers/selinux|4.0401169622605413e-07|
-|go|github.com/pkg/errors|4.0401169622605413e-07|
-|go|github.com/spf13/pflag|4.0401169622605413e-07|
-|go|gopkg.in/yaml.v2|4.0401169622605413e-07|
-|go|github.com/Netflix/go-expect|2.489000628535512e-07|
-|go|github.com/ProtonMail/go-crypto|2.489000628535512e-07|
-|go|github.com/adigunhammedolalekan/registry-auth|2.489000628535512e-07|
-|go|github.com/apex/log|2.489000628535512e-07|
-|go|github.com/blang/semver/v4|2.489000628535512e-07|
-|go|github.com/buger/jsonparser|2.489000628535512e-07|
-|go|github.com/containerd/containerd|2.489000628535512e-07|
-|go|github.com/fatih/color|2.489000628535512e-07|
-|go|github.com/go-log/log|2.489000628535512e-07|
-|go|github.com/gosimple/slug|2.489000628535512e-07|
-|go|github.com/opencontainers/umoci|2.489000628535512e-07|
-|go|github.com/pelletier/go-toml|2.489000628535512e-07|
-|go|github.com/seccomp/libseccomp-golang|2.489000628535512e-07|
-|go|github.com/sylabs/json-resp|2.489000628535512e-07|
-|go|github.com/sylabs/scs-build-client|2.489000628535512e-07|
-|go|github.com/sylabs/scs-key-client|2.489000628535512e-07|
-|go|github.com/sylabs/scs-library-client|2.489000628535512e-07|
-|go|github.com/sylabs/sif/v2|2.489000628535512e-07|
-|go|github.com/vbauerster/mpb/v4|2.489000628535512e-07|
-|go|github.com/vbauerster/mpb/v6|2.489000628535512e-07|
-|go|golang.org/x/term|2.489000628535512e-07|
-|go|gotest.tools/v3|2.489000628535512e-07|
-|go|mvdan.cc/sh/v3|2.489000628535512e-07|
-|go|oras.land/oras-go|2.489000628535512e-07|
-|go|github.com/BurntSushi/toml|1.5511163337250292e-07|
-|go|github.com/blang/semver|1.5511163337250292e-07|
-|go|github.com/buger/goterm|1.5511163337250292e-07|
-|go|github.com/checkpoint-restore/checkpointctl|1.5511163337250292e-07|
-|go|github.com/checkpoint-restore/go-criu/v5|1.5511163337250292e-07|
-|go|github.com/container-orchestrated-devices/container-device-interface|1.5511163337250292e-07|
-|go|github.com/containers/buildah|1.5511163337250292e-07|
-|go|github.com/containers/conmon|1.5511163337250292e-07|
-|go|github.com/containers/ocicrypt|1.5511163337250292e-07|
-|go|github.com/containers/psgo|1.5511163337250292e-07|
-|go|github.com/containers/storage|1.5511163337250292e-07|
-|go|github.com/coreos/go-systemd/v22|1.5511163337250292e-07|
-|go|github.com/coreos/stream-metadata-go|1.5511163337250292e-07|
-|go|github.com/digitalocean/go-qemu|1.5511163337250292e-07|
-|go|github.com/docker/go-connections|1.5511163337250292e-07|
-|go|github.com/docker/go-plugins-helpers|1.5511163337250292e-07|
-|go|github.com/docker/go-units|1.5511163337250292e-07|
-|go|github.com/dtylman/scp|1.5511163337250292e-07|
-|go|github.com/fsnotify/fsnotify|1.5511163337250292e-07|
-|go|github.com/ghodss/yaml|1.5511163337250292e-07|
-|go|github.com/godbus/dbus/v5|1.5511163337250292e-07|
-|go|github.com/google/gofuzz|1.5511163337250292e-07|
-|go|github.com/google/shlex|1.5511163337250292e-07|
-|go|github.com/gorilla/handlers|1.5511163337250292e-07|
-|go|github.com/gorilla/schema|1.5511163337250292e-07|
-|go|github.com/hashicorp/go-multierror|1.5511163337250292e-07|
-|go|github.com/json-iterator/go|1.5511163337250292e-07|
-|go|github.com/mattn/go-isatty|1.5511163337250292e-07|
-|go|github.com/mrunalp/fileutils|1.5511163337250292e-07|
-|go|github.com/nxadm/tail|1.5511163337250292e-07|
-|go|github.com/pmezard/go-difflib|1.5511163337250292e-07|
-|go|github.com/rootless-containers/rootlesskit|1.5511163337250292e-07|
-|go|github.com/stretchr/testify|1.5511163337250292e-07|
-|go|github.com/syndtr/gocapability|1.5511163337250292e-07|
-|go|github.com/uber/jaeger-client-go|1.5511163337250292e-07|
-|go|github.com/ulikunitz/xz|1.5511163337250292e-07|
-|go|github.com/vbauerster/mpb/v7|1.5511163337250292e-07|
-|go|github.com/vishvananda/netlink|1.5511163337250292e-07|
-|go|go.etcd.io/bbolt|1.5511163337250292e-07|
-|go|golang.org/x/text|1.5511163337250292e-07|
-|go|google.golang.org/protobuf|1.5511163337250292e-07|
-|go|gopkg.in/inf.v0|1.5511163337250292e-07|
+|go.mod|github/mlpack/mlpack|9.910802775024776e-06|
+|go.mod|github/jasonyangshadow/lpmx|9.910802775024776e-06|
+|go.mod|github/sylabs/singularity|9.910802775024776e-06|
+|go.mod|github/linksmart/thing-directory|9.910802775024776e-06|
+|go.mod|github/containers/podman|9.910802775024776e-06|
+|go|golang.org/x/sys|1.3614576997116949e-06|
+|go|github.com/gorilla/mux|1.1332787521006593e-06|
+|go|golang.org/x/crypto|1.1332787521006593e-06|
+|go|golang.org/x/net|9.910802775024778e-07|
+|go|github.com/opencontainers/go-digest|9.1547157483558e-07|
+|go|github.com/opencontainers/image-spec|9.1547157483558e-07|
+|go|github.com/spf13/cobra|9.1547157483558e-07|
+|go|github.com/docker/distribution|6.872926272245444e-07|
+|go|github.com/sirupsen/logrus|6.872926272245444e-07|
+|go|golang.org/x/sync|6.872926272245444e-07|
+|go|github.com/davecgh/go-spew|5.881845994742965e-07|
+|go|github.com/onsi/ginkgo|5.881845994742965e-07|
+|go|github.com/onsi/gomega|5.881845994742965e-07|
+|go|github.com/bradfitz/gomemcache|5.450941526263628e-07|
+|go|github.com/docker/libtrust|5.450941526263628e-07|
+|go|github.com/phayes/permbits|5.450941526263628e-07|
+|go|github.com/spf13/afero|5.450941526263628e-07|
+|go|github.com/spf13/viper|5.450941526263628e-07|
+|go|github.com/sylabs/sif|5.450941526263628e-07|
+|go|github.com/vmihailenco/msgpack|5.450941526263628e-07|
+|go|google.golang.org/appengine|5.450941526263628e-07|
+|go|github.com/antchfx/jsonquery|4.4598612487611493e-07|
+|go|github.com/bhmj/jsonslice|4.4598612487611493e-07|
+|go|github.com/codegangsta/negroni|4.4598612487611493e-07|
+|go|github.com/evanphx/json-patch/v5|4.4598612487611493e-07|
+|go|github.com/gorilla/context|4.4598612487611493e-07|
+|go|github.com/grandcat/zeroconf|4.4598612487611493e-07|
+|go|github.com/justinas/alice|4.4598612487611493e-07|
+|go|github.com/kelseyhightower/envconfig|4.4598612487611493e-07|
+|go|github.com/linksmart/go-sec|4.4598612487611493e-07|
+|go|github.com/linksmart/service-catalog/v3|4.4598612487611493e-07|
+|go|github.com/miekg/dns|4.4598612487611493e-07|
+|go|github.com/rs/cors|4.4598612487611493e-07|
+|go|github.com/satori/go.uuid|4.4598612487611493e-07|
+|go|github.com/syndtr/goleveldb|4.4598612487611493e-07|
+|go|github.com/xeipuuv/gojsonschema|4.4598612487611493e-07|
+|go|github.com/containernetworking/cni|3.703774222092171e-07|
+|go|github.com/containernetworking/plugins|3.703774222092171e-07|
+|go|github.com/containers/common|3.703774222092171e-07|
+|go|github.com/containers/image/v5|3.703774222092171e-07|
+|go|github.com/cyphar/filepath-securejoin|3.703774222092171e-07|
+|go|github.com/docker/docker|3.703774222092171e-07|
+|go|github.com/google/uuid|3.703774222092171e-07|
+|go|github.com/moby/term|3.703774222092171e-07|
+|go|github.com/opencontainers/runc|3.703774222092171e-07|
+|go|github.com/opencontainers/runtime-spec|3.703774222092171e-07|
+|go|github.com/opencontainers/runtime-tools|3.703774222092171e-07|
+|go|github.com/opencontainers/selinux|3.703774222092171e-07|
+|go|github.com/pkg/errors|3.703774222092171e-07|
+|go|github.com/spf13/pflag|3.703774222092171e-07|
+|go|gopkg.in/yaml.v2|3.703774222092171e-07|
+|go|github.com/Netflix/go-expect|2.2817894761103555e-07|
+|go|github.com/ProtonMail/go-crypto|2.2817894761103555e-07|
+|go|github.com/adigunhammedolalekan/registry-auth|2.2817894761103555e-07|
+|go|github.com/apex/log|2.2817894761103555e-07|
+|go|github.com/blang/semver/v4|2.2817894761103555e-07|
+|go|github.com/buger/jsonparser|2.2817894761103555e-07|
+|go|github.com/containerd/containerd|2.2817894761103555e-07|
+|go|github.com/fatih/color|2.2817894761103555e-07|
+|go|github.com/go-log/log|2.2817894761103555e-07|
+|go|github.com/gosimple/slug|2.2817894761103555e-07|
+|go|github.com/opencontainers/umoci|2.2817894761103555e-07|
+|go|github.com/pelletier/go-toml|2.2817894761103555e-07|
+|go|github.com/seccomp/libseccomp-golang|2.2817894761103555e-07|
+|go|github.com/sylabs/json-resp|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-build-client|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-key-client|2.2817894761103555e-07|
+|go|github.com/sylabs/scs-library-client|2.2817894761103555e-07|
+|go|github.com/sylabs/sif/v2|2.2817894761103555e-07|
+|go|github.com/vbauerster/mpb/v4|2.2817894761103555e-07|
+|go|github.com/vbauerster/mpb/v6|2.2817894761103555e-07|
+|go|golang.org/x/term|2.2817894761103555e-07|
+|go|gotest.tools/v3|2.2817894761103555e-07|
+|go|mvdan.cc/sh/v3|2.2817894761103555e-07|
+|go|oras.land/oras-go|2.2817894761103555e-07|
+|go|github.com/BurntSushi/toml|1.4219847459818156e-07|
+|go|github.com/blang/semver|1.4219847459818156e-07|
+|go|github.com/buger/goterm|1.4219847459818156e-07|
+|go|github.com/checkpoint-restore/checkpointctl|1.4219847459818156e-07|
+|go|github.com/checkpoint-restore/go-criu/v5|1.4219847459818156e-07|
+|go|github.com/container-orchestrated-devices/container-device-interface|1.4219847459818156e-07|
+|go|github.com/containers/buildah|1.4219847459818156e-07|
+|go|github.com/containers/conmon|1.4219847459818156e-07|
+|go|github.com/containers/ocicrypt|1.4219847459818156e-07|
+|go|github.com/containers/psgo|1.4219847459818156e-07|
+|go|github.com/containers/storage|1.4219847459818156e-07|
+|go|github.com/coreos/go-systemd/v22|1.4219847459818156e-07|
+|go|github.com/coreos/stream-metadata-go|1.4219847459818156e-07|
+|go|github.com/digitalocean/go-qemu|1.4219847459818156e-07|
+|go|github.com/docker/go-connections|1.4219847459818156e-07|
+|go|github.com/docker/go-plugins-helpers|1.4219847459818156e-07|
+|go|github.com/docker/go-units|1.4219847459818156e-07|
+|go|github.com/dtylman/scp|1.4219847459818156e-07|
+|go|github.com/fsnotify/fsnotify|1.4219847459818156e-07|
+|go|github.com/ghodss/yaml|1.4219847459818156e-07|
+|go|github.com/godbus/dbus/v5|1.4219847459818156e-07|
+|go|github.com/google/gofuzz|1.4219847459818156e-07|
+|go|github.com/google/shlex|1.4219847459818156e-07|
+|go|github.com/gorilla/handlers|1.4219847459818156e-07|
+|go|github.com/gorilla/schema|1.4219847459818156e-07|
+|go|github.com/hashicorp/go-multierror|1.4219847459818156e-07|
+|go|github.com/json-iterator/go|1.4219847459818156e-07|
+|go|github.com/mattn/go-isatty|1.4219847459818156e-07|
+|go|github.com/mrunalp/fileutils|1.4219847459818156e-07|
+|go|github.com/nxadm/tail|1.4219847459818156e-07|
+|go|github.com/pmezard/go-difflib|1.4219847459818156e-07|
+|go|github.com/rootless-containers/rootlesskit|1.4219847459818156e-07|
+|go|github.com/stretchr/testify|1.4219847459818156e-07|
+|go|github.com/syndtr/gocapability|1.4219847459818156e-07|
+|go|github.com/uber/jaeger-client-go|1.4219847459818156e-07|
+|go|github.com/ulikunitz/xz|1.4219847459818156e-07|
+|go|github.com/vbauerster/mpb/v7|1.4219847459818156e-07|
+|go|github.com/vishvananda/netlink|1.4219847459818156e-07|
+|go|go.etcd.io/bbolt|1.4219847459818156e-07|
+|go|golang.org/x/text|1.4219847459818156e-07|
+|go|google.golang.org/protobuf|1.4219847459818156e-07|
+|go|gopkg.in/inf.v0|1.4219847459818156e-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/index.html b/pages/index.html
index 736abf7f..7cd572ed 100755
--- a/pages/index.html
+++ b/pages/index.html
@@ -26,6 +26,7 @@ Research Software Ecosystem
{{ site.data.stats.total_parsed }} total parsed
{{ site.data.stats.python_deps }} Python dependencies
{{ site.data.stats.r_deps }} R dependencies
+ {{ site.data.stats.cpp_deps }} C++ dependencies
{{ site.data.stats.go_deps }} Go dependencies
{{ site.data.stats.js_deps }} Js dependencies
diff --git a/pages/js.md b/pages/js.md
index 14eaf4b2..555269b3 100644
--- a/pages/js.md
+++ b/pages/js.md
@@ -9,1006 +9,1103 @@ tipue_search_active: true
|Manager|Name|Credit|
|-------|----|------|
-|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0005980542428706903|
-|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0005523783783783785|
-|npm|[angular](http://angularjs.org)|0.0005130158944658946|
-|npm|[fs](https://github.com/npm/security-holder#readme)|0.00047103592696813037|
-|npm|[express](http://expressjs.com/)|0.00047098229135729137|
-|npm|[lodash](https://lodash.com/)|0.0004691843406431994|
-|npm|[papaparse](http://papaparse.com)|0.00042153359073359076|
-|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00040173141891891893|
-|npm|nestjs|0.00039908382959230425|
-|npm|[axios](https://axios-http.com)|0.00038171149357590044|
-|npm|[react](https://reactjs.org/)|0.0003774430003886881|
-|npm|[react-dom](https://reactjs.org/)|0.0003774430003886881|
-|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0003724831137712494|
-|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00035675675675675677|
-|npm|[d3](https://d3js.org)|0.0003153490071704357|
-|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|0.00028515057915057913|
-|npm|[mocha](https://mochajs.org/)|0.0002848041858719685|
-|npm|[three](https://threejs.org/)|0.00027955459459459464|
-|npm|[ajv](https://ajv.js.org)|0.0002753122870769929|
-|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|0.00026983160083160083|
-|npm|[quasar](https://quasar.dev)|0.00026756756756756756|
-|npm|[yargs](https://yargs.js.org/)|0.00026756756756756756|
-|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|0.00026756756756756756|
-|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|0.00026756756756756756|
-|npm|[docusaurus](https://github.com/facebook/docusaurus)|0.00026756756756756756|
-|npm|[vows](https://github.com/cloudhead/vows)|0.0002569743744188538|
-|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|0.00021405405405405407|
-|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|0.00019324324324324324|
-|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00018784245062370062|
-|npm|[cytoscape](http://js.cytoscape.org)|0.00018532818532818535|
-|npm|[pg](https://github.com/brianc/node-postgres)|0.00018532818532818535|
-|npm|[react-select](https://github.com/JedWatson/react-select)|0.00018187599364069952|
-|npm|[jshint](http://jshint.com/)|0.00017844698544698543|
-|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.0001757722007722008|
-|npm|[requirejs](http://github.com/jrburke/r.js)|0.00016601685476685477|
-|npm|[react-images](https://jossmac.github.io/react-images/)|0.000160103695532267|
-|npm|[pako](https://github.com/nodeca/pako#readme)|0.00015442471042471044|
-|npm|[react-redux](https://github.com/reduxjs/react-redux)|0.00015430400325137168|
-|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|0.0001528957528957529|
-|npm|[vue-router](https://github.com/vuejs/router#readme)|0.0001528957528957529|
-|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|0.0001528957528957529|
-|npm|[filepond](https://pqina.nl/filepond/)|0.0001528957528957529|
-|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|0.0001528957528957529|
-|npm|[modernizr](https://github.com/Modernizr/Modernizr)|0.0001528957528957529|
-|npm|[rc-slider](http://github.com/react-component/slider/)|0.00014708392603129445|
-|npm|[moment](https://momentjs.com)|0.00014485096468317058|
-|npm|[tape](https://github.com/substack/tape)|0.00014099635290912556|
-|npm|[chai](http://chaijs.com)|0.0001374651431298144|
-|npm|[d3-array](https://d3js.org/d3-array/)|0.00013556756756756755|
-|npm|[d3-scale](https://d3js.org/d3-scale/)|0.00013556756756756755|
-|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|0.00013378378378378378|
-|npm|[d3-brush](https://d3js.org/d3-brush/)|0.00013378378378378378|
-|npm|[d3-fetch](https://d3js.org/d3-fetch/)|0.00013378378378378378|
-|npm|[d3-format](https://d3js.org/d3-format/)|0.00013378378378378378|
-|npm|[fflate](https://101arrowz.github.io/fflate)|0.00013378378378378378|
-|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|0.0001337558716707022|
-|npm|eslint|0.00013310629206418785|
-|npm|[webpack](https://github.com/webpack/webpack)|0.00013284205013893574|
-|npm|[nyc](https://istanbul.js.org/)|0.00012389232903920404|
-|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|0.00011891891891891892|
-|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|0.00011891891891891892|
-|npm|[apexcharts](https://apexcharts.com)|0.00011891891891891892|
-|npm|[idb](https://github.com/jakearchibald/idb#readme)|0.00011891891891891892|
-|npm|[lodash.debounce](https://lodash.com/)|0.00011891891891891892|
-|npm|[nanoid](https://github.com/ai/nanoid#readme)|0.00011891891891891892|
-|npm|vue-apexcharts|0.00011891891891891892|
-|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|0.00011891891891891892|
-|npm|[esm](https://github.com/standard-things/esm#readme)|0.00011325878646209004|
-|npm|react-router-dom|0.00011023405094612525|
-|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|0.00010776230694980695|
-|npm|[auspice](https://www.npmjs.com/package/auspice)|0.00010702702702702704|
-|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|0.00010702702702702704|
-|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|0.00010702702702702704|
-|npm|[rxjs](https://rxjs.dev)|0.00010546742732920253|
-|npm|rollup|0.00010474614885331752|
-|npm|[mongoose](https://mongoosejs.com)|0.00010317224003664682|
-|npm|[passport](https://www.passportjs.org/)|0.00010317224003664682|
-|npm|[prop-types](https://facebook.github.io/react/)|0.00010278117366215553|
-|npm|[nodemon](https://nodemon.io)|0.00010158835758835758|
-|npm|[semver](https://github.com/npm/node-semver#readme)|0.00010148686464049661|
-|npm|[jquery](https://jquery.com)|0.0001005975645975646|
-|npm|[angular-animate](http://angularjs.org)|9.72972972972973e-05|
-|npm|[angular-sanitize](http://angularjs.org)|9.72972972972973e-05|
-|npm|[angular-touch](http://angularjs.org)|9.72972972972973e-05|
-|npm|[colorbrewer](http://colorbrewer2.org/)|9.72972972972973e-05|
-|npm|[dc](http://dc-js.github.io/dc.js/)|9.72972972972973e-05|
-|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|9.370048303916161e-05|
-|npm|[babel-cli](https://babeljs.io/)|9.324464001334704e-05|
-|npm|[bootstrap](https://getbootstrap.com/)|9.219235210442641e-05|
-|npm|[react-bootstrap](https://react-bootstrap.github.io/)|9.219235210442641e-05|
-|npm|react-router-bootstrap|9.112208183415614e-05|
-|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|8.918918918918919e-05|
-|npm|[downloadjs](http://danml.com/download.html)|8.918918918918919e-05|
-|npm|[events](https://github.com/Gozala/events#readme)|8.918918918918919e-05|
-|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|8.918918918918919e-05|
-|npm|[semantic-ui-button](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-label](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[semantic-ui-transition](http://www.semantic-ui.com)|8.918918918918919e-05|
-|npm|[xlsx](https://sheetjs.com/)|8.7624466571835e-05|
-|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|8.6413665094192e-05|
-|npm|[winston](https://github.com/winstonjs/winston#readme)|8.575883575883577e-05|
-|npm|[tap](http://www.node-tap.org/)|8.197719088058071e-05|
-|npm|[ava](https://avajs.dev)|8.156155331155331e-05|
-|npm|[uuid](https://github.com/uuidjs/uuid#readme)|7.977901288091968e-05|
-|npm|[tslib](https://www.typescriptlang.org/)|7.83651437095505e-05|
-|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|7.831660231660233e-05|
-|npm|[supertest](https://github.com/visionmedia/supertest#readme)|7.756730769230769e-05|
-|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|7.744458930899609e-05|
-|npm|[zone.js](https://github.com/angular/angular#readme)|7.7302420216827e-05|
-|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|7.644787644787645e-05|
-|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|7.644787644787645e-05|
-|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|7.644787644787645e-05|
-|npm|net|7.644787644787645e-05|
-|npm|[typescript](https://www.typescriptlang.org/)|7.641284758828974e-05|
-|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|7.572162162162162e-05|
-|npm|spc|7.568339768339767e-05|
-|npm|process|7.568339768339767e-05|
-|npm|util|7.568339768339767e-05|
-|npm|[debug](https://github.com/debug-js/debug#readme)|7.558014352602278e-05|
-|npm|[mathjs](https://mathjs.org)|7.417567567567568e-05|
-|npm|husky|7.405089165529844e-05|
-|npm|expect.js|7.321317567567567e-05|
-|npm|[commander](https://github.com/tj/commander.js#readme)|7.307195945945947e-05|
-|npm|eslint-plugin-import|7.258077425229932e-05|
-|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|7.256069628950985e-05|
-|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|7.044617926798758e-05|
-|npm|[xo](https://github.com/xojs/xo#readme)|6.958961983961984e-05|
-|npm|babel-preset-env|6.828737449241651e-05|
-|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|6.689189189189189e-05|
-|npm|[express-session](https://github.com/expressjs/session#readme)|6.689189189189189e-05|
-|npm|[helmet](https://helmetjs.github.io/)|6.689189189189189e-05|
-|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|6.689189189189189e-05|
-|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|6.689189189189189e-05|
-|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|6.343576544700384e-05|
-|npm|sax|6.304778841749181e-05|
-|npm|[d3-dsv](https://d3js.org/d3-dsv/)|6.29570747217806e-05|
-|npm|[diff2html](https://diff2html.xyz/)|6.29570747217806e-05|
-|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|6.29570747217806e-05|
-|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|6.29570747217806e-05|
-|npm|react-schemaorg|6.29570747217806e-05|
-|npm|[sinon](https://sinonjs.org/)|6.165029935475723e-05|
-|npm|[colors](https://github.com/Marak/colors.js)|6.132818532818533e-05|
-|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|6.027621027621028e-05|
-|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|5.9821879021879023e-05|
-|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|5.945945945945946e-05|
-|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|5.945945945945946e-05|
-|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|5.945945945945946e-05|
-|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|5.945945945945946e-05|
-|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|5.945945945945946e-05|
-|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|5.945945945945946e-05|
-|npm|npm-run-all|5.939353133353133e-05|
-|npm|jest|5.938253333733948e-05|
-|npm|validator|5.539231725672404e-05|
-|npm|eslint-plugin-standard|5.334947118845424e-05|
-|npm|eslint-plugin-promise|5.334947118845424e-05|
-|npm|eslint-plugin-node|5.334947118845424e-05|
-|npm|eslint-config-standard|5.334947118845424e-05|
-|npm|[standard](https://standardjs.com)|5.204581457994593e-05|
-|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|5.195270270270271e-05|
-|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|5.1783377362324726e-05|
-|npm|coffee-script|5.067060810810811e-05|
-|npm|cross-env|5.062836575586575e-05|
-|npm|[async](https://caolan.github.io/async/)|4.8580236486486487e-05|
-|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.842781334537378e-05|
-|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|4.802984852984853e-05|
-|npm|[browserify](https://github.com/browserify/browserify#readme)|4.747301838773112e-05|
-|npm|react-highcharts|4.727697622434465e-05|
-|npm|redux|4.727697622434465e-05|
-|npm|immutable|4.699532615322089e-05|
-|npm|[jasmine](http://jasmine.github.io/)|4.685862785862786e-05|
-|npm|[proj4](https://github.com/proj4js/proj4js#readme)|4.593243243243243e-05|
-|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|4.4594594594594596e-05|
-|npm|[sift](https://github.com/crcn/sift.js#readme)|4.4594594594594596e-05|
-|npm|[socket.io](https://github.com/socketio/socket.io#readme)|4.4594594594594596e-05|
-|npm|[underscore](https://underscorejs.org)|4.4594594594594596e-05|
-|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|4.337954781704783e-05|
-|npm|zap|4.2643581081081085e-05|
-|npm|docco|4.2643581081081085e-05|
-|npm|diff|4.2643581081081085e-05|
-|npm|[babel-preset-es2015](https://babeljs.io/)|4.211865248735951e-05|
-|npm|safe-buffer|4.2073903096731486e-05|
-|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|4.1164241164241166e-05|
-|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|4.1164241164241166e-05|
-|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|4.1164241164241166e-05|
-|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|4.1164241164241166e-05|
-|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|4.1164241164241166e-05|
-|npm|[fibers](https://github.com/laverdet/node-fibers)|4.1164241164241166e-05|
-|npm|[saxes](https://github.com/lddubeau/saxes#readme)|4.1164241164241166e-05|
-|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|4.1164241164241166e-05|
-|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|3.963963963963964e-05|
-|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|3.963963963963964e-05|
-|npm|[crypto-js](http://github.com/brix/crypto-js)|3.963963963963964e-05|
-|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|3.963963963963964e-05|
-|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|3.963963963963964e-05|
-|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|3.963963963963964e-05|
-|npm|ngx-smart-modal|3.963963963963964e-05|
-|npm|plotly|3.963963963963964e-05|
-|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|3.904323619577857e-05|
-|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|3.878605496252555e-05|
-|npm|[form-data](https://github.com/form-data/form-data#readme)|3.8148543125449916e-05|
-|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|3.784169884169884e-05|
-|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|3.784169884169884e-05|
-|npm|lint-staged|3.777054351054351e-05|
-|npm|retry|3.750669949610628e-05|
-|npm|rollup-plugin-commonjs|3.677929820576879e-05|
-|npm|babel-runtime|3.658030888030888e-05|
-|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|3.6280348144754926e-05|
-|npm|[auth0](https://github.com/auth0/node-auth0)|3.6280348144754926e-05|
-|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|3.6280348144754926e-05|
-|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|3.6280348144754926e-05|
-|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|3.6280348144754926e-05|
-|npm|[class-validator](https://github.com/typestack/class-validator#readme)|3.6280348144754926e-05|
-|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|3.6280348144754926e-05|
-|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|3.6280348144754926e-05|
-|npm|hammerjs|3.6280348144754926e-05|
-|npm|http-status-codes|3.6280348144754926e-05|
-|npm|is-url|3.6280348144754926e-05|
-|npm|json5|3.6280348144754926e-05|
-|npm|jwks-rsa|3.6280348144754926e-05|
-|npm|nats|3.6280348144754926e-05|
-|npm|nestjs-s3|3.6280348144754926e-05|
-|npm|ngx-material-file-input|3.6280348144754926e-05|
-|npm|passport-jwt|3.6280348144754926e-05|
-|npm|reflect-metadata|3.6280348144754926e-05|
-|npm|sharp|3.6280348144754926e-05|
-|npm|ssh2|3.6280348144754926e-05|
-|npm|stackdriver-errors-js|3.6280348144754926e-05|
-|npm|tiny-version-compare|3.6280348144754926e-05|
-|npm|unzipper|3.6280348144754926e-05|
-|npm|yaml|3.6280348144754926e-05|
-|npm|prettier|3.605431232402489e-05|
-|npm|minimist|3.550161282667336e-05|
-|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|3.405752895752896e-05|
-|npm|[keycode](https://github.com/timoxley/keycode)|3.405752895752896e-05|
-|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|3.405752895752896e-05|
-|npm|react-transition-group|3.405752895752896e-05|
-|npm|simple-assign|3.405752895752896e-05|
-|npm|warning|3.405752895752896e-05|
-|npm|lodash.merge|3.405752895752896e-05|
-|npm|lodash.throttle|3.405752895752896e-05|
-|npm|recompose|3.405752895752896e-05|
-|npm|eslint-plugin-markdown|3.376325363825364e-05|
-|npm|inherits|3.372205006601816e-05|
-|npm|[bundt](https://github.com/lukeed/bundt#readme)|3.3111486486486487e-05|
-|npm|chalk|3.3012949584199584e-05|
-|npm|[canvg](https://github.com/canvg/canvg)|3.243243243243243e-05|
-|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|3.243243243243243e-05|
-|npm|[http](https://github.com/npm/security-holder#readme)|3.243243243243243e-05|
-|npm|[jspdf](https://github.com/mrrio/jspdf)|3.243243243243243e-05|
-|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.243243243243243e-05|
-|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|3.243243243243243e-05|
-|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|3.243243243243243e-05|
-|npm|[pug](https://pugjs.org)|3.243243243243243e-05|
-|npm|[sequelize](https://sequelize.org/)|3.243243243243243e-05|
-|npm|[stylus](https://github.com/stylus/stylus)|3.243243243243243e-05|
-|npm|del-cli|3.2329022869022866e-05|
-|npm|eslint-config-prettier|3.141992260394767e-05|
-|npm|[font-awesome](http://fontawesome.io/)|3.084068278805121e-05|
-|npm|object-assign|3.081298441272982e-05|
-|npm|[ts-node](https://typestrong.org/ts-node)|3.0579150579150575e-05|
-|npm|react-test-renderer|3.0429040376408796e-05|
-|npm|react-router|3.0429040376408796e-05|
-|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|3.0273359073359072e-05|
-|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|3.0273359073359072e-05|
-|npm|[remark](https://remark.js.org)|3.0273359073359072e-05|
-|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|3.0273359073359072e-05|
-|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|3.0273359073359072e-05|
-|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|3.019704962925302e-05|
-|npm|whatwg-fetch|3.00337329811014e-05|
-|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|2.9453796846974456e-05|
-|npm|highcharts-exporting|2.8165007112375534e-05|
-|npm|highcharts-no-data-to-display|2.8165007112375534e-05|
-|npm|[history](https://github.com/remix-run/history#readme)|2.8165007112375534e-05|
-|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|2.8165007112375534e-05|
-|npm|[ramda](https://ramdajs.com/)|2.8165007112375534e-05|
-|npm|[rc-tooltip](http://github.com/react-component/tooltip)|2.8165007112375534e-05|
-|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|2.8165007112375534e-05|
-|npm|react-fontawesome|2.8165007112375534e-05|
-|npm|react-js-pagination|2.8165007112375534e-05|
-|npm|react-router-redux|2.8165007112375534e-05|
-|npm|react-s-alert|2.8165007112375534e-05|
-|npm|react-table|2.8165007112375534e-05|
-|npm|redux-form|2.8165007112375534e-05|
-|npm|redux-observable|2.8165007112375534e-05|
-|npm|redux-persist|2.8165007112375534e-05|
-|npm|reselect|2.8165007112375534e-05|
-|npm|rx-dom|2.8165007112375534e-05|
-|npm|ms|2.7585437845766236e-05|
-|npm|[should](https://github.com/shouldjs/should.js)|2.6250134235324917e-05|
-|npm|readable-stream|2.6198099198099197e-05|
-|npm|through2|2.6127005123255125e-05|
-|npm|[request](https://github.com/request/request#readme)|2.559010953500084e-05|
-|npm|[actions](https://github.com/fundon/actions)|2.3851737451737452e-05|
-|npm|webworker-threads|2.3545945945945945e-05|
-|npm|[del](https://github.com/sindresorhus/del#readme)|2.2919279696121795e-05|
-|npm|after|2.2863918176418175e-05|
-|npm|vary|2.26875e-05|
-|npm|gulp|2.268326962993316e-05|
-|npm|babel-core|2.218830828148589e-05|
-|npm|matcha|2.2074324324324323e-05|
-|npm|quick-lru|2.2074324324324323e-05|
-|npm|map-obj|2.2074324324324323e-05|
-|npm|lodash.kebabcase|2.2074324324324323e-05|
-|npm|minimatch|2.188930534650874e-05|
-|npm|ghsign|2.185358108108108e-05|
-|npm|git-config-path|2.185358108108108e-05|
-|npm|github-username|2.185358108108108e-05|
-|npm|parse-git-config|2.185358108108108e-05|
-|npm|rollup-plugin-json|2.174669056811914e-05|
-|npm|package-json-versionify|2.174669056811914e-05|
-|npm|babel-preset-react|2.1446668480281923e-05|
-|npm|eslint-plugin-prettier|2.121667936070443e-05|
-|npm|acorn|2.0964359964359967e-05|
-|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|2.064092664092666e-05|
-|npm|depd|2.046570296257796e-05|
-|npm|xregexp|2.0376299376299375e-05|
-|npm|bufferedstream|2.0376299376299375e-05|
-|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|2.0182239382239384e-05|
-|npm|on-headers|1.9554699101574102e-05|
-|npm|[mdi](http://materialdesignicons.com)|1.9111969111969114e-05|
-|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|1.9111969111969114e-05|
-|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|1.9111969111969114e-05|
-|npm|color|1.9111969111969114e-05|
-|npm|create-react-class|1.9111969111969114e-05|
-|npm|dotenv-load|1.9111969111969114e-05|
-|npm|iframe-resizer|1.9111969111969114e-05|
-|npm|isomorphic-unfetch|1.9111969111969114e-05|
-|npm|js-file-download|1.9111969111969114e-05|
-|npm|material-table|1.9111969111969114e-05|
-|npm|material-ui-chip-input|1.9111969111969114e-05|
-|npm|materialize-css|1.9111969111969114e-05|
-|npm|mui-datatables|1.9111969111969114e-05|
-|npm|next|1.9111969111969114e-05|
-|npm|next-env|1.9111969111969114e-05|
-|npm|next-redux-wrapper|1.9111969111969114e-05|
-|npm|nprogress|1.9111969111969114e-05|
-|npm|ra-data-simple-rest|1.9111969111969114e-05|
-|npm|react-admin|1.9111969111969114e-05|
-|npm|react-ga|1.9111969111969114e-05|
-|npm|react-json-view|1.9111969111969114e-05|
-|npm|react-loading|1.9111969111969114e-05|
-|npm|react-scroll|1.9111969111969114e-05|
-|npm|react-scroll-to-component|1.9111969111969114e-05|
-|npm|react-swipeable-views|1.9111969111969114e-05|
-|npm|react-wordcloud|1.9111969111969114e-05|
-|npm|recharts|1.9111969111969114e-05|
-|npm|redux-saga|1.9111969111969114e-05|
-|npm|serialize-error|1.9111969111969114e-05|
-|npm|swagger-client|1.9111969111969114e-05|
-|npm|swagger-ui-react|1.9111969111969114e-05|
-|npm|tween|1.9111969111969114e-05|
-|npm|uuid5|1.9111969111969114e-05|
-|npm|codecov|1.8935492253034268e-05|
-|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|1.8140174072377463e-05|
-|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|1.8140174072377463e-05|
-|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|1.8140174072377463e-05|
-|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|1.8140174072377463e-05|
-|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|1.8140174072377463e-05|
-|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|1.8140174072377463e-05|
-|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|1.8140174072377463e-05|
-|npm|[esdoc](https://esdoc.org/)|1.8140174072377463e-05|
-|npm|esdoc-standard-plugin|1.8140174072377463e-05|
-|npm|fast-random|1.8140174072377463e-05|
-|npm|flatted|1.8140174072377463e-05|
-|npm|fs.realpath|1.8140174072377463e-05|
-|npm|has-unicode|1.8140174072377463e-05|
-|npm|iconv-lite|1.8140174072377463e-05|
-|npm|ignore-walk|1.8140174072377463e-05|
-|npm|ini|1.8140174072377463e-05|
-|npm|is-fullwidth-code-point|1.8140174072377463e-05|
-|npm|jsdocs|1.8140174072377463e-05|
-|npm|mimic-response|1.8140174072377463e-05|
-|npm|needle|1.8140174072377463e-05|
-|npm|node|1.8140174072377463e-05|
-|npm|nopt|1.8140174072377463e-05|
-|npm|npm|1.8140174072377463e-05|
-|npm|npm-bundled|1.8140174072377463e-05|
-|npm|npm-normalize-package-bin|1.8140174072377463e-05|
-|npm|npm-packlist|1.8140174072377463e-05|
-|npm|number-is-nan|1.8140174072377463e-05|
-|npm|odex|1.8140174072377463e-05|
-|npm|os-homedir|1.8140174072377463e-05|
-|npm|os-tmpdir|1.8140174072377463e-05|
-|npm|osenv|1.8140174072377463e-05|
-|npm|path-is-absolute|1.8140174072377463e-05|
-|npm|rc|1.8140174072377463e-05|
-|npm|safer-buffer|1.8140174072377463e-05|
-|npm|set-blocking|1.8140174072377463e-05|
-|npm|signal-exit|1.8140174072377463e-05|
-|npm|simple-concat|1.8140174072377463e-05|
-|npm|string-width|1.8140174072377463e-05|
-|npm|strip-json-comments|1.8140174072377463e-05|
-|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.807345411345411e-05|
-|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.798704771097628e-05|
-|npm|tslint|1.7949324324324325e-05|
-|npm|glob|1.7209563706563704e-05|
-|npm|tsconfig-paths|1.681853281853282e-05|
-|npm|replace|1.681853281853282e-05|
-|npm|node-qunit-phantomjs|1.681853281853282e-05|
-|npm|chai-passport-strategy|1.6555743243243243e-05|
-|npm|passport-strategy|1.6555743243243243e-05|
-|npm|babel-jest|1.629176256839816e-05|
-|npm|concat-stream|1.600994950994951e-05|
-|npm|gulp-uglify|1.5940642369213797e-05|
-|npm|murl|1.55818759936407e-05|
-|npm|protein|1.55818759936407e-05|
-|npm|network-address|1.55818759936407e-05|
-|npm|bluebird|1.5251877295370029e-05|
-|npm|const-version|1.4716216216216216e-05|
-|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|1.4716216216216216e-05|
-|npm|microbundle|1.4716216216216216e-05|
-|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|1.4091732625482627e-05|
-|npm|jsmd|1.376061776061776e-05|
-|npm|is-mergeable-object|1.376061776061776e-05|
-|npm|gzip-size|1.3641698841698842e-05|
-|npm|accepts|1.3331823581823582e-05|
-|npm|terser|1.2943700530888031e-05|
-|npm|rollup-plugin-replace|1.1974692579734596e-05|
-|npm|babel-plugin-external-helpers|1.1974692579734596e-05|
-|npm|csso|1.1772972972972973e-05|
-|npm|google-closure-compiler|1.1772972972972973e-05|
-|npm|uglify-es|1.1772972972972973e-05|
-|npm|ora|1.1772972972972973e-05|
-|npm|update-notifier|1.1772972972972973e-05|
-|npm|crass|1.1772972972972973e-05|
-|npm|sqwish|1.1772972972972973e-05|
-|npm|clean-css|1.1772972972972973e-05|
-|npm|html-minifier|1.1772972972972973e-05|
-|npm|node-version|1.1772972972972973e-05|
-|npm|parseurl|1.1738700066825065e-05|
-|npm|ascli|1.1655243243243243e-05|
-|npm|execa|1.141450103950104e-05|
-|npm|isexe|1.1037162162162162e-05|
-|npm|[jade](http://jade-lang.com)|1.1037162162162162e-05|
-|npm|superagent|1.1037162162162162e-05|
-|npm|connect-flash|1.1037162162162162e-05|
-|npm|babel-loader|1.0999207474843067e-05|
-|npm|compressible|1.0861969111969113e-05|
-|npm|bytes|1.0861969111969113e-05|
-|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|1.0849864864864865e-05|
-|package.json|gitlab/geekysquirrel/bigx|1.081081081081081e-05|
-|package.json|gitlab/magnumpi/magnumpi|1.081081081081081e-05|
-|package.json|gitlab/metafundev/metafun|1.081081081081081e-05|
-|package.json|github/NLeSC/case-law-app|1.081081081081081e-05|
-|package.json|github/NLeSC/ExtJS-DateTime|1.081081081081081e-05|
-|package.json|github/NLeSC/spot|1.081081081081081e-05|
-|package.json|github/NLeSC/UncertaintyVisualization|1.081081081081081e-05|
-|package.json|github/NLeSC/DiVE|1.081081081081081e-05|
-|package.json|github/NLeSC/docker-couch-admin|1.081081081081081e-05|
-|package.json|github/NLeSC/xenon-flow|1.081081081081081e-05|
-|package.json|github/NLeSC/pattyvis|1.081081081081081e-05|
-|package.json|github/NLeSC/nlesc-serverless-boilerplate|1.081081081081081e-05|
-|package.json|github/citation-file-format/cff-initializer-javascript|1.081081081081081e-05|
-|package.json|github/ADAH-EviDENce/evidence|1.081081081081081e-05|
-|package.json|github/reproducible-biomedical-modeling/Biosimulations|1.081081081081081e-05|
-|package.json|github/sonjageorgievska/CClusTera|1.081081081081081e-05|
-|package.json|github/iomega/zenodo-upload|1.081081081081081e-05|
-|package.json|github/iomega/paired-data-form|1.081081081081081e-05|
-|package.json|github/eucp-project/storyboards|1.081081081081081e-05|
-|package.json|github/eucp-project/atlas|1.081081081081081e-05|
-|package.json|github/DorianDepriester/mtex2Gmsh|1.081081081081081e-05|
-|package.json|github/research-software-directory/research-software-directory|1.081081081081081e-05|
-|package.json|github/TNOCS/csWeb|1.081081081081081e-05|
-|package.json|github/MichaelSel/edoJS|1.081081081081081e-05|
-|package.json|github/bio-tools/biotoolsSum|1.081081081081081e-05|
-|package.json|github/meta-logic/sequoia|1.081081081081081e-05|
-|package.json|github/tortellini-tools/action|1.081081081081081e-05|
-|package.json|github/klevis-a/kinematics-vis|1.081081081081081e-05|
-|package.json|github/hetalang/heta-compiler|1.081081081081081e-05|
-|package.json|github/ci-for-science/self-hosted-runners|1.081081081081081e-05|
-|package.json|github/interactivereport/OmicsView0|1.081081081081081e-05|
-|package.json|github/EMResearch/EvoMaster|1.081081081081081e-05|
-|package.json|github/cinemascience/cinema_snap|1.081081081081081e-05|
-|package.json|github/dondi/GRNsight|1.081081081081081e-05|
-|package.json|github/PathwayCommons/grounding-search|1.081081081081081e-05|
-|package.json|github/luntergroup/octopus|1.081081081081081e-05|
-|package.json|github/emrecdem/emo-spectre|1.081081081081081e-05|
-|package.json|github/MaayanLab/signature-commons-ui|1.081081081081081e-05|
-|package.json|github/PopMedNet-Team/popmednet|1.081081081081081e-05|
-|package.json|github/wangjun1996/VisFeature|1.081081081081081e-05|
-|package.json|github/Via-Appia/via-appia-online-viewer|1.081081081081081e-05|
-|package.json|github/fairdataihub/SPARClink|1.081081081081081e-05|
-|package.json|github/davidhoksza/MolArt|1.081081081081081e-05|
-|package.json|github/CrowdTruth/CrowdTruth|1.081081081081081e-05|
-|package.json|github/MolMeDB/MolMeDB|1.081081081081081e-05|
-|package.json|github/ci-for-research/self-hosted-runners|1.081081081081081e-05|
-|package.json|github/tobiasrausch/alfred|1.081081081081081e-05|
-|package.json|github/amkram/shusher|1.081081081081081e-05|
-|package.json|github/phelelani/nf-rnaSeqMetagen|1.081081081081081e-05|
-|package.json|github/nlesc-sherlock/Rig|1.081081081081081e-05|
-|package.json|github/bramvandijk88/cacatoo|1.081081081081081e-05|
-|package.json|github/pmkruyen/dearscholar|1.081081081081081e-05|
-|package.json|github/Yomguithereal/talisman|1.081081081081081e-05|
-|package.json|github/vibbits/phyd3|1.081081081081081e-05|
-|package.json|github/mathjax/MathJax|1.081081081081081e-05|
-|package.json|github/ReGIS-org/regis-v2|1.081081081081081e-05|
-|package.json|github/lumen-org/lumen|1.081081081081081e-05|
-|package.json|github/biosimulations/Biosimulations|1.081081081081081e-05|
-|package.json|github/eWaterCycle/eWaterleaf|1.081081081081081e-05|
-|package.json|github/eWaterCycle/Cesium-NcWMS|1.081081081081081e-05|
-|package.json|github/eWaterCycle/setup-grpc|1.081081081081081e-05|
-|package.json|github/eWaterCycle/setup-singularity|1.081081081081081e-05|
-|package.json|github/AA-ALERT/frbcat-web|1.081081081081081e-05|
-|package.json|github/eweitz/ideogram|1.081081081081081e-05|
-|npm|leaflet-geotiff-2|1.0702702702702704e-05|
-|npm|rollup-plugin-license|1.0702702702702703e-05|
-|npm|babel-plugin-remove-comments|1.0702702702702703e-05|
-|npm|retape|1.0702702702702703e-05|
-|npm|test|1.0702702702702703e-05|
-|npm|babel-eslint|1.0530677135719152e-05|
-|npm|memfs|1.0203243243243241e-05|
-|npm|schema-utils|1.0203243243243241e-05|
-|npm|loader-utils|1.0203243243243241e-05|
-|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|1.0188149688149687e-05|
-|npm|loud-rejection|1.0188149688149687e-05|
-|npm|globby|1.0188149688149687e-05|
-|npm|csv-spectrum|1.0188149688149687e-05|
-|npm|bops|1.0188149688149687e-05|
-|npm|through|9.69606898892613e-06|
-|npm|fresh|9.445263773388774e-06|
-|npm|etag|9.445263773388774e-06|
-|npm|temp-path|9.445263773388774e-06|
-|npm|mime-types|9.299704129595434e-06|
-|npm|git-state|9.107588357588357e-06|
-|npm|xpath|9.107588357588357e-06|
-|npm|coffeescript|9.107588357588357e-06|
-|npm|coffee-coverage|9.107588357588357e-06|
-|npm|[split](http://github.com/dominictarr/split)|9.104372401247404e-06|
-|npm|gulp-if|9.060333488904917e-06|
-|npm|run-sequence|9.060333488904917e-06|
-|npm|grunt|8.761052653909796e-06|
-|npm|gulp-concat|8.732699732699731e-06|
-|npm|gulp-jshint|8.732699732699731e-06|
-|npm|gulp-rename|8.732699732699731e-06|
-|npm|jshint-stylish|8.732699732699731e-06|
-|npm|on-finished|8.692729989604989e-06|
-|npm|basic-auth|8.692729989604989e-06|
-|npm|zuul|8.428378378378378e-06|
-|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|8.11196911196913e-06|
-|npm|browser-sync|8.099760836602942e-06|
-|npm|updox|7.848648648648648e-06|
-|npm|safename|7.848648648648648e-06|
-|npm|imagemin-svgo|7.40956340956341e-06|
-|npm|imagemin-optipng|7.40956340956341e-06|
-|npm|imagemin-jpegtran|7.40956340956341e-06|
-|npm|imagemin-gifsicle|7.40956340956341e-06|
-|npm|pretty-bytes|7.40956340956341e-06|
-|npm|plur|7.40956340956341e-06|
-|npm|p-map|7.40956340956341e-06|
-|npm|imagemin|7.40956340956341e-06|
-|npm|fortawesome|7.3581081081081095e-06|
-|npm|houkou|7.358108108108108e-06|
-|npm|watchify|7.2079426365140644e-06|
-|npm|vinyl-source-stream|7.2079426365140644e-06|
-|npm|vinyl-buffer|7.2079426365140644e-06|
-|npm|gulp-gh-pages|7.2079426365140644e-06|
-|npm|gulp-clean|7.2079426365140644e-06|
-|npm|gulp-beautify|7.2079426365140644e-06|
-|npm|gulp-babel|7.2079426365140644e-06|
-|npm|babelify|7.2079426365140644e-06|
-|npm|babel-plugin-transform-es2015-modules-commonjs|7.2079426365140644e-06|
-|npm|resolve|7.205690154440155e-06|
-|npm|eslint-plugin-react|7.188532793574809e-06|
-|npm|eslint-plugin-jsx-a11y|7.188532793574809e-06|
-|npm|babel-register|7.06945175758735e-06|
-|npm|json-stringify-safe|6.9255160380160385e-06|
-|npm|[angular-mocks](http://angularjs.org)|6.88030888030888e-06|
-|npm|gulp-angular-templatecache|6.88030888030888e-06|
-|npm|gulp-cssnano|6.88030888030888e-06|
-|npm|gulp-less|6.88030888030888e-06|
-|npm|[querystring](https://github.com/Gozala/querystring#readme)|6.745945945945947e-06|
-|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|6.635675675675678e-06|
-|npm|cross-spawn|6.600203832595137e-06|
-|npm|assert|6.4216216216216206e-06|
-|npm|punycode|6.4216216216216206e-06|
-|npm|babel-plugin-transform-runtime|6.175289575289575e-06|
-|npm|duplexer|6.165043436293436e-06|
-|npm|gulp-autoprefixer|5.8357275725696775e-06|
-|npm|split2|5.821799821799822e-06|
-|npm|ubelt|5.821799821799822e-06|
-|npm|asynct|5.821799821799822e-06|
-|npm|event-stream|5.821799821799822e-06|
-|npm|it-is|5.821799821799822e-06|
-|npm|stream-spec|5.821799821799822e-06|
-|npm|string-to-stream|5.821799821799822e-06|
-|npm|[types](http://nodeca.github.com/types/)|5.636245110821398e-06|
-|npm|[runmd](https://github.com/broofa/runmd)|5.606177606177606e-06|
-|npm|random-seed|5.606177606177606e-06|
-|npm|optional-dev-dependency|5.606177606177606e-06|
-|npm|bundlewatch|5.606177606177606e-06|
-|npm|mocha-headless-chrome|5.46339527027027e-06|
-|npm|gulp-format-md|5.46339527027027e-06|
-|npm|[nonew](https://github.com/frewsxcv/nonew.js)|5.351351351351352e-06|
-|npm|[three.trackball](https://github.com/anvaka/three.trackball)|5.351351351351352e-06|
-|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|5.351351351351352e-06|
-|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|5.351351351351352e-06|
-|npm|[natives](https://github.com/addaleax/natives#readme)|5.351351351351352e-06|
-|npm|docdown|5.094074844074844e-06|
-|npm|qunitjs|5.094074844074844e-06|
-|npm|platform|5.094074844074844e-06|
-|npm|qunit-extras|5.094074844074844e-06|
-|npm|babel-preset-es2016|4.995104247104247e-06|
-|npm|babel-preset-es2017|4.995104247104247e-06|
-|npm|mini-svg-data-uri|4.905405405405406e-06|
-|npm|[pre-commit](https://github.com/observing/pre-commit)|4.833359460750766e-06|
-|npm|cli-color|4.713578641435784e-06|
-|npm|native-hello-world|4.682910231660232e-06|
-|npm|module-not-found-error|4.682910231660232e-06|
-|npm|fill-keys|4.682910231660232e-06|
-|npm|karma-coverage|4.639739357281374e-06|
-|npm|karma|4.639739357281374e-06|
-|npm|promise|4.628016409266409e-06|
-|npm|gulp-util|4.611681392931393e-06|
-|npm|browserify-istanbul|4.394298724190028e-06|
-|npm|combined-stream|4.394298724190028e-06|
-|npm|mocha-lcov-reporter|4.204633204633205e-06|
-|npm|chai-timers|4.204633204633205e-06|
-|npm|q|4.204633204633205e-06|
-|npm|bl|4.140162162162162e-06|
-|npm|path-exists|4.132759132759133e-06|
-|npm|prismjs|4.116424116424117e-06|
-|npm|eslint-config-airbnb|4.047817047817048e-06|
-|npm|conventional-github-releaser|3.9833367201788254e-06|
-|npm|corp-semantic-release|3.9833367201788254e-06|
-|npm|gulp-clean-css|3.9833367201788254e-06|
-|npm|[material-ui](http://material-ui.com/)|3.7841698841699056e-06|
-|npm|sinon-chai|3.6664928545857187e-06|
-|npm|repeat-string|3.6422635135135132e-06|
-|npm|tap-out|3.6422635135135132e-06|
-|npm|figures|3.6422635135135132e-06|
-|npm|pretty-ms|3.6422635135135132e-06|
-|npm|tapes|3.6422635135135132e-06|
-|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|3.6010535081742783e-06|
-|npm|[node-minify](https://github.com/srod/node-minify)|3.567567567567595e-06|
-|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|3.567567567567568e-06|
-|npm|Gmsh|3.567567567567568e-06|
-|npm|[MTEX](https://github.com/diversemix/mtex#readme)|3.567567567567568e-06|
-|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|3.567567567567568e-06|
-|npm|[graphql](https://github.com/graphql/graphql-js)|3.567567567567568e-06|
-|npm|babel-plugin-transform-object-rest-spread|3.5360231410651577e-06|
-|npm|karma-sourcemap-loader|3.5360231410651577e-06|
-|npm|karma-mocha|3.5360231410651577e-06|
-|npm|karma-chrome-launcher|3.5360231410651577e-06|
-|npm|karma-chai|3.5360231410651577e-06|
-|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|3.4459459459459567e-06|
-|npm|karma-cli|3.3677494802494803e-06|
-|npm|[babel-polyfill](https://babeljs.io/)|3.310162099635793e-06|
-|npm|pkgfiles|3.2905825079738122e-06|
-|npm|puppeteer|3.2905825079738122e-06|
-|npm|obake|3.2905825079738122e-06|
-|npm|is-node-modern|3.2905825079738122e-06|
-|npm|in-publish|3.2905825079738122e-06|
-|npm|formidable|3.2905825079738122e-06|
-|npm|far|3.2905825079738122e-06|
-|npm|fake|3.2905825079738122e-06|
-|npm|asynckit|3.2905825079738122e-06|
-|npm|babel-plugin-istanbul|3.1115169040589206e-06|
-|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|3.075289575289584e-06|
-|npm|phantomjs-prebuilt|2.943243243243243e-06|
-|npm|tar|2.913810810810811e-06|
-|npm|closurecompiler-externs|2.913810810810811e-06|
-|npm|jsdoc|2.913810810810811e-06|
-|npm|gpx-parse|2.762888051023644e-06|
-|npm|node-geo-distance|2.762888051023644e-06|
-|npm|rx|2.762888051023644e-06|
-|npm|redis|2.762888051023644e-06|
-|npm|seed-random|2.7592905405405404e-06|
-|npm|freeport|2.7592905405405404e-06|
-|npm|ws|2.7592905405405404e-06|
-|npm|node-uuid|2.7592905405405404e-06|
-|npm|event-emitter|2.7592905405405404e-06|
-|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|2.675675675675681e-06|
-|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|2.675675675675681e-06|
-|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|2.675675675675681e-06|
-|npm|[tailwindcss](https://tailwindcss.com)|2.675675675675676e-06|
-|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|2.675675675675676e-06|
-|npm|serialize-javascript|2.6276329633204634e-06|
-|npm|jest-worker|2.6276329633204634e-06|
-|npm|eslint-plugin-jest|2.565538904521955e-06|
-|npm|moment-timezone|2.565538904521955e-06|
-|npm|babel-plugin-unassert|2.5227799227799226e-06|
-|npm|babel-preset-power-assert|2.5227799227799226e-06|
-|npm|eslint-config-mysticatea|2.5227799227799226e-06|
-|npm|if-node-version|2.5227799227799226e-06|
-|npm|opener|2.5227799227799226e-06|
-|npm|power-assert|2.5227799227799226e-06|
-|npm|shelljs|2.5227799227799226e-06|
-|npm|chokidar|2.5227799227799226e-06|
-|npm|glob2base|2.5227799227799226e-06|
-|npm|shell-quote|2.5227799227799226e-06|
-|npm|subarg|2.5227799227799226e-06|
-|npm|testing-library|2.46985446985447e-06|
-|npm|escape-html|2.4698544698544696e-06|
-|npm|sendgrid-rest|2.3945029775538247e-06|
-|npm|system-sleep|2.3945029775538247e-06|
-|npm|lodash.chunk|2.3945029775538247e-06|
-|npm|mailparser|2.3945029775538247e-06|
-|npm|async.ensureasync|2.3945029775538247e-06|
-|npm|bottleneck|2.3945029775538247e-06|
-|npm|mocha-sinon|2.3945029775538247e-06|
-|npm|async.queue|2.3945029775538247e-06|
-|npm|methods|2.2934362934362933e-06|
-|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|2.264033264033264e-06|
-|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|2.264033264033264e-06|
-|npm|package-yaml|2.264033264033264e-06|
-|npm|json-loader|2.264033264033264e-06|
-|npm|isparta-loader|2.264033264033264e-06|
-|npm|isparta|2.264033264033264e-06|
-|npm|gh-pages|2.264033264033264e-06|
-|npm|gatsby|2.264033264033264e-06|
-|npm|expect|2.264033264033264e-06|
-|npm|enzyme-adapter-react-16|2.264033264033264e-06|
-|npm|enzyme|2.264033264033264e-06|
-|npm|conventional-changelog|2.264033264033264e-06|
-|npm|chai-enzyme|2.264033264033264e-06|
-|npm|babel-plugin-__coverage__|2.264033264033264e-06|
-|npm|add-stream|2.264033264033264e-06|
-|npm|karma-webpack|2.264033264033264e-06|
-|npm|karma-sinon|2.264033264033264e-06|
-|npm|karma-mocha-reporter|2.264033264033264e-06|
-|npm|lodash.isequal|2.264033264033264e-06|
-|npm|classnames|2.264033264033264e-06|
-|npm|clamp|2.264033264033264e-06|
-|npm|watch|2.264033264033264e-06|
-|npm|unminified-webpack-plugin|2.264033264033264e-06|
-|npm|jsonpath|2.264033264033264e-06|
-|npm|jest-cli|2.264033264033264e-06|
-|npm|globify|2.264033264033264e-06|
-|npm|codeclimate-test-reporter|2.264033264033264e-06|
-|npm|codacy-coverage|2.264033264033264e-06|
-|npm|cash-cat|2.264033264033264e-06|
-|npm|biased-opener|2.264033264033264e-06|
-|npm|random-buffer|2.264033264033264e-06|
-|npm|nock|2.264033264033264e-06|
-|npm|is-zip|2.264033264033264e-06|
-|npm|pify|2.264033264033264e-06|
-|npm|p-event|2.264033264033264e-06|
-|npm|make-dir|2.264033264033264e-06|
-|npm|got|2.264033264033264e-06|
-|npm|get-stream|2.264033264033264e-06|
-|npm|filenamify|2.264033264033264e-06|
-|npm|ext-name|2.264033264033264e-06|
-|npm|decompress|2.264033264033264e-06|
-|npm|content-disposition|2.264033264033264e-06|
-|npm|archive-type|2.264033264033264e-06|
-|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|2.1405405405405508e-06|
-|npm|should-util|2.0067567567567564e-06|
-|npm|mocha-better-spec-reporter|2.0067567567567564e-06|
-|npm|should-equal|2.0067567567567564e-06|
-|npm|eslint-config-shouldjs|2.0067567567567564e-06|
-|npm|should-type|2.0067567567567564e-06|
-|npm|should-format|2.0067567567567564e-06|
-|npm|should-type-adaptors|2.0067567567567564e-06|
-|npm|[compression](https://github.com/expressjs/compression#readme)|1.974903474903494e-06|
-|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|1.8935550935550937e-06|
-|npm|[which](https://github.com/isaacs/node-which#readme)|1.8868414018414053e-06|
-|npm|webpack-manifest-plugin|1.8687258687258687e-06|
-|npm|script-loader|1.8687258687258687e-06|
-|npm|recursive-readdir|1.8687258687258687e-06|
-|npm|react-dev-utils|1.8687258687258687e-06|
-|npm|output-file-sync|1.8687258687258687e-06|
-|npm|npm-release|1.8687258687258687e-06|
-|npm|jest-canvas-mock|1.8687258687258687e-06|
-|npm|imports-loader|1.8687258687258687e-06|
-|npm|fs-promise|1.8687258687258687e-06|
-|npm|flow-typed|1.8687258687258687e-06|
-|npm|flow-bin|1.8687258687258687e-06|
-|npm|find-cache-dir|1.8687258687258687e-06|
-|npm|filesize|1.8687258687258687e-06|
-|npm|fake-xml-http-request|1.8687258687258687e-06|
-|npm|eslint-plugin-flowtype|1.8687258687258687e-06|
-|npm|eslint-loader|1.8687258687258687e-06|
-|npm|eslint-config-react-app|1.8687258687258687e-06|
-|npm|dmd-clear|1.8687258687258687e-06|
-|npm|dagre|1.8687258687258687e-06|
-|npm|child-process-promise|1.8687258687258687e-06|
-|npm|case-sensitive-paths-webpack-plugin|1.8687258687258687e-06|
-|npm|babel-plugin-flow-react-proptypes|1.8687258687258687e-06|
-|npm|gulp-marked|1.8523908523908524e-06|
-|npm|gulp-mocha-phantomjs|1.8523908523908524e-06|
-|npm|humanize|1.8523908523908524e-06|
-|npm|chai-jquery|1.8523908523908524e-06|
-|npm|gulp-iife|1.8523908523908524e-06|
-|npm|gulp-cache|1.8523908523908524e-06|
-|npm|gulp-closure-compiler|1.8523908523908524e-06|
-|npm|drool|1.8523908523908524e-06|
-|npm|gulp-file|1.8523908523908524e-06|
-|npm|gulp-imagemin|1.8523908523908524e-06|
-|npm|escodegen|1.8523908523908524e-06|
-|npm|gulp-zip|1.8523908523908524e-06|
-|npm|gulp-csso|1.8523908523908524e-06|
-|npm|gulp-shell|1.8523908523908524e-06|
-|npm|merge-stream|1.8523908523908524e-06|
-|npm|swig|1.8523908523908524e-06|
-|npm|vinyl-paths|1.8523908523908524e-06|
-|npm|gulp-connect|1.8523908523908524e-06|
-|npm|gulp-css-inline-images|1.8523908523908524e-06|
-|npm|gulp-front-matter|1.8523908523908524e-06|
-|npm|gulp-jscs|1.8523908523908524e-06|
-|npm|gulp-open|1.8523908523908524e-06|
-|npm|gulp-flatten|1.8523908523908524e-06|
-|npm|gulp-load-plugins|1.8523908523908524e-06|
-|npm|gulp-sass|1.8523908523908524e-06|
-|npm|gulp-header|1.8523908523908524e-06|
-|npm|gulp-size|1.8523908523908524e-06|
-|npm|gulp-replace|1.8523908523908524e-06|
-|npm|gulp-sourcemaps|1.8523908523908524e-06|
-|npm|gulp-subtree|1.8523908523908524e-06|
-|npm|gulp-tap|1.8523908523908524e-06|
-|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|1.839527027027027e-06|
-|npm|node-libs-browser|1.839527027027027e-06|
-|npm|module-alias|1.839527027027027e-06|
-|npm|mocha-phantomjs-istanbul|1.839527027027027e-06|
-|npm|mocha-phantomjs-core|1.839527027027027e-06|
-|npm|get-port|1.839527027027027e-06|
-|npm|eslint-config-airbnb-base|1.839527027027027e-06|
-|npm|connect|1.839527027027027e-06|
-|npm|babel-plugin-module-resolver|1.839527027027027e-06|
-|npm|asap|1.839527027027027e-06|
-|npm|a-sync-waterfall|1.839527027027027e-06|
-|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|1.8365837837837834e-06|
-|npm|[metascript](https://github.com/dcodeIO/MetaScript)|1.8365837837837834e-06|
-|npm|[testjs](https://github.com/dcodeIO/test.js)|1.8365837837837834e-06|
-|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|1.783783783783784e-06|
-|npm|[long](https://github.com/dcodeIO/long.js#readme)|1.783783783783784e-06|
-|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|1.783783783783784e-06|
-|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|1.783783783783784e-06|
-|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|1.783783783783784e-06|
-|npm|its-set|1.7837837837837836e-06|
-|npm|babel-plugin-transform-es2015-modules-umd|1.7837837837837836e-06|
-|npm|babel-preset-stage-2|1.7837837837837836e-06|
-|npm|gulp-eslint|1.7837837837837836e-06|
-|npm|eslint-plugin-babel|1.7837837837837836e-06|
-|npm|pretty-hrtime|1.7482864864864863e-06|
-|npm|utf8|1.7482864864864863e-06|
-|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|1.6288383414470371e-06|
-|npm|babel-plugin-minify-replace|1.6288383414470371e-06|
-|npm|babel-plugin-minify-numeric-literals|1.6288383414470371e-06|
-|npm|babel-plugin-minify-mangle-names|1.6288383414470371e-06|
-|npm|babel-plugin-minify-infinity|1.6288383414470371e-06|
-|npm|babel-plugin-minify-guarded-expressions|1.6288383414470371e-06|
-|npm|babel-plugin-minify-flip-comparisons|1.6288383414470371e-06|
-|npm|babel-plugin-minify-dead-code-elimination|1.6288383414470371e-06|
-|npm|babel-plugin-minify-constant-folding|1.6288383414470371e-06|
-|npm|babel-plugin-minify-builtins|1.6288383414470371e-06|
-|npm|babel-helper-evaluate-path|1.612549958032567e-06|
-|npm|esutils|1.612549958032567e-06|
-|npm|babel-helper-is-void-0|1.612549958032567e-06|
-|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|1.604768339768338e-06|
-|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|1.5289575289575449e-06|
-|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|1.5289575289575449e-06|
-|npm|[path](http://nodejs.org/docs/latest/api/path.html)|1.5289575289575449e-06|
-|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|1.5289575289575449e-06|
-|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|1.528957528957529e-06|
-|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|1.528957528957529e-06|
-|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|1.5265072765072838e-06|
-|npm|assume|1.4408954558954559e-06|
-|npm|spawn-sync|1.4408954558954559e-06|
-|npm|[morgan](https://github.com/expressjs/morgan#readme)|1.4048856548856605e-06|
-|npm|grunt-contrib-clean|1.3514892443463872e-06|
-|npm|grunt-contrib-watch|1.3514892443463872e-06|
-|npm|grunt-eslint|1.3514892443463872e-06|
-|npm|grunt-release|1.3514892443463872e-06|
-|npm|grunt-jsdoc|1.3514892443463872e-06|
-|npm|grunt-mocha-istanbul|1.3514892443463872e-06|
-|npm|help-me-test|1.3514892443463872e-06|
-|npm|require-dir|1.3514892443463872e-06|
-|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|1.3378378378378406e-06|
-|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|1.3378378378378406e-06|
-|npm|[svgr](https://github.com/smooth-code/svgr#readme)|1.3378378378378406e-06|
-|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.3378378378378406e-06|
-|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|1.337837837837838e-06|
-|npm|[daisyui](https://github.com/saadeghi/daisyui)|1.337837837837838e-06|
-|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|1.3244594594594675e-06|
-|npm|karma-tap-reporter|1.2719898770318938e-06|
-|npm|karma-spec-reporter|1.2719898770318938e-06|
-|npm|karma-rollup-preprocessor|1.2719898770318938e-06|
-|npm|karma-html-reporter|1.2719898770318938e-06|
-|npm|karma-firefox-launcher|1.2719898770318938e-06|
-|npm|karma-chai-sinon|1.2719898770318938e-06|
-|npm|eslint-plugin-mocha|1.2719898770318938e-06|
-|npm|eslint-config-nfl|1.2719898770318938e-06|
-|npm|cz-conventional-changelog|1.2719898770318938e-06|
-|npm|conventional-changelog-cli|1.2719898770318938e-06|
-|npm|babel-plugin-transform-class-properties|1.2719898770318938e-06|
-|npm|react-side-effect|1.2719898770318938e-06|
-|npm|react-fast-compare|1.2719898770318938e-06|
-|npm|tslint-config-semistandard|1.2263513513513514e-06|
-|npm|optimist|1.2263513513513514e-06|
-|npm|eslint-plugin-dependencies|1.2263513513513514e-06|
-|npm|eslint-config-semistandard|1.2263513513513514e-06|
-|npm|doctoc|1.2263513513513514e-06|
-|npm|snappy|1.2263513513513514e-06|
-|npm|optional|1.2263513513513514e-06|
-|npm|nested-error-stacks|1.2263513513513514e-06|
-|npm|denque|1.2263513513513514e-06|
-|npm|buffermaker|1.2263513513513514e-06|
-|npm|buffer-crc32|1.2263513513513514e-06|
-|npm|binary|1.2263513513513514e-06|
-|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|1.1891891891891933e-06|
-|npm|[react-sigma](https://github.com/dunnock/react-sigma)|1.1891891891891933e-06|
-|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|1.1891891891891933e-06|
-|npm|[js-sha256](https://github.com/emn178/js-sha256)|1.1891891891891933e-06|
-|npm|taper|1.1037162162162162e-06|
-|npm|server-destroy|1.1037162162162162e-06|
-|npm|karma-tap|1.1037162162162162e-06|
-|npm|karma-phantomjs-launcher|1.1037162162162162e-06|
-|npm|karma-browserify|1.1037162162162162e-06|
-|npm|function-bind|1.1037162162162162e-06|
-|npm|buffer-equal|1.1037162162162162e-06|
-|npm|tunnel-agent|1.1037162162162162e-06|
-|npm|tough-cookie|1.1037162162162162e-06|
-|npm|qs|1.1037162162162162e-06|
-|npm|performance-now|1.1037162162162162e-06|
-|npm|oauth-sign|1.1037162162162162e-06|
-|npm|isstream|1.1037162162162162e-06|
-|npm|is-typedarray|1.1037162162162162e-06|
-|npm|http-signature|1.1037162162162162e-06|
-|npm|har-validator|1.1037162162162162e-06|
-|npm|forever-agent|1.1037162162162162e-06|
-|npm|extend|1.1037162162162162e-06|
-|npm|caseless|1.1037162162162162e-06|
-|npm|aws4|1.1037162162162162e-06|
-|npm|aws-sign2|1.1037162162162162e-06|
-|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|1.0702702702702754e-06|
-|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|1.0702702702702703e-06|
-|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|1.0702702702702703e-06|
-|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|9.72972972972971e-07|
-|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|9.72972972972971e-07|
-|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|9.72972972972971e-07|
-|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|9.72972972972971e-07|
-|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|8.918918918918987e-07|
-|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|8.829729729729729e-07|
-|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|8.829729729729729e-07|
-|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|8.829729729729729e-07|
-|npm|[aws-amplify](https://aws-amplify.github.io/)|8.232848232848233e-07|
-|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|8.232848232848233e-07|
-|npm|[cors](https://github.com/expressjs/cors#readme)|7.702702702702755e-07|
-|npm|[cpx](https://github.com/mysticatea/cpx)|7.644787644787724e-07|
-|npm|tls|7.644787644787724e-07|
-|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|7.135135135135135e-07|
-|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|7.135135135135135e-07|
-|npm|[cesium](http://cesium.com/cesiumjs/)|7.135135135135135e-07|
-|npm|express-flash|6.689189189189203e-07|
-|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|6.689189189189203e-07|
-|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|6.68918918918919e-07|
-|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|6.295707472178144e-07|
-|npm|[root](https://github.com/mafintosh/root#readme)|6.295707472178068e-07|
-|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|5.945945945945967e-07|
-|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|5.945945945945967e-07|
-|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|4.4594594594594935e-07|
-|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|4.4594594594594935e-07|
-|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|4.4594594594594935e-07|
-|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|4.4594594594594935e-07|
-|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|4.4594594594594935e-07|
-|npm|[benchmark](https://benchmarkjs.com/)|4.116424116424142e-07|
-|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|4.116424116424142e-07|
-|npm|[download](https://github.com/kevva/download#readme)|4.116424116424142e-07|
-|npm|[ftp](https://github.com/mscdex/node-ftp)|4.116424116424142e-07|
-|npm|[ndjson](https://github.com/ndjson/ndjson.js)|4.116424116424142e-07|
-|npm|pipeline|4.116424116424142e-07|
-|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|3.9639639639639774e-07|
-|npm|[zeit](https://github.com/daviddenton/zeit#readme)|3.822393822393862e-07|
-|npm|[sendgrid](https://sendgrid.com)|3.6280348144755164e-07|
-|npm|[stoplight](https://github.com/andrewhao/stoplight)|3.6280348144755164e-07|
-|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|3.6280348144755164e-07|
-|npm|[cron](https://github.com/kelektiv/node-cron#readme)|3.6280348144755164e-07|
-|npm|[email-validator](http://github.com/manishsaraan/email-validator)|3.6280348144755164e-07|
-|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|3.311148648648669e-07|
-|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|3.243243243243261e-07|
-|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|3.243243243243261e-07|
-|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|3.243243243243261e-07|
-|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|3.243243243243261e-07|
-|npm|[url](https://github.com/defunctzombie/node-url#readme)|3.243243243243261e-07|
-|npm|[method-override](https://github.com/expressjs/method-override#readme)|3.2432432432432235e-07|
-|npm|[dedent](https://github.com/dmnd/dedent)|3.0273359073359217e-07|
-|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|2.816500711237567e-07|
-|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|2.816500711237567e-07|
-|npm|[vx](https://github.com/vxjs/vx)|1.911196911196931e-07|
-|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.8140174072377582e-07|
-|npm|[aproba](https://github.com/iarna/aproba)|1.8140174072377582e-07|
-|npm|[chownr](https://github.com/isaacs/chownr#readme)|1.8140174072377582e-07|
-|npm|concat-map|1.8140174072377582e-07|
-|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|1.8140174072377582e-07|
-|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|1.8140174072377582e-07|
-|npm|text-table|1.0188149688149764e-07|
-|npm|[utfx](https://github.com/dcodeIO/utfx)|8.829729729729708e-08|
-|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
-|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
-|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|1.6288383414470314e-08|
+|npm|[express](http://expressjs.com/)|0.0005888251371487071|
+|npm|[lodash](https://lodash.com/)|0.0005619730517468846|
+|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0005482657826118816|
+|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0005063924677898911|
+|npm|[angular](http://angularjs.org)|0.0004703069399216576|
+|npm|[fs](https://github.com/npm/security-holder#readme)|0.0004518457027533931|
+|npm|[react-dom](https://reactjs.org/)|0.0004247049737667504|
+|npm|[react](https://reactjs.org/)|0.0004247049737667504|
+|npm|[papaparse](http://papaparse.com)|0.0003864406059747983|
+|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.0003732208604700552|
+|npm|[axios](https://axios-http.com)|0.0003699575948368294|
+|npm|nestjs|0.00036585980413566047|
+|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.0003414736176792921|
+|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00032901083081418126|
+|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00032705649157581764|
+|npm|[mocha](https://mochajs.org/)|0.000315435109372871|
+|npm|[ajv](https://ajv.js.org)|0.00031105285142188306|
+|npm|[d3](https://d3js.org)|0.0002890959679213608|
+|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.0002857319835763839|
+|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|0.00026141158148095705|
+|npm|[three](https://threejs.org/)|0.00025628146679881073|
+|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|0.0002473679194937867|
+|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|0.00024529236868186323|
+|npm|[yargs](https://yargs.js.org/)|0.00024529236868186323|
+|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|0.00024529236868186323|
+|npm|[docusaurus](https://github.com/facebook/docusaurus)|0.00024529236868186323|
+|npm|[quasar](https://quasar.dev)|0.00024529236868186323|
+|npm|[vows](https://github.com/cloudhead/vows)|0.0002355810667368085|
+|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|0.00023166501486620417|
+|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|0.0001962338949454906|
+|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|0.00017715559960356788|
+|npm|[pg](https://github.com/brianc/node-postgres)|0.0001698994761432819|
+|npm|[cytoscape](http://js.cytoscape.org)|0.0001698994761432819|
+|npm|[jshint](http://jshint.com/)|0.00016852502205425888|
+|npm|[react-select](https://github.com/JedWatson/react-select)|0.0001667346819798286|
+|npm|[bootstrap](https://getbootstrap.com/)|0.00015905055235802525|
+|npm|[react-bootstrap](https://react-bootstrap.github.io/)|0.00015905055235802525|
+|npm|eslint|0.00015282293685506108|
+|npm|[requirejs](http://github.com/jrburke/r.js)|0.0001521958282054912|
+|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|0.00015196690769755014|
+|npm|[react-images](https://jossmac.github.io/react-images/)|0.0001467749438724945|
+|npm|[pako](https://github.com/nodeca/pako#readme)|0.00014156873849638962|
+|npm|[react-redux](https://github.com/reduxjs/react-redux)|0.00014145808028495424|
+|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|0.00014016706781820755|
+|npm|[filepond](https://pqina.nl/filepond/)|0.00014016706781820755|
+|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|0.00014016706781820755|
+|npm|[modernizr](https://github.com/Modernizr/Modernizr)|0.00014016706781820755|
+|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|0.00014016706781820755|
+|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00014016706781820755|
+|npm|[nyc](https://istanbul.js.org/)|0.00013772448097129755|
+|npm|[moment](https://momentjs.com)|0.00013694311582794282|
+|npm|[tape](https://github.com/substack/tape)|0.00013630670284998515|
+|npm|[rc-slider](http://github.com/react-component/slider/)|0.0001348390798602055|
+|npm|[chai](http://chaijs.com)|0.00013327677482501452|
+|npm|[tslib](https://www.typescriptlang.org/)|0.00013131207173470145|
+|npm|[ws](https://github.com/websockets/ws)|0.00012712252672377174|
+|npm|[d3-array](https://d3js.org/d3-array/)|0.00012428146679881072|
+|npm|[d3-scale](https://d3js.org/d3-scale/)|0.00012428146679881072|
+|npm|[d3-brush](https://d3js.org/d3-brush/)|0.00012264618434093162|
+|npm|[d3-fetch](https://d3js.org/d3-fetch/)|0.00012264618434093162|
+|npm|[d3-format](https://d3js.org/d3-format/)|0.00012264618434093162|
+|npm|[fflate](https://101arrowz.github.io/fflate)|0.00012264618434093162|
+|npm|[webpack](https://github.com/webpack/webpack)|0.00012178285072201739|
+|npm|react-router-dom|0.00012108085109793747|
+|npm|[mongoose](https://mongoosejs.com)|0.00011460694119578925|
+|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|0.00010901883052527254|
+|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|0.00010901883052527254|
+|npm|[apexcharts](https://apexcharts.com)|0.00010901883052527254|
+|npm|[idb](https://github.com/jakearchibald/idb#readme)|0.00010901883052527254|
+|npm|[lodash.debounce](https://lodash.com/)|0.00010901883052527254|
+|npm|[nanoid](https://github.com/ai/nanoid#readme)|0.00010901883052527254|
+|npm|vue-apexcharts|0.00010901883052527254|
+|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|0.00010901883052527254|
+|npm|[esm](https://github.com/standard-things/esm#readme)|0.00010382990830270891|
+|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|0.00010216378486478833|
+|npm|[prop-types](https://facebook.github.io/react/)|9.83756661803324e-05|
+|npm|[tap](http://www.node-tap.org/)|9.828009499529379e-05|
+|npm|[auspice](https://www.npmjs.com/package/auspice)|9.81169474727453e-05|
+|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|9.81169474727453e-05|
+|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|9.81169474727453e-05|
+|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|9.785996123012639e-05|
+|npm|[supertest](https://github.com/visionmedia/supertest#readme)|9.775651259098701e-05|
+|npm|[rxjs](https://rxjs.dev)|9.668718560903105e-05|
+|npm|rollup|9.602595410239715e-05|
+|npm|[passport](https://www.passportjs.org/)|9.458307436461676e-05|
+|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|9.350001760470564e-05|
+|npm|[nodemon](https://nodemon.io)|9.31310513074636e-05|
+|npm|[semver](https://github.com/npm/node-semver#readme)|9.303800772295278e-05|
+|npm|[jquery](https://jquery.com)|9.222274256962067e-05|
+|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|9.211859375316033e-05|
+|npm|[angular-animate](http://angularjs.org)|8.919722497522299e-05|
+|npm|[angular-sanitize](http://angularjs.org)|8.919722497522299e-05|
+|npm|[angular-touch](http://angularjs.org)|8.919722497522299e-05|
+|npm|[colorbrewer](http://colorbrewer2.org/)|8.919722497522299e-05|
+|npm|[dc](http://dc-js.github.io/dc.js/)|8.919722497522299e-05|
+|npm|fortawesome|8.684100746344126e-05|
+|npm|[babel-cli](https://babeljs.io/)|8.54819544225431e-05|
+|npm|react-router-bootstrap|8.353610078948903e-05|
+|npm|[debug](https://github.com/debug-js/debug#readme)|8.336801703681118e-05|
+|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|8.303925385813392e-05|
+|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|8.22424708238102e-05|
+|npm|eslint-plugin-import|8.203432092479136e-05|
+|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|8.176412289395441e-05|
+|npm|[downloadjs](http://danml.com/download.html)|8.176412289395441e-05|
+|npm|[events](https://github.com/Gozala/events#readme)|8.176412289395441e-05|
+|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|8.176412289395441e-05|
+|npm|[semantic-ui-button](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-label](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[semantic-ui-transition](http://www.semantic-ui.com)|8.176412289395441e-05|
+|npm|[xlsx](https://sheetjs.com/)|8.032966459756925e-05|
+|npm|[winston](https://github.com/winstonjs/winston#readme)|7.861934893649462e-05|
+|npm|[uuid](https://github.com/uuidjs/uuid#readme)|7.622102625002902e-05|
+|npm|[ava](https://avajs.dev)|7.477149337283132e-05|
+|npm|[chokidar](https://github.com/paulmillr/chokidar)|7.23962905281042e-05|
+|npm|[typescript](https://www.typescriptlang.org/)|7.225404657954391e-05|
+|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|7.179668696021521e-05|
+|npm|[commander](https://github.com/tj/commander.js#readme)|7.164629937703525e-05|
+|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|7.164577109859122e-05|
+|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|7.099726968366837e-05|
+|npm|[zone.js](https://github.com/angular/angular#readme)|7.086693627409808e-05|
+|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|7.008353390910378e-05|
+|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|7.008353390910378e-05|
+|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|7.008353390910378e-05|
+|npm|net|7.008353390910378e-05|
+|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|6.94177403369673e-05|
+|npm|process|6.938269857001273e-05|
+|npm|util|6.938269857001273e-05|
+|npm|spc|6.938269857001273e-05|
+|npm|[mathjs](https://mathjs.org)|6.800049554013875e-05|
+|npm|husky|6.788609988221114e-05|
+|npm|expect.js|6.711812438057483e-05|
+|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|6.651996438830189e-05|
+|npm|eslint-plugin-standard|6.440403813583526e-05|
+|npm|eslint-plugin-promise|6.440403813583526e-05|
+|npm|eslint-plugin-node|6.440403813583526e-05|
+|npm|eslint-config-standard|6.440403813583526e-05|
+|npm|[xo](https://github.com/xojs/xo#readme)|6.379623226129667e-05|
+|npm|babel-preset-env|6.26023998072203e-05|
+|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|6.165512533411081e-05|
+|npm|[sinon](https://sinonjs.org/)|6.145174689537776e-05|
+|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|6.132309217046581e-05|
+|npm|[express-session](https://github.com/expressjs/session#readme)|6.132309217046581e-05|
+|npm|[helmet](https://helmetjs.github.io/)|6.132309217046581e-05|
+|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|6.132309217046581e-05|
+|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|6.132309217046581e-05|
+|npm|jest|5.8589994921209666e-05|
+|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|5.788218533201189e-05|
+|npm|sax|5.7799013167670886e-05|
+|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|5.7761154320689926e-05|
+|npm|[d3-dsv](https://d3js.org/d3-dsv/)|5.771585145455605e-05|
+|npm|[diff2html](https://diff2html.xyz/)|5.771585145455605e-05|
+|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|5.771585145455605e-05|
+|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|5.771585145455605e-05|
+|npm|react-schemaorg|5.771585145455605e-05|
+|npm|[colors](https://github.com/Marak/colors.js)|5.62225683137477e-05|
+|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|5.5490584737363726e-05|
+|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|5.5490584737363726e-05|
+|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|5.525817096679337e-05|
+|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|5.4841663127094244e-05|
+|npm|[bower](http://bower.io)|5.450941526263627e-05|
+|npm|[http-auth](https://github.com/gevorg/http-auth)|5.450941526263627e-05|
+|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|5.450941526263627e-05|
+|npm|[multer](https://github.com/expressjs/multer#readme)|5.450941526263627e-05|
+|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|5.450941526263627e-05|
+|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|5.450941526263627e-05|
+|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|5.450941526263627e-05|
+|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|5.450941526263627e-05|
+|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|5.450941526263627e-05|
+|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|5.450941526263627e-05|
+|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|5.450941526263627e-05|
+|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|5.450941526263627e-05|
+|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|5.450941526263627e-05|
+|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|5.450941526263627e-05|
+|npm|npm-run-all|5.444897570219671e-05|
+|npm|[browserify](https://github.com/browserify/browserify#readme)|5.282327538730837e-05|
+|npm|object-assign|5.0962354493375515e-05|
+|npm|[standard](https://standardjs.com)|5.079663732198073e-05|
+|npm|validator|5.078086567142689e-05|
+|npm|[font-awesome](http://fontawesome.io/)|4.829703985292411e-05|
+|npm|safe-buffer|4.8025682790788104e-05|
+|npm|coffee-script|4.7737107107461416e-05|
+|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|4.762760158572845e-05|
+|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|4.7472372705798186e-05|
+|npm|glob|4.7211071782528664e-05|
+|npm|eslint-plugin-markdown|4.64483877553243e-05|
+|npm|cross-env|4.641351667410884e-05|
+|npm|[async](https://caolan.github.io/async/)|4.453589568880079e-05|
+|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|4.403132793866193e-05|
+|npm|react-highcharts|4.334113281220892e-05|
+|npm|redux|4.334113281220892e-05|
+|npm|immutable|4.3082930318859586e-05|
+|npm|[jasmine](http://jasmine.github.io/)|4.2957612258900665e-05|
+|npm|[proj4](https://github.com/proj4js/proj4js#readme)|4.2108523290386525e-05|
+|npm|[bluebird](https://github.com/petkaantonov/bluebird)|4.206512307957673e-05|
+|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|4.0882061446977205e-05|
+|npm|[sift](https://github.com/crcn/sift.js#readme)|4.0882061446977205e-05|
+|npm|[socket.io](https://github.com/socketio/socket.io#readme)|4.0882061446977205e-05|
+|npm|[underscore](https://underscorejs.org)|4.0882061446977205e-05|
+|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|3.976816821681787e-05|
+|npm|zap|3.909347125867195e-05|
+|npm|docco|3.909347125867195e-05|
+|npm|diff|3.909347125867195e-05|
+|npm|[babel-preset-es2015](https://babeljs.io/)|3.861224336056248e-05|
+|npm|[form-data](https://github.com/form-data/form-data#readme)|3.8056324046055244e-05|
+|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|3.773728748951742e-05|
+|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|3.773728748951742e-05|
+|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|3.773728748951742e-05|
+|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|3.773728748951742e-05|
+|npm|[fibers](https://github.com/laverdet/node-fibers)|3.773728748951742e-05|
+|npm|[saxes](https://github.com/lddubeau/saxes#readme)|3.773728748951742e-05|
+|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|3.773728748951742e-05|
+|npm|recharts|3.754475030844845e-05|
+|npm|chalk|3.7520304032453876e-05|
+|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|3.6339610175090845e-05|
+|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|3.6339610175090845e-05|
+|npm|[crypto-js](http://github.com/brix/crypto-js)|3.6339610175090845e-05|
+|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|3.6339610175090845e-05|
+|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|3.6339610175090845e-05|
+|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|3.6339610175090845e-05|
+|npm|ngx-smart-modal|3.6339610175090845e-05|
+|npm|plotly|3.6339610175090845e-05|
+|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|3.5792857761243976e-05|
+|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|3.5557087056824706e-05|
+|npm|react-transition-group|3.537331598035264e-05|
+|npm|after|3.510928867430177e-05|
+|npm|vary|3.4947557442203836e-05|
+|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|3.4691349285006365e-05|
+|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|3.4691349285006365e-05|
+|npm|lint-staged|3.46261176880602e-05|
+|npm|retry|3.4384238883942814e-05|
+|npm|rollup-plugin-commonjs|3.3717394291710734e-05|
+|npm|babel-runtime|3.3534970975506156e-05|
+|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|3.3259982194150943e-05|
+|npm|[auth0](https://github.com/auth0/node-auth0)|3.3259982194150943e-05|
+|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|3.3259982194150943e-05|
+|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|3.3259982194150943e-05|
+|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|3.3259982194150943e-05|
+|npm|[class-validator](https://github.com/typestack/class-validator#readme)|3.3259982194150943e-05|
+|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|3.3259982194150943e-05|
+|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|3.3259982194150943e-05|
+|npm|hammerjs|3.3259982194150943e-05|
+|npm|http-status-codes|3.3259982194150943e-05|
+|npm|is-url|3.3259982194150943e-05|
+|npm|json5|3.3259982194150943e-05|
+|npm|jwks-rsa|3.3259982194150943e-05|
+|npm|nats|3.3259982194150943e-05|
+|npm|nestjs-s3|3.3259982194150943e-05|
+|npm|ngx-material-file-input|3.3259982194150943e-05|
+|npm|passport-jwt|3.3259982194150943e-05|
+|npm|reflect-metadata|3.3259982194150943e-05|
+|npm|sharp|3.3259982194150943e-05|
+|npm|ssh2|3.3259982194150943e-05|
+|npm|stackdriver-errors-js|3.3259982194150943e-05|
+|npm|tiny-version-compare|3.3259982194150943e-05|
+|npm|unzipper|3.3259982194150943e-05|
+|npm|yaml|3.3259982194150943e-05|
+|npm|[should](https://github.com/shouldjs/should.js)|3.305884456657635e-05|
+|npm|prettier|3.305276402351142e-05|
+|npm|minimist|3.2546077170141584e-05|
+|npm|react-test-renderer|3.204690177070335e-05|
+|npm|[request](https://github.com/request/request#readme)|3.196135042654112e-05|
+|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|3.122221435650573e-05|
+|npm|[keycode](https://github.com/timoxley/keycode)|3.122221435650573e-05|
+|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|3.122221435650573e-05|
+|npm|simple-assign|3.122221435650573e-05|
+|npm|warning|3.122221435650573e-05|
+|npm|lodash.merge|3.122221435650573e-05|
+|npm|lodash.throttle|3.122221435650573e-05|
+|npm|recompose|3.122221435650573e-05|
+|npm|[stylus](https://github.com/stylus/stylus)|3.10172731134079e-05|
+|npm|inherits|3.0914664332078093e-05|
+|npm|[jade](http://jade-lang.com)|3.068727119192573e-05|
+|npm|[bundt](https://github.com/lukeed/bundt#readme)|3.0354930624380574e-05|
+|npm|[ts-node](https://typestrong.org/ts-node)|3.0236038915070483e-05|
+|npm|ms|3.007767315014861e-05|
+|npm|on-headers|3.0049935875811353e-05|
+|npm|[canvg](https://github.com/canvg/canvg)|2.973240832507433e-05|
+|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|2.973240832507433e-05|
+|npm|[http](https://github.com/npm/security-holder#readme)|2.973240832507433e-05|
+|npm|[jspdf](https://github.com/mrrio/jspdf)|2.973240832507433e-05|
+|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|2.973240832507433e-05|
+|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|2.973240832507433e-05|
+|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|2.973240832507433e-05|
+|npm|[pug](https://pugjs.org)|2.973240832507433e-05|
+|npm|[sequelize](https://sequelize.org/)|2.973240832507433e-05|
+|npm|del-cli|2.9637607684683994e-05|
+|npm|eslint-config-prettier|2.8804190692419812e-05|
+|npm|gulp|2.805057761253669e-05|
+|npm|react-router|2.7895800146856433e-05|
+|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|2.7753079428005094e-05|
+|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|2.7753079428005094e-05|
+|npm|[remark](https://remark.js.org)|2.7753079428005094e-05|
+|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|2.7753079428005094e-05|
+|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|2.7753079428005094e-05|
+|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|2.7683122801842458e-05|
+|npm|whatwg-fetch|2.75334023860444e-05|
+|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|2.7001746366155967e-05|
+|npm|depd|2.6471106708578833e-05|
+|npm|highcharts-exporting|2.5820249334932973e-05|
+|npm|highcharts-no-data-to-display|2.5820249334932973e-05|
+|npm|[history](https://github.com/remix-run/history#readme)|2.5820249334932973e-05|
+|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|2.5820249334932973e-05|
+|npm|[ramda](https://ramdajs.com/)|2.5820249334932973e-05|
+|npm|[rc-tooltip](http://github.com/react-component/tooltip)|2.5820249334932973e-05|
+|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|2.5820249334932973e-05|
+|npm|react-fontawesome|2.5820249334932973e-05|
+|npm|react-js-pagination|2.5820249334932973e-05|
+|npm|react-router-redux|2.5820249334932973e-05|
+|npm|react-s-alert|2.5820249334932973e-05|
+|npm|react-table|2.5820249334932973e-05|
+|npm|redux-form|2.5820249334932973e-05|
+|npm|redux-observable|2.5820249334932973e-05|
+|npm|redux-persist|2.5820249334932973e-05|
+|npm|reselect|2.5820249334932973e-05|
+|npm|rx-dom|2.5820249334932973e-05|
+|npm|acorn|2.4152942201505135e-05|
+|npm|readable-stream|2.401708796654287e-05|
+|npm|through2|2.395191252627452e-05|
+|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|2.307365577930495e-05|
+|npm|[morgan](https://github.com/expressjs/morgan#readme)|2.25577242027405e-05|
+|npm|[actions](https://github.com/fundon/actions)|2.1866062579640377e-05|
+|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|2.1759782055690308e-05|
+|npm|webworker-threads|2.1585728444003963e-05|
+|npm|[del](https://github.com/sindresorhus/del#readme)|2.1011232625285096e-05|
+|npm|codecov|2.0442773940025045e-05|
+|npm|babel-core|2.0341115124256144e-05|
+|npm|matcha|2.0236620416253715e-05|
+|npm|quick-lru|2.0236620416253715e-05|
+|npm|map-obj|2.0236620416253715e-05|
+|npm|lodash.kebabcase|2.0236620416253715e-05|
+|npm|minimatch|2.006700440586777e-05|
+|npm|ghsign|2.0034254212091178e-05|
+|npm|git-config-path|2.0034254212091178e-05|
+|npm|github-username|2.0034254212091178e-05|
+|npm|parse-git-config|2.0034254212091178e-05|
+|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|2.0023866831172506e-05|
+|npm|[cdbreact](https://www.devwares.com/product/contrast/)|2.0023866831172506e-05|
+|npm|[child_process](https://github.com/npm/security-holder#readme)|2.0023866831172506e-05|
+|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|2.0023866831172506e-05|
+|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|2.0023866831172506e-05|
+|npm|js-cookie|2.0023866831172506e-05|
+|npm|mkdir-recursive|2.0023866831172506e-05|
+|npm|ncp|2.0023866831172506e-05|
+|npm|node-pre-gyp|2.0023866831172506e-05|
+|npm|react-bootstrap-drawer|2.0023866831172506e-05|
+|npm|react-collapsible|2.0023866831172506e-05|
+|npm|react-combo-select|2.0023866831172506e-05|
+|npm|react-icons|2.0023866831172506e-05|
+|npm|react-jsx-parser|2.0023866831172506e-05|
+|npm|react-pro-sidebar|2.0023866831172506e-05|
+|npm|react-spinners|2.0023866831172506e-05|
+|npm|reactour|2.0023866831172506e-05|
+|npm|sass|2.0023866831172506e-05|
+|npm|styled-components|2.0023866831172506e-05|
+|npm|util-promisifyall|2.0023866831172506e-05|
+|npm|web-vitals|2.0023866831172506e-05|
+|npm|rollup-plugin-json|1.993626241378613e-05|
+|npm|package-json-versionify|1.993626241378613e-05|
+|npm|babel-preset-react|1.966121738777084e-05|
+|npm|eslint-plugin-prettier|1.9450375033351432e-05|
+|npm|babel-jest|1.90865628485925e-05|
+|npm|xregexp|1.8679957307311122e-05|
+|npm|bufferedstream|1.8679957307311122e-05|
+|npm|tslint|1.86576550838373e-05|
+|npm|concat-stream|1.8641834945459465e-05|
+|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.8502052952003398e-05|
+|npm|[mdi](http://materialdesignicons.com)|1.7520883477275944e-05|
+|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|1.7520883477275944e-05|
+|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|1.7520883477275944e-05|
+|npm|color|1.7520883477275944e-05|
+|npm|create-react-class|1.7520883477275944e-05|
+|npm|dotenv-load|1.7520883477275944e-05|
+|npm|iframe-resizer|1.7520883477275944e-05|
+|npm|isomorphic-unfetch|1.7520883477275944e-05|
+|npm|js-file-download|1.7520883477275944e-05|
+|npm|material-table|1.7520883477275944e-05|
+|npm|material-ui-chip-input|1.7520883477275944e-05|
+|npm|materialize-css|1.7520883477275944e-05|
+|npm|mui-datatables|1.7520883477275944e-05|
+|npm|next|1.7520883477275944e-05|
+|npm|next-env|1.7520883477275944e-05|
+|npm|next-redux-wrapper|1.7520883477275944e-05|
+|npm|nprogress|1.7520883477275944e-05|
+|npm|ra-data-simple-rest|1.7520883477275944e-05|
+|npm|react-admin|1.7520883477275944e-05|
+|npm|react-ga|1.7520883477275944e-05|
+|npm|react-json-view|1.7520883477275944e-05|
+|npm|react-loading|1.7520883477275944e-05|
+|npm|react-scroll|1.7520883477275944e-05|
+|npm|react-scroll-to-component|1.7520883477275944e-05|
+|npm|react-swipeable-views|1.7520883477275944e-05|
+|npm|react-wordcloud|1.7520883477275944e-05|
+|npm|redux-saga|1.7520883477275944e-05|
+|npm|serialize-error|1.7520883477275944e-05|
+|npm|swagger-client|1.7520883477275944e-05|
+|npm|swagger-ui-react|1.7520883477275944e-05|
+|npm|tween|1.7520883477275944e-05|
+|npm|uuid5|1.7520883477275944e-05|
+|npm|on-finished|1.7094215926781195e-05|
+|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|1.6629991097075472e-05|
+|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|1.6629991097075472e-05|
+|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|1.6629991097075472e-05|
+|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|1.6629991097075472e-05|
+|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|1.6629991097075472e-05|
+|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|1.6629991097075472e-05|
+|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|1.6629991097075472e-05|
+|npm|[esdoc](https://esdoc.org/)|1.6629991097075472e-05|
+|npm|esdoc-standard-plugin|1.6629991097075472e-05|
+|npm|fast-random|1.6629991097075472e-05|
+|npm|flatted|1.6629991097075472e-05|
+|npm|fs.realpath|1.6629991097075472e-05|
+|npm|has-unicode|1.6629991097075472e-05|
+|npm|iconv-lite|1.6629991097075472e-05|
+|npm|ignore-walk|1.6629991097075472e-05|
+|npm|ini|1.6629991097075472e-05|
+|npm|is-fullwidth-code-point|1.6629991097075472e-05|
+|npm|jsdocs|1.6629991097075472e-05|
+|npm|mimic-response|1.6629991097075472e-05|
+|npm|needle|1.6629991097075472e-05|
+|npm|node|1.6629991097075472e-05|
+|npm|nopt|1.6629991097075472e-05|
+|npm|npm|1.6629991097075472e-05|
+|npm|npm-bundled|1.6629991097075472e-05|
+|npm|npm-normalize-package-bin|1.6629991097075472e-05|
+|npm|npm-packlist|1.6629991097075472e-05|
+|npm|number-is-nan|1.6629991097075472e-05|
+|npm|odex|1.6629991097075472e-05|
+|npm|os-homedir|1.6629991097075472e-05|
+|npm|os-tmpdir|1.6629991097075472e-05|
+|npm|osenv|1.6629991097075472e-05|
+|npm|path-is-absolute|1.6629991097075472e-05|
+|npm|rc|1.6629991097075472e-05|
+|npm|safer-buffer|1.6629991097075472e-05|
+|npm|set-blocking|1.6629991097075472e-05|
+|npm|signal-exit|1.6629991097075472e-05|
+|npm|simple-concat|1.6629991097075472e-05|
+|npm|string-width|1.6629991097075472e-05|
+|npm|strip-json-comments|1.6629991097075472e-05|
+|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.6568825624326116e-05|
+|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.6489612619081326e-05|
+|npm|[split](http://github.com/dominictarr/split)|1.605561536147203e-05|
+|npm|basic-auth|1.5678242486576853e-05|
+|npm|run-sequence|1.5561761031316543e-05|
+|npm|tsconfig-paths|1.541837746000283e-05|
+|npm|replace|1.541837746000283e-05|
+|npm|node-qunit-phantomjs|1.541837746000283e-05|
+|npm|accepts|1.52199571984012e-05|
+|npm|chai-passport-strategy|1.5177465312190287e-05|
+|npm|passport-strategy|1.5177465312190287e-05|
+|npm|gulp-uglify|1.461357204313455e-05|
+|npm|murl|1.4284673235002623e-05|
+|npm|protein|1.4284673235002623e-05|
+|npm|network-address|1.4284673235002623e-05|
+|npm|babel-loader|1.42346169005861e-05|
+|npm|parseurl|1.4134214630141909e-05|
+|npm|babel-eslint|1.3805092060457636e-05|
+|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|1.3491080277502477e-05|
+|npm|microbundle|1.3491080277502477e-05|
+|npm|const-version|1.3491080277502477e-05|
+|npm|compressible|1.2955719949030155e-05|
+|npm|jshint-stylish|1.2939576776048528e-05|
+|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|1.2918585409882487e-05|
+|npm|jsmd|1.261503610363868e-05|
+|npm|is-mergeable-object|1.261503610363868e-05|
+|npm|gzip-size|1.2506017273113407e-05|
+|npm|clean-css|1.207772901033555e-05|
+|npm|fresh|1.2031708612868796e-05|
+|npm|etag|1.2031708612868796e-05|
+|npm|temp-path|1.2031708612868796e-05|
+|npm|terser|1.1866127840506865e-05|
+|npm|mime-types|1.1609172340242166e-05|
+|npm|mocha-lcov-reporter|1.1563783095002122e-05|
+|npm|any-promise|1.1563783095002122e-05|
+|npm|thenify-all|1.1563783095002122e-05|
+|npm|tough-cookie|1.1351213552814584e-05|
+|npm|cross-spawn|1.0984612744733613e-05|
+|npm|rollup-plugin-replace|1.0977790521560455e-05|
+|npm|babel-plugin-external-helpers|1.0977790521560455e-05|
+|npm|csso|1.0792864222001982e-05|
+|npm|google-closure-compiler|1.0792864222001982e-05|
+|npm|uglify-es|1.0792864222001982e-05|
+|npm|ora|1.0792864222001982e-05|
+|npm|update-notifier|1.0792864222001982e-05|
+|npm|crass|1.0792864222001982e-05|
+|npm|sqwish|1.0792864222001982e-05|
+|npm|html-minifier|1.0792864222001982e-05|
+|npm|node-version|1.0792864222001982e-05|
+|npm|eslint-plugin-react|1.0741183719046816e-05|
+|npm|ascli|1.0684935579781963e-05|
+|npm|execa|1.0464235343447435e-05|
+|npm|superagent|1.0118310208126858e-05|
+|npm|connect-flash|1.0118310208126858e-05|
+|npm|isexe|1.0118310208126858e-05|
+|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|9.946605550049553e-06|
+|package.json|gitlab/metafundev/metafun|9.910802775024776e-06|
+|package.json|gitlab/magnumpi/magnumpi|9.910802775024776e-06|
+|package.json|gitlab/geekysquirrel/bigx|9.910802775024776e-06|
+|package.json|github/Yomguithereal/talisman|9.910802775024776e-06|
+|package.json|github/wangjun1996/VisFeature|9.910802775024776e-06|
+|package.json|github/research-software-directory/research-software-directory|9.910802775024776e-06|
+|package.json|github/reproducible-biomedical-modeling/Biosimulations|9.910802775024776e-06|
+|package.json|github/PathwayCommons/grounding-search|9.910802775024776e-06|
+|package.json|github/interactivereport/OmicsView0|9.910802775024776e-06|
+|package.json|github/AA-ALERT/frbcat-web|9.910802775024776e-06|
+|package.json|github/MaayanLab/signature-commons-ui|9.910802775024776e-06|
+|package.json|github/sonjageorgievska/CClusTera|9.910802775024776e-06|
+|package.json|github/Kaixhin/FGLab|9.910802775024776e-06|
+|package.json|github/Kaixhin/FGMachine|9.910802775024776e-06|
+|package.json|github/davidhoksza/MolArt|9.910802775024776e-06|
+|package.json|github/ADAH-EviDENce/evidence|9.910802775024776e-06|
+|package.json|github/MichaelSel/edoJS|9.910802775024776e-06|
+|package.json|github/ImperialCollegeLondon/EpiCollectplus|9.910802775024776e-06|
+|package.json|github/Shamir-Lab/domino_web|9.910802775024776e-06|
+|package.json|github/i-VRESSE/workflow-builder|9.910802775024776e-06|
+|package.json|github/phelelani/nf-rnaSeqMetagen|9.910802775024776e-06|
+|package.json|github/eweitz/ideogram|9.910802775024776e-06|
+|package.json|github/tobiasrausch/alfred|9.910802775024776e-06|
+|package.json|github/MolMeDB/MolMeDB|9.910802775024776e-06|
+|package.json|github/pmkruyen/dearscholar|9.910802775024776e-06|
+|package.json|github/cinemascience/cinema_snap|9.910802775024776e-06|
+|package.json|github/amkram/shusher|9.910802775024776e-06|
+|package.json|github/lumen-org/lumen|9.910802775024776e-06|
+|package.json|github/iomega/zenodo-upload|9.910802775024776e-06|
+|package.json|github/iomega/paired-data-form|9.910802775024776e-06|
+|package.json|github/CrowdTruth/CrowdTruth|9.910802775024776e-06|
+|package.json|github/hetalang/heta-compiler|9.910802775024776e-06|
+|package.json|github/biosimulations/Biosimulations|9.910802775024776e-06|
+|package.json|github/eucp-project/storyboards|9.910802775024776e-06|
+|package.json|github/eucp-project/atlas|9.910802775024776e-06|
+|package.json|github/eWaterCycle/eWaterleaf|9.910802775024776e-06|
+|package.json|github/eWaterCycle/setup-grpc|9.910802775024776e-06|
+|package.json|github/eWaterCycle/Cesium-NcWMS|9.910802775024776e-06|
+|package.json|github/eWaterCycle/setup-singularity|9.910802775024776e-06|
+|package.json|github/tortellini-tools/action|9.910802775024776e-06|
+|package.json|github/NLeSC/DiVE|9.910802775024776e-06|
+|package.json|github/NLeSC/ExtJS-DateTime|9.910802775024776e-06|
+|package.json|github/NLeSC/xenon-flow|9.910802775024776e-06|
+|package.json|github/NLeSC/UncertaintyVisualization|9.910802775024776e-06|
+|package.json|github/NLeSC/pattyvis|9.910802775024776e-06|
+|package.json|github/NLeSC/nlesc-serverless-boilerplate|9.910802775024776e-06|
+|package.json|github/NLeSC/case-law-app|9.910802775024776e-06|
+|package.json|github/NLeSC/spot|9.910802775024776e-06|
+|package.json|github/NLeSC/docker-couch-admin|9.910802775024776e-06|
+|package.json|github/ci-for-science/self-hosted-runners|9.910802775024776e-06|
+|package.json|github/PopMedNet-Team/popmednet|9.910802775024776e-06|
+|package.json|github/meta-logic/sequoia|9.910802775024776e-06|
+|package.json|github/ReGIS-org/regis-v2|9.910802775024776e-06|
+|package.json|github/ci-for-research/self-hosted-runners|9.910802775024776e-06|
+|package.json|github/emrecdem/emo-spectre|9.910802775024776e-06|
+|package.json|github/Via-Appia/via-appia-online-viewer|9.910802775024776e-06|
+|package.json|github/DorianDepriester/mtex2Gmsh|9.910802775024776e-06|
+|package.json|github/dondi/GRNsight|9.910802775024776e-06|
+|package.json|github/bramvandijk88/cacatoo|9.910802775024776e-06|
+|package.json|github/klevis-a/kinematics-vis|9.910802775024776e-06|
+|package.json|github/EMResearch/EvoMaster|9.910802775024776e-06|
+|package.json|github/bio-tools/biotoolsSum|9.910802775024776e-06|
+|package.json|github/fairdataihub/SPARClink|9.910802775024776e-06|
+|package.json|github/luntergroup/octopus|9.910802775024776e-06|
+|package.json|github/nlesc-sherlock/Rig|9.910802775024776e-06|
+|package.json|github/TNOCS/csWeb|9.910802775024776e-06|
+|package.json|github/citation-file-format/cff-initializer-javascript|9.910802775024776e-06|
+|package.json|github/mathjax/MathJax|9.910802775024776e-06|
+|package.json|github/vibbits/phyd3|9.910802775024776e-06|
+|npm|leaflet-geotiff-2|9.81169474727453e-06|
+|npm|rollup-plugin-license|9.811694747274528e-06|
+|npm|babel-plugin-remove-comments|9.811694747274528e-06|
+|npm|retape|9.811694747274528e-06|
+|npm|test|9.811694747274528e-06|
+|npm|json-stringify-safe|9.432637172045002e-06|
+|npm|memfs|9.353815659068382e-06|
+|npm|schema-utils|9.353815659068382e-06|
+|npm|loader-utils|9.353815659068382e-06|
+|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|9.339978653655561e-06|
+|npm|loud-rejection|9.339978653655561e-06|
+|npm|globby|9.339978653655561e-06|
+|npm|csv-spectrum|9.339978653655561e-06|
+|npm|bops|9.339978653655561e-06|
+|npm|gulp-eslint|8.89098949788042e-06|
+|npm|through|8.888864038410973e-06|
+|npm|git-state|8.34937485705573e-06|
+|npm|xpath|8.34937485705573e-06|
+|npm|coffeescript|8.34937485705573e-06|
+|npm|coffee-coverage|8.34937485705573e-06|
+|npm|gulp-if|8.306053991315211e-06|
+|npm|grunt|8.031688508291934e-06|
+|npm|gulp-concat|8.005695988847623e-06|
+|npm|gulp-jshint|8.005695988847623e-06|
+|npm|gulp-rename|8.005695988847623e-06|
+|npm|zuul|7.72670961347869e-06|
+|npm|travis-cov|7.709188730001415e-06|
+|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|7.466756354293938e-06|
+|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|7.43664165368825e-06|
+|npm|browser-sync|7.4254497263208335e-06|
+|npm|karma-coverage|7.337153099022639e-06|
+|npm|karma|7.337153099022639e-06|
+|npm|publish-please|7.2557070400013315e-06|
+|npm|gulp-mocha|7.2557070400013315e-06|
+|npm|gulp-istanbul|7.2557070400013315e-06|
+|npm|gulp-coveralls|7.2557070400013315e-06|
+|npm|stealthy-require|7.2557070400013315e-06|
+|npm|request-promise-core|7.2557070400013315e-06|
+|npm|updox|7.195242814667988e-06|
+|npm|safename|7.195242814667988e-06|
+|npm|browserify-istanbul|7.112145581074675e-06|
+|npm|combined-stream|7.112145581074675e-06|
+|npm|imagemin-svgo|6.792711748113136e-06|
+|npm|imagemin-optipng|6.792711748113136e-06|
+|npm|imagemin-jpegtran|6.792711748113136e-06|
+|npm|imagemin-gifsicle|6.792711748113136e-06|
+|npm|pretty-bytes|6.792711748113136e-06|
+|npm|plur|6.792711748113136e-06|
+|npm|p-map|6.792711748113136e-06|
+|npm|imagemin|6.792711748113136e-06|
+|npm|houkou|6.745540138751238e-06|
+|npm|watchify|6.607876054286927e-06|
+|npm|vinyl-source-stream|6.607876054286927e-06|
+|npm|vinyl-buffer|6.607876054286927e-06|
+|npm|gulp-gh-pages|6.607876054286927e-06|
+|npm|gulp-clean|6.607876054286927e-06|
+|npm|gulp-beautify|6.607876054286927e-06|
+|npm|gulp-babel|6.607876054286927e-06|
+|npm|babelify|6.607876054286927e-06|
+|npm|babel-plugin-transform-es2015-modules-commonjs|6.607876054286927e-06|
+|npm|resolve|6.605811093019963e-06|
+|npm|eslint-plugin-jsx-a11y|6.5900820951998995e-06|
+|npm|babel-register|6.480914643972545e-06|
+|npm|[angular-mocks](http://angularjs.org)|6.30751805181934e-06|
+|npm|gulp-angular-templatecache|6.30751805181934e-06|
+|npm|gulp-cssnano|6.30751805181934e-06|
+|npm|gulp-less|6.30751805181934e-06|
+|npm|[querystring](https://github.com/Gozala/querystring#readme)|6.1843409316154615e-06|
+|npm|karma-cli|6.171057324736711e-06|
+|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|6.08325074331021e-06|
+|npm|optimist|6.058137476992778e-06|
+|npm|assert|5.887016848364716e-06|
+|npm|punycode|5.887016848364716e-06|
+|npm|phantomjs-prebuilt|5.781891547501062e-06|
+|npm|babel-plugin-transform-runtime|5.661192127990938e-06|
+|npm|duplexer|5.651798987682287e-06|
+|npm|[clsx](https://github.com/lukeed/clsx#readme)|5.377563467256235e-06|
+|npm|gulp-autoprefixer|5.349898914397376e-06|
+|npm|split2|5.3371306592317495e-06|
+|npm|ubelt|5.3371306592317495e-06|
+|npm|asynct|5.3371306592317495e-06|
+|npm|event-stream|5.3371306592317495e-06|
+|npm|it-is|5.3371306592317495e-06|
+|npm|stream-spec|5.3371306592317495e-06|
+|npm|string-to-stream|5.3371306592317495e-06|
+|npm|[types](http://nodeca.github.com/types/)|5.16702351586699e-06|
+|npm|[runmd](https://github.com/broofa/runmd)|5.139459153334277e-06|
+|npm|random-seed|5.139459153334277e-06|
+|npm|optional-dev-dependency|5.139459153334277e-06|
+|npm|bundlewatch|5.139459153334277e-06|
+|npm|mocha-headless-chrome|5.0085635530227945e-06|
+|npm|gulp-format-md|5.0085635530227945e-06|
+|npm|open|4.933880787200905e-06|
+|npm|kefir|4.933880787200905e-06|
+|npm|highland|4.933880787200905e-06|
+|npm|grunt-saucelabs|4.933880787200905e-06|
+|npm|co|4.933880787200905e-06|
+|npm|cli-table|4.933880787200905e-06|
+|npm|baconjs|4.933880787200905e-06|
+|npm|acorn-walk|4.933880787200905e-06|
+|npm|[nonew](https://github.com/frewsxcv/nonew.js)|4.905847373637265e-06|
+|npm|[three.trackball](https://github.com/anvaka/three.trackball)|4.905847373637265e-06|
+|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|4.905847373637265e-06|
+|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|4.905847373637265e-06|
+|npm|[natives](https://github.com/addaleax/natives#readme)|4.905847373637265e-06|
+|npm|docdown|4.6699893268277805e-06|
+|npm|qunitjs|4.6699893268277805e-06|
+|npm|platform|4.6699893268277805e-06|
+|npm|qunit-extras|4.6699893268277805e-06|
+|npm|babel-preset-es2016|4.579258105620841e-06|
+|npm|babel-preset-es2017|4.579258105620841e-06|
+|npm|mini-svg-data-uri|4.497026759167492e-06|
+|npm|[pre-commit](https://github.com/observing/pre-commit)|4.430978692957837e-06|
+|npm|[ndjson](https://github.com/ndjson/ndjson.js)|4.342098507467333e-06|
+|npm|cli-color|4.321169715885134e-06|
+|npm|native-hello-world|4.293054474019538e-06|
+|npm|module-not-found-error|4.293054474019538e-06|
+|npm|fill-keys|4.293054474019538e-06|
+|npm|codeclimate-test-reporter|4.2781761633524335e-06|
+|npm|promise|4.24273060314314e-06|
+|npm|gulp-util|4.227755489059998e-06|
+|npm|shortid|4.1511016238469165e-06|
+|npm|react-beautiful-dnd|4.1511016238469165e-06|
+|npm|objectpath|4.1511016238469165e-06|
+|npm|taper|4.0955065128132515e-06|
+|npm|server-destroy|4.0955065128132515e-06|
+|npm|karma-tap|4.0955065128132515e-06|
+|npm|karma-phantomjs-launcher|4.0955065128132515e-06|
+|npm|karma-browserify|4.0955065128132515e-06|
+|npm|function-bind|4.0955065128132515e-06|
+|npm|buffer-equal|4.0955065128132515e-06|
+|npm|tunnel-agent|4.0955065128132515e-06|
+|npm|qs|4.0955065128132515e-06|
+|npm|performance-now|4.0955065128132515e-06|
+|npm|oauth-sign|4.0955065128132515e-06|
+|npm|isstream|4.0955065128132515e-06|
+|npm|is-typedarray|4.0955065128132515e-06|
+|npm|http-signature|4.0955065128132515e-06|
+|npm|har-validator|4.0955065128132515e-06|
+|npm|forever-agent|4.0955065128132515e-06|
+|npm|extend|4.0955065128132515e-06|
+|npm|caseless|4.0955065128132515e-06|
+|npm|aws4|4.0955065128132515e-06|
+|npm|aws-sign2|4.0955065128132515e-06|
+|npm|[mz](https://github.com/normalize/mz#readme)|4.073605408466665e-06|
+|npm|argparse|3.9647256325721565e-06|
+|npm|generate-object-property|3.9647256325721565e-06|
+|npm|chai-timers|3.854594365000707e-06|
+|npm|q|3.854594365000707e-06|
+|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|3.846357279545302e-06|
+|npm|bl|3.7954905847373634e-06|
+|npm|path-exists|3.788703863034884e-06|
+|npm|prismjs|3.773728748951742e-06|
+|npm|eslint-config-airbnb|3.7108332698025463e-06|
+|npm|conventional-github-releaser|3.6517209773690915e-06|
+|npm|corp-semantic-release|3.6517209773690915e-06|
+|npm|gulp-clean-css|3.6517209773690915e-06|
+|npm|opener|3.597621407333994e-06|
+|npm|[material-ui](http://material-ui.com/)|3.4691349285006566e-06|
+|npm|ejs|3.372770069375619e-06|
+|npm|overland|3.372770069375619e-06|
+|npm|sinon-chai|3.3612545990998902e-06|
+|npm|repeat-string|3.339042368681863e-06|
+|npm|tap-out|3.339042368681863e-06|
+|npm|figures|3.339042368681863e-06|
+|npm|pretty-ms|3.339042368681863e-06|
+|npm|tapes|3.339042368681863e-06|
+|npm|[node-minify](https://github.com/srod/node-minify)|3.270564915758201e-06|
+|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|3.2705649157581766e-06|
+|npm|Gmsh|3.2705649157581766e-06|
+|npm|[MTEX](https://github.com/diversemix/mtex#readme)|3.2705649157581766e-06|
+|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|3.2705649157581766e-06|
+|npm|[graphql](https://github.com/graphql/graphql-js)|3.2705649157581766e-06|
+|npm|karma-sourcemap-loader|3.2416465862093864e-06|
+|npm|karma-mocha|3.2416465862093864e-06|
+|npm|karma-chrome-launcher|3.2416465862093864e-06|
+|npm|karma-chai|3.2416465862093864e-06|
+|npm|babel-plugin-transform-object-rest-spread|3.2416465862093864e-06|
+|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|3.1590683845391573e-06|
+|npm|[babel-polyfill](https://babeljs.io/)|3.034588644363834e-06|
+|npm|pkgfiles|3.0166390682614235e-06|
+|npm|puppeteer|3.0166390682614235e-06|
+|npm|obake|3.0166390682614235e-06|
+|npm|is-node-modern|3.0166390682614235e-06|
+|npm|in-publish|3.0166390682614235e-06|
+|npm|formidable|3.0166390682614235e-06|
+|npm|far|3.0166390682614235e-06|
+|npm|fake|3.0166390682614235e-06|
+|npm|asynckit|3.0166390682614235e-06|
+|npm|testing-library|2.8649532543062225e-06|
+|npm|babel-plugin-istanbul|2.852480808973738e-06|
+|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|2.8192694322525915e-06|
+|npm|tar|2.6712338949454906e-06|
+|npm|closurecompiler-externs|2.6712338949454906e-06|
+|npm|jsdoc|2.6712338949454906e-06|
+|npm|gpx-parse|2.532875567093033e-06|
+|npm|node-geo-distance|2.532875567093033e-06|
+|npm|redis|2.532875567093033e-06|
+|npm|seed-random|2.5295775520317144e-06|
+|npm|freeport|2.5295775520317144e-06|
+|npm|node-uuid|2.5295775520317144e-06|
+|npm|event-emitter|2.5295775520317144e-06|
+|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|2.452923686818637e-06|
+|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|2.452923686818637e-06|
+|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|2.452923686818637e-06|
+|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|2.4529236868186324e-06|
+|npm|[tailwindcss](https://tailwindcss.com)|2.4529236868186324e-06|
+|npm|serialize-javascript|2.40888056597763e-06|
+|npm|jest-worker|2.40888056597763e-06|
+|npm|[compression](https://github.com/expressjs/compression#readme)|2.3555854452782304e-06|
+|npm|eslint-plugin-jest|2.3519558837292452e-06|
+|npm|moment-timezone|2.3519558837292452e-06|
+|npm|babel-plugin-unassert|2.3127566190004243e-06|
+|npm|babel-preset-power-assert|2.3127566190004243e-06|
+|npm|eslint-config-mysticatea|2.3127566190004243e-06|
+|npm|if-node-version|2.3127566190004243e-06|
+|npm|power-assert|2.3127566190004243e-06|
+|npm|shelljs|2.3127566190004243e-06|
+|npm|glob2base|2.3127566190004243e-06|
+|npm|shell-quote|2.3127566190004243e-06|
+|npm|subarg|2.3127566190004243e-06|
+|npm|escape-html|2.264237249371045e-06|
+|npm|sendgrid-rest|2.195158824813962e-06|
+|npm|system-sleep|2.195158824813962e-06|
+|npm|lodash.chunk|2.195158824813962e-06|
+|npm|mailparser|2.195158824813962e-06|
+|npm|async.ensureasync|2.195158824813962e-06|
+|npm|bottleneck|2.195158824813962e-06|
+|npm|mocha-sinon|2.195158824813962e-06|
+|npm|async.queue|2.195158824813962e-06|
+|npm|methods|2.1025060172731134e-06|
+|npm|random-buffer|2.0755508119234582e-06|
+|npm|nock|2.0755508119234582e-06|
+|npm|is-zip|2.0755508119234582e-06|
+|npm|pify|2.0755508119234582e-06|
+|npm|p-event|2.0755508119234582e-06|
+|npm|make-dir|2.0755508119234582e-06|
+|npm|got|2.0755508119234582e-06|
+|npm|get-stream|2.0755508119234582e-06|
+|npm|filenamify|2.0755508119234582e-06|
+|npm|ext-name|2.0755508119234582e-06|
+|npm|decompress|2.0755508119234582e-06|
+|npm|content-disposition|2.0755508119234582e-06|
+|npm|archive-type|2.0755508119234582e-06|
+|npm|watch|2.0755508119234582e-06|
+|npm|unminified-webpack-plugin|2.0755508119234582e-06|
+|npm|jsonpath|2.0755508119234582e-06|
+|npm|jest-cli|2.0755508119234582e-06|
+|npm|globify|2.0755508119234582e-06|
+|npm|codacy-coverage|2.0755508119234582e-06|
+|npm|cash-cat|2.0755508119234582e-06|
+|npm|biased-opener|2.0755508119234582e-06|
+|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|2.0755508119234582e-06|
+|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|2.0755508119234582e-06|
+|npm|package-yaml|2.0755508119234582e-06|
+|npm|json-loader|2.0755508119234582e-06|
+|npm|isparta-loader|2.0755508119234582e-06|
+|npm|isparta|2.0755508119234582e-06|
+|npm|gh-pages|2.0755508119234582e-06|
+|npm|gatsby|2.0755508119234582e-06|
+|npm|expect|2.0755508119234582e-06|
+|npm|enzyme-adapter-react-16|2.0755508119234582e-06|
+|npm|enzyme|2.0755508119234582e-06|
+|npm|conventional-changelog|2.0755508119234582e-06|
+|npm|chai-enzyme|2.0755508119234582e-06|
+|npm|babel-plugin-__coverage__|2.0755508119234582e-06|
+|npm|add-stream|2.0755508119234582e-06|
+|npm|karma-webpack|2.0755508119234582e-06|
+|npm|karma-sinon|2.0755508119234582e-06|
+|npm|karma-mocha-reporter|2.0755508119234582e-06|
+|npm|lodash.isequal|2.0755508119234582e-06|
+|npm|classnames|2.0755508119234582e-06|
+|npm|clamp|2.0755508119234582e-06|
+|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|1.962338949454915e-06|
+|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|1.9445185636959755e-06|
+|npm|should-util|1.839692765113974e-06|
+|npm|mocha-better-spec-reporter|1.839692765113974e-06|
+|npm|should-equal|1.839692765113974e-06|
+|npm|eslint-config-shouldjs|1.839692765113974e-06|
+|npm|should-type|1.839692765113974e-06|
+|npm|should-format|1.839692765113974e-06|
+|npm|should-type-adaptors|1.839692765113974e-06|
+|npm|[which](https://github.com/isaacs/node-which#readme)|1.7297604526296329e-06|
+|npm|webpack-manifest-plugin|1.7131530511114257e-06|
+|npm|script-loader|1.7131530511114257e-06|
+|npm|recursive-readdir|1.7131530511114257e-06|
+|npm|react-dev-utils|1.7131530511114257e-06|
+|npm|output-file-sync|1.7131530511114257e-06|
+|npm|npm-release|1.7131530511114257e-06|
+|npm|jest-canvas-mock|1.7131530511114257e-06|
+|npm|imports-loader|1.7131530511114257e-06|
+|npm|fs-promise|1.7131530511114257e-06|
+|npm|flow-typed|1.7131530511114257e-06|
+|npm|flow-bin|1.7131530511114257e-06|
+|npm|find-cache-dir|1.7131530511114257e-06|
+|npm|filesize|1.7131530511114257e-06|
+|npm|fake-xml-http-request|1.7131530511114257e-06|
+|npm|eslint-plugin-flowtype|1.7131530511114257e-06|
+|npm|eslint-loader|1.7131530511114257e-06|
+|npm|eslint-config-react-app|1.7131530511114257e-06|
+|npm|dmd-clear|1.7131530511114257e-06|
+|npm|dagre|1.7131530511114257e-06|
+|npm|child-process-promise|1.7131530511114257e-06|
+|npm|case-sensitive-paths-webpack-plugin|1.7131530511114257e-06|
+|npm|babel-plugin-flow-react-proptypes|1.7131530511114257e-06|
+|npm|gulp-marked|1.698177937028284e-06|
+|npm|gulp-mocha-phantomjs|1.698177937028284e-06|
+|npm|humanize|1.698177937028284e-06|
+|npm|chai-jquery|1.698177937028284e-06|
+|npm|gulp-iife|1.698177937028284e-06|
+|npm|gulp-cache|1.698177937028284e-06|
+|npm|gulp-closure-compiler|1.698177937028284e-06|
+|npm|drool|1.698177937028284e-06|
+|npm|gulp-file|1.698177937028284e-06|
+|npm|gulp-imagemin|1.698177937028284e-06|
+|npm|escodegen|1.698177937028284e-06|
+|npm|gulp-zip|1.698177937028284e-06|
+|npm|gulp-csso|1.698177937028284e-06|
+|npm|gulp-shell|1.698177937028284e-06|
+|npm|merge-stream|1.698177937028284e-06|
+|npm|swig|1.698177937028284e-06|
+|npm|vinyl-paths|1.698177937028284e-06|
+|npm|gulp-connect|1.698177937028284e-06|
+|npm|gulp-css-inline-images|1.698177937028284e-06|
+|npm|gulp-front-matter|1.698177937028284e-06|
+|npm|gulp-jscs|1.698177937028284e-06|
+|npm|gulp-open|1.698177937028284e-06|
+|npm|gulp-flatten|1.698177937028284e-06|
+|npm|gulp-load-plugins|1.698177937028284e-06|
+|npm|gulp-sass|1.698177937028284e-06|
+|npm|gulp-header|1.698177937028284e-06|
+|npm|gulp-size|1.698177937028284e-06|
+|npm|gulp-replace|1.698177937028284e-06|
+|npm|gulp-sourcemaps|1.698177937028284e-06|
+|npm|gulp-subtree|1.698177937028284e-06|
+|npm|gulp-tap|1.698177937028284e-06|
+|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|1.6863850346878096e-06|
+|npm|node-libs-browser|1.6863850346878096e-06|
+|npm|module-alias|1.6863850346878096e-06|
+|npm|mocha-phantomjs-istanbul|1.6863850346878096e-06|
+|npm|mocha-phantomjs-core|1.6863850346878096e-06|
+|npm|get-port|1.6863850346878096e-06|
+|npm|eslint-config-airbnb-base|1.6863850346878096e-06|
+|npm|connect|1.6863850346878096e-06|
+|npm|babel-plugin-module-resolver|1.6863850346878096e-06|
+|npm|asap|1.6863850346878096e-06|
+|npm|a-sync-waterfall|1.6863850346878096e-06|
+|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|1.6836868186323087e-06|
+|npm|[metascript](https://github.com/dcodeIO/MetaScript)|1.6836868186323087e-06|
+|npm|[testjs](https://github.com/dcodeIO/test.js)|1.6836868186323087e-06|
+|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|1.6352824578790883e-06|
+|npm|[long](https://github.com/dcodeIO/long.js#readme)|1.6352824578790883e-06|
+|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|1.6352824578790883e-06|
+|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|1.6352824578790883e-06|
+|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|1.6352824578790883e-06|
+|npm|its-set|1.6352824578790879e-06|
+|npm|babel-plugin-transform-es2015-modules-umd|1.6352824578790879e-06|
+|npm|babel-preset-stage-2|1.6352824578790879e-06|
+|npm|eslint-plugin-babel|1.6352824578790879e-06|
+|npm|[cors](https://github.com/expressjs/cors#readme)|1.607218705123291e-06|
+|npm|pretty-hrtime|1.6027403369672942e-06|
+|npm|utf8|1.6027403369672942e-06|
+|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|1.4932363387894047e-06|
+|npm|babel-plugin-minify-replace|1.4932363387894047e-06|
+|npm|babel-plugin-minify-numeric-literals|1.4932363387894047e-06|
+|npm|babel-plugin-minify-mangle-names|1.4932363387894047e-06|
+|npm|babel-plugin-minify-infinity|1.4932363387894047e-06|
+|npm|babel-plugin-minify-guarded-expressions|1.4932363387894047e-06|
+|npm|babel-plugin-minify-flip-comparisons|1.4932363387894047e-06|
+|npm|babel-plugin-minify-dead-code-elimination|1.4932363387894047e-06|
+|npm|babel-plugin-minify-constant-folding|1.4932363387894047e-06|
+|npm|babel-plugin-minify-builtins|1.4932363387894047e-06|
+|npm|babel-helper-evaluate-path|1.4783039754015106e-06|
+|npm|esutils|1.4783039754015106e-06|
+|npm|babel-helper-is-void-0|1.4783039754015106e-06|
+|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|1.471170182641935e-06|
+|npm|http-errors|1.4159734402043415e-06|
+|npm|[path](http://nodejs.org/docs/latest/api/path.html)|1.4016706781820903e-06|
+|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|1.4016706781820903e-06|
+|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|1.4016706781820903e-06|
+|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|1.4016706781820903e-06|
+|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|1.4016706781820757e-06|
+|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|1.4016706781820757e-06|
+|npm|assume|1.3209398381598578e-06|
+|npm|spawn-sync|1.3209398381598578e-06|
+|npm|browserify-middleware|1.2848647883335693e-06|
+|npm|code-mirror|1.2848647883335693e-06|
+|npm|github-basic|1.2848647883335693e-06|
+|npm|handle|1.2848647883335693e-06|
+|npm|highlight-codemirror|1.2848647883335693e-06|
+|npm|inconsolata|1.2848647883335693e-06|
+|npm|jade-code-mirror|1.2848647883335693e-06|
+|npm|jade-highlighter|1.2848647883335693e-06|
+|npm|jstransformer-cdata|1.2848647883335693e-06|
+|npm|jstransformer-coffee-script|1.2848647883335693e-06|
+|npm|jstransformer-less|1.2848647883335693e-06|
+|npm|jstransformer-marked|1.2848647883335693e-06|
+|npm|jstransformer-stylus|1.2848647883335693e-06|
+|npm|jstransformer-verbatim|1.2848647883335693e-06|
+|npm|less|1.2848647883335693e-06|
+|npm|less-file|1.2848647883335693e-06|
+|npm|linify|1.2848647883335693e-06|
+|npm|lsr|1.2848647883335693e-06|
+|npm|marked|1.2848647883335693e-06|
+|npm|pull-request|1.2848647883335693e-06|
+|npm|stop|1.2848647883335693e-06|
+|npm|twbs|1.2848647883335693e-06|
+|npm|character-parser|1.2848647883335693e-06|
+|npm|constantinople|1.2848647883335693e-06|
+|npm|jstransformer|1.2848647883335693e-06|
+|npm|transformers|1.2848647883335693e-06|
+|npm|void-elements|1.2848647883335693e-06|
+|npm|with|1.2848647883335693e-06|
+|npm|[request-promise](https://github.com/request/request-promise#readme)|1.2459294917174097e-06|
+|npm|grunt-contrib-clean|1.2389767601787988e-06|
+|npm|grunt-contrib-watch|1.2389767601787988e-06|
+|npm|grunt-eslint|1.2389767601787988e-06|
+|npm|grunt-release|1.2389767601787988e-06|
+|npm|grunt-jsdoc|1.2389767601787988e-06|
+|npm|grunt-mocha-istanbul|1.2389767601787988e-06|
+|npm|help-me-test|1.2389767601787988e-06|
+|npm|require-dir|1.2389767601787988e-06|
+|npm|[svgr](https://github.com/smooth-code/svgr#readme)|1.2264618434093185e-06|
+|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|1.2264618434093185e-06|
+|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|1.2264618434093185e-06|
+|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|1.2264618434093162e-06|
+|npm|[daisyui](https://github.com/saadeghi/daisyui)|1.2264618434093162e-06|
+|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|1.2141972249752304e-06|
+|npm|karma-tap-reporter|1.1660957742859283e-06|
+|npm|karma-spec-reporter|1.1660957742859283e-06|
+|npm|karma-rollup-preprocessor|1.1660957742859283e-06|
+|npm|karma-html-reporter|1.1660957742859283e-06|
+|npm|karma-firefox-launcher|1.1660957742859283e-06|
+|npm|karma-chai-sinon|1.1660957742859283e-06|
+|npm|eslint-plugin-mocha|1.1660957742859283e-06|
+|npm|eslint-config-nfl|1.1660957742859283e-06|
+|npm|cz-conventional-changelog|1.1660957742859283e-06|
+|npm|conventional-changelog-cli|1.1660957742859283e-06|
+|npm|babel-plugin-transform-class-properties|1.1660957742859283e-06|
+|npm|react-side-effect|1.1660957742859283e-06|
+|npm|react-fast-compare|1.1660957742859283e-06|
+|npm|tslint-config-semistandard|1.124256689791873e-06|
+|npm|eslint-plugin-dependencies|1.124256689791873e-06|
+|npm|eslint-config-semistandard|1.124256689791873e-06|
+|npm|doctoc|1.124256689791873e-06|
+|npm|snappy|1.124256689791873e-06|
+|npm|optional|1.124256689791873e-06|
+|npm|nested-error-stacks|1.124256689791873e-06|
+|npm|denque|1.124256689791873e-06|
+|npm|buffermaker|1.124256689791873e-06|
+|npm|buffer-crc32|1.124256689791873e-06|
+|npm|binary|1.124256689791873e-06|
+|npm|[rjsf](https://www.rjsf.io/)|1.0901883052527292e-06|
+|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|1.0901883052527292e-06|
+|npm|[react-sigma](https://github.com/dunnock/react-sigma)|1.0901883052527292e-06|
+|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|1.0901883052527292e-06|
+|npm|[js-sha256](https://github.com/emn178/js-sha256)|1.0901883052527292e-06|
+|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|9.811694747274576e-07|
+|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|8.91972249752228e-07|
+|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|8.91972249752228e-07|
+|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|8.91972249752228e-07|
+|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|8.91972249752228e-07|
+|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|8.176412289395503e-07|
+|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|8.094648166501486e-07|
+|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|8.094648166501486e-07|
+|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|8.094648166501486e-07|
+|npm|[aws-amplify](https://aws-amplify.github.io/)|7.547457497903484e-07|
+|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|7.547457497903484e-07|
+|npm|[cpx](https://github.com/mysticatea/cpx)|7.008353390910451e-07|
+|npm|tls|7.008353390910451e-07|
+|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|6.541129831516353e-07|
+|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|6.541129831516353e-07|
+|npm|[cesium](http://cesium.com/cesiumjs/)|6.541129831516353e-07|
+|npm|express-flash|6.132309217046593e-07|
+|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|6.132309217046593e-07|
+|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|6.132309217046581e-07|
+|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|5.771585145455681e-07|
+|npm|[root](https://github.com/mafintosh/root#readme)|5.771585145455612e-07|
+|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|5.450941526263646e-07|
+|npm|[ltd](https://github.com/overlandjs/ltd#readme)|5.450941526263646e-07|
+|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|5.450941526263646e-07|
+|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|5.450941526263646e-07|
+|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|4.0882061446977515e-07|
+|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|4.0882061446977515e-07|
+|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|4.0882061446977515e-07|
+|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|4.0882061446977515e-07|
+|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|4.0882061446977515e-07|
+|npm|[benchmark](https://benchmarkjs.com/)|3.7737287489517655e-07|
+|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|3.7737287489517655e-07|
+|npm|[download](https://github.com/kevva/download#readme)|3.7737287489517655e-07|
+|npm|[ftp](https://github.com/mscdex/node-ftp)|3.7737287489517655e-07|
+|npm|pipeline|3.7737287489517655e-07|
+|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|3.633961017509097e-07|
+|npm|[zeit](https://github.com/daviddenton/zeit#readme)|3.5041766954552257e-07|
+|npm|[sendgrid](https://sendgrid.com)|3.325998219415116e-07|
+|npm|[stoplight](https://github.com/andrewhao/stoplight)|3.325998219415116e-07|
+|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|3.325998219415116e-07|
+|npm|[cron](https://github.com/kelektiv/node-cron#readme)|3.325998219415116e-07|
+|npm|[email-validator](http://github.com/manishsaraan/email-validator)|3.325998219415116e-07|
+|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|3.035493062438076e-07|
+|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|2.9732408325074495e-07|
+|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|2.9732408325074495e-07|
+|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|2.9732408325074495e-07|
+|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|2.9732408325074495e-07|
+|npm|[url](https://github.com/defunctzombie/node-url#readme)|2.9732408325074495e-07|
+|npm|[method-override](https://github.com/expressjs/method-override#readme)|2.973240832507415e-07|
+|npm|[dedent](https://github.com/dmnd/dedent)|2.7753079428005227e-07|
+|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|2.5820249334933096e-07|
+|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|2.5820249334933096e-07|
+|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|2.0023866831172568e-07|
+|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|2.0023866831172568e-07|
+|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|2.0023866831172224e-07|
+|npm|[vx](https://github.com/vxjs/vx)|1.7520883477276128e-07|
+|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.662999109707558e-07|
+|npm|[aproba](https://github.com/iarna/aproba)|1.662999109707558e-07|
+|npm|[chownr](https://github.com/isaacs/chownr#readme)|1.662999109707558e-07|
+|npm|concat-map|1.662999109707558e-07|
+|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|1.662999109707558e-07|
+|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|1.662999109707558e-07|
+|npm|text-table|9.339978653655631e-08|
+|npm|[utfx](https://github.com/dcodeIO/utfx)|8.094648166501467e-08|
+|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|1.4932363387893994e-08|
+|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|1.4932363387893994e-08|
+|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|1.4932363387893994e-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/python.md b/pages/python.md
index b84d2023..16e978ad 100644
--- a/pages/python.md
+++ b/pages/python.md
@@ -9,2390 +9,2502 @@ tipue_search_active: true
|Manager|Name|Credit|
|-------|----|------|
-|pypi|[numpy](https://pypi.org/project/numpy)|0.03498475331821854|
-|pypi|[matplotlib](https://matplotlib.org)|0.014856021592124518|
-|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009971634567966882|
-|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.007903077203191647|
-|pypi|[cycler](https://github.com/matplotlib/cycler)|0.006562652317134398|
-|pypi|[sphinx](https://www.sphinx-doc.org/)|0.005143066018185595|
-|pypi|[six](https://pypi.org/project/six)|0.005116801437863265|
-|pypi|[biopython](https://biopython.org/)|0.004000459949653766|
-|pypi|[h5py](http://www.h5py.org)|0.003940643929778582|
-|pypi|[docutils](http://docutils.sourceforge.net/)|0.0035627643392483954|
-|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.0031310050498086764|
-|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.003112155861147037|
-|pypi|[colorama](https://pypi.org/project/colorama)|0.0030505453088427986|
-|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.002941827338035763|
-|pypi|[lxml](https://pypi.org/project/lxml)|0.00293983328205502|
-|pypi|[numba](https://numba.pydata.org)|0.0025592050097635968|
-|pypi|[pytz](https://pypi.org/project/pytz)|0.0024893783948396852|
-|pypi|[requests](https://pypi.org/project/requests)|0.002474290806127736|
-|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.002336925759972403|
-|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0020413807388924474|
-|pypi|[pycparser](https://github.com/eliben/pycparser)|0.002028384024921566|
-|pypi|[scipy](https://pypi.org/project/scipy)|0.002008797757370677|
-|pypi|[contextlib2](https://pypi.org/project/contextlib2)|0.001975206533169914|
-|pypi|[packaging](https://pypi.org/project/packaging)|0.0019394092366563985|
-|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0017525019260038065|
-|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0016923078515360716|
-|pypi|[flake8](https://pypi.org/project/flake8)|0.001691105805596153|
-|pypi|[PyYAML](https://pyyaml.org/)|0.001639519153670144|
-|pypi|[tomli](https://pypi.org/project/tomli)|0.0016201587299400106|
-|pypi|[pandas](https://pandas.pydata.org)|0.001594159975503842|
-|pypi|[idna](https://pypi.org/project/idna)|0.0014095479663003827|
-|pypi|[certifi](https://pypi.org/project/certifi)|0.0013932941486382818|
-|pypi|[mypy](https://pypi.org/project/mypy)|0.0013822034792289532|
-|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0013680687258687256|
-|pypi|[mock](https://pypi.org/project/mock)|0.0013676726889753116|
-|pypi|[Sphinx](https://www.sphinx-doc.org/)|0.0013300570587444268|
-|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.001312383109684743|
-|pypi|[future](https://python-future.org)|0.0013086768723318532|
-|pypi|[protobuf](https://developers.google.com/protocol-buffers/)|0.0012589840278082456|
-|pypi|[click](https://pypi.org/project/click)|0.0012492502747726607|
-|pypi|[Babel](https://pypi.org/project/Babel)|0.001199920299708492|
-|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0011812534188326233|
-|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0011757607572581111|
-|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.001141868550931798|
-|pypi|[chardet](https://pypi.org/project/chardet)|0.0010770074177537804|
-|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.00106360466967828|
-|pypi|[pygments](https://pypi.org/project/pygments)|0.0010632743051387627|
-|pypi|[isal](https://github.com/pycompression/python-isal)|0.0010118161216216216|
-|pypi|[wheel](https://pypi.org/project/wheel)|0.0009908528189841006|
-|pypi|[joblib](https://pypi.org/project/joblib)|0.0009471245477116117|
-|pypi|[docopt](http://docopt.org)|0.0009449265110818236|
-|pypi|[nose](https://pypi.org/project/nose)|0.000940077916489409|
-|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008841581773086871|
-|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0008421216222208906|
-|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0008277760910544722|
-|pypi|[attrs](https://pypi.org/project/attrs)|0.0008033653096685199|
-|pypi|[Jinja2](https://palletsprojects.com/p/jinja/)|0.0008001204657546378|
-|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.0007975393311309403|
-|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0007907265873713463|
-|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007796421346635795|
-|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0007713964038619461|
-|pypi|[xmltodict](https://github.com/martinblech/xmltodict)|0.0007491938223938223|
-|pypi|[cffi](http://cffi.readthedocs.org)|0.0007428789376599959|
-|pypi|[wrapt](https://github.com/GrahamDumpleton/wrapt)|0.0007367709647813008|
-|pypi|[pillow](https://python-pillow.org)|0.0007112504266255197|
-|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0007068360697084822|
-|pypi|[pywin32](https://github.com/mhammond/pywin32)|0.0006739982720704633|
-|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0006734991182705787|
-|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006663144425446256|
-|pypi|[twine](https://twine.readthedocs.io/)|0.0006629897346169588|
-|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0006572574159045704|
-|pypi|[ipython](https://pypi.org/project/ipython)|0.0006479910678975076|
-|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0006476427952369257|
-|pypi|[enum34](https://pypi.org/project/enum34)|0.0006416391384474263|
-|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0006407927957610099|
-|pypi|[brotli](https://pypi.org/project/brotli)|0.0006354869260983549|
-|pypi|[msgpack](https://msgpack.org/)|0.0006337730351423075|
-|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006242728682612976|
-|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0006210325956383636|
-|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0006174628289846526|
-|pypi|[semver](https://github.com/python-semver/python-semver)|0.0006164147352088731|
-|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006119415554955046|
-|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0006109297191467127|
-|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0005918213267950867|
-|pypi|[ujson](https://github.com/ultrajson/ultrajson)|0.0005849843830140326|
-|pypi|[netCDF4](https://pypi.org/project/netCDF4)|0.0005842121608890816|
-|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0005813183867768789|
-|pypi|[snowballstemmer](https://github.com/snowballstem/snowball)|0.0005764210911041369|
-|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.0005764210911041369|
-|pypi|[keras](https://keras.io/)|0.0005705777473151421|
-|pypi|[statsmodels](https://pypi.org/project/statsmodels)|0.0005682487233946004|
-|pypi|[sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/)|0.0005634993098907732|
-|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0005565008952488011|
-|pypi|[py](https://pypi.org/project/py)|0.0005524654077378368|
-|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0005495585275117689|
-|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0005452621466868494|
-|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0005436687694716397|
-|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0005431129713860059|
-|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005420322745705448|
-|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.0005389867103962326|
-|pypi|[pint](https://github.com/hgrecco/pint)|0.0005385570876999448|
-|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0005351351351351351|
-|pypi|[http](https://github.com/franckcuny/http)|0.0005351351351351351|
-|pypi|[apyori](https://github.com/ymoch/apyori)|0.0005351351351351351|
-|pypi|[markdown2](https://pypi.org/project/markdown2)|0.0005335018841218669|
-|pypi|[olefile](https://pypi.org/project/olefile)|0.0005335018841218669|
-|pypi|[llist](https://github.com/ajakubek/python-llist)|0.0005333513513513514|
-|pypi|[black](https://pypi.org/project/black)|0.0005319609540244178|
-|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0005301005692206241|
-|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005241491491362241|
-|pypi|[dill](https://pypi.org/project/dill)|0.0005186894995757433|
-|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0005037878634781825|
-|pypi|[toml](https://pypi.org/project/toml)|0.0005015054045482937|
-|pypi|[psutil](https://pypi.org/project/psutil)|0.0004952669216221221|
-|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0004930513380399236|
-|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004915647942010456|
-|pypi|[tornado](https://pypi.org/project/tornado)|0.0004902998662945455|
-|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004896872769896169|
-|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00048578823372201995|
-|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0004849694483405908|
-|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.000483352727252996|
-|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.00048230198363018184|
-|pypi|[munkres](https://pypi.org/project/munkres)|0.0004798545267744604|
-|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0004779451028387713|
-|pypi|[PyQt5-sip](https://www.riverbankcomputing.com/software/sip/)|0.00047233571945701355|
-|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0004679411408786237|
-|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0004672568015213925|
-|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0004672568015213925|
-|pypi|[commonmark](https://pypi.org/project/commonmark)|0.0004537935017820018|
-|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.00044651554676686044|
-|pypi|[bmipy](http://csdms.colorado.edu)|0.000445945945945946|
-|pypi|[pulp](https://github.com/coin-or/pulp)|0.0004459459459459459|
-|pypi|[pyasn1](https://github.com/etingof/pyasn1)|0.0004416817982710626|
-|pypi|[sympy](https://pypi.org/project/sympy)|0.0004400366448580219|
-|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0004393960807955392|
-|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.00043811869341328424|
-|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.00043811869341328424|
-|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0004347461325669561|
-|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0004305414993623229|
-|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.000429544762863317|
-|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00042739459459459464|
-|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.00042381310420093433|
-|pypi|[graphviz](https://github.com/xflr6/graphviz)|0.0004074746785493975|
-|pypi|[regex](https://pypi.org/project/regex)|0.00040595558520151995|
-|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.0004016834472972973|
-|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.00040085620202935185|
-|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004000394186972489|
-|pypi|[isort](https://pypi.org/project/isort)|0.0003989444057692061|
-|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003979852804749571|
-|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.0003941983023883122|
-|pypi|[py-make](https://pypi.org/project/py-make)|0.0003941983023883122|
-|pypi|[typing](https://pypi.org/project/typing)|0.0003909066786085536|
-|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.00038648648648648647|
-|pypi|[python-levenshtein](http://github.com/ztane/python-Levenshtein)|0.0003860617760617761|
-|pypi|[pluggy](https://pypi.org/project/pluggy)|0.00038549692867375886|
-|pypi|[Pygments](https://pypi.org/project/Pygments)|0.0003832262622494584|
-|pypi|[babel](https://babel.pocoo.org/)|0.0003821646970969539|
-|pypi|[pyfaidx](http://mattshirley.com)|0.00037884169884169885|
-|pypi|[flatbuffers](https://google.github.io/flatbuffers/)|0.00036910285235715903|
-|pypi|[PyQt5-Qt5](https://www.riverbankcomputing.com/software/pyqt/)|0.0003670440592253533|
-|pypi|[llvmlite](https://pypi.org/project/llvmlite)|0.0003611793611793612|
-|pypi|[types-setuptools](https://pypi.org/project/types-setuptools)|0.00035870242004980453|
-|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0003581941977359934|
-|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00035675675675675677|
-|pypi|[conan](https://conan.io)|0.00035675675675675677|
-|pypi|[udatetime](https://github.com/freach/udatetime)|0.00035675675675675677|
-|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.00035675675675675677|
-|pypi|[networkx](https://pypi.org/project/networkx)|0.00035532672237876227|
-|pypi|[grpcio](https://grpc.io)|0.0003547817822804004|
-|pypi|[multidict](https://github.com/aio-libs/multidict)|0.00034950424600217056|
-|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00034799526479381906|
-|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0003470773545080597|
-|pypi|[futures](https://pypi.org/project/futures)|0.0003450376320798514|
-|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0003431660231660232|
-|pypi|[codecov](https://pypi.org/project/codecov)|0.0003409739896789952|
-|pypi|[multiprocess](https://github.com/uqfoundation/multiprocess)|0.0003398652169472873|
-|pypi|[seaborn](https://pypi.org/project/seaborn)|0.00033738142800907663|
-|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00033461510231513496|
-|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.00033294445294548006|
-|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0003329106323980426|
-|pypi|[shiboken2](https://www.pyside.org)|0.00033270421621621623|
-|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.00033067224554081734|
-|pypi|[dask](https://pypi.org/project/dask)|0.00033001736859137795|
-|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00032818674457412155|
-|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0003267357173092609|
-|pypi|[mappy](https://github.com/lh3/minimap2)|0.00032532818532818536|
-|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.0003210191122713806|
-|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0003202702702702703|
-|pypi|[argparse](https://pypi.org/project/argparse)|0.0003179402278771163|
-|pypi|[process-tests](https://pypi.org/project/process-tests)|0.00031575869088913406|
-|pypi|[hunter](https://pypi.org/project/hunter)|0.00031575869088913406|
-|pypi|[fields](https://pypi.org/project/fields)|0.00031575869088913406|
-|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0003115500757648387|
-|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00031114609147609145|
-|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0003098432432432432|
-|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.0003043201862149231|
-|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.00030227129415447265|
-|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00030216461712011944|
-|pypi|[sphinxcontrib-serializinghtml](http://sphinx-doc.org/)|0.0003019252688312532|
-|pypi|[scikit-image](https://scikit-image.org)|0.00030088648745017695|
-|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.0003006790540540541|
-|pypi|[pydot](https://pypi.org/project/pydot)|0.0002992759291450721|
-|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.0002972972972972973|
-|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.00029704349158672546|
-|pypi|[sphinxcontrib-htmlhelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-applehelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-devhelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-jsmath](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[sphinxcontrib-qthelp](http://sphinx-doc.org/)|0.00029673285796638833|
-|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.00029599608820438474|
-|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|0.00029405675675675676|
-|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00029303578062777426|
-|pypi|[async-generator](https://pypi.org/project/async-generator)|0.0002898183744140701|
-|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.0002856757635919729|
-|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00028506929266974845|
-|pypi|[webencodings](https://github.com/SimonSapin/python-webencodings)|0.00028423984639361127|
-|pypi|[charset-normalizer](https://github.com/ousret/charset_normalizer)|0.0002815577748705455|
-|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0002804536204928774|
-|pypi|[filelock](https://pypi.org/project/filelock)|0.00027915632381771816|
-|pypi|[redis](https://pypi.org/project/redis)|0.00027583802411651275|
-|pypi|[rtree](https://github.com/Toblerity/rtree)|0.0002756756756756757|
-|pypi|[astropy](https://pypi.org/project/astropy)|0.0002731164061692336|
-|pypi|[pycosat](https://github.com/ContinuumIO/pycosat)|0.000271990171990172|
-|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|0.0002718146718146718|
-|pypi|[decorator](https://pypi.org/project/decorator)|0.0002717708045718556|
-|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.00027111414944356124|
-|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0002703972234793876|
-|pypi|[Django](https://pypi.org/project/Django)|0.00026986807961164306|
-|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0002687602492102492|
-|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|0.00026756756756756756|
-|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|0.00026756756756756756|
-|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|0.00026756756756756756|
-|pypi|[cherrypy](https://www.cherrypy.org)|0.00026756756756756756|
-|pypi|[Cactus](http://github.com/koenbok/Cactus)|0.00026756756756756756|
-|pypi|[cigar](https://github.com/brentp/cigar)|0.00026756756756756756|
-|pypi|[PyNN](http://neuralensemble.org/PyNN/)|0.00026756756756756756|
-|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|0.00026756756756756756|
-|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|0.00026756756756756756|
-|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|0.00026756756756756756|
-|pypi|[South](http://south.aeracode.org/)|0.00026756756756756756|
-|pypi|[dymos](https://github.com/OpenMDAO/dymos)|0.00026756756756756756|
-|pypi|[openmdao](http://openmdao.org)|0.00026756756756756756|
-|pypi|[pyDOE2](https://github.com/clicumu/pyDOE2)|0.00026756756756756756|
-|pypi|[scikit-learn](https://pypi.org/project/scikit-learn)|0.0002643062784595807|
-|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0002623281333324779|
-|pypi|[fs](https://pypi.org/project/fs)|0.0002606783179832515|
-|pypi|[f90nml](http://github.com/marshallward/f90nml)|0.0002601316375198728|
-|pypi|[bump2version](https://github.com/c4urself/bump2version)|0.0002571851703877791|
-|pypi|[async_generator](https://github.com/python-trio/async_generator)|0.0002568648648648649|
-|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.00025672131881100425|
-|pypi|[Werkzeug](https://palletsprojects.com/p/werkzeug/)|0.00025495170343986994|
-|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00025457038438859845|
-|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.0002541632955536181|
-|pypi|[Markdown](https://pypi.org/project/Markdown)|0.00025058476658476657|
-|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.000246719216105822|
-|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.0002448749001300766|
-|pypi|[lz4](https://pypi.org/project/lz4)|0.0002394588504978771|
-|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00023859121556747413|
-|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00023781611008304366|
-|pypi|[pox](https://github.com/uqfoundation/pox)|0.00023687548917695976|
-|pypi|[xattr](https://pypi.org/project/xattr)|0.00023277297598740956|
-|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00023277297598740956|
-|pypi|[texext](https://pypi.org/project/texext)|0.00023255072029593435|
-|pypi|[pybind11-global](https://github.com/pybind/pybind11)|0.00023133891891891892|
-|pypi|[tenacity](https://pypi.org/project/tenacity)|0.00023103943473382944|
-|pypi|[rsa](https://stuvel.eu/rsa)|0.00022709890015071475|
-|pypi|[deap](https://www.github.com/deap)|0.00022651955484896663|
-|pypi|[text-unidecode](https://github.com/kmike/text-unidecode/)|0.00022594594594594594|
-|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00022587104519325435|
-|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00022578243243243242|
-|pypi|[types-requests](https://pypi.org/project/types-requests)|0.0002256281672193971|
-|pypi|[nbformat](https://pypi.org/project/nbformat)|0.0002225816890519129|
-|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002224745627980922|
-|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002224745627980922|
-|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00022084816861704553|
-|pypi|[python](http://www.python.org/2.5)|0.00021978764478764481|
-|pypi|[zipp](https://pypi.org/project/zipp)|0.00021899621208978747|
-|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|0.00021621621621621621|
-|pypi|[execnet](https://pypi.org/project/execnet)|0.00021601299500052695|
-|pypi|[jq](http://github.com/mwilliamson/jq.py)|0.00021405405405405407|
-|pypi|[chemparse](https://pypi.org/project/chemparse)|0.00021405405405405407|
-|pypi|[python-utils](https://github.com/WoLpH/python-utils)|0.0002133809222600292|
-|pypi|[music21](https://github.com/cuthbertLab/music21)|0.0002130810810810811|
-|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|0.0002130810810810811|
-|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00021165543817838208|
-|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00021004817262594412|
-|pypi|[gast](https://github.com/serge-sans-paille/gast/)|0.00020711626650660265|
-|pypi|[libclang](https://github.com/sighingnow/libclang)|0.00020711626650660265|
-|pypi|[traitlets](https://pypi.org/project/traitlets)|0.00020584909363526594|
-|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|0.00020432432432432432|
-|pypi|[gunicorn](https://gunicorn.org)|0.00020391864181337868|
-|pypi|[tqdm](https://tqdm.github.io)|0.00020202780505838367|
-|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00020022972972972972|
-|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0002001552970317632|
-|pypi|[Biopython](https://pypi.org/project/Biopython)|0.00020000675675675676|
-|pypi|[gdal](https://pypi.org/project/gdal)|0.0001978315550057423|
-|pypi|[soupsieve](https://facelessuser.github.io/soupsieve/)|0.0001974900813687087|
-|pypi|[munch](https://pypi.org/project/munch)|0.00019741063665495735|
-|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.0001910829468177855|
-|pypi|[pymbar](http://github.com/choderalab/pymbar)|0.00019073745173745177|
-|pypi|[cython](https://pypi.org/project/cython)|0.00019024609139892812|
-|pypi|[uritemplate](https://pypi.org/project/uritemplate)|0.00018874233609557557|
-|pypi|[pybtex](https://pybtex.org/)|0.00018613989103028207|
-|pypi|[glob2](http://github.com/miracle2k/python-glob2/)|0.00018576324324324326|
-|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.00018514198118789262|
-|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00018510579150579152|
-|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00018502509652509652|
-|pypi|[orjson](https://github.com/ijl/orjson)|0.00018412724327549008|
-|pypi|[tox](https://pypi.org/project/tox)|0.0001810306047783539|
-|pypi|[sh](https://github.com/amoffat/sh)|0.00018098173849525202|
-|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|0.00018005212355212355|
-|pypi|[gym](https://pypi.org/project/gym)|0.00018002111879321183|
-|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.00017973119381570088|
-|pypi|[nnde](https://github.com/elwinter/nnde)|0.00017837837837837839|
-|pypi|[tartiflette](https://tartiflette.io)|0.00017837837837837839|
-|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|0.00017837837837837839|
-|pypi|[PyEscape](https://github.com/qaviton/escape)|0.00017837837837837839|
-|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|0.00017837837837837839|
-|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|0.00017837837837837839|
-|pypi|[clawpack](http://www.clawpack.org)|0.00017837837837837839|
-|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|0.00017837837837837839|
-|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00017824020799445434|
-|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00017778730620593094|
-|pypi|[django](https://pypi.org/project/django)|0.0001763854085694346|
-|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.000176368749352874|
-|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00017614893716263056|
-|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00017520807005852682|
-|pypi|[bleach](https://pypi.org/project/bleach)|0.00017508395643283647|
-|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|0.00017494802494802495|
-|pypi|[tf-estimator-nightly](https://www.tensorflow.org/)|0.00017426371143051814|
-|pypi|[lockfile](http://launchpad.net/pylockfile)|0.00017221562075153625|
-|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.0001712891081193091|
-|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00016953475912338643|
-|pypi|[wmi](https://pypi.org/project/wmi)|0.0001665824011245174|
-|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00016656286179470985|
-|pypi|[pygame](https://www.pygame.org)|0.00016516602316602317|
-|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.00016513993081640138|
-|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00016513993081640138|
-|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.0001643951719557363|
-|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.0001643951719557363|
-|pypi|[prospector](http://prospector.readthedocs.io)|0.00016394015486424638|
-|pypi|[jaraco.tidelift](https://github.com/jaraco/jaraco.tidelift)|0.00015986792508443872|
-|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00015957036436671632|
-|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0001587963672430538|
-|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|0.00015756756756756757|
-|pypi|[imageio](https://github.com/imageio/imageio)|0.00015726047351435825|
-|pypi|[numexpr](https://pypi.org/project/numexpr)|0.000154089774009774|
-|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|0.0001537742173592883|
-|pypi|[plotly](https://pypi.org/project/plotly)|0.0001534380605131217|
-|pypi|[notebook](https://pypi.org/project/notebook)|0.00015298361697166487|
-|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|0.0001528957528957529|
-|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|0.0001528957528957529|
-|pypi|[mamba](http://nestorsalceda.github.io/mamba)|0.0001528957528957529|
-|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|0.0001528957528957529|
-|pypi|[msgpack-python](http://msgpack.org/)|0.0001528957528957529|
-|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|0.0001528957528957529|
-|pypi|[mdtraj](http://mdtraj.org)|0.0001528957528957529|
-|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|0.0001528957528957529|
-|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015144572158783785|
-|pypi|[pip](https://pip.pypa.io/)|0.0001503071623041813|
-|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.00015019327723406642|
-|pypi|[freesasa](http://freesasa.github.io/)|0.00014953271692745378|
-|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|0.00014943011583011583|
-|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.00014894435466268914|
-|pypi|[rich](https://pypi.org/project/rich)|0.00014849744511456352|
-|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|0.00014551920341394025|
-|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|0.0001401102702702703|
-|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001401081081081081|
-|pypi|[google-auth](https://github.com/googleapis/google-auth-library-python)|0.00013986608761548132|
-|pypi|[cvxopt](http://cvxopt.org)|0.00013913513513513513|
-|pypi|[jax](https://github.com/google/jax)|0.00013697426470588234|
-|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|0.00013679391891891892|
-|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00013539469247919952|
-|pypi|[asgiref](https://pypi.org/project/asgiref)|0.0001347973866402294|
-|pypi|[simframe](https://github.com/stammler/simframe)|0.00013378378378378378|
-|pypi|[gemmi](https://project-gemmi.github.io/)|0.00013378378378378378|
-|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|0.00013378378378378378|
-|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|0.00013378378378378378|
-|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|0.00013378378378378378|
-|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|0.00013378378378378378|
-|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|0.00013378378378378378|
-|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00013378378378378378|
-|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|0.00013378378378378378|
-|pypi|[chevron](https://github.com/noahmorrison/chevron)|0.00013363513513513513|
-|pypi|[bz2file](https://github.com/nvawda/bz2file)|0.00013244594594594595|
-|pypi|[boto](https://github.com/boto/boto/)|0.00013244594594594595|
-|pypi|[grapheme](https://github.com/alvinlindstam/grapheme)|0.00013218105405405405|
-|pypi|[about-time](https://github.com/rsalmei/about-time)|0.00013218105405405405|
-|pypi|[cartopy](https://pypi.org/project/cartopy)|0.00013013127413127415|
-|pypi|[sos](https://github.com/vatlab/SoS)|0.00012975618776671407|
-|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.00012958085892074168|
-|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.00012907961617079265|
-|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.00012883825245471863|
-|pypi|[wasabi](https://pypi.org/project/wasabi)|0.0001273700065434049|
-|pypi|[voluptuous](https://github.com/alecthomas/voluptuous)|0.00012673834749034752|
-|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00012659426982183846|
-|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00012653693247762814|
-|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00012619370323113796|
-|pypi|[yapf](https://pypi.org/project/yapf)|0.00012602233003189525|
-|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.0001257070021548208|
-|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00012547569312529287|
-|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|0.00012516560263969693|
-|pypi|[sos-notebook](https://github.com/vatlab/SOS)|0.0001251089615931721|
-|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|0.0001246864864864865|
-|pypi|[segments](https://github.com/cldf/segments)|0.0001246864864864865|
-|pypi|[sqlalchemy](http://www.sqlalchemy.org)|0.0001234848194499205|
-|pypi|[distro](https://github.com/python-distro/distro)|0.00012231660231660233|
-|pypi|[mistune](https://pypi.org/project/mistune)|0.0001220487870042893|
-|pypi|[backoff](https://github.com/litl/backoff)|0.00012174324324324326|
-|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|0.00012174324324324326|
-|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.0001208098400668776|
-|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00011975884659314365|
-|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|0.00011891891891891892|
-|pypi|[lda](https://pypi.org/project/lda)|0.00011891891891891892|
-|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|0.00011891891891891892|
-|pypi|[metapredict](https://github.com/idptools/metapredict.git)|0.00011891891891891892|
-|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|0.00011891891891891892|
-|pypi|[protfasta](https://pypi.org/project/protfasta)|0.00011891891891891892|
-|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|0.00011891891891891892|
-|pypi|[theano](http://deeplearning.net/software/theano/)|0.00011891891891891892|
-|pypi|[html2text](https://github.com/Alir3z4/html2text/)|0.00011891891891891892|
-|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|0.00011891891891891892|
-|pypi|[tmm](http://pypi.python.org/pypi/tmm)|0.00011891891891891892|
-|pypi|[pycairo](https://pycairo.readthedocs.io)|0.00011891891891891892|
-|pypi|[pygobject](https://pygobject.readthedocs.io)|0.00011891891891891892|
-|pypi|[genicam](https://www.emva.org)|0.00011891891891891892|
-|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|0.00011891891891891892|
-|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|0.00011891891891891892|
-|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|0.00011891891891891892|
-|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|0.00011890135135135137|
-|pypi|[s3transfer](https://github.com/boto/s3transfer)|0.00011780844547011801|
-|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00011772972972972972|
-|pypi|[photutils](https://github.com/astropy/photutils)|0.00011772972972972972|
-|pypi|[tifffile](https://www.lfd.uci.edu/~gohlke/)|0.00011701500826957185|
-|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|0.00011681987405559438|
-|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00011594594594594595|
-|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00011585294190032416|
-|pypi|[jsonschema](https://github.com/Julian/jsonschema)|0.00011582765074076829|
-|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|0.00011557902414188127|
-|pypi|[absl-py](https://github.com/abseil/abseil-py)|0.00011539094351877967|
-|pypi|[retrying](https://pypi.org/project/retrying)|0.00011507272553402584|
-|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|0.0001122046332046332|
-|pypi|[pyerfa](https://github.com/liberfa/pyerfa)|0.00011136641453846932|
-|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|0.00011134312512021491|
-|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00011105791505791505|
-|pypi|[pbr](https://pypi.org/project/pbr)|0.00011001174324324324|
-|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.0001098651836726127|
-|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00010964134699098242|
-|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00010955144944586622|
-|pypi|[pep517](https://pypi.org/project/pep517)|0.00010884975508039516|
-|pypi|[fastprogress](https://github.com/fastai/fastprogress)|0.00010804659832246039|
-|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00010741220671220671|
-|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|0.00010733053146298605|
-|pypi|[sisyphe](https://sisyphe.readthedocs.io)|0.00010702702702702704|
-|pypi|[pykeops](http://www.kernel-operations.io/)|0.00010702702702702704|
-|pypi|[keopscore](http://www.kernel-operations.io/)|0.00010702702702702704|
-|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|0.00010702702702702704|
-|pypi|[disksurf](https://github.com/richteague/disksurf)|0.00010702702702702704|
-|pypi|[gofish](https://github.com/richteague/gofish)|0.00010702702702702704|
-|pypi|[simpleitk](http://simpleitk.org/)|0.00010702702702702704|
-|pypi|[Cerberus](http://docs.python-cerberus.org)|0.00010702702702702704|
-|pypi|[CoolProp](http://www.coolprop.org)|0.00010702702702702704|
-|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|0.00010702702702702704|
-|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|0.00010702702702702704|
-|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010702702702702702|
-|pypi|[igraph](https://igraph.org/python)|0.00010622164864864864|
-|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0001061055402802888|
-|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|0.00010595675675675676|
-|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|0.00010595675675675676|
-|pypi|[shapely](https://pypi.org/project/shapely)|0.00010541899234232103|
-|pypi|[cftime](https://pypi.org/project/cftime)|0.00010521164679573009|
-|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0001048971891891892|
-|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|0.00010483964608000986|
-|pypi|[websocket-client](https://github.com/websocket-client/websocket-client.git)|0.00010376980125505714|
-|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010198378805471261|
-|pypi|[xyzservices](https://github.com/geopandas/xyzservices)|0.00010180531252276536|
-|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|0.0001016756756756757|
-|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00010113363894278129|
-|pypi|[freezegun](https://pypi.org/project/freezegun)|0.00010104404945903516|
-|pypi|[nptyping](https://pypi.org/project/nptyping)|0.00010015918684725448|
-|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|0.00010001997930628059|
-|pypi|[pyOpenSSL](https://pypi.org/project/pyOpenSSL)|9.923360248747192e-05|
-|pypi|[pyamg](https://pypi.org/project/pyamg)|9.846721874352192e-05|
-|pypi|[cymem](https://pypi.org/project/cymem)|9.793757411097246e-05|
-|pypi|[murmurhash](https://pypi.org/project/murmurhash)|9.793757411097246e-05|
-|pypi|[websockets](https://pypi.org/project/websockets)|9.74306485699045e-05|
-|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|9.72972972972973e-05|
-|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|9.72972972972973e-05|
-|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|9.72972972972973e-05|
-|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|9.72972972972973e-05|
-|pypi|[edlib](https://github.com/Martinsos/edlib)|9.72972972972973e-05|
-|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|9.72972972972973e-05|
-|pypi|[filetype](https://github.com/h2non/filetype.py)|9.72972972972973e-05|
-|pypi|[torch](https://pytorch.org/)|9.72557628433709e-05|
-|pypi|[build](https://pypi.org/project/build)|9.723391463614565e-05|
-|pypi|[gitpython](https://pypi.org/project/gitpython)|9.693573091773093e-05|
-|pypi|[Six](https://pypi.org/project/Six)|9.496636862426336e-05|
-|pypi|[dnspython](https://pypi.org/project/dnspython)|9.487181467181469e-05|
-|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|9.483405968768698e-05|
-|pypi|[tinycss2](https://pypi.org/project/tinycss2)|9.472376981767881e-05|
-|pypi|[pylint](https://pypi.org/project/pylint)|9.440911972644489e-05|
-|pypi|[furo](https://pypi.org/project/furo)|9.428618609871832e-05|
-|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|9.382923328517105e-05|
-|pypi|[tzlocal](https://pypi.org/project/tzlocal)|9.358338127413129e-05|
-|pypi|[libsvm](https://github.com/ocampor/libsvm)|9.302820211515865e-05|
-|pypi|[webcolors](https://pypi.org/project/webcolors)|9.297702298533579e-05|
-|pypi|[pyzmq](https://pypi.org/project/pyzmq)|9.17007718300338e-05|
-|pypi|[blinker](https://pypi.org/project/blinker)|9.144814898932546e-05|
-|pypi|[wsaccel](https://pypi.org/project/wsaccel)|9.090332895752896e-05|
-|pypi|[markdown](https://Python-Markdown.github.io/)|9.032595957301844e-05|
-|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|9.013682432432431e-05|
-|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|8.964075104035078e-05|
-|pypi|[scikit-bio](http://scikit-bio.org)|8.918918918918919e-05|
-|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|8.918918918918919e-05|
-|pypi|[gpytorch](https://gpytorch.ai)|8.918918918918919e-05|
-|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|8.878783783783785e-05|
-|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.842037688400419e-05|
-|pypi|[terminado](https://pypi.org/project/terminado)|8.842037688400419e-05|
-|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|8.829729729729729e-05|
-|pypi|[dash](https://pypi.org/project/dash)|8.816476862606894e-05|
-|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|8.807182780432191e-05|
-|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|8.797109102041985e-05|
-|pypi|[invoke](https://pypi.org/project/invoke)|8.72147746003369e-05|
-|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|8.68739273545271e-05|
-|pypi|[pybtex-docutils](https://github.com/mcmtroffaes/pybtex-docutils)|8.657954309390187e-05|
-|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|8.555452003727866e-05|
-|pypi|[pooch](https://pypi.org/project/pooch)|8.511594754250431e-05|
-|pypi|[pyglet](http://pyglet.readthedocs.org/en/latest/)|8.485714285714287e-05|
-|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|8.485714285714285e-05|
-|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.475835152264807e-05|
-|pypi|[patsy](https://pypi.org/project/patsy)|8.429016196591531e-05|
-|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|8.401336820193996e-05|
-|pypi|[tensorflow](https://www.tensorflow.org/)|8.393988605956771e-05|
-|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|8.375283866579136e-05|
-|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|8.375283866579136e-05|
-|pypi|[dash-table](https://pypi.org/project/dash-table)|8.375283866579136e-05|
-|pypi|[gmsh](https://gmsh.info)|8.37329093799682e-05|
-|pypi|[flaky](https://pypi.org/project/flaky)|8.310406401394159e-05|
-|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|8.275482625482626e-05|
-|pypi|[contextvars](https://pypi.org/project/contextvars)|8.252691294059037e-05|
-|pypi|[bokeh](https://pypi.org/project/bokeh)|8.23634075811238e-05|
-|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|8.232848232848233e-05|
-|pypi|[bidict](https://bidict.readthedocs.io)|8.232848232848233e-05|
-|pypi|[cached-property](https://github.com/pydanny/cached-property)|8.232848232848233e-05|
-|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|8.232848232848233e-05|
-|pypi|[yt](https://github.com/yt-project/yt)|8.232848232848233e-05|
-|pypi|[keyring](https://pypi.org/project/keyring)|8.231748485452237e-05|
-|pypi|[whoosh](http://bitbucket.org/mchaput/whoosh)|8.173617308108109e-05|
-|pypi|[qtpy](https://pypi.org/project/qtpy)|8.163298122935076e-05|
-|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|8.14799719294173e-05|
-|pypi|[trio](https://github.com/python-trio/trio)|8.144418593092121e-05|
-|pypi|[typed-ast](https://pypi.org/project/typed-ast)|8.112698982026863e-05|
-|pypi|[coveralls](http://github.com/TheKevJames/coveralls-python)|8.05951202993926e-05|
-|pypi|[boto3](https://github.com/boto/boto3)|7.974266868131e-05|
-|pypi|[nbclient](https://pypi.org/project/nbclient)|7.917393272006001e-05|
-|pypi|[tomli-w](https://pypi.org/project/tomli-w)|7.895940164978876e-05|
-|pypi|[alembic](https://pypi.org/project/alembic)|7.759459459459459e-05|
-|pypi|[pickleshare](https://pypi.org/project/pickleshare)|7.671424151998385e-05|
-|pypi|[jedi](https://pypi.org/project/jedi)|7.671424151998385e-05|
-|pypi|[uncertainties](https://pypi.org/project/uncertainties)|7.659841785033249e-05|
-|pypi|[area](https://github.com/scisco/area)|7.644787644787645e-05|
-|pypi|[StringDist](https://github.com/obulkin/string-dist)|7.644787644787645e-05|
-|pypi|[thermo](https://github.com/CalebBell/thermo)|7.644787644787645e-05|
-|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|7.644787644787645e-05|
-|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|7.644787644787645e-05|
-|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|7.644787644787645e-05|
-|pypi|[Sequoya](https://github.com/benhid/Sequoya)|7.644787644787645e-05|
-|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|7.644787644787645e-05|
-|pypi|[pyMSA](https://github.com/benhid/pyMSA)|7.644787644787645e-05|
-|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|7.644787644787645e-05|
-|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|7.644787644787645e-05|
-|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|7.628613341187575e-05|
-|pypi|[backcall](https://pypi.org/project/backcall)|7.628613341187575e-05|
-|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|7.614911463187327e-05|
-|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|7.591900641977566e-05|
-|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|7.572209057571787e-05|
-|pypi|[debugpy](https://pypi.org/project/debugpy)|7.5585035704913e-05|
-|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|7.5585035704913e-05|
-|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|7.554078142313437e-05|
-|pypi|[testpath](https://pypi.org/project/testpath)|7.550927431550961e-05|
-|pypi|[distributed](https://pypi.org/project/distributed)|7.545798477921392e-05|
-|pypi|[rfc3986](https://pypi.org/project/rfc3986)|7.518068433812508e-05|
-|pypi|[pygments-github-lexers](https://github.com/liluo/pygments-github-lexers)|7.472967627925693e-05|
-|pypi|[localconfig](https://github.com/maxzheng/localconfig)|7.425e-05|
-|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|7.425e-05|
-|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|7.425e-05|
-|pypi|[pythutils](https://github.com/JolleJolles)|7.425e-05|
-|pypi|[cupy](https://pypi.org/project/cupy)|7.371750759212545e-05|
-|pypi|[netifaces](https://pypi.org/project/netifaces)|7.369452972972973e-05|
-|pypi|[python-socks](https://pypi.org/project/python-socks)|7.342046409266409e-05|
-|pypi|[typer](https://pypi.org/project/typer)|7.317617575754375e-05|
-|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|7.198945704851587e-05|
-|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|7.198945704851587e-05|
-|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|7.198945704851587e-05|
-|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|7.198945704851587e-05|
-|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|7.198945704851587e-05|
-|pypi|[asdf](https://pypi.org/project/asdf)|7.198945704851587e-05|
-|pypi|[jplephem](https://pypi.org/project/jplephem)|7.198945704851587e-05|
-|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|7.186100386100386e-05|
-|pypi|[scikit-video](http://scikit-video.org/)|7.135135135135136e-05|
-|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|7.135135135135136e-05|
-|pypi|[blosc](http://github.com/blosc/python-blosc)|7.135135135135136e-05|
-|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|7.135135135135136e-05|
-|pypi|[h11](https://github.com/python-hyper/h11)|7.135135135135136e-05|
-|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|7.112953952879183e-05|
-|pypi|[plac](https://pypi.org/project/plac)|7.109152334152334e-05|
-|pypi|[Theano](http://deeplearning.net/software/theano/)|7.016216216216217e-05|
-|pypi|[paramiko](https://pypi.org/project/paramiko)|7.011355025401343e-05|
-|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|6.958687560631636e-05|
-|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|6.951592350699493e-05|
-|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|6.94267425320057e-05|
-|pypi|[markupsafe](https://pypi.org/project/markupsafe)|6.885531023981728e-05|
-|pypi|[srsly](https://pypi.org/project/srsly)|6.850514167854003e-05|
-|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|6.790419164287337e-05|
-|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|6.784602784602784e-05|
-|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|6.756991183538526e-05|
-|pypi|[deprecated](https://pypi.org/project/deprecated)|6.73630757931845e-05|
-|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|6.689189189189189e-05|
-|pypi|[objsize](https://github.com/liran-funaro/objsize)|6.689189189189189e-05|
-|pypi|[bfit](https://github.com/dfujim/bfit)|6.689189189189189e-05|
-|pypi|[bdata](https://github.com/dfujim/bdata)|6.689189189189189e-05|
-|pypi|[mud-py](https://github.com/dfujim/mudpy)|6.689189189189189e-05|
-|pypi|[julia](http://julialang.org)|6.689189189189189e-05|
-|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|6.642212525299356e-05|
-|pypi|[miniball](https://github.com/marmakoide/miniball)|6.622297297297297e-05|
-|pypi|[randomgen](https://github.com/bashtage/randomgen)|6.579014308426073e-05|
-|pypi|[libcst](https://pypi.org/project/libcst)|6.536375617760617e-05|
-|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|6.536375617760617e-05|
-|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|6.49051358108108e-05|
-|pypi|[tblib](https://github.com/ionelmc/python-tblib)|6.473094222449645e-05|
-|pypi|[rdflib](https://pypi.org/project/rdflib)|6.467702702702708e-05|
-|pypi|[myst-parser](https://pypi.org/project/myst-parser)|6.359493061988319e-05|
-|pypi|[hiredis](https://pypi.org/project/hiredis)|6.350153474903474e-05|
-|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|6.345079223278457e-05|
-|pypi|[google-pasta](https://github.com/google/pasta)|6.33639044807112e-05|
-|pypi|[keras-preprocessing](https://github.com/keras-team/keras-preprocessing)|6.26949855617923e-05|
-|pypi|[astunparse](https://github.com/simonpercivall/astunparse)|6.269498556179229e-05|
-|pypi|[opt-einsum](https://github.com/dgasmith/opt_einsum)|6.269498556179229e-05|
-|pypi|[pkginfo](https://pypi.org/project/pkginfo)|6.233744109488183e-05|
-|pypi|[spacy-legacy](https://spacy.io)|6.218367064739158e-05|
-|pypi|[ffmpeg](https://pypi.org/project/ffmpeg)|6.213513513513514e-05|
-|pypi|[autopep8](https://pypi.org/project/autopep8)|6.196617330154469e-05|
-|pypi|[types-backports](https://github.com/python/typeshed)|6.196195945945946e-05|
-|pypi|[pyasn1-modules](https://github.com/etingof/pyasn1-modules)|6.163720016548534e-05|
-|pypi|[pretend](https://pypi.org/project/pretend)|6.153537416307064e-05|
-|pypi|[click-plugins](https://github.com/click-contrib/click-plugins)|6.0762444163633836e-05|
-|pypi|[mccabe](https://pypi.org/project/mccabe)|6.0734452213545966e-05|
-|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|6.06896551724138e-05|
-|pypi|[kombu](https://pypi.org/project/kombu)|6.045955689231552e-05|
-|pypi|[isodate](https://github.com/gweis/isodate/)|5.993662162162164e-05|
-|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|5.945945945945946e-05|
-|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.945945945945946e-05|
-|pypi|[Pint](https://github.com/hgrecco/pint)|5.945945945945946e-05|
-|pypi|[pydub](http://pydub.com)|5.937451737451737e-05|
-|pypi|[pyscf](http://www.pyscf.org)|5.9118349928876246e-05|
-|pypi|[moviepy](https://zulko.github.io/moviepy/)|5.89333743416247e-05|
-|pypi|[language-data](https://pypi.org/project/language-data)|5.886486486486486e-05|
-|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|5.827621621621621e-05|
-|pypi|[sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints)|5.807474107389179e-05|
-|pypi|[traittypes](https://pypi.org/project/traittypes)|5.8021477637459876e-05|
-|pypi|[geographiclib](https://pypi.org/project/geographiclib)|5.80072471042471e-05|
-|pypi|[fastparquet](https://pypi.org/project/fastparquet)|5.732161821401419e-05|
-|pypi|[curio](https://pypi.org/project/curio)|5.718472647146176e-05|
-|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|5.655843243243243e-05|
-|pypi|[BioPython](https://biopython.org/)|5.633001422475107e-05|
-|pypi|[python-louvain](https://github.com/taynaud/python-louvain)|5.633001422475107e-05|
-|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|5.633001422475107e-05|
-|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|5.633001422475107e-05|
-|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|5.633001422475107e-05|
-|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|5.633001422475107e-05|
-|pypi|[Cython](http://cython.org/)|5.633001422475107e-05|
-|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|5.633001422475107e-05|
-|pypi|[sos-python](https://github.com/vatlab/SOS)|5.633001422475107e-05|
-|pypi|[sos-ruby](https://github.com/vatlab/SOS)|5.633001422475107e-05|
-|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|5.633001422475107e-05|
-|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|5.633001422475107e-05|
-|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|5.633001422475107e-05|
-|pypi|[pyflakes](https://pypi.org/project/pyflakes)|5.602526302435678e-05|
-|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|5.565405405405406e-05|
-|pypi|[pyreadline](https://pypi.org/project/pyreadline)|5.565405405405406e-05|
-|pypi|[monotonic](https://pypi.org/project/monotonic)|5.565405405405406e-05|
-|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|5.50420316868594e-05|
-|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|5.501311089546384e-05|
-|pypi|[vine](https://pypi.org/project/vine)|5.4903336016267056e-05|
-|pypi|[natsort](https://github.com/SethMMorton/natsort)|5.455944289188053e-05|
-|pypi|[google-api-core](https://pypi.org/project/google-api-core)|5.396997276800095e-05|
-|pypi|[nbsphinx](https://pypi.org/project/nbsphinx)|5.382716003467719e-05|
-|pypi|[nanopack](https://github.com/wdecoster/nanopack)|5.351351351351352e-05|
-|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|5.351351351351352e-05|
-|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|5.351351351351352e-05|
-|pypi|[nanoget](https://github.com/wdecoster/nanoget)|5.351351351351352e-05|
-|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|5.351351351351352e-05|
-|pypi|[nanomath](https://github.com/wdecoster/nanomath)|5.351351351351352e-05|
-|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|5.351351351351352e-05|
-|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|5.351351351351352e-05|
-|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|5.351351351351352e-05|
-|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|5.351351351351352e-05|
-|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|5.344725544725545e-05|
-|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|5.289518870437988e-05|
-|pypi|[awscrt](https://github.com/awslabs/aws-crt-python)|5.2737527291111524e-05|
-|pypi|[arviz](https://pypi.org/project/arviz)|5.147309734440769e-05|
-|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|5.0965250965250965e-05|
-|pypi|[billiard](https://github.com/celery/billiard)|5.089401635177498e-05|
-|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|5.073532645709369e-05|
-|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|5.045559845559845e-05|
-|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|5.045559845559845e-05|
-|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|5.045559845559845e-05|
-|pypi|[xarray](https://pypi.org/project/xarray)|5.026705815412417e-05|
-|pypi|[pynacl](https://pypi.org/project/pynacl)|4.9966762065637064e-05|
-|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|4.932997009903121e-05|
-|pypi|[celery](http://celeryproject.org)|4.9224009254609017e-05|
-|pypi|[spglib](http://spglib.github.io/spglib/)|4.921389945770049e-05|
-|pypi|[zarr](https://pypi.org/project/zarr)|4.898214174409992e-05|
-|pypi|[ppft](https://github.com/uqfoundation/ppft)|4.889413904855083e-05|
-|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.888949802487916e-05|
-|pypi|[distlib](https://pypi.org/project/distlib)|4.85595241863629e-05|
-|pypi|[ray](https://github.com/ray-project/ray)|4.838543064148485e-05|
-|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|4.827364864864865e-05|
-|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|4.820151033386327e-05|
-|pypi|[codacy-coverage](https://github.com/codacy/python-codacy-coverage)|4.816216216216217e-05|
-|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|4.7542160837083906e-05|
-|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|4.7542160837083906e-05|
-|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|4.730286874250074e-05|
-|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|4.708102080408207e-05|
-|pypi|[rfc3987](https://pypi.org/project/rfc3987)|4.6936948428019856e-05|
-|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|4.6856432432432446e-05|
-|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|4.6856432432432446e-05|
-|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|4.6856432432432446e-05|
-|pypi|[requests-mock](https://pypi.org/project/requests-mock)|4.680559459459459e-05|
-|pypi|[cligj](https://github.com/mapbox/cligj)|4.677429920048887e-05|
-|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|4.669572398762074e-05|
-|pypi|[elasticsearch](https://pypi.org/project/elasticsearch)|4.647141192917056e-05|
-|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|4.623567567567567e-05|
-|pypi|[ipaddr](https://github.com/google/ipaddr-py)|4.586872586872587e-05|
-|pypi|[progress](http://github.com/verigak/progress/)|4.586872586872587e-05|
-|pypi|[pytoml](https://github.com/avakar/pytoml)|4.586872586872587e-05|
-|pypi|[waitress](https://pypi.org/project/waitress)|4.535914438974414e-05|
-|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.530906577193052e-05|
-|pypi|[parso](https://github.com/davidhalter/parso)|4.5091582616089656e-05|
-|pypi|[pyobjc](https://pypi.org/project/pyobjc)|4.4985610623029974e-05|
-|pypi|[pip-run](https://github.com/jaraco/pip-run)|4.482786775702502e-05|
-|pypi|[docker](https://github.com/docker/docker-py)|4.473397739557742e-05|
-|pypi|[cookiecutter](https://github.com/cookiecutter/cookiecutter)|4.465033783783784e-05|
-|pypi|[trackpy](https://github.com/soft-matter/trackpy)|4.4594594594594596e-05|
-|pypi|[snakemake](https://snakemake.readthedocs.io)|4.4594594594594596e-05|
-|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|4.4594594594594596e-05|
-|pypi|[datrie](https://github.com/kmike/datrie)|4.4594594594594596e-05|
-|pypi|[toposort](https://pypi.org/project/toposort)|4.4594594594594596e-05|
-|pypi|[anyio](https://pypi.org/project/anyio)|4.446650317965024e-05|
-|pypi|[simplejson](https://pypi.org/project/simplejson)|4.446263099834529e-05|
-|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|4.4450824191669255e-05|
-|pypi|[djangorestframework](https://www.django-rest-framework.org/)|4.4450824191669255e-05|
-|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|4.444091476091476e-05|
-|pypi|[shiboken6](https://pypi.org/project/shiboken6)|4.4148648648648647e-05|
-|pypi|[asv](https://pypi.org/project/asv)|4.413042965079675e-05|
-|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|4.413042965079675e-05|
-|pypi|[kaleido](https://pypi.org/project/kaleido)|4.413042965079675e-05|
-|pypi|[colorlover](https://pypi.org/project/colorlover)|4.406224406224406e-05|
-|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|4.406224406224406e-05|
-|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|4.406224406224406e-05|
-|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|4.406224406224406e-05|
-|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|4.406224406224406e-05|
-|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|4.406224406224406e-05|
-|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|4.406224406224406e-05|
-|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|4.406224406224406e-05|
-|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|4.406224406224406e-05|
-|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|4.406224406224406e-05|
-|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|4.3953958651443944e-05|
-|pypi|[appnope](https://pypi.org/project/appnope)|4.3953958651443944e-05|
-|pypi|[yarl](https://github.com/aio-libs/yarl/)|4.378931876724331e-05|
-|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|4.2886035521235525e-05|
-|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.281081081081081e-05|
-|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|4.281081081081081e-05|
-|pypi|[types-docutils](https://pypi.org/project/types-docutils)|4.25817315716106e-05|
-|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|4.250936791167826e-05|
-|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|4.2483803948657605e-05|
-|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|4.2463041837962893e-05|
-|pypi|[stack-data](https://pypi.org/project/stack-data)|4.209993514117044e-05|
-|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|4.2044589679718716e-05|
-|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|4.188919763933936e-05|
-|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|4.1682376192755575e-05|
-|pypi|[Brotli](https://github.com/google/brotli)|4.167531805267655e-05|
-|pypi|[monty](https://github.com/materialsvirtuallab/monty)|4.160477715080942e-05|
-|pypi|[openpyxl](https://pypi.org/project/openpyxl)|4.1419622184293416e-05|
-|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|4.125662970375079e-05|
-|pypi|[eemont](https://github.com/davemlz/eemont)|4.1164241164241166e-05|
-|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|4.1164241164241166e-05|
-|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|4.1164241164241166e-05|
-|pypi|[myst-nb](https://pypi.org/project/myst-nb)|4.093248648648648e-05|
-|pypi|[jaraco.path](https://github.com/jaraco/jaraco.path)|4.089187331500235e-05|
-|pypi|[jaraco.envs](https://github.com/jaraco/jaraco.envs)|4.089187331500235e-05|
-|pypi|[flake8-2020](https://github.com/asottile/flake8-2020)|4.089187331500235e-05|
-|pypi|[sphinx-favicon](https://github.com/tcmetzger/sphinx-favicon)|4.089187331500235e-05|
-|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|4.0616756756756765e-05|
-|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|4.03397361152361e-05|
-|pypi|[rasterio](https://pypi.org/project/rasterio)|4.017205911196829e-05|
-|pypi|[path](https://pypi.org/project/path)|3.9857862963809354e-05|
-|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|3.963963963963964e-05|
-|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|3.963963963963964e-05|
-|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|3.963963963963964e-05|
-|pypi|[aenum](https://github.com/ethanfurman/aenum)|3.9243243243243246e-05|
-|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|3.91353254036925e-05|
-|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|3.91353254036925e-05|
-|pypi|[uwsgi](https://pypi.org/project/uwsgi)|3.885801294251998e-05|
-|pypi|[pypblib](https://pypi.org/project/pypblib)|3.885081081081081e-05|
-|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|3.885081081081081e-05|
-|pypi|[tensorflow-io-gcs-filesystem](https://github.com/tensorflow/io)|3.869112326011486e-05|
-|pypi|[pymatgen](https://pymatgen.org)|3.759704985835016e-05|
-|pypi|[service-identity](https://pypi.org/project/service-identity)|3.737163917163917e-05|
-|pypi|[testfixtures](https://pypi.org/project/testfixtures)|3.7315039449387283e-05|
-|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|3.70054054054054e-05|
-|pypi|[Celery](http://celeryproject.org)|3.6905871388630015e-05|
-|pypi|[DAWG](https://pypi.org/project/DAWG)|3.6905871388630015e-05|
-|pypi|[django-nose](https://pypi.org/project/django-nose)|3.6905871388630015e-05|
-|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|3.6905871388630015e-05|
-|pypi|[opencv-python](https://github.com/skvark/opencv-python)|3.661545333721204e-05|
-|pypi|[dominate](https://github.com/Knio/dominate/)|3.64989604989605e-05|
-|pypi|[visitor](http://github.com/mbr/visitor)|3.64989604989605e-05|
-|pypi|[pydantic](https://pypi.org/project/pydantic)|3.5921559856475934e-05|
-|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|3.5907567567567563e-05|
-|pypi|[ipdb](https://pypi.org/project/ipdb)|3.554223275153508e-05|
-|pypi|[capturer](https://pypi.org/project/capturer)|3.531891891891893e-05|
-|pypi|[sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|3.497450536654857e-05|
-|pypi|[httplib2](https://pypi.org/project/httplib2)|3.496548622295101e-05|
-|pypi|[pyfftw](https://github.com/pyFFTW/pyFFTW)|3.486352941176471e-05|
-|pypi|[partd](http://github.com/dask/partd/)|3.4127805334359563e-05|
-|pypi|[werkzeug](https://palletsprojects.com/p/werkzeug/)|3.386819427313544e-05|
-|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|3.3652799554703515e-05|
-|pypi|[PyQt5](https://www.riverbankcomputing.com/software/pyqt/)|3.350689439018851e-05|
-|pypi|[pyenchant](https://pyenchant.github.io/pyenchant/)|3.3445945945945946e-05|
-|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|3.320795392751698e-05|
-|pypi|[stfio](https://pypi.org/project/stfio)|3.3111486486486487e-05|
-|pypi|[klusta](https://klusta.cortexlab.net)|3.3111486486486487e-05|
-|pypi|[igor](http://blog.tremily.us/posts/igor/)|3.3111486486486487e-05|
-|pypi|[tablib](https://pypi.org/project/tablib)|3.3111486486486487e-05|
-|pypi|[mlflow](https://pypi.org/project/mlflow)|3.2945307125307124e-05|
-|pypi|[sniffio](https://pypi.org/project/sniffio)|3.267407722007721e-05|
-|pypi|[mcfly](https://github.com/NLeSC/mcfly)|3.243243243243243e-05|
-|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.215095585801888e-05|
-|pypi|[fiona](https://pypi.org/project/fiona)|3.1841541183507806e-05|
-|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|3.1647373138444565e-05|
-|pypi|[uri-template](https://pypi.org/project/uri-template)|3.1647373138444565e-05|
-|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|3.1647373138444565e-05|
-|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.1647373138444565e-05|
-|pypi|[isoduration](https://pypi.org/project/isoduration)|3.1647373138444565e-05|
-|pypi|[fqdn](https://pypi.org/project/fqdn)|3.1647373138444565e-05|
-|pypi|[sigtools](https://sigtools.readthedocs.io/)|3.161756756756756e-05|
-|pypi|[vtk](https://pypi.org/project/vtk)|3.160795062503552e-05|
-|pypi|[Mako](https://pypi.org/project/Mako)|3.1561600561600563e-05|
-|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|3.14785373608903e-05|
-|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|3.14785373608903e-05|
-|pypi|[meshcut](https://pypi.org/project/meshcut)|3.14785373608903e-05|
-|pypi|[trimesh](https://pypi.org/project/trimesh)|3.14785373608903e-05|
-|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|3.14785373608903e-05|
-|pypi|[asteval](https://pypi.org/project/asteval)|3.14785373608903e-05|
-|pypi|[lmfit](https://pypi.org/project/lmfit)|3.14785373608903e-05|
-|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|3.14785373608903e-05|
-|pypi|[ua-parser](https://pypi.org/project/ua-parser)|3.14785373608903e-05|
-|pypi|[wincertstore](https://pypi.org/project/wincertstore)|3.14785373608903e-05|
-|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|3.117936117936118e-05|
-|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|3.117936117936118e-05|
-|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|3.117936117936118e-05|
-|pypi|[od](https://pypi.org/project/od)|3.090405405405405e-05|
-|pypi|[pip-api](https://pypi.org/project/pip-api)|3.087664657297297e-05|
-|pypi|[requirementslib](https://pypi.org/project/requirementslib)|3.087664657297297e-05|
-|pypi|[pipreqs](https://pypi.org/project/pipreqs)|3.087664657297297e-05|
-|pypi|[ordereddict](https://pypi.org/project/ordereddict)|3.07033748297369e-05|
-|pypi|[h2](https://pypi.org/project/h2)|3.0426254826254827e-05|
-|pypi|[pybind11](https://github.com/pybind/pybind11)|3.041529729729731e-05|
-|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|3.0311428830991853e-05|
-|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|3.0311428830991853e-05|
-|pypi|[mkdocs](https://www.mkdocs.org)|3.0308335225982287e-05|
-|pypi|[PySide](http://www.pyside.org)|3.0273359073359072e-05|
-|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|3.0273359073359072e-05|
-|pypi|[wslink](https://github.com/kitware/wslink)|3.020045045045045e-05|
-|pypi|[zope.interface](https://pypi.org/project/zope.interface)|2.9936693257677877e-05|
-|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|2.9912681912681914e-05|
-|pypi|[nltk](https://pypi.org/project/nltk)|2.8917264827071772e-05|
-|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|2.884378378378378e-05|
-|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.8739727770327526e-05|
-|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|2.854734349145063e-05|
-|pypi|[itk](https://itk.org/)|2.806662257330988e-05|
-|pypi|[livereload](https://pypi.org/project/livereload)|2.791666216216216e-05|
-|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|2.7783925227614882e-05|
-|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|2.7783925227614882e-05|
-|pypi|[cfgrib](https://pypi.org/project/cfgrib)|2.7783925227614882e-05|
-|pypi|[pydap](https://pypi.org/project/pydap)|2.7783925227614882e-05|
-|pypi|[numbagg](https://pypi.org/project/numbagg)|2.7783925227614882e-05|
-|pypi|[jeepney](https://pypi.org/project/jeepney)|2.7715519798868636e-05|
-|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|2.7715519798868636e-05|
-|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|2.7597810810810812e-05|
-|pypi|[minio](https://pypi.org/project/minio)|2.7576333089846607e-05|
-|pypi|[reno](https://pypi.org/project/reno)|2.756557528957529e-05|
-|pypi|[recipy](http://www.recipy.org)|2.7442827442827444e-05|
-|pypi|[tinydb](https://github.com/msiemens/tinydb)|2.7442827442827444e-05|
-|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|2.7442827442827444e-05|
-|pypi|[svn](https://github.com/dsoprea/PySvn)|2.7442827442827444e-05|
-|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|2.7442827442827444e-05|
-|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|2.7442827442827444e-05|
-|pypi|[tableone](https://pypi.org/project/tableone)|2.7442827442827444e-05|
-|pypi|[scandir](https://pypi.org/project/scandir)|2.739702609890109e-05|
-|pypi|[backports.os](https://pypi.org/project/backports.os)|2.739702609890109e-05|
-|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|2.7259783783783784e-05|
-|pypi|[george](https://github.com/dfm/george)|2.7091216216216225e-05|
-|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|2.6965790362100843e-05|
-|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|2.6965790362100843e-05|
-|pypi|[types-toml](https://pypi.org/project/types-toml)|2.6882768893051148e-05|
-|pypi|[tangle](https://github.com/fifman/tangle)|2.675675675675676e-05|
-|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|2.675675675675676e-05|
-|pypi|[fasttext](https://github.com/facebookresearch/fastText)|2.648918918918919e-05|
-|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|2.648918918918919e-05|
-|pypi|[meshio](https://pypi.org/project/meshio)|2.6153014553014564e-05|
-|pypi|[smart-open](https://pypi.org/project/smart-open)|2.6007530501362657e-05|
-|pypi|[nglview](https://github.com/arose/nglview)|2.5886143113507298e-05|
-|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|2.5768881951117245e-05|
-|pypi|[siphon](https://pypi.org/project/siphon)|2.570289393166752e-05|
-|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.548173913043479e-05|
-|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|2.5227799227799225e-05|
-|pypi|[pyu2f](https://pypi.org/project/pyu2f)|2.4980348065302662e-05|
-|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|2.489000628535512e-05|
-|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.4756779031779032e-05|
-|pypi|[plams](https://www.scm.com/doc/plams/)|2.4385707720444573e-05|
-|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|2.4259459459459458e-05|
-|pypi|[cssselect2](https://pypi.org/project/cssselect2)|2.408108108108108e-05|
-|pypi|[ini2toml](https://github.com/abravalheri/ini2toml/)|2.397297183287506e-05|
-|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.393518413166955e-05|
-|pypi|[Nano-Utils](https://github.com/nlesc-nano/Nano-Utils)|2.3881140481140484e-05|
-|pypi|[coreapi](https://github.com/core-api/python-client)|2.3783783783783782e-05|
-|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|2.3783783783783782e-05|
-|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|2.3783783783783782e-05|
-|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|2.3783783783783782e-05|
-|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|2.3783783783783782e-05|
-|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|2.3783783783783782e-05|
-|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|2.3783783783783782e-05|
-|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|2.3783783783783782e-05|
-|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|2.3783783783783782e-05|
-|pypi|[oauth2client](https://pypi.org/project/oauth2client)|2.3783783783783782e-05|
-|pypi|[python3-saml](https://pypi.org/project/python3-saml)|2.3783783783783782e-05|
-|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|2.3783783783783782e-05|
-|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|2.3783783783783782e-05|
-|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|2.3783783783783782e-05|
-|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|2.3783783783783782e-05|
-|pypi|[sregistry](https://pypi.org/project/sregistry)|2.3783783783783782e-05|
-|pypi|[datatable](https://pypi.org/project/datatable)|2.3545945945945945e-05|
-|pypi|[PyJWT](https://pypi.org/project/PyJWT)|2.3534573534573538e-05|
-|pypi|[python-multipart](https://pypi.org/project/python-multipart)|2.3372813990461046e-05|
-|pypi|[scanpy](https://scanpy.readthedocs.io)|2.305386766076424e-05|
-|pypi|[OWSLib](https://pypi.org/project/OWSLib)|2.2692758796532385e-05|
-|pypi|[rowan](https://github.com/glotzerlab/rowan)|2.2496698841698858e-05|
-|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|2.2316429816913687e-05|
-|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|2.2316429816913687e-05|
-|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|2.229964438122333e-05|
-|pypi|[platformdirs](https://pypi.org/project/platformdirs)|2.211642307112651e-05|
-|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|2.2074324324324323e-05|
-|pypi|[bagit](https://pypi.org/project/bagit)|2.2074324324324323e-05|
-|pypi|[prov](https://pypi.org/project/prov)|2.2074324324324323e-05|
-|pypi|[schema-salad](https://pypi.org/project/schema-salad)|2.2074324324324323e-05|
-|pypi|[shellescape](https://pypi.org/project/shellescape)|2.2074324324324323e-05|
-|pypi|[zmq](https://github.com/zeromq/pyzmq)|2.2074324324324323e-05|
-|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|2.2074324324324323e-05|
-|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|2.2074324324324323e-05|
-|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|2.2074324324324323e-05|
-|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|2.2062551351351347e-05|
-|pypi|[av](https://pypi.org/project/av)|2.1983919870607175e-05|
-|pypi|[gcsfs](https://pypi.org/project/gcsfs)|2.1913038239477867e-05|
-|pypi|[stevedore](https://pypi.org/project/stevedore)|2.1738412355212358e-05|
-|pypi|[torchvision](https://github.com/pytorch/vision)|2.165258069040131e-05|
-|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|2.1651633339498068e-05|
-|pypi|[autocommand](https://pypi.org/project/autocommand)|2.1542394649429755e-05|
-|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|2.135617297297297e-05|
-|pypi|[oslo.config](https://pypi.org/project/oslo.config)|2.135617297297297e-05|
-|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|2.1191351351351355e-05|
-|pypi|[passlib](https://pypi.org/project/passlib)|2.114308426073132e-05|
-|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.0948502483784738e-05|
-|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|2.0859196509619057e-05|
-|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.0810810810810815e-05|
-|pypi|[prefect](https://pypi.org/project/prefect)|2.07758346581876e-05|
-|pypi|[twisted](https://pypi.org/project/twisted)|2.075824920261877e-05|
-|pypi|[google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib)|2.0718649871591054e-05|
-|pypi|[zstandard](https://pypi.org/project/zstandard)|2.0668925675675678e-05|
-|pypi|[rq](https://pypi.org/project/rq)|2.06145945945946e-05|
-|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|2.0589116540040238e-05|
-|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|2.056162838554355e-05|
-|pypi|[python-snappy](https://pypi.org/project/python-snappy)|2.0530916282135796e-05|
-|pypi|[spacy](https://pypi.org/project/spacy)|2.040862985980635e-05|
-|pypi|[breathe](https://github.com/michaeljones/breathe)|2.0192432432432513e-05|
-|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|2.006450965250965e-05|
-|pypi|[panel](http://panel.holoviz.org)|1.9812590197853357e-05|
-|pypi|[raven](https://pypi.org/project/raven)|1.978341834792539e-05|
-|pypi|[autobahn](https://pypi.org/project/autobahn)|1.9712179712179715e-05|
-|pypi|[constantly](https://pypi.org/project/constantly)|1.9712179712179715e-05|
-|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.9712179712179715e-05|
-|pypi|[incremental](https://pypi.org/project/incremental)|1.9712179712179715e-05|
-|pypi|[txaio](https://pypi.org/project/txaio)|1.9712179712179715e-05|
-|pypi|[mkl](https://pypi.org/project/mkl)|1.9621621621621623e-05|
-|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.9621621621621623e-05|
-|pypi|[towncrier](https://pypi.org/project/towncrier)|1.9609699799764318e-05|
-|pypi|[httpx](https://pypi.org/project/httpx)|1.9588644106291164e-05|
-|pypi|[jupyterlab](https://jupyter.org)|1.957970940865678e-05|
-|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.951130867709815e-05|
-|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|1.951130867709815e-05|
-|pypi|[pathos](https://github.com/uqfoundation/pathos)|1.9463495169377533e-05|
-|pypi|[autograd](https://github.com/HIPS/autograd)|1.930385274005402e-05|
-|pypi|[pyqt5](https://www.riverbankcomputing.com/software/pyqt/)|1.9251789164730352e-05|
-|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.9121079909812307e-05|
-|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|1.9111969111969114e-05|
-|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.9111969111969114e-05|
-|pypi|[mwoauth](https://pypi.org/project/mwoauth)|1.9111969111969114e-05|
-|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|1.9111969111969114e-05|
-|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|1.9032829864025524e-05|
-|pypi|[numkit](https://pypi.org/project/numkit)|1.8805100875523413e-05|
-|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|1.8766118918918918e-05|
-|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|1.8766118918918918e-05|
-|pypi|[debtcollector](https://pypi.org/project/debtcollector)|1.8766118918918918e-05|
-|pypi|[folium](https://github.com/python-visualization/folium)|1.8696283783783783e-05|
-|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|1.868031041279709e-05|
-|pypi|[gensim](http://radimrehurek.com/gensim)|1.8257932607932617e-05|
-|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|1.8194004656630017e-05|
-|pypi|[cchardet](https://github.com/PyYoshi/cChardet)|1.8140744518103007e-05|
-|pypi|[asynctest](https://github.com/Martiusweb/asynctest/)|1.8140744518103007e-05|
-|pypi|[idna-ssl](https://github.com/aio-libs/idna-ssl)|1.8140744518103007e-05|
-|pypi|[configparser](https://github.com/jaraco/configparser/)|1.7992893481717042e-05|
-|pypi|[pickydict](https://pypi.org/project/pickydict)|1.796192714453586e-05|
-|pypi|[pyteomics](https://pypi.org/project/pyteomics)|1.7961927144535848e-05|
-|pypi|[pathtools](https://pypi.org/project/pathtools)|1.789293540644892e-05|
-|pypi|[flask](https://palletsprojects.com/p/flask)|1.7872025831447845e-05|
-|pypi|[unyt](https://github.com/yt-project/unyt)|1.7837837837837847e-05|
-|pypi|[pip-tools](https://pypi.org/project/pip-tools)|1.7677639642428376e-05|
-|pypi|[repeated-test](https://pypi.org/project/repeated-test)|1.7659459459459463e-05|
-|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.765945945945946e-05|
-|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.765945945945946e-05|
-|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.765945945945946e-05|
-|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.765945945945946e-05|
-|pypi|[types-colorama](https://pypi.org/project/types-colorama)|1.765945945945946e-05|
-|pypi|[pdbmender](https://pypi.org/project/pdbmender)|1.765945945945946e-05|
-|pypi|[delphi4py](https://pypi.org/project/delphi4py)|1.765945945945946e-05|
-|pypi|[gevent](https://pypi.org/project/gevent)|1.765159862346819e-05|
-|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|1.764322458769893e-05|
-|pypi|[schema](https://github.com/keleshev/schema)|1.743075323844561e-05|
-|pypi|[Shapely](https://pypi.org/project/Shapely)|1.689900426742532e-05|
-|pypi|[rdkit](https://pypi.org/project/rdkit)|1.689165687426557e-05|
-|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.6888105217516982e-05|
-|pypi|[diff-cover](https://pypi.org/project/diff-cover)|1.6886178898128896e-05|
-|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|1.6722972972972973e-05|
-|pypi|[json5](https://pypi.org/project/json5)|1.6722972972972973e-05|
-|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|1.6720798805305857e-05|
-|pypi|[eventlet](https://pypi.org/project/eventlet)|1.6558686486486488e-05|
-|pypi|[bitstring](https://pypi.org/project/bitstring)|1.6466872586872588e-05|
-|pypi|[casadi](http://casadi.org)|1.6462390100944317e-05|
-|pypi|[google-auth-httplib2](https://pypi.org/project/google-auth-httplib2)|1.640679101636848e-05|
-|pypi|[types-pytz](https://github.com/python/typeshed)|1.6209717150893622e-05|
-|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|1.6195577395577395e-05|
-|pypi|[psims](https://pypi.org/project/psims)|1.6195577395577395e-05|
-|pypi|[pybamm](https://pypi.org/project/pybamm)|1.6086291110387496e-05|
-|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|1.6054054054054055e-05|
-|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|1.6054054054054055e-05|
-|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|1.6054054054054055e-05|
-|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|1.5984555984555983e-05|
-|pypi|[gssapi](https://pypi.org/project/gssapi)|1.5945545849420846e-05|
-|pypi|[zict](https://pypi.org/project/zict)|1.5922158440712655e-05|
-|pypi|[loguru](https://github.com/Delgan/loguru)|1.590540540540541e-05|
-|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.585154213036566e-05|
-|pypi|[PyTest](https://pypi.org/project/PyTest)|1.585154213036566e-05|
-|pypi|[pulumi](https://github.com/pulumi/pulumi)|1.573926868044516e-05|
-|pypi|[AssertionLib](https://github.com/nlesc-nano/AssertionLib)|1.5730620730620736e-05|
-|pypi|[affine](https://github.com/sgillies/affine)|1.5701865656865672e-05|
-|pypi|[pep8-naming](https://github.com/PyCQA/pep8-naming)|1.563751545102271e-05|
-|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|1.55818759936407e-05|
-|pypi|[kgt](https://pypi.org/project/kgt)|1.55818759936407e-05|
-|pypi|[x21](https://pypi.org/project/x21)|1.55818759936407e-05|
-|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|1.548912673177379e-05|
-|pypi|[crossbar](http://crossbar.io/)|1.528957528957529e-05|
-|pypi|[argh](https://pypi.org/project/argh)|1.528957528957529e-05|
-|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|1.528957528957529e-05|
-|pypi|[asq](https://pypi.org/project/asq)|1.528957528957529e-05|
-|pypi|[automat](https://pypi.org/project/automat)|1.528957528957529e-05|
-|pypi|[cbor](https://pypi.org/project/cbor)|1.528957528957529e-05|
-|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|1.528957528957529e-05|
-|pypi|[hpack](https://pypi.org/project/hpack)|1.528957528957529e-05|
-|pypi|[hyperframe](https://pypi.org/project/hyperframe)|1.528957528957529e-05|
-|pypi|[lmdb](https://pypi.org/project/lmdb)|1.528957528957529e-05|
-|pypi|[netaddr](https://pypi.org/project/netaddr)|1.528957528957529e-05|
-|pypi|[node-semver](https://pypi.org/project/node-semver)|1.528957528957529e-05|
-|pypi|[priority](https://pypi.org/project/priority)|1.528957528957529e-05|
-|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|1.528957528957529e-05|
-|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|1.528957528957529e-05|
-|pypi|[pytrie](https://pypi.org/project/pytrie)|1.528957528957529e-05|
-|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|1.528957528957529e-05|
-|pypi|[sdnotify](https://pypi.org/project/sdnotify)|1.528957528957529e-05|
-|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|1.528957528957529e-05|
-|pypi|[treq](https://pypi.org/project/treq)|1.528957528957529e-05|
-|pypi|[txtorcon](https://pypi.org/project/txtorcon)|1.528957528957529e-05|
-|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|1.528957528957529e-05|
-|pypi|[autoflake](https://pypi.org/project/autoflake)|1.5263878524382723e-05|
-|pypi|[jupyter-bokeh](https://github.com/bokeh/jupyter_bokeh)|1.5237268847795165e-05|
-|pypi|[botocore](https://github.com/boto/botocore)|1.5190131902497693e-05|
-|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.50742291587362e-05|
-|pypi|[cronutils](https://github.com/zagaran/cronutils)|1.50742291587362e-05|
-|pypi|[proto-plus](https://pypi.org/project/proto-plus)|1.50742291587362e-05|
-|pypi|[pycrypto](https://pypi.org/project/pycrypto)|1.50742291587362e-05|
-|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|1.50742291587362e-05|
-|pypi|[zstd](https://pypi.org/project/zstd)|1.50742291587362e-05|
-|pypi|[xlrd](http://www.python-excel.org/)|1.4929510843731296e-05|
-|pypi|[snuggs](https://github.com/mapbox/snuggs)|1.4878580833580835e-05|
-|pypi|[marshmallow](https://pypi.org/project/marshmallow)|1.4863279095421954e-05|
-|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|1.4816227928903987e-05|
-|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|1.4733590733590731e-05|
-|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.4733590733590731e-05|
-|pypi|[bumpversion](https://pypi.org/project/bumpversion)|1.4716216216216216e-05|
-|pypi|[pympler](https://pypi.org/project/pympler)|1.4639378410363025e-05|
-|pypi|[xgboost](https://github.com/dmlc/xgboost)|1.460604133545311e-05|
-|pypi|[numcodecs](https://github.com/zarr-developers/numcodecs)|1.45998487969677e-05|
-|pypi|[testtools](https://github.com/testing-cabal/testtools)|1.4578304247104246e-05|
-|pypi|[fixtures](https://pypi.org/project/fixtures)|1.4578304247104246e-05|
-|pypi|[xxhash](https://pypi.org/project/xxhash)|1.4317557108191782e-05|
-|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|1.431349972421401e-05|
-|pypi|[pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp)|1.4160049514192371e-05|
-|pypi|[grayskull](https://pypi.org/project/grayskull)|1.4127567567567567e-05|
-|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3988144963144963e-05|
-|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3988144963144963e-05|
-|pypi|[altair](https://pypi.org/project/altair)|1.3984303534303527e-05|
-|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|1.3668540540540542e-05|
-|pypi|[pycares](https://pypi.org/project/pycares)|1.3448357588357588e-05|
-|pypi|[annoy](https://pypi.org/project/annoy)|1.3401645123384254e-05|
-|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|1.3401645123384254e-05|
-|pypi|[visdom](https://pypi.org/project/visdom)|1.3401645123384254e-05|
-|pypi|[nmslib](https://pypi.org/project/nmslib)|1.3401645123384254e-05|
-|pypi|[pyemd](https://pypi.org/project/pyemd)|1.3401645123384254e-05|
-|pypi|[Morfessor](https://pypi.org/project/Morfessor)|1.3401645123384254e-05|
-|pypi|[Pyro4](https://pypi.org/project/Pyro4)|1.3401645123384254e-05|
-|pypi|[kopt](https://pypi.org/project/kopt)|1.308108108108108e-05|
-|pypi|[uvicorn](https://pypi.org/project/uvicorn)|1.2979791857031937e-05|
-|pypi|[lcapy](https://pypi.org/project/lcapy)|1.289482253337675e-05|
-|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|1.289482253337675e-05|
-|pypi|[textwrapper](https://pypi.org/project/textwrapper)|1.289482253337675e-05|
-|pypi|[anytree](https://pypi.org/project/anytree)|1.289482253337675e-05|
-|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|1.289482253337675e-05|
-|pypi|[property-cached](https://pypi.org/project/property-cached)|1.289482253337675e-05|
-|pypi|[heapdict](https://pypi.org/project/heapdict)|1.289482253337675e-05|
-|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|1.284324324324325e-05|
-|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|1.284324324324325e-05|
-|pypi|[gurobipy](https://pypi.org/project/gurobipy)|1.277027027027027e-05|
-|pypi|[google-cloud-storage](https://github.com/googleapis/python-storage)|1.2690982734073714e-05|
-|pypi|[librosa](https://librosa.org)|1.263952702702703e-05|
-|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|1.2613899613899612e-05|
-|pypi|[requests-cache](https://pypi.org/project/requests-cache)|1.261113223597847e-05|
-|pypi|[ephem](https://pypi.org/project/ephem)|1.2575675675675675e-05|
-|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|1.2479351351351349e-05|
-|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.247261406674466e-05|
-|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.247261406674466e-05|
-|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.247261406674466e-05|
-|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|1.246550079491256e-05|
-|pypi|[dask-ml](https://pypi.org/project/dask-ml)|1.246550079491256e-05|
-|pypi|[update-checker](https://pypi.org/project/update-checker)|1.246550079491256e-05|
-|pypi|[npx](https://pypi.org/project/npx)|1.246550079491256e-05|
-|pypi|[meshplex](https://pypi.org/project/meshplex)|1.246550079491256e-05|
-|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|1.2286315274550569e-05|
-|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|1.2168900657414171e-05|
-|pypi|[pyct](https://pypi.org/project/pyct)|1.2110277461496976e-05|
-|pypi|[param](https://pypi.org/project/param)|1.2110277461496976e-05|
-|pypi|[pymatreader](https://pypi.org/project/pymatreader)|1.2094835907335903e-05|
-|pypi|[python-subunit](https://pypi.org/project/python-subunit)|1.1988250193050191e-05|
-|pypi|[ddt](https://pypi.org/project/ddt)|1.1988250193050191e-05|
-|pypi|[m2r](https://pypi.org/project/m2r)|1.1925152027027027e-05|
-|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.1772972972972973e-05|
-|pypi|[emoji](https://pypi.org/project/emoji)|1.1772972972972973e-05|
-|pypi|[user-agents](https://pypi.org/project/user-agents)|1.1772972972972971e-05|
-|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|1.1725755166931641e-05|
-|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|1.1637551020408164e-05|
-|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.1525120910384068e-05|
-|pypi|[s3fs](https://pypi.org/project/s3fs)|1.1525120910384068e-05|
-|pypi|[ocifs](https://pypi.org/project/ocifs)|1.1525120910384068e-05|
-|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.1525120910384068e-05|
-|pypi|[pygit2](https://pypi.org/project/pygit2)|1.1525120910384068e-05|
-|pypi|[fusepy](https://pypi.org/project/fusepy)|1.1525120910384068e-05|
-|pypi|[dropbox](https://pypi.org/project/dropbox)|1.1525120910384068e-05|
-|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.1525120910384068e-05|
-|pypi|[adlfs](https://pypi.org/project/adlfs)|1.1525120910384068e-05|
-|pypi|[pytray](https://github.com/muhrin/pytray.git)|1.1354171562867225e-05|
-|pypi|[aiodns](https://github.com/saghul/aiodns)|1.1219706542120953e-05|
-|pypi|[pyshp](https://pypi.org/project/pyshp)|1.1212355212355212e-05|
-|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|1.1212355212355212e-05|
-|pypi|[noodles](https://pypi.org/project/noodles)|1.121078705078704e-05|
-|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|1.115334281650071e-05|
-|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|1.115334281650071e-05|
-|pypi|[saspy](https://pypi.org/project/saspy)|1.115334281650071e-05|
-|pypi|[soundfile](https://pypi.org/project/soundfile)|1.1068224981738493e-05|
-|pypi|[portray](https://pypi.org/project/portray)|1.1037162162162162e-05|
-|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|1.1037162162162162e-05|
-|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|1.1037162162162162e-05|
-|pypi|[databases](https://pypi.org/project/databases)|1.0979284181987161e-05|
-|setup.py|gitlab/gims-developers/gims|1.081081081081081e-05|
-|setup.py|gitlab/Molcas/OpenMolcas|1.081081081081081e-05|
-|setup.py|gitlab/jason-rumengan/pyarma|1.081081081081081e-05|
-|setup.py|gitlab/octopus-code/octopus|1.081081081081081e-05|
-|setup.py|gitlab/picos-api/picos|1.081081081081081e-05|
-|setup.py|gitlab/fduchate/predihood|1.081081081081081e-05|
-|setup.py|gitlab/BioimageInformaticsGroup/openphi|1.081081081081081e-05|
-|setup.py|github/NLeSC/boatswain|1.081081081081081e-05|
-|setup.py|github/NLeSC/cptm|1.081081081081081e-05|
-|setup.py|github/NLeSC/noodles|1.081081081081081e-05|
-|setup.py|github/NLeSC/mcfly|1.081081081081081e-05|
-|setup.py|github/NLeSC/Massive-PotreeConverter|1.081081081081081e-05|
-|setup.py|github/21cmFAST/21cmFAST|1.081081081081081e-05|
-|setup.py|github/CLARIAH/grlc|1.081081081081081e-05|
-|setup.py|github/fair-software/howfairis|1.081081081081081e-05|
-|setup.py|github/fair-software/fairtally|1.081081081081081e-05|
-|setup.py|github/meinardmueller/synctoolbox|1.081081081081081e-05|
-|setup.py|github/meinardmueller/libfmp|1.081081081081081e-05|
-|setup.py|github/carlosborca/CrystaLattE|1.081081081081081e-05|
-|setup.py|github/ekaterinailin/AltaiPony|1.081081081081081e-05|
-|setup.py|github/nlesc-ave/ave-rest-service|1.081081081081081e-05|
-|setup.py|github/ynop/audiomate|1.081081081081081e-05|
-|setup.py|github/DeepRank/pssmgen|1.081081081081081e-05|
-|setup.py|github/DeepRank/pdb2sql|1.081081081081081e-05|
-|setup.py|github/DeepRank/iScore|1.081081081081081e-05|
-|setup.py|github/DeepRank/deeprank|1.081081081081081e-05|
-|setup.py|github/DeepRank/DeepRank-GNN|1.081081081081081e-05|
-|setup.py|github/swiftsim/swiftsimio|1.081081081081081e-05|
-|setup.py|github/elwinter/nnde|1.081081081081081e-05|
-|setup.py|github/medema-group/bigslice|1.081081081081081e-05|
-|setup.py|github/Bahler-Lab/pyphe|1.081081081081081e-05|
-|setup.py|github/jianhuupenn/SpaGCN|1.081081081081081e-05|
-|setup.py|github/iomega/spec2vec|1.081081081081081e-05|
-|setup.py|github/mjacob1002/Eir|1.081081081081081e-05|
-|setup.py|github/rhayes777/PyAutoFit|1.081081081081081e-05|
-|setup.py|github/adbar/htmldate|1.081081081081081e-05|
-|setup.py|github/ml-evs/matador|1.081081081081081e-05|
-|setup.py|github/arabic-digital-humanities/adhtools|1.081081081081081e-05|
-|setup.py|github/glotzerlab/freud|1.081081081081081e-05|
-|setup.py|github/glotzerlab/coxeter|1.081081081081081e-05|
-|setup.py|github/nlesc/scriptcwl|1.081081081081081e-05|
-|setup.py|github/singularityhub/singularity-compose|1.081081081081081e-05|
-|setup.py|github/singularityhub/singularity-hpc|1.081081081081081e-05|
-|setup.py|github/aiidateam/kiwipy|1.081081081081081e-05|
-|setup.py|github/jiahecui/SenAOReFoc|1.081081081081081e-05|
-|setup.py|github/RamanLab/iCOMIC|1.081081081081081e-05|
-|setup.py|github/biocore/scikit-bio|1.081081081081081e-05|
-|setup.py|github/CFSAN-Biostatistics/SeroTools|1.081081081081081e-05|
-|setup.py|github/ghislainv/forestatrisk|1.081081081081081e-05|
-|setup.py|github/spyder-ide/spyder|1.081081081081081e-05|
-|setup.py|github/MrMinimal64/multivar_horner|1.081081081081081e-05|
-|setup.py|github/rajeshrinet/pystokes|1.081081081081081e-05|
-|setup.py|github/ConorMacBride/mcalf|1.081081081081081e-05|
-|setup.py|github/MillionConcepts/lhorizon|1.081081081081081e-05|
-|setup.py|github/jorisparet/partycls|1.081081081081081e-05|
-|setup.py|github/aalhossary/pyemgpipeline|1.081081081081081e-05|
-|setup.py|github/ERA-URBAN/fm128_radar|1.081081081081081e-05|
-|setup.py|github/antoinediez/Sisyphe|1.081081081081081e-05|
-|setup.py|github/samuelefiorini/tangle|1.081081081081081e-05|
-|setup.py|github/zarr-developers/zarr-python|1.081081081081081e-05|
-|setup.py|github/scipion-em/scipion-em-continuousflex|1.081081081081081e-05|
-|setup.py|github/weecology/retriever|1.081081081081081e-05|
-|setup.py|github/neuralhydrology/neuralhydrology|1.081081081081081e-05|
-|setup.py|github/HillLab/SomaticSiMu|1.081081081081081e-05|
-|setup.py|github/SWIFTSIM/emulator|1.081081081081081e-05|
-|setup.py|github/DeltaRCM/pyDeltaRCM|1.081081081081081e-05|
-|setup.py|github/infer-actively/pymdp|1.081081081081081e-05|
-|setup.py|github/volkamerlab/opencadd|1.081081081081081e-05|
-|setup.py|github/dynamicslab/pysindy|1.081081081081081e-05|
-|setup.py|github/recipy/recipy|1.081081081081081e-05|
-|setup.py|github/Social-Evolution-and-Behavior/anTraX|1.081081081081081e-05|
-|setup.py|github/bio-phys/BioEn|1.081081081081081e-05|
-|setup.py|github/Heldenkombinat/Logodetect|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/ceiba|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/ceiba-cli|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/swan|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/Moka|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/CAT|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/insilico-server|1.081081081081081e-05|
-|setup.py|github/nlesc-nano/flamingo|1.081081081081081e-05|
-|setup.py|github/conda/conda|1.081081081081081e-05|
-|setup.py|github/RaRe-Technologies/gensim|1.081081081081081e-05|
-|setup.py|github/KathrynJones1/catwoman|1.081081081081081e-05|
-|setup.py|github/ORNL/tx2|1.081081081081081e-05|
-|setup.py|github/ni1o1/transbigdata|1.081081081081081e-05|
-|setup.py|github/raspishake/rsudp|1.081081081081081e-05|
-|setup.py|github/eScatter/pyelsepa|1.081081081081081e-05|
-|setup.py|github/odb9402/CNNPeaks|1.081081081081081e-05|
-|setup.py|github/twesterhout/lattice-symmetries|1.081081081081081e-05|
-|setup.py|github.com/idptools/metapredict|1.081081081081081e-05|
-|setup.py|github/SirSharpest/NarrowEscapeSimulator|1.081081081081081e-05|
-|setup.py|github/stammler/simframe|1.081081081081081e-05|
-|setup.py|github/KBNLresearch/ochre|1.081081081081081e-05|
-|setup.py|github/sambit-giri/tools21cm|1.081081081081081e-05|
-|setup.py|github/FreBio/komics|1.081081081081081e-05|
-|setup.py|github/JohannesBuchner/BXA|1.081081081081081e-05|
-|setup.py|github/rgmyr/corebreakout|1.081081081081081e-05|
-|setup.py|github/MD-Studio/cerulean|1.081081081081081e-05|
-|setup.py|github/chasmani/piecewise-regression|1.081081081081081e-05|
-|setup.py|github/Nico-Curti/rFBP|1.081081081081081e-05|
-|setup.py|github/sebhaan/geobo|1.081081081081081e-05|
-|setup.py|github/dask/dask|1.081081081081081e-05|
-|setup.py|github/radifar/PyPLIF-HIPPOS|1.081081081081081e-05|
-|setup.py|github/richteague/disksurf|1.081081081081081e-05|
-|setup.py|github/wilkelab/Opfi|1.081081081081081e-05|
-|setup.py|github/ketch/nodepy|1.081081081081081e-05|
-|setup.py|github/cdslaborg/paramonte|1.081081081081081e-05|
-|setup.py|github/ComparativeGenomicsToolkit/cactus|1.081081081081081e-05|
-|setup.py|github/malonge/RagTag|1.081081081081081e-05|
-|setup.py|github/xenon-middleware/pyxenon|1.081081081081081e-05|
-|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|1.081081081081081e-05|
-|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|1.081081081081081e-05|
-|setup.py|github/abrupt-climate/hyper-canny|1.081081081081081e-05|
-|setup.py|github/ElectionDataAnalysis/electiondata|1.081081081081081e-05|
-|setup.py|github/samaygarg/fuelcell|1.081081081081081e-05|
-|setup.py|github/jbuisine/macop|1.081081081081081e-05|
-|setup.py|github/rgerum/pylustrator|1.081081081081081e-05|
-|setup.py|github/coljac/sensie|1.081081081081081e-05|
-|setup.py|github/comprna/reorientexpress|1.081081081081081e-05|
-|setup.py|github/NeuralEnsemble/PyNN|1.081081081081081e-05|
-|setup.py|github/easybuilders/easybuild|1.081081081081081e-05|
-|setup.py|github/KALMUS-Color-Toolkit/KALMUS|1.081081081081081e-05|
-|setup.py|github/0xCoto/Virgo|1.081081081081081e-05|
-|setup.py|github/RTIInternational/gobbli|1.081081081081081e-05|
-|setup.py|github/benvanwerkhoven/kernel_tuner|1.081081081081081e-05|
-|setup.py|github/NKI-CCB/PRECISE|1.081081081081081e-05|
-|setup.py|github/3D-e-Chem/kripodb|1.081081081081081e-05|
-|setup.py|github/3D-e-Chem/sygma|1.081081081081081e-05|
-|setup.py|github/fruzsinaagocs/oscode|1.081081081081081e-05|
-|setup.py|github/hiddenSymmetries/simsopt|1.081081081081081e-05|
-|setup.py|github/dmey/synthia|1.081081081081081e-05|
-|setup.py|github/multiscale/muscle3|1.081081081081081e-05|
-|setup.py|github/clawpack/clawpack|1.081081081081081e-05|
-|setup.py|github/PfizerRD/sit2standpy|1.081081081081081e-05|
-|setup.py|github/oschwengers/platon|1.081081081081081e-05|
-|setup.py|github/oschwengers/bakta|1.081081081081081e-05|
-|setup.py|github/oschwengers/referenceseeker|1.081081081081081e-05|
-|setup.py|github/mscroggs/symfem|1.081081081081081e-05|
-|setup.py|github/kerkelae/disimpy|1.081081081081081e-05|
-|setup.py|github/benhid/Sequoya|1.081081081081081e-05|
-|setup.py|github/Quantum-Dynamics-Hub/libra-code|1.081081081081081e-05|
-|setup.py|github/potassco/clingo|1.081081081081081e-05|
-|setup.py|github/KIT-MBS/pyREX|1.081081081081081e-05|
-|setup.py|github/omuse-geoscience/omuse|1.081081081081081e-05|
-|setup.py|github/actris-cloudnet/cloudnetpy|1.081081081081081e-05|
-|setup.py|github/EpistasisLab/regens|1.081081081081081e-05|
-|setup.py|github/EpistasisLab/tpot|1.081081081081081e-05|
-|setup.py|github/SandoghdarLab/PiSCAT|1.081081081081081e-05|
-|setup.py|github/matchms/ms2deepscore|1.081081081081081e-05|
-|setup.py|github/matchms/matchms|1.081081081081081e-05|
-|setup.py|github/edwardoughton/itmlogic|1.081081081081081e-05|
-|setup.py|github/virgesmith/neworder|1.081081081081081e-05|
-|setup.py|github/cbalbin-FIU/Epitopedia|1.081081081081081e-05|
-|setup.py|github/PyPSA/atlite|1.081081081081081e-05|
-|setup.py|github/numba/numba|1.081081081081081e-05|
-|setup.py|github/Singh-Lab/DeMaSk|1.081081081081081e-05|
-|setup.py|github/matplotlib/matplotlib|1.081081081081081e-05|
-|setup.py|github/TPI-Immunogenetics/igmat|1.081081081081081e-05|
-|setup.py|github/fAndreuzzi/BisPy|1.081081081081081e-05|
-|setup.py|github/qpv-research-group/solcore5|1.081081081081081e-05|
-|setup.py|github/panoptes-organization/panoptes|1.081081081081081e-05|
-|setup.py|github/atomneb/AtomNeb-py|1.081081081081081e-05|
-|setup.py|github/davemlz/eemont|1.081081081081081e-05|
-|setup.py|github/DrafProject/elmada|1.081081081081081e-05|
-|setup.py|github/mzy2240/ESA|1.081081081081081e-05|
-|setup.py|github/CEED/libCEED|1.081081081081081e-05|
-|setup.py|github/SMTG-UCL/surfaxe|1.081081081081081e-05|
-|setup.py|github/spokenlanguage/platalea|1.081081081081081e-05|
-|setup.py|github/nlppln/nlppln|1.081081081081081e-05|
-|setup.py|github/shirtsgroup/physical_validation|1.081081081081081e-05|
-|setup.py|github/bootphon/phonemizer|1.081081081081081e-05|
-|setup.py|github/UNSW-CEEM/nempy|1.081081081081081e-05|
-|setup.py|github/slzarate/parliament2|1.081081081081081e-05|
-|setup.py|github/colour-science/colour|1.081081081081081e-05|
-|setup.py|github/circuitgraph/circuitgraph|1.081081081081081e-05|
-|setup.py|github/IMMM-SFA/mosartwmpy|1.081081081081081e-05|
-|setup.py|github/TriPed-Robot/TriP|1.081081081081081e-05|
-|setup.py|github/jmschrei/pomegranate|1.081081081081081e-05|
-|setup.py|github/aspuru-guzik-group/funsies|1.081081081081081e-05|
-|setup.py|github/MDAnalysis/mdanalysis|1.081081081081081e-05|
-|setup.py|github/lilyminium/psiresp|1.081081081081081e-05|
-|setup.py|github/snakemake/snakemake|1.081081081081081e-05|
-|setup.py|github/bio-ontology-research-group/deepgoplus|1.081081081081081e-05|
-|setup.py|github/yatiml/yatiml|1.081081081081081e-05|
-|setup.py|github/rodluger/starry_process|1.081081081081081e-05|
-|setup.py|github/tariqdaouda/CAMAP|1.081081081081081e-05|
-|setup.py|github/DrMarc/slab|1.081081081081081e-05|
-|setup.py|github/Electrostatics/apbs|1.081081081081081e-05|
-|setup.py|github/icecube/FIRESONG|1.081081081081081e-05|
-|setup.py|github/parallelwindfarms/byteparsing|1.081081081081081e-05|
-|setup.py|github/fakedrtom/oncogemini|1.081081081081081e-05|
-|setup.py|github/compomics/DeepLC|1.081081081081081e-05|
-|setup.py|github/EISy-as-Py/hardy|1.081081081081081e-05|
-|setup.py|github/shilpagarg/WHdenovo|1.081081081081081e-05|
-|setup.py|github/cupy/cupy|1.081081081081081e-05|
-|setup.py|github/Oftatkofta/cellocity|1.081081081081081e-05|
-|setup.py|github/linqs/psl|1.081081081081081e-05|
-|setup.py|github/jollejolles/pirecorder|1.081081081081081e-05|
-|setup.py|github/amusecode/amuse|1.081081081081081e-05|
-|setup.py|github/Kuifje02/vrpy|1.081081081081081e-05|
-|setup.py|github/vsoch/gridtest|1.081081081081081e-05|
-|setup.py|github/szymon-datalions/pyinterpolate|1.081081081081081e-05|
-|setup.py|github/davidebolo1993/VISOR|1.081081081081081e-05|
-|setup.py|github/davidebolo1993/TRiCoLOR|1.081081081081081e-05|
-|setup.py|github/SynthSys/pyOmeroUpload|1.081081081081081e-05|
-|setup.py|github/elizabethnewman/hessQuik|1.081081081081081e-05|
-|setup.py|github/dmnfarrell/snpgenie|1.081081081081081e-05|
-|setup.py|github/dmnfarrell/epitopepredict|1.081081081081081e-05|
-|setup.py|github/dfujim/bfit|1.081081081081081e-05|
-|setup.py|github/tylunel/pvpumpingsystem|1.081081081081081e-05|
-|setup.py|github/elkebir-group/Jumper|1.081081081081081e-05|
-|setup.py|github/LBNL-ETA/MSWH|1.081081081081081e-05|
-|setup.py|github/COVID-IWG/epimargin|1.081081081081081e-05|
-|setup.py|github/fermisurfaces/IFermi|1.081081081081081e-05|
-|setup.py|github/skovaka/UNCALLED|1.081081081081081e-05|
-|setup.py|github/athulpg007/AMAT|1.081081081081081e-05|
-|setup.py|github/FlowModelingControl/flowtorch|1.081081081081081e-05|
-|setup.py|github/felixchenier/kineticstoolkit|1.081081081081081e-05|
-|setup.py|github/brainets/frites|1.081081081081081e-05|
-|setup.py|github/popgenmethods/smcpp|1.081081081081081e-05|
-|setup.py|github/BartoszBartmanski/StoSpa2|1.081081081081081e-05|
-|setup.py|github/exafmm/exafmm-t|1.081081081081081e-05|
-|setup.py|github/cabb99/open3spn2|1.081081081081081e-05|
-|setup.py|github/cadop/seg1d|1.081081081081081e-05|
-|setup.py|github/NLESC-JCER/QMCTorch|1.081081081081081e-05|
-|setup.py|github/era-urban/wrfpy|1.081081081081081e-05|
-|setup.py|github/BackmanLab/PWSpy|1.081081081081081e-05|
-|setup.py|github/mishioo/tesliper|1.081081081081081e-05|
-|setup.py|github/Filter-Bubble/e2e-Dutch|1.081081081081081e-05|
-|setup.py|github/Theano/Theano|1.081081081081081e-05|
-|setup.py|github/cas-bioinf/rboAnalyzer|1.081081081081081e-05|
-|setup.py|github/Materials-Consortia/optimade-python-tools|1.081081081081081e-05|
-|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|1.081081081081081e-05|
-|setup.py|github/bethgelab/foolbox|1.081081081081081e-05|
-|setup.py|github/zdelrosario/py_grama|1.081081081081081e-05|
-|setup.py|github/smog-server/OpenSMOG|1.081081081081081e-05|
-|setup.py|github/dpalmasan/TRUNAJOD2.0|1.081081081081081e-05|
-|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|1.081081081081081e-05|
-|setup.py|github/ModellingWebLab/chaste-codegen|1.081081081081081e-05|
-|setup.py|github/IKNL/vantage6|1.081081081081081e-05|
-|setup.py|github/hknd23/idcempy|1.081081081081081e-05|
-|setup.py|github/thejasvibr/bat_beamshapes|1.081081081081081e-05|
-|setup.py|github/fitbenchmarking/fitbenchmarking|1.081081081081081e-05|
-|setup.py|github/DynaSlum/satsense|1.081081081081081e-05|
-|setup.py|github/fair-data/fairdatapoint-client|1.081081081081081e-05|
-|setup.py|github/sagepublishing/rejected_article_tracker_pkg|1.081081081081081e-05|
-|setup.py|github/pybamm-team/liionpack|1.081081081081081e-05|
-|setup.py|github/wdecoster/nanopack|1.081081081081081e-05|
-|setup.py|github/lkmklsmn/DrivAER|1.081081081081081e-05|
-|setup.py|github/equib/pyEQUIB|1.081081081081081e-05|
-|setup.py|github/AlexanderLabWHOI/EUKulele|1.081081081081081e-05|
-|setup.py|github/SCM-NV/qmflows-namd|1.081081081081081e-05|
-|setup.py|github/SCM-NV/qmflows|1.081081081081081e-05|
-|setup.py|github/SCM-NV/pyZacros|1.081081081081081e-05|
-|setup.py|github/htjb/maxsmooth|1.081081081081081e-05|
-|setup.py|github/symmy596/SurfinPy|1.081081081081081e-05|
-|setup.py|github/symmy596/Polypy|1.081081081081081e-05|
-|setup.py|github/SouthGreenPlatform/PyRice|1.081081081081081e-05|
-|setup.py|github/BritishGeologicalSurvey/pyvolcans|1.081081081081081e-05|
-|setup.py|github/nicolet5/DiffCapAnalyzer|1.081081081081081e-05|
-|setup.py|github/Magritte-code/Magritte|1.081081081081081e-05|
-|setup.py|github/eWaterCycle/jupyterlab_thredds|1.081081081081081e-05|
-|setup.py|github/eWaterCycle/grpc4bmi|1.081081081081081e-05|
-|setup.py|github/AlexMikes/AutoFunc|1.081081081081081e-05|
-|setup.py|github/AA-ALERT/frbcatdb|1.081081081081081e-05|
-|setup.py|github/LiberTEM/LiberTEM|1.081081081081081e-05|
-|setup.py|github/Yu-Group/veridical-flow|1.081081081081081e-05|
-|setup.py|github/ECSHackWeek/impedance.py|1.081081081081081e-05|
-|setup.py|github/Effective-Quadratures/Effective-Quadratures|1.081081081081081e-05|
-|setup.py|github/indralab/pybiopax|1.081081081081081e-05|
-|setup.py|github/girder/viime|1.081081081081081e-05|
-|setup.py|github/lantunes/cellpylib|1.081081081081081e-05|
-|setup.py|github/HIPS/autograd|1.081081081081081e-05|
-|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|1.081081081081081e-05|
-|setup.py|github/SCECcode/pycsep|1.081081081081081e-05|
-|setup.py|github/opimwue/ddop|1.081081081081081e-05|
-|setup.py|github/tool-bin/ukbcc|1.081081081081081e-05|
-|setup.py|github/dgbowl/yadg|1.081081081081081e-05|
-|setup.py|github/OpenMDAO/dymos|1.081081081081081e-05|
-|requirements.txt|gitlab/LouisLab/PiVR|1.081081081081081e-05|
-|requirements.txt|gitlab/cracklet/cracklet|1.081081081081081e-05|
-|requirements.txt|github/NLeSC/ShiCo|1.081081081081081e-05|
-|requirements.txt|github/citation-file-format/citation-file-format|1.081081081081081e-05|
-|requirements.txt|github/BioGearsEngine/core|1.081081081081081e-05|
-|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|1.081081081081081e-05|
-|requirements.txt|github/enveda/RPath|1.081081081081081e-05|
-|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|1.081081081081081e-05|
-|requirements.txt|github/hemanthpruthvi/PyAstroPol|1.081081081081081e-05|
-|requirements.txt|github/TinkerTools/tinker9|1.081081081081081e-05|
-|requirements.txt|github/nlesc/embodied-emotions-scripts|1.081081081081081e-05|
-|requirements.txt|github/UUDigitalHumanitieslab/texcavator|1.081081081081081e-05|
-|requirements.txt|github/labsyspharm/minerva-story|1.081081081081081e-05|
-|requirements.txt|github/singularityhub/sregistry|1.081081081081081e-05|
-|requirements.txt|github/STEllAR-GROUP/hpx|1.081081081081081e-05|
-|requirements.txt|github/DSIMB/medusa|1.081081081081081e-05|
-|requirements.txt|github/telatin/qax|1.081081081081081e-05|
-|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|1.081081081081081e-05|
-|requirements.txt|github/JLBLine/WODEN|1.081081081081081e-05|
-|requirements.txt|github/snowformatics/macrobot|1.081081081081081e-05|
-|requirements.txt|github/villano-lab/nrCascadeSim|1.081081081081081e-05|
-|requirements.txt|github/erikbern/ann-benchmarks|1.081081081081081e-05|
-|requirements.txt|github/learningsimulator/learningsimulator|1.081081081081081e-05|
-|requirements.txt|github/PolymerGuy/recolo|1.081081081081081e-05|
-|requirements.txt|github/mswzeus/TargetNet|1.081081081081081e-05|
-|requirements.txt|github/broadinstitute/cromwell|1.081081081081081e-05|
-|requirements.txt|github/statgen/Minimac4|1.081081081081081e-05|
-|requirements.txt|github/grant-m-s/astronomicAL|1.081081081081081e-05|
-|requirements.txt|github/AMReX-Astro/Nyx|1.081081081081081e-05|
-|requirements.txt|github/MRChemSoft/mrchem|1.081081081081081e-05|
-|requirements.txt|github/robashaw/libecpint|1.081081081081081e-05|
-|requirements.txt|github/MD-Studio/MDStudio|1.081081081081081e-05|
-|requirements.txt|github/arnikz/PIQMIe|1.081081081081081e-05|
-|requirements.txt|github/ketch/RK-Opt|1.081081081081081e-05|
-|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|1.081081081081081e-05|
-|requirements.txt|github/ablab/TandemTools|1.081081081081081e-05|
-|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|1.081081081081081e-05|
-|requirements.txt|github/nextstrain/nextclade|1.081081081081081e-05|
-|requirements.txt|github/shandley/hecatomb|1.081081081081081e-05|
-|requirements.txt|github/LSARP/ProteomicsQC|1.081081081081081e-05|
-|requirements.txt|github/chemfiles/chemfiles|1.081081081081081e-05|
-|requirements.txt|github/sorenwacker/ProteomicsQC|1.081081081081081e-05|
-|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|1.081081081081081e-05|
-|requirements.txt|github/gvilitechltd/LibSWIFFT|1.081081081081081e-05|
-|requirements.txt|github/neuroanatomy/reorient|1.081081081081081e-05|
-|requirements.txt|github/soraxas/sbp-env|1.081081081081081e-05|
-|requirements.txt|github/zhoux85/scAdapt|1.081081081081081e-05|
-|requirements.txt|github/spack/spack|1.081081081081081e-05|
-|requirements.txt|github/LINNAE-project/SFB-Annotator|1.081081081081081e-05|
-|requirements.txt|github/BioinfoUNIBA/REDItools2|1.081081081081081e-05|
-|requirements.txt|github/JLiangLab/TransVW|1.081081081081081e-05|
-|requirements.txt|github/BenNordick/HiLoop|1.081081081081081e-05|
-|requirements.txt|github/3d-pli/fastpli|1.081081081081081e-05|
-|requirements.txt|github/abinit/abinit|1.081081081081081e-05|
-|requirements.txt|github/onnela-lab/beiwe-backend|1.081081081081081e-05|
-|requirements.txt|github/jdber1/opendrop|1.081081081081081e-05|
-|requirements.txt|github/monarch-initiative/loinc2hpo|1.081081081081081e-05|
-|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|1.081081081081081e-05|
-|requirements.txt|github/inpefess/gym-saturation|1.081081081081081e-05|
-|requirements.txt|github/kkjawz/coref-ee|1.081081081081081e-05|
-|requirements.txt|github/Julian/jsonschema|1.081081081081081e-05|
-|requirements.txt|github/andr1976/HydDown|1.081081081081081e-05|
-|requirements.txt|github/wmglab-duke/ascent|1.081081081081081e-05|
-|requirements.txt|github/kinnala/scikit-fem|1.081081081081081e-05|
-|requirements.txt|github/ot483/NetCom|1.081081081081081e-05|
-|requirements.txt|github/mms-fcul/PypKa|1.081081081081081e-05|
-|requirements.txt|github/TeamCOMPAS/COMPAS|1.081081081081081e-05|
-|requirements.txt|github/Narayana-Rao/SAR-tools|1.081081081081081e-05|
-|requirements.txt|github/he2016012996/CABnet|1.081081081081081e-05|
-|requirements.txt|github/qMRLab/qMRLab|1.081081081081081e-05|
-|requirements.txt|github/CAMI-challenge/CAMITAX|1.081081081081081e-05|
-|requirements.txt|github/iontorrent/TS|1.081081081081081e-05|
-|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|1.081081081081081e-05|
-|requirements.txt|github/SuLab/Wikidata-phenomizer|1.081081081081081e-05|
-|requirements.txt|github/Climdyn/qgs|1.081081081081081e-05|
-|requirements.txt|github/ImperialCollegeLondon/champ|1.081081081081081e-05|
-|requirements.txt|github/surf-eds/one-button-compute|1.081081081081081e-05|
-|requirements.txt|github/ggciag/mandyoc|1.081081081081081e-05|
-|requirements.txt|github/GilbertLabUCSF/CanDI|1.081081081081081e-05|
-|requirements.txt|github/amrex-astro/Castro|1.081081081081081e-05|
-|requirements.txt|github/lutteropp/NetRAX|1.081081081081081e-05|
-|requirements.txt|github/candYgene/siga|1.081081081081081e-05|
-|requirements.txt|github/JuliaHCI/ADI.jl|1.081081081081081e-05|
-|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|1.0702702702702725e-05|
-|pypi|[Bio](https://github.com/ialbert/bio)|1.0702702702702725e-05|
-|pypi|[idcempy](https://github.com/hknd23/idcempy)|1.0702702702702725e-05|
-|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|1.0702702702702725e-05|
-|pypi|[pyarma](https://pyarma.sourceforge.io)|1.0702702702702704e-05|
-|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|1.0702702702702704e-05|
-|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|1.0702702702702704e-05|
-|pypi|[requirements](http://github.com/mattack108/requirements)|1.0702702702702704e-05|
-|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|1.0702702702702704e-05|
-|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|1.0702702702702704e-05|
-|pypi|[macop](https://github.com/prise-3d/macop)|1.0702702702702704e-05|
-|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|1.0702702702702704e-05|
-|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|1.0702702702702704e-05|
-|pypi|[Libra](https://github.com/Palashio/libra)|1.0702702702702704e-05|
-|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|1.0702702702702704e-05|
-|pypi|[neworder](https://neworder.readthedocs.io)|1.0702702702702704e-05|
-|pypi|[uncalled](https://github.com/elazarg/uncalled)|1.0702702702702704e-05|
-|pypi|[pystospa](https://pypi.org/project/pystospa)|1.0702702702702704e-05|
-|pypi|[polypy](https://github.com/symmy596/Polypy)|1.0702702702702704e-05|
-|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|1.0702702702702703e-05|
-|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.0702702702702703e-05|
-|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|1.0686713604360665e-05|
-|pypi|[m2r2](https://pypi.org/project/m2r2)|1.03879173290938e-05|
-|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|1.03879173290938e-05|
-|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|1.03879173290938e-05|
-|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|1.03879173290938e-05|
-|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|1.03879173290938e-05|
-|pypi|[truecase](https://pypi.org/project/truecase)|1.03879173290938e-05|
-|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|1.03879173290938e-05|
-|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|1.03879173290938e-05|
-|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|1.03879173290938e-05|
-|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|1.03879173290938e-05|
-|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|1.03879173290938e-05|
-|pypi|[fireo](https://pypi.org/project/fireo)|1.03879173290938e-05|
-|pypi|[pockets](https://pypi.org/project/pockets)|1.0324329179633528e-05|
-|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|1.022451354549816e-05|
-|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|1.0213552680427701e-05|
-|pypi|[obspy](https://www.obspy.org)|1.0108108108108114e-05|
-|pypi|[fastapi](https://pypi.org/project/fastapi)|1.0056784816377855e-05|
-|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.0028294501397947e-05|
-|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|9.90000000000002e-06|
-|pypi|[csvw](https://github.com/cldf/csvw)|9.900000000000005e-06|
-|pypi|[iso8601](https://pypi.org/project/iso8601)|9.855511468224981e-06|
-|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|9.841732306521042e-06|
-|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|9.810810810810811e-06|
-|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|9.729729729729726e-06|
-|pypi|[blis](https://pypi.org/project/blis)|9.640276813675166e-06|
-|pypi|[catalogue](https://pypi.org/project/catalogue)|9.640276813675166e-06|
-|pypi|[preshed](https://pypi.org/project/preshed)|9.640276813675166e-06|
-|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|9.5832e-06|
-|pypi|[kazoo](https://kazoo.readthedocs.io)|9.565540540540541e-06|
-|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|9.565540540540541e-06|
-|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|9.565540540540541e-06|
-|pypi|[pyro4](https://pypi.org/project/pyro4)|9.565540540540541e-06|
-|pypi|[python-memcached](https://pypi.org/project/python-memcached)|9.565540540540541e-06|
-|pypi|[pylibmc](https://pypi.org/project/pylibmc)|9.565540540540541e-06|
-|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|9.565540540540541e-06|
-|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|9.565540540540541e-06|
-|pypi|[couchbase](https://pypi.org/project/couchbase)|9.565540540540541e-06|
-|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|9.565540540540541e-06|
-|pypi|[python-consul2](https://pypi.org/project/python-consul2)|9.565540540540541e-06|
-|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|9.565540540540541e-06|
-|pypi|[pyArango](https://pypi.org/project/pyArango)|9.565540540540541e-06|
-|pypi|[func-timeout](https://pypi.org/project/func-timeout)|9.541013513513514e-06|
-|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|9.541013513513514e-06|
-|pypi|[assertionlib](https://pypi.org/project/assertionlib)|9.529838477530784e-06|
-|pypi|[colorcet](https://pypi.org/project/colorcet)|9.471456822676334e-06|
-|pypi|[starlette](https://pypi.org/project/starlette)|9.463189540429639e-06|
-|pypi|[pythreejs](https://pypi.org/project/pythreejs)|9.365820463320463e-06|
-|pypi|[pyside2](https://pypi.org/project/pyside2)|9.365820463320463e-06|
-|pypi|[vispy](https://pypi.org/project/vispy)|9.365820463320463e-06|
-|pypi|[pyside](https://pypi.org/project/pyside)|9.365820463320463e-06|
-|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|9.23882063882064e-06|
-|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|9.225857142857146e-06|
-|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|9.213631022326675e-06|
-|pypi|[aio-pika](https://pypi.org/project/aio-pika)|9.213631022326675e-06|
-|pypi|[pathspec](https://pypi.org/project/pathspec)|9.118856278856278e-06|
-|pypi|[emcee](https://emcee.readthedocs.io)|9.116850311850349e-06|
-|pypi|[grpcio-status](https://grpc.io)|9.095373621353909e-06|
-|pypi|[corner](https://corner.readthedocs.io)|9.01955301455303e-06|
-|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|9.019027027027041e-06|
-|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|9.001085587292496e-06|
-|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|8.91891891891892e-06|
-|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|8.91891891891892e-06|
-|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|8.756756756756757e-06|
-|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|8.756756756756757e-06|
-|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|8.716204633204634e-06|
-|pypi|[jaxlib](https://github.com/google/jax)|8.423787758346585e-06|
-|pypi|[aafigure](https://pypi.org/project/aafigure)|8.40926640926641e-06|
-|pypi|[tox-travis](https://pypi.org/project/tox-travis)|8.40926640926641e-06|
-|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|8.40926640926641e-06|
-|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|8.40926640926641e-06|
-|pypi|[mizani](https://github.com/has2k1/mizani)|8.33281853281854e-06|
-|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|8.324324324324382e-06|
-|pypi|[grpcio-gcp](https://grpc.io)|8.203481729462011e-06|
-|pypi|[parameterized](https://pypi.org/project/parameterized)|8.125894713394712e-06|
-|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|8.105625000000001e-06|
-|pypi|[xopen](https://github.com/pycompression/xopen/)|8.008297297297322e-06|
-|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|8.000270270270272e-06|
-|pypi|[Deprecated](https://pypi.org/project/Deprecated)|7.885243532302356e-06|
-|pypi|[thinc](https://pypi.org/project/thinc)|7.741410205131138e-06|
-|pypi|[boltons](https://pypi.org/project/boltons)|7.713327120223672e-06|
-|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|7.713327120223672e-06|
-|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|7.713327120223672e-06|
-|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|7.713327120223672e-06|
-|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|7.713327120223672e-06|
-|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|7.713327120223672e-06|
-|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|7.713327120223672e-06|
-|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|7.713327120223672e-06|
-|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|7.713327120223672e-06|
-|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|7.713327120223672e-06|
-|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|7.713327120223672e-06|
-|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|7.713327120223672e-06|
-|pypi|[qmflows](https://github.com/SCM-NV/qmflows)|7.703593703593709e-06|
-|pypi|[streamz](https://pypi.org/project/streamz)|7.687673038892552e-06|
-|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|7.687673038892552e-06|
-|pypi|[nbsite](https://pypi.org/project/nbsite)|7.687673038892552e-06|
-|pypi|[WTForms](https://wtforms.readthedocs.io/)|7.661122661122663e-06|
-|pypi|[bandit](https://pypi.org/project/bandit)|7.6090583214793745e-06|
-|pypi|[lingua](https://pypi.org/project/lingua)|7.568339768339768e-06|
-|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.564702329057168e-06|
-|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|7.493048994867213e-06|
-|pypi|[soxr](https://pypi.org/project/soxr)|7.491891891891892e-06|
-|pypi|[samplerate](https://pypi.org/project/samplerate)|7.491891891891892e-06|
-|pypi|[presets](https://pypi.org/project/presets)|7.491891891891892e-06|
-|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|7.491891891891892e-06|
-|pypi|[mir-eval](https://pypi.org/project/mir-eval)|7.491891891891892e-06|
-|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|7.491891891891892e-06|
-|pypi|[resampy](https://pypi.org/project/resampy)|7.491891891891892e-06|
-|pypi|[audioread](https://pypi.org/project/audioread)|7.491891891891892e-06|
-|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|7.465135135135152e-06|
-|pypi|[pyvista](https://pypi.org/project/pyvista)|7.442342342342343e-06|
-|pypi|[Keras](https://github.com/keras-team/keras)|7.409697933227345e-06|
-|pypi|[langdetect](https://github.com/Mimino666/langdetect)|7.33632046332047e-06|
-|pypi|[geopandas](http://geopandas.org)|7.2543709674528795e-06|
-|pypi|[os-service-types](https://pypi.org/project/os-service-types)|7.252151351351351e-06|
-|pypi|[hyperspy](https://pypi.org/project/hyperspy)|7.202289348171701e-06|
-|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|7.126216216216254e-06|
-|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|7.0714285714285785e-06|
-|pypi|[testscenarios](https://pypi.org/project/testscenarios)|6.993145945945945e-06|
-|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|6.88030888030888e-06|
-|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|6.84972972972973e-06|
-|pypi|[fasteners](https://github.com/harlowja/fasteners)|6.8390435946782706e-06|
-|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|6.816602316602319e-06|
-|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|6.7274131274131285e-06|
-|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|6.7274131274131285e-06|
-|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|6.6222972972972975e-06|
-|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|6.6222972972972975e-06|
-|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|6.6222972972972975e-06|
-|pypi|[channels](https://pypi.org/project/channels)|6.563144963144964e-06|
-|pypi|[pydeck](https://pypi.org/project/pydeck)|6.555405405405405e-06|
-|pypi|[typer-cli](https://pypi.org/project/typer-cli)|6.54054054054054e-06|
-|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|6.54054054054054e-06|
-|pypi|[lark](https://github.com/lark-parser/lark)|6.528648648648697e-06|
-|pypi|[moto](https://pypi.org/project/moto)|6.5273196123755335e-06|
-|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|6.5273196123755335e-06|
-|pypi|[sphobjinv](https://pypi.org/project/sphobjinv)|6.5013571683991674e-06|
-|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|6.432206712206712e-06|
-|pypi|[cmocean](https://pypi.org/project/cmocean)|6.417424483306836e-06|
-|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|6.413682803682804e-06|
-|pypi|[url-normalize](https://pypi.org/project/url-normalize)|6.3620580499227876e-06|
-|pypi|[cattrs](https://pypi.org/project/cattrs)|6.3620580499227876e-06|
-|pypi|[sentencepiece](https://github.com/google/sentencepiece)|6.254391891891893e-06|
-|pypi|[holoviews](https://www.holoviews.org)|6.201186552406069e-06|
-|pypi|[datashader](https://datashader.org)|6.00540540540541e-06|
-|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.980922098569173e-06|
-|pypi|[python-igraph](https://igraph.org/python)|5.829557216791264e-06|
-|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|5.821799821799821e-06|
-|pypi|[humanize](https://github.com/jmoiron/humanize)|5.797297297297293e-06|
-|pypi|[pytest-env](https://pypi.org/project/pytest-env)|5.683909098747808e-06|
-|pypi|[bson](https://pypi.org/project/bson)|5.597579285444015e-06|
-|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|5.518581081081081e-06|
-|pypi|[wordcloud](https://github.com/amueller/word_cloud)|5.492874692874714e-06|
-|pypi|[streamlit](https://streamlit.io)|5.485135135135156e-06|
-|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|5.485135135135137e-06|
-|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|5.351351351351362e-06|
-|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|5.351351351351362e-06|
-|pypi|[smart_open](https://github.com/piskvorky/smart_open)|5.351351351351362e-06|
-|pypi|[exhale](https://github.com/svenevs/exhale)|5.351351351351362e-06|
-|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|5.351351351351362e-06|
-|pypi|[prettytable](https://github.com/jazzband/prettytable)|5.351351351351362e-06|
-|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|5.351351351351362e-06|
-|pypi|[git](https://pypi.org)|5.351351351351362e-06|
-|pypi|[jumper](https://vlab.jumper.io)|5.351351351351362e-06|
-|pypi|[pybiopax](https://github.com/indralab/pybiopax)|5.351351351351362e-06|
-|pypi|[PICOS](https://pypi.org/project/PICOS)|5.351351351351352e-06|
-|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|5.351351351351352e-06|
-|pypi|[partycls](https://pypi.org/project/partycls)|5.351351351351352e-06|
-|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|5.351351351351352e-06|
-|pypi|[komics](http://github.com/frebio/komics)|5.351351351351352e-06|
-|pypi|[cb-platon](https://github.com/oschwengers/platon)|5.351351351351352e-06|
-|pypi|[firesong](https://github.com/icecube/FIRESONG)|5.351351351351352e-06|
-|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|5.351351351351352e-06|
-|pypi|[subset](https://github.com/rightbrace/subset-game.git)|5.351351351351352e-06|
-|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|5.351351351351352e-06|
-|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|5.351351351351302e-06|
-|pypi|[spython](https://github.com/singularityhub/singularity-cli)|5.3488030888031055e-06|
-|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|5.326168521462639e-06|
-|pypi|[memoization](https://pypi.org/project/memoization)|5.1939586645469e-06|
-|pypi|[fbpca](https://pypi.org/project/fbpca)|5.1939586645469e-06|
-|pypi|[oktopus](https://pypi.org/project/oktopus)|5.1939586645469e-06|
-|pypi|[astroquery](https://pypi.org/project/astroquery)|5.1939586645469e-06|
-|pypi|[tables](https://www.pytables.org)|5.13611793611793e-06|
-|pypi|[SALib](http://salib.github.io/SALib/)|5.097972972972975e-06|
-|pypi|[trollius](https://pypi.org/project/trollius)|5.045559845559845e-06|
-|pypi|[funcsigs](https://pypi.org/project/funcsigs)|5.045559845559845e-06|
-|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|5.045559845559845e-06|
-|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|5.045559845559845e-06|
-|pypi|[mongomock](https://pypi.org/project/mongomock)|5.045559845559845e-06|
-|pypi|[jsondiff](https://pypi.org/project/jsondiff)|5.045559845559845e-06|
-|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|5.045559845559845e-06|
-|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|5.045559845559845e-06|
-|pypi|[mike](https://pypi.org/project/mike)|5.045559845559845e-06|
-|pypi|[aiida-core](https://pypi.org/project/aiida-core)|5.045559845559845e-06|
-|pypi|[vulture](https://pypi.org/project/vulture)|5.01900426742532e-06|
-|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|5.01900426742532e-06|
-|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|5.01900426742532e-06|
-|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|5.01900426742532e-06|
-|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|5.01900426742532e-06|
-|pypi|[pylint-django](https://pypi.org/project/pylint-django)|5.01900426742532e-06|
-|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|5.01900426742532e-06|
-|pypi|[dodgy](https://pypi.org/project/dodgy)|5.01900426742532e-06|
-|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|5.011997363216876e-06|
-|pypi|[doc8](https://pypi.org/project/doc8)|4.995104247104247e-06|
-|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|4.995104247104247e-06|
-|pypi|[cliff](https://pypi.org/project/cliff)|4.995104247104247e-06|
-|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|4.841458439571647e-06|
-|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|4.816216216216216e-06|
-|pypi|[levmar](https://pypi.org/project/levmar)|4.816216216216216e-06|
-|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|4.816216216216216e-06|
-|pypi|[bumps](https://pypi.org/project/bumps)|4.816216216216216e-06|
-|pypi|[tinycc](https://pypi.org/project/tinycc)|4.816216216216216e-06|
-|pypi|[sasmodels](https://pypi.org/project/sasmodels)|4.816216216216216e-06|
-|pypi|[dfogn](https://pypi.org/project/dfogn)|4.816216216216216e-06|
-|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|4.816216216216216e-06|
-|pypi|[profimp](https://pypi.org/project/profimp)|4.759286946520989e-06|
-|pypi|[zappy](https://pypi.org/project/zappy)|4.759286946520989e-06|
-|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|4.759286946520989e-06|
-|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|4.759286946520989e-06|
-|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|4.759286946520989e-06|
-|pypi|[scrublet](https://pypi.org/project/scrublet)|4.759286946520989e-06|
-|pypi|[scanorama](https://pypi.org/project/scanorama)|4.759286946520989e-06|
-|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|4.759286946520989e-06|
-|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|4.759286946520989e-06|
-|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|4.759286946520989e-06|
-|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|4.759286946520989e-06|
-|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|4.759286946520989e-06|
-|pypi|[leidenalg](https://pypi.org/project/leidenalg)|4.759286946520989e-06|
-|pypi|[harmonypy](https://pypi.org/project/harmonypy)|4.759286946520989e-06|
-|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|4.759286946520989e-06|
-|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|4.759286946520989e-06|
-|pypi|[bbknn](https://pypi.org/project/bbknn)|4.759286946520989e-06|
-|pypi|[session-info](https://pypi.org/project/session-info)|4.759286946520989e-06|
-|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|4.759286946520989e-06|
-|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|4.759286946520989e-06|
-|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|4.759286946520989e-06|
-|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|4.759286946520989e-06|
-|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|4.759286946520989e-06|
-|pypi|[flit_core](https://pypi.org/project/flit_core)|4.759286946520989e-06|
-|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|4.759286946520989e-06|
-|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|4.759286946520989e-06|
-|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|4.759286946520989e-06|
-|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|4.759286946520989e-06|
-|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|4.759286946520989e-06|
-|pypi|[openbabel](http://openbabel.org/)|4.744864864864865e-06|
-|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|4.730904817861346e-06|
-|pypi|[Click](https://palletsprojects.com/p/click/)|4.726912240425772e-06|
-|pypi|[swapper](https://pypi.org/project/swapper)|4.709189189189189e-06|
-|pypi|[jsonfield](https://pypi.org/project/jsonfield)|4.709189189189189e-06|
-|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|4.709189189189189e-06|
-|pypi|[astroid](https://pypi.org/project/astroid)|4.709189189189189e-06|
-|pypi|[genfire](https://pypi.org/project/genfire)|4.709189189189189e-06|
-|pypi|[uvloop](https://pypi.org/project/uvloop)|4.696251856251856e-06|
-|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|4.696251856251856e-06|
-|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|4.662097297297297e-06|
-|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|4.662097297297297e-06|
-|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.654303534303561e-06|
-|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|4.632313632313631e-06|
-|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|4.623077796476146e-06|
-|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|4.623077796476146e-06|
-|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|4.623077796476146e-06|
-|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|4.623077796476146e-06|
-|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|4.623077796476146e-06|
-|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|4.623077796476146e-06|
-|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|4.623077796476146e-06|
-|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|4.623077796476146e-06|
-|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|4.623077796476146e-06|
-|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|4.623077796476146e-06|
-|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|4.623077796476146e-06|
-|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|4.623077796476146e-06|
-|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|4.623077796476146e-06|
-|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.451964569611628e-06|
-|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.451964569611628e-06|
-|pypi|[peewee](https://pypi.org/project/peewee)|4.451964569611628e-06|
-|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.451964569611628e-06|
-|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.451964569611628e-06|
-|pypi|[python-jose](https://pypi.org/project/python-jose)|4.451964569611628e-06|
-|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|4.450540540540573e-06|
-|pypi|[asttokens](https://pypi.org/project/asttokens)|4.422604422604423e-06|
-|pypi|[Automat](https://pypi.org/project/Automat)|4.422604422604423e-06|
-|pypi|[Boruta](https://pypi.org/project/Boruta)|4.422604422604423e-06|
-|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|4.422604422604423e-06|
-|pypi|[cramjam](https://pypi.org/project/cramjam)|4.422604422604423e-06|
-|pypi|[cufflinks](https://pypi.org/project/cufflinks)|4.422604422604423e-06|
-|pypi|[daphne](https://pypi.org/project/daphne)|4.422604422604423e-06|
-|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|4.422604422604423e-06|
-|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|4.422604422604423e-06|
-|pypi|[django-light](https://pypi.org/project/django-light)|4.422604422604423e-06|
-|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|4.422604422604423e-06|
-|pypi|[dpd-components](https://pypi.org/project/dpd-components)|4.422604422604423e-06|
-|pypi|[executing](https://pypi.org/project/executing)|4.422604422604423e-06|
-|pypi|[funcy](https://pypi.org/project/funcy)|4.422604422604423e-06|
-|pypi|[htmlmin](https://pypi.org/project/htmlmin)|4.422604422604423e-06|
-|pypi|[ImageHash](https://pypi.org/project/ImageHash)|4.422604422604423e-06|
-|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|4.422604422604423e-06|
-|pypi|[kmodes](https://pypi.org/project/kmodes)|4.422604422604423e-06|
-|pypi|[lightgbm](https://pypi.org/project/lightgbm)|4.422604422604423e-06|
-|pypi|[missingno](https://pypi.org/project/missingno)|4.422604422604423e-06|
-|pypi|[mlxtend](https://pypi.org/project/mlxtend)|4.422604422604423e-06|
-|pypi|[multimethod](https://pypi.org/project/multimethod)|4.422604422604423e-06|
-|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|4.422604422604423e-06|
-|pypi|[phik](https://pypi.org/project/phik)|4.422604422604423e-06|
-|pypi|[pure-eval](https://pypi.org/project/pure-eval)|4.422604422604423e-06|
-|pypi|[pycaret](https://pypi.org/project/pycaret)|4.422604422604423e-06|
-|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|4.422604422604423e-06|
-|pypi|[pynndescent](https://pypi.org/project/pynndescent)|4.422604422604423e-06|
-|pypi|[pyod](https://pypi.org/project/pyod)|4.422604422604423e-06|
-|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|4.422604422604423e-06|
-|pypi|[shap](https://pypi.org/project/shap)|4.422604422604423e-06|
-|pypi|[slicer](https://pypi.org/project/slicer)|4.422604422604423e-06|
-|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|4.422604422604423e-06|
-|pypi|[textblob](https://pypi.org/project/textblob)|4.422604422604423e-06|
-|pypi|[Twisted](https://pypi.org/project/Twisted)|4.422604422604423e-06|
-|pypi|[visions](https://pypi.org/project/visions)|4.422604422604423e-06|
-|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|4.422604422604423e-06|
-|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|4.414864864864866e-06|
-|pypi|[eli5](https://github.com/eli5-org/eli5)|4.414864864864866e-06|
-|pypi|[validators](https://pypi.org/project/validators)|4.414864864864865e-06|
-|pypi|[scooby](https://github.com/banesullivan/scooby)|4.3207207207207215e-06|
-|pypi|[kubernetes](https://pypi.org/project/kubernetes)|4.246100531707069e-06|
-|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|4.24352773826459e-06|
-|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|4.229725370531822e-06|
-|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|4.229725370531822e-06|
-|pypi|[tomlkit](https://pypi.org/project/tomlkit)|4.229725370531822e-06|
-|pypi|[configupdater](https://pypi.org/project/configupdater)|4.229725370531822e-06|
-|pypi|[pydicom](https://pypi.org/project/pydicom)|4.204633204633205e-06|
-|pypi|[jupytext](https://pypi.org/project/jupytext)|4.145827145827145e-06|
-|pypi|[portpicker](https://pypi.org/project/portpicker)|4.138935810810811e-06|
-|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|4.138935810810811e-06|
-|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|4.125000000000004e-06|
-|pypi|[pycuda](https://pypi.org/project/pycuda)|4.013513513513514e-06|
-|pypi|[tempora](https://pypi.org/project/tempora)|3.9359944420226675e-06|
-|pypi|[matchms](https://github.com/matchms/matchms)|3.924324324324348e-06|
-|pypi|[yatiml](https://github.com/yatiml/yatiml)|3.898682432432435e-06|
-|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|3.873532866019542e-06|
-|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|3.852972972972972e-06|
-|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|3.839012925969448e-06|
-|pypi|[google-api-python-client](https://github.com/googleapis/google-api-python-client/)|3.7849199144973824e-06|
-|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|3.6790540540540556e-06|
-|pypi|[quandl](https://github.com/quandl/quandl-python)|3.6790540540540556e-06|
-|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|3.5804511196715647e-06|
-|pypi|[howfairis](https://github.com/fair-software/howfairis)|3.567567567567595e-06|
-|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|3.567567567567595e-06|
-|pypi|[pyone](http://opennebula.io)|3.567567567567595e-06|
-|pypi|[bigslice](https://github.com/satriaphd/bigslice)|3.567567567567595e-06|
-|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|3.567567567567595e-06|
-|pypi|[cpplint](https://github.com/cpplint/cpplint)|3.567567567567595e-06|
-|pypi|[synthia](https://github.com/dmey/synthia)|3.567567567567595e-06|
-|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|3.567567567567595e-06|
-|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|3.567567567567595e-06|
-|pypi|[symfem](https://github.com/mscroggs/symfem)|3.567567567567595e-06|
-|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|3.567567567567595e-06|
-|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|3.567567567567595e-06|
-|pypi|[contextily](https://github.com/darribas/contextily)|3.567567567567595e-06|
-|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|3.567567567567568e-06|
-|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|3.567567567567568e-06|
-|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|3.567567567567568e-06|
-|pypi|[electiondata](https://github.com/kavigupta/electiondata)|3.567567567567568e-06|
-|pypi|[clingo](https://github.com/potassco/clingo)|3.567567567567568e-06|
-|pypi|[libceed](https://libceed.readthedocs.io)|3.567567567567568e-06|
-|pypi|[tesliper](https://github.com/mishioo/tesliper)|3.567567567567568e-06|
-|pypi|[asciitree](http://github.com/mbr/asciitree)|3.5586486486486493e-06|
-|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|3.518847972972974e-06|
-|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|3.462639109697934e-06|
-|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|3.4266449401584586e-06|
-|pypi|[pytest-remotedata](https://github.com/astropy/pytest-remotedata)|3.3791938490214365e-06|
-|pypi|[PySide2](https://www.pyside.org)|3.360648648648682e-06|
-|pypi|[twiggy](https://github.com/wearpants/twiggy/)|3.351635846372691e-06|
-|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.3188057825267146e-06|
-|pypi|[pathy](https://github.com/justindujardin/pathy)|3.3188057825267146e-06|
-|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.3188057825267146e-06|
-|pypi|[pydotplus](https://pypi.org/project/pydotplus)|3.280394946029621e-06|
-|pypi|[xcffib](https://pypi.org/project/xcffib)|3.2780371621621625e-06|
-|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|3.2602079002079004e-06|
-|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|3.2602079002079004e-06|
-|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|3.2602079002079004e-06|
-|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|3.1795827657896643e-06|
-|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|3.1795827657896643e-06|
-|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|3.135439665017129e-06|
-|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|3.135439665017129e-06|
-|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|3.0579150579150898e-06|
-|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|3.010135135135135e-06|
-|pypi|[iso3166](https://pypi.org/project/iso3166)|3.010135135135135e-06|
-|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|3.010135135135135e-06|
-|pypi|[pvfactors](https://pypi.org/project/pvfactors)|3.010135135135135e-06|
-|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|2.972972972972991e-06|
-|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|2.972972972972991e-06|
-|pypi|[mne](https://mne.tools/dev/)|2.952469711090402e-06|
-|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|2.913810810810811e-06|
-|pypi|[texttable](https://pypi.org/project/texttable)|2.913810810810811e-06|
-|pypi|[pymeeus](https://pypi.org/project/pymeeus)|2.913810810810811e-06|
-|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|2.9097972972973174e-06|
-|pypi|[croniter](https://pypi.org/project/croniter)|2.8830405405405424e-06|
-|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|2.871456822676335e-06|
-|pypi|[cudf](https://pypi.org/project/cudf)|2.871456822676335e-06|
-|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|2.871456822676335e-06|
-|pypi|[snappy](https://pypi.org/project/snappy)|2.871456822676335e-06|
-|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.871456822676335e-06|
-|pypi|[datashape](https://pypi.org/project/datashape)|2.871456822676335e-06|
-|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|2.845352669742911e-06|
-|pypi|[pyoculus](https://pypi.org/project/pyoculus)|2.8330683624801273e-06|
-|pypi|[py-spec](https://pypi.org/project/py-spec)|2.8330683624801273e-06|
-|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|2.8255135135135134e-06|
-|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.7883357041251775e-06|
-|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|2.7883357041251775e-06|
-|pypi|[horovod](https://pypi.org/project/horovod)|2.7883357041251775e-06|
-|pypi|[pygam](https://github.com/dswah/pyGAM)|2.777606177606179e-06|
-|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|2.775057915057915e-06|
-|pypi|[itk-registration](https://pypi.org/project/itk-registration)|2.775057915057915e-06|
-|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|2.775057915057915e-06|
-|pypi|[itk-io](https://pypi.org/project/itk-io)|2.775057915057915e-06|
-|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|2.775057915057915e-06|
-|pypi|[itk-core](https://pypi.org/project/itk-core)|2.775057915057915e-06|
-|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|2.764040315395154e-06|
-|pypi|[spacy-transformers](https://spacy.io)|2.724211187932118e-06|
-|pypi|[pythainlp](https://pypi.org/project/pythainlp)|2.724211187932118e-06|
-|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|2.724211187932118e-06|
-|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|2.724211187932118e-06|
-|pypi|[natto-py](https://pypi.org/project/natto-py)|2.724211187932118e-06|
-|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|2.724211187932118e-06|
-|pypi|[sudachipy](https://pypi.org/project/sudachipy)|2.724211187932118e-06|
-|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|2.724211187932118e-06|
-|pypi|[selenium](https://pypi.org/project/selenium)|2.716792219391966e-06|
-|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|2.682030405405405e-06|
-|pypi|[elementpath](https://pypi.org/project/elementpath)|2.682030405405405e-06|
-|pypi|[genshi](https://github.com/edgewall/genshi)|2.675675675675681e-06|
-|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|2.675675675675681e-06|
-|pypi|[neo](https://neuralensemble.org/neo)|2.675675675675681e-06|
-|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|2.675675675675681e-06|
-|pypi|[cspy](https://github.com/torressa/cspy)|2.675675675675681e-06|
-|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|2.675675675675681e-06|
-|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|2.675675675675681e-06|
-|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|2.675675675675676e-06|
-|pypi|[easybuild](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-easyblocks](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-easyconfigs](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[easybuild-framework](https://easybuild.io)|2.675675675675676e-06|
-|pypi|[pscript](https://pypi.org/project/pscript)|2.6756756756756757e-06|
-|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|2.6756756756756757e-06|
-|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.6756756756756757e-06|
-|pypi|[path.py](https://pypi.org/project/path.py)|2.6756756756756757e-06|
-|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|2.6703243243243334e-06|
-|pypi|[mygene](https://github.com/biothings/mygene.py)|2.648918918918935e-06|
-|pypi|[nox](https://pypi.org/project/nox)|2.6262563587430347e-06|
-|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|2.6262563587430347e-06|
-|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|2.6262563587430347e-06|
-|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|2.6262563587430347e-06|
-|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|2.6262563587430347e-06|
-|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|2.622429729729721e-06|
-|pypi|[hashin](https://pypi.org/project/hashin)|2.6034104836921737e-06|
-|pypi|[jsonref](https://pypi.org/project/jsonref)|2.6033601168736303e-06|
-|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|2.6033601168736303e-06|
-|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|2.6033601168736303e-06|
-|pypi|[promise](https://pypi.org/project/promise)|2.6033601168736303e-06|
-|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.6029079203272754e-06|
-|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.6029079203272754e-06|
-|pypi|[testresources](https://pypi.org/project/testresources)|2.5900540540540542e-06|
-|pypi|[oslotest](https://pypi.org/project/oslotest)|2.5900540540540542e-06|
-|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|2.5900540540540542e-06|
-|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|2.5900540540540542e-06|
-|pypi|[betamax](https://pypi.org/project/betamax)|2.5900540540540542e-06|
-|pypi|[watermark](https://pypi.org/project/watermark)|2.5843111404087016e-06|
-|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|2.5227799227799226e-06|
-|pypi|[clize](https://github.com/epsy/clize)|2.4972972972973044e-06|
-|pypi|[mip](https://github.com/coin-or/python-mip)|2.4937297297297393e-06|
-|pypi|[tvtk](https://pypi.org/project/tvtk)|2.4931001589825115e-06|
-|pypi|[IPython](https://ipython.org)|2.4796554796554994e-06|
-|pypi|[resample](http://github.com/resample-project/resample)|2.452702702702703e-06|
-|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|2.452702702702703e-06|
-|pypi|[numba-stats](https://pypi.org/project/numba-stats)|2.452702702702703e-06|
-|pypi|[pytest-django](https://pypi.org/project/pytest-django)|2.4281756756756755e-06|
-|pypi|[sybil](https://pypi.org/project/sybil)|2.4281756756756755e-06|
-|pypi|[zope.component](https://pypi.org/project/zope.component)|2.4281756756756755e-06|
-|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|2.4281756756756755e-06|
-|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|2.3760000000000112e-06|
-|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.3651061776061773e-06|
-|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.3651061776061773e-06|
-|pypi|[nitime](https://pypi.org/project/nitime)|2.3651061776061773e-06|
-|pypi|[codespell](https://pypi.org/project/codespell)|2.3651061776061773e-06|
-|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.3651061776061773e-06|
-|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|2.3651061776061773e-06|
-|pypi|[h5io](https://pypi.org/project/h5io)|2.3651061776061773e-06|
-|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|2.341455115830116e-06|
-|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|2.338877338877338e-06|
-|pypi|[nbstripout](https://pypi.org/project/nbstripout)|2.2934362934362933e-06|
-|pypi|[dcor](https://pypi.org/project/dcor)|2.283550792171482e-06|
-|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|2.282668986894338e-06|
-|pypi|[anndata](http://anndata.readthedocs.io)|2.2594594594594685e-06|
-|pypi|[scikit_learn](http://scikit-learn.org)|2.2297297297297466e-06|
-|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2297297297297394e-06|
-|pypi|[python-slugify](https://github.com/un33k/python-slugify)|2.1621621621621644e-06|
-|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|2.140540540540581e-06|
-|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|2.140540540540581e-06|
-|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|2.1405405405405508e-06|
-|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|2.1405405405405508e-06|
-|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|2.1405405405405508e-06|
-|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|2.1405405405405508e-06|
-|pypi|[RagTag](https://github.com/malonge/RagTag)|2.1405405405405508e-06|
-|pypi|[bakta](https://github.com/oschwengers/bakta)|2.1405405405405508e-06|
-|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|2.1405405405405508e-06|
-|pypi|[tripoli](https://github.com/DDMAL/tripoli)|2.1405405405405508e-06|
-|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|2.1405405405405508e-06|
-|pypi|[update_checker](https://github.com/bboe/update_checker)|2.1405405405405508e-06|
-|pypi|[ogb](https://github.com/snap-stanford/ogb)|2.1405405405405508e-06|
-|pypi|[foolbox](https://github.com/bethgelab/foolbox)|2.1405405405405508e-06|
-|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|2.1405405405405406e-06|
-|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|2.1405405405405406e-06|
-|pypi|[ipympl](https://pypi.org/project/ipympl)|2.1405405405405406e-06|
-|pypi|[hvplot](https://pypi.org/project/hvplot)|2.1405405405405406e-06|
-|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|2.1405405405405207e-06|
-|pypi|[vcrpy](https://pypi.org/project/vcrpy)|2.131926695306977e-06|
-|pypi|[multipledispatch](http://github.com/mrocklin/multipledispatch/)|1.9073745173745312e-06|
-|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|1.9027027027027003e-06|
-|pypi|[mxnet](https://pypi.org/project/mxnet)|1.898866608544028e-06|
-|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|1.898866608544028e-06|
-|pypi|[rpy2](https://rpy2.github.io)|1.881891891891906e-06|
-|pypi|[starry](https://pypi.org/project/starry)|1.8523908523908524e-06|
-|pypi|[rtds-action](https://pypi.org/project/rtds-action)|1.8523908523908524e-06|
-|pypi|[sagemaker](https://pypi.org/project/sagemaker)|1.839527027027027e-06|
-|pypi|[ftfy](https://pypi.org/project/ftfy)|1.839527027027027e-06|
-|pypi|[fairscale](https://pypi.org/project/fairscale)|1.839527027027027e-06|
-|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|1.839527027027027e-06|
-|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.839527027027027e-06|
-|pypi|[unidic](https://pypi.org/project/unidic)|1.839527027027027e-06|
-|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|1.839527027027027e-06|
-|pypi|[ipadic](https://pypi.org/project/ipadic)|1.839527027027027e-06|
-|pypi|[fugashi](https://pypi.org/project/fugashi)|1.839527027027027e-06|
-|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|1.839527027027027e-06|
-|pypi|[rouge-score](https://pypi.org/project/rouge-score)|1.839527027027027e-06|
-|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|1.839527027027027e-06|
-|pypi|[datasets](https://pypi.org/project/datasets)|1.839527027027027e-06|
-|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.839527027027027e-06|
-|pypi|[codecarbon](https://pypi.org/project/codecarbon)|1.839527027027027e-06|
-|pypi|[timm](https://pypi.org/project/timm)|1.839527027027027e-06|
-|pypi|[sigopt](https://pypi.org/project/sigopt)|1.839527027027027e-06|
-|pypi|[optuna](https://pypi.org/project/optuna)|1.839527027027027e-06|
-|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|1.839527027027027e-06|
-|pypi|[torchaudio](https://pypi.org/project/torchaudio)|1.839527027027027e-06|
-|pypi|[optax](https://pypi.org/project/optax)|1.839527027027027e-06|
-|pypi|[flax](https://pypi.org/project/flax)|1.839527027027027e-06|
-|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|1.839527027027027e-06|
-|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|1.839527027027027e-06|
-|pypi|[tokenizers](https://pypi.org/project/tokenizers)|1.839527027027027e-06|
-|pypi|[sacremoses](https://pypi.org/project/sacremoses)|1.839527027027027e-06|
-|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.839527027027027e-06|
-|pypi|[cogapp](https://pypi.org/project/cogapp)|1.8211317567567566e-06|
-|pypi|[falcon](https://pypi.org/project/falcon)|1.8019856591285161e-06|
-|pypi|[pyramid](https://pypi.org/project/pyramid)|1.8019856591285161e-06|
-|pypi|[bottle](https://pypi.org/project/bottle)|1.8019856591285161e-06|
-|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|1.8019856591285161e-06|
-|pypi|[webtest](https://pypi.org/project/webtest)|1.8019856591285161e-06|
-|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|1.7973119381570183e-06|
-|pypi|[gsd](https://gsd.readthedocs.io)|1.7973119381570183e-06|
-|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|1.7837837837837974e-06|
-|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|1.7837837837837974e-06|
-|pypi|[fhirclient](https://github.com/smart-on-fhir/client-py/)|1.7837837837837974e-06|
-|pypi|[Requests](https://requests.readthedocs.io)|1.7837837837837974e-06|
-|pypi|[AMAT](https://github.com/athulpg007/AMAT)|1.7837837837837974e-06|
-|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|1.6427404148334385e-06|
-|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|1.6427404148334385e-06|
-|pypi|[colorful](https://pypi.org/project/colorful)|1.6427404148334385e-06|
-|pypi|[dm-tree](https://pypi.org/project/dm-tree)|1.6427404148334385e-06|
-|pypi|[gpustat](https://pypi.org/project/gpustat)|1.6427404148334385e-06|
-|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|1.6427404148334385e-06|
-|pypi|[opencensus](https://pypi.org/project/opencensus)|1.6427404148334385e-06|
-|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|1.6427404148334385e-06|
-|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|1.6427404148334385e-06|
-|pypi|[py-spy](https://pypi.org/project/py-spy)|1.6427404148334385e-06|
-|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|1.6427404148334385e-06|
-|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|1.6427404148334385e-06|
-|pypi|[mercantile](https://github.com/mapbox/mercantile)|1.6306756756756825e-06|
-|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.63010395010395e-06|
-|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|1.6187837837837835e-06|
-|pypi|[zope.testing](https://pypi.org/project/zope.testing)|1.6187837837837835e-06|
-|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|1.6187837837837835e-06|
-|pypi|[pep440](https://pypi.org/project/pep440)|1.6187837837837835e-06|
-|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|1.5893513513513516e-06|
-|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|1.5893513513513516e-06|
-|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|1.5380819529206627e-06|
-|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|1.5380819529206627e-06|
-|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|1.5380819529206627e-06|
-|pypi|[proselint](https://pypi.org/project/proselint)|1.5380819529206627e-06|
-|pypi|[imgaug](https://github.com/aleju/imgaug)|1.5362731152204992e-06|
-|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|1.5362731152204844e-06|
-|pypi|[Eir](https://github.com/mjacob1002/Eir)|1.5289575289575449e-06|
-|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|1.5289575289575449e-06|
-|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|1.5289575289575449e-06|
-|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|1.5289575289575449e-06|
-|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|1.5289575289575449e-06|
-|pypi|[bed-reader](https://pypi.org/project/bed-reader)|1.5289575289575449e-06|
-|pypi|[physical-validation](https://physical-validation.readthedocs.io)|1.5289575289575449e-06|
-|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|1.5289575289575449e-06|
-|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|1.5289575289575449e-06|
-|pypi|[usort](https://pypi.org/project/usort)|1.5050675675675675e-06|
-|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.4942619542619541e-06|
-|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.4942619542619541e-06|
-|pypi|[get_version](https://pypi.org/project/get_version)|1.4942619542619541e-06|
-|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.4942619542619541e-06|
-|pypi|[nodeenv](https://pypi.org/project/nodeenv)|1.4569054054054054e-06|
-|pypi|[identify](https://pypi.org/project/identify)|1.4569054054054054e-06|
-|pypi|[cfgv](https://pypi.org/project/cfgv)|1.4569054054054054e-06|
-|pypi|[connexion](https://github.com/zalando/connexion)|1.427027027027014e-06|
-|pypi|[furl](https://pypi.org/project/furl)|1.4015444015444015e-06|
-|pypi|[pyodbc](https://pypi.org/project/pyodbc)|1.4015444015444015e-06|
-|pypi|[pymysql](https://pypi.org/project/pymysql)|1.4015444015444015e-06|
-|pypi|[pg8000](https://pypi.org/project/pg8000)|1.4015444015444015e-06|
-|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|1.4015444015444015e-06|
-|pypi|[flexmock](https://pypi.org/project/flexmock)|1.4015444015444015e-06|
-|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|1.4015444015444015e-06|
-|pypi|[pendulum](https://pypi.org/project/pendulum)|1.4015444015444015e-06|
-|pypi|[intervals](https://pypi.org/project/intervals)|1.4015444015444015e-06|
-|pypi|[colour](https://pypi.org/project/colour)|1.4015444015444015e-06|
-|pypi|[arrow](https://pypi.org/project/arrow)|1.4015444015444015e-06|
-|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|1.3505791505791607e-06|
-|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|1.3378378378378406e-06|
-|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|1.3378378378378406e-06|
-|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|1.3378378378378406e-06|
-|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|1.3378378378378406e-06|
-|pypi|[nodepy](https://github.com/ketch/nodepy)|1.3378378378378406e-06|
-|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|1.3378378378378406e-06|
-|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|1.3378378378378406e-06|
-|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|1.3378378378378406e-06|
-|pypi|[questionary](https://github.com/tmbo/questionary)|1.3378378378378406e-06|
-|pypi|[iPython](https://ipython.org)|1.3378378378378406e-06|
-|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|1.2984896661367271e-06|
-|pypi|[percy](https://pypi.org/project/percy)|1.2969003275000826e-06|
-|pypi|[diskcache](https://pypi.org/project/diskcache)|1.2969003275000826e-06|
-|pypi|[fire](https://pypi.org/project/fire)|1.2969003275000826e-06|
-|pypi|[preconditions](https://pypi.org/project/preconditions)|1.2969003275000826e-06|
-|pypi|[mimesis](https://pypi.org/project/mimesis)|1.2969003275000826e-06|
-|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|1.2969003275000826e-06|
-|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|1.2969003275000826e-06|
-|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|1.2969003275000826e-06|
-|pypi|[retriever](https://github.com/weecology/retriever)|1.1891891891891933e-06|
-|pypi|[modAL](https://modAL-python.github.io/)|1.1891891891891933e-06|
-|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|1.1891891891891933e-06|
-|pypi|[yabox](https://github.com/pablormier/yabox)|1.1891891891891933e-06|
-|pypi|[injector](https://github.com/alecthomas/injector)|1.1891891891891933e-06|
-|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|1.1891891891891933e-06|
-|pypi|[transformers](https://github.com/huggingface/transformers)|1.1891891891891933e-06|
-|pypi|[stanza](https://github.com/stanfordnlp/stanza)|1.1891891891891933e-06|
-|pypi|[easywebdav](http://github.com/amnong/easywebdav)|1.1891891891891933e-06|
-|pypi|[dca](https://github.com/theislab/dca)|1.1891891891891933e-06|
-|pypi|[python-sat](https://github.com/pysathq/pysat)|1.1772972972973045e-06|
-|pypi|[re-assert](https://pypi.org/project/re-assert)|1.1527163647163646e-06|
-|pypi|[devpi-server](https://pypi.org/project/devpi-server)|1.1527163647163646e-06|
-|pypi|[devpi-client](https://pypi.org/project/devpi-client)|1.1527163647163646e-06|
-|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|1.1527163647163646e-06|
-|pypi|[sparse](https://github.com/pydata/sparse/)|1.0970270270270366e-06|
-|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|1.0867359667359665e-06|
-|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|1.0867359667359665e-06|
-|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|1.0867359667359665e-06|
-|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|1.0867359667359665e-06|
-|pypi|[nbdime](https://pypi.org/project/nbdime)|1.0867359667359665e-06|
-|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|1.0867359667359665e-06|
-|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|1.0867359667359665e-06|
-|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|1.0867359667359665e-06|
-|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|1.0867359667359665e-06|
-|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|1.0867359667359665e-06|
-|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|1.0867359667359665e-06|
-|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|1.0867359667359665e-06|
-|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|1.0867359667359665e-06|
-|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.0867359667359665e-06|
-|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|1.0867359667359665e-06|
-|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|1.0867359667359665e-06|
-|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|1.0867359667359665e-06|
-|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|1.0867359667359665e-06|
-|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|1.0867359667359665e-06|
-|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|1.0867359667359665e-06|
-|pypi|[clldutils](https://github.com/clld/clldutils)|1.0702702702702904e-06|
-|pypi|[pypka](https://pypka.org)|1.0702702702702904e-06|
-|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|1.0702702702702754e-06|
-|pypi|[louvain](https://github.com/vtraag/louvain-igraph)|1.0702702702702754e-06|
-|pypi|[slab](http://github.com/DrMarc/slab.git)|1.0702702702702754e-06|
-|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|1.0702702702702754e-06|
-|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|1.059567567567565e-06|
-|pypi|[grpcio-reflection](https://grpc.io)|9.900000000000075e-07|
-|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|9.72972972972971e-07|
-|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|9.72972972972971e-07|
-|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|9.72972972972971e-07|
-|pypi|[overrides](https://github.com/mkorpela/overrides)|9.72972972972971e-07|
-|pypi|[wandb](https://github.com/wandb/client)|9.72972972972971e-07|
-|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|9.72972972972971e-07|
-|pypi|[FitBenchmarking](http://fitbenchmarking.com)|9.72972972972971e-07|
-|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|9.72972972972971e-07|
-|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|9.72972972972971e-07|
-|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|9.067567567567597e-07|
-|pypi|[lightkurve](https://docs.lightkurve.org)|8.918918918918987e-07|
-|pypi|[k2sc](https://github.com/OxES/k2sc)|8.918918918918987e-07|
-|pypi|[iScore](https://github.com/DeepRank/iScore)|8.918918918918987e-07|
-|pypi|[deeprank](https://github.com/DeepRank/deeprank)|8.918918918918987e-07|
-|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|8.918918918918987e-07|
-|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|8.918918918918987e-07|
-|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|8.918918918918987e-07|
-|pypi|[geopy](https://github.com/geopy/geopy)|8.531288981289033e-07|
-|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|8.232848232848434e-07|
-|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|8.232848232848284e-07|
-|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|8.232848232848284e-07|
-|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|8.232848232848284e-07|
-|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|8.232848232848284e-07|
-|pypi|[healpy](http://github.com/healpy)|8.232848232848284e-07|
-|pypi|[outcome](https://github.com/python-trio/outcome)|8.144247104247031e-07|
-|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|7.644787644787724e-07|
-|pypi|[nibabel](https://nipy.org/nibabel)|7.644787644787724e-07|
-|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|7.644787644787724e-07|
-|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|7.644787644787724e-07|
-|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|7.644787644787724e-07|
-|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|7.644787644787724e-07|
-|pypi|[plotnine](https://github.com/has2k1/plotnine)|7.644787644787724e-07|
-|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|7.644787644787724e-07|
-|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|7.13513513513507e-07|
-|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|7.13513513513507e-07|
-|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|7.13513513513507e-07|
-|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|7.063783783783767e-07|
-|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|6.689189189189203e-07|
-|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|6.689189189189203e-07|
-|pypi|[elmada](https://github.com/DrafProject/elmada)|6.689189189189203e-07|
-|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|6.689189189189203e-07|
-|pypi|[pirecorder](https://github.com/jollejolles)|6.689189189189203e-07|
-|pypi|[frites](https://github.com/brainets/frites)|6.689189189189203e-07|
-|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|6.689189189189203e-07|
-|pypi|[pebble](https://github.com/noxdafox/pebble)|6.689189189189203e-07|
-|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|6.689189189189203e-07|
-|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|6.622297297297262e-07|
-|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|6.295707472178068e-07|
-|pypi|[pygmsh](https://pypi.org/project/pygmsh)|6.295707472178068e-07|
-|pypi|[pacopy](https://github.com/sigma-py/pacopy)|6.295707472178068e-07|
-|pypi|[dmsh](https://pypi.org/project/dmsh)|6.295707472178068e-07|
-|pypi|[glvis](https://github.com/glvis/pyglvis)|6.295707472178068e-07|
-|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|6.295707472178068e-07|
-|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|6.295707472177993e-07|
-|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|5.945945945945967e-07|
-|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|5.945945945945967e-07|
-|pypi|[pymunk](http://www.pymunk.org)|5.945945945945967e-07|
-|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|5.945945945945967e-07|
-|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|5.945945945945967e-07|
-|pypi|[chart-studio](https://plot.ly/python/)|5.633001422475134e-07|
-|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|5.633001422475134e-07|
-|pypi|[sos-bash](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-matlab](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|5.633001422475134e-07|
-|pypi|[sos-julia](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-javascript](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[sos-r](https://github.com/vatlab/SOS)|5.633001422475134e-07|
-|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|5.633001422475134e-07|
-|pypi|[rsudp](https://github.com/raspishake/rsudp)|5.096525096525124e-07|
-|pypi|[starry-process](https://github.com/rodluger/starry_process)|4.864864864864855e-07|
-|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|4.816216216216232e-07|
-|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|4.4594594594594935e-07|
-|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|4.4594594594594935e-07|
-|pypi|[Pyside6](https://www.pyside.org)|4.4594594594594935e-07|
-|pypi|[pyqtgraph](http://www.pyqtgraph.org)|4.4594594594594935e-07|
-|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.4594594594594935e-07|
-|pypi|[yte](https://github.com/koesterlab/yte)|4.4594594594594935e-07|
-|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|4.4594594594594935e-07|
-|pypi|[retry](https://github.com/invl/retry)|4.4594594594594935e-07|
-|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|4.281081081081162e-07|
-|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|4.281081081081087e-07|
-|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|4.281081081081087e-07|
-|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|4.281081081081087e-07|
-|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.281081081081087e-07|
-|pypi|[atlite](https://github.com/PyPSA/atlite)|4.281081081081087e-07|
-|pypi|[ncempy](https://github.com/ercius/openNCEM)|4.281081081081087e-07|
-|pypi|[amqp](http://github.com/celery/py-amqp)|4.132847581123455e-07|
-|pypi|[python-box](https://github.com/cdgriffith/Box)|4.116424116424142e-07|
-|pypi|[fspath](https://github.com/return42/fspath)|4.0752598752599057e-07|
-|pypi|[geobo](https://github.com/sebhaan/geobo)|3.9639639639639774e-07|
-|pypi|[scikit_image](https://scikit-image.org)|3.9639639639639774e-07|
-|pypi|[webargs](https://github.com/marshmallow-code/webargs)|3.822393822393862e-07|
-|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|3.822393822393862e-07|
-|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|3.822393822393862e-07|
-|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|3.822393822393862e-07|
-|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|3.822393822393862e-07|
-|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|3.690587138863016e-07|
-|pypi|[sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling)|3.3445945945946015e-07|
-|pypi|[nixio](https://github.com/G-Node/nixpy)|3.311148648648669e-07|
-|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|3.147853736089034e-07|
-|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|2.9432432432432613e-07|
-|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|2.744282744282736e-07|
-|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|2.744282744282736e-07|
-|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|2.744282744282736e-07|
-|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|2.744282744282736e-07|
-|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|2.744282744282736e-07|
-|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|2.6756756756756885e-07|
-|pypi|[convertdate](https://github.com/fitnr/convertdate)|2.6489189189189125e-07|
-|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|2.6489189189189125e-07|
-|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|2.610415293342095e-07|
-|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|2.548262548262562e-07|
-|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|2.489000628535513e-07|
-|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|2.378378378378394e-07|
-|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|2.378378378378394e-07|
-|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|2.378378378378394e-07|
-|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|2.378378378378394e-07|
-|pypi|[django-rq](https://github.com/rq/django-rq)|2.378378378378394e-07|
-|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|2.378378378378394e-07|
-|pypi|[google](http://breakingcode.wordpress.com/)|2.378378378378394e-07|
-|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|2.0193778684344665e-07|
-|pypi|[flowTorch](https://flowtorch.ai/users)|1.6722972972973007e-07|
-|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.6054054054053983e-07|
-|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|1.507422915873615e-07|
-|pypi|[heat](https://github.com/helmholtz-analytics/heat)|1.507422915873615e-07|
-|pypi|[duecredit](https://github.com/duecredit/duecredit)|1.507422915873615e-07|
-|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|1.507422915873615e-07|
-|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|1.507422915873615e-07|
-|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|1.4716216216216306e-07|
-|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|1.2894822533376777e-07|
-|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|1.2465500794912652e-07|
-|pypi|[typeguard](https://pypi.org/project/typeguard)|9.810810810810871e-08|
-|pypi|[pika](https://pika.readthedocs.io)|9.213631022326767e-08|
-|pypi|[scikit-misc](https://github.com/has2k1/scikit-misc)|7.568339768339804e-08|
-|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|6.727413127413107e-08|
+|pypi|[numpy](https://www.numpy.org)|0.03848373594430058|
+|pypi|[matplotlib](https://matplotlib.org)|0.01536331649088655|
+|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.010177848151650463|
+|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.008154058005582604|
+|pypi|[cycler](https://github.com/matplotlib/cycler)|0.006126800337688637|
+|pypi|[six](https://pypi.org/project/six)|0.005544815840832344|
+|pypi|[sphinx](https://www.sphinx-doc.org/)|0.005000478534838513|
+|pypi|[h5py](http://www.h5py.org)|0.003852302736165383|
+|pypi|[biopython](https://biopython.org/)|0.0036712279314583727|
+|pypi|[docutils](http://docutils.sourceforge.net/)|0.0033520025112547184|
+|pypi|[colorama](https://pypi.org/project/colorama)|0.0033096308619315106|
+|pypi|[pytest-cov](https://github.com/pytest-dev/pytest-cov)|0.0032237342280477003|
+|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.003165486100413608|
+|pypi|[MarkupSafe](https://palletsprojects.com/p/markupsafe/)|0.00286688776977194|
+|pypi|[lxml](https://pypi.org/project/lxml)|0.002773067483347148|
+|pypi|[pytz](https://pypi.org/project/pytz)|0.002712956987279217|
+|pypi|[requests](https://pypi.org/project/requests)|0.00245450061531569|
+|pypi|[numba](https://numba.pydata.org)|0.0023461492904175685|
+|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.0023292564131748243|
+|pypi|[scipy](https://www.scipy.org)|0.0021395529082615444|
+|pypi|[pycparser](https://github.com/eliben/pycparser)|0.00197437409152286|
+|pypi|[sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme)|0.0019635551725239436|
+|pypi|[packaging](https://pypi.org/project/packaging)|0.0018622368012848867|
+|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.001810769121092339|
+|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|0.001739065779316065|
+|pypi|[flake8](https://pypi.org/project/flake8)|0.0017091020036959555|
+|pypi|[pandas](https://pandas.pydata.org)|0.0017061582622594305|
+|pypi|[tomli](https://pypi.org/project/tomli)|0.00165408733978987|
+|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0016305555209301997|
+|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.0015830311755713725|
+|pypi|[idna](https://github.com/kjd/idna)|0.0014268486097122922|
+|pypi|[certifi](https://pypi.org/project/certifi)|0.001415912660084762|
+|pypi|[mypy](https://pypi.org/project/mypy)|0.001403366041416431|
+|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0013522929350134503|
+|pypi|[future](https://pypi.org/project/future)|0.0013383187382626006|
+|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0013357723395259475|
+|pypi|[mock](https://pypi.org/project/mock)|0.0013235203541641578|
+|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.001275135971336616|
+|pypi|[Babel](https://pypi.org/project/Babel)|0.0012699957871626973|
+|pypi|[Sphinx](https://www.sphinx-doc.org/)|0.0012509668821975377|
+|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.0012076259310322488|
+|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0012051005447265798|
+|pypi|[click](https://pypi.org/project/click)|0.0011598405357713408|
+|pypi|[chardet](https://pypi.org/project/chardet)|0.0011000770505409081|
+|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0010851812422161384|
+|pypi|[wheel](https://pypi.org/project/wheel)|0.0010720739720897576|
+|pypi|[docopt](https://pypi.org/project/docopt)|0.0010044970307241693|
+|pypi|[pygments](https://pypi.org/project/pygments)|0.0009978442672714354|
+|pypi|[defusedxml](https://github.com/tiran/defusedxml)|0.0009793678707084245|
+|pypi|[joblib](https://joblib.readthedocs.io)|0.000955680885387443|
+|pypi|[isal](https://github.com/pycompression/python-isal)|0.0009275816774033695|
+|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0008776080292187911|
+|pypi|[nose](https://pypi.org/project/nose)|0.0008775590851311087|
+|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008768415102013323|
+|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0008180287555071837|
+|pypi|[cryptography](https://github.com/pyca/cryptography)|0.0007734471102355564|
+|pypi|[gym](https://pypi.org/project/gym)|0.0007720630406882583|
+|pypi|[smmap](https://pypi.org/project/smmap)|0.000772014371213403|
+|pypi|[attrs](https://pypi.org/project/attrs)|0.0007677408080633794|
+|pypi|[more-itertools](https://github.com/more-itertools/more-itertools)|0.0007608019149744874|
+|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0007457032834598003|
+|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.000743288334982318|
+|pypi|[itsdangerous](https://palletsprojects.com/p/itsdangerous/)|0.000738419186577449|
+|pypi|[pillow](https://python-pillow.org)|0.0007264957485055046|
+|pypi|[PySocks](https://pypi.org/project/PySocks)|0.0007249221493900373|
+|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007119511619366279|
+|pypi|[cffi](http://cffi.readthedocs.org)|0.0006905149854080006|
+|pypi|[xmltodict](https://github.com/martinblech/xmltodict)|0.0006868228797961205|
+|pypi|[statsmodels](https://www.statsmodels.org/)|0.0006767743937142245|
+|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0006719915348342687|
+|pypi|[twine](https://pypi.org/project/twine)|0.0006669017362499518|
+|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.0006655581680699073|
+|pypi|[ipython](https://pypi.org/project/ipython)|0.0006580732552030594|
+|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0006302852013742202|
+|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006265866238834134|
+|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0006155308313978996|
+|pypi|[brotli](https://pypi.org/project/brotli)|0.0006083066718048188|
+|pypi|[enum34](https://pypi.org/project/enum34)|0.000607684552956823|
+|pypi|[setuptools](https://pypi.org/project/setuptools)|0.000600274160084714|
+|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.0005961326920160869|
+|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0005944201699341421|
+|pypi|[setuptools_scm](https://github.com/pypa/setuptools_scm/)|0.0005937260511339508|
+|pypi|[sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph)|0.0005872999084721728|
+|pypi|[alabaster](https://pypi.org/project/alabaster)|0.0005862541381121232|
+|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0005820321815949462|
+|pypi|[msgpack](https://msgpack.org/)|0.0005810109588767438|
+|pypi|[termcolor](http://pypi.python.org/pypi/termcolor)|0.00058022981244732|
+|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0005723016879501488|
+|pypi|[imagesize](https://pypi.org/project/imagesize)|0.0005721359834895974|
+|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.0005721359834895974|
+|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0005682485646791544|
+|pypi|[semver](https://github.com/python-semver/python-semver)|0.0005650977503153694|
+|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0005561580210171894|
+|pypi|[jinja2](https://pypi.org/project/jinja2)|0.0005557350284848275|
+|pypi|[win-inet-pton](https://pypi.org/project/win-inet-pton)|0.0005481138880296051|
+|pypi|[toml](https://pypi.org/project/toml)|0.0005389222319097743|
+|pypi|[black](https://pypi.org/project/black)|0.0005364292909871611|
+|pypi|[ujson](https://pypi.org/project/ujson)|0.000536283998303251|
+|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005356877267704718|
+|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.0005355760642442026|
+|pypi|[keras](https://pypi.org/project/keras)|0.0005304354967953485|
+|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0005250043556117246|
+|pypi|[py](https://pypi.org/project/py)|0.0005222156058494393|
+|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005219808799310514|
+|pypi|[jupyter](https://pypi.org/project/jupyter)|0.0005208810119535925|
+|pypi|[dill](https://github.com/uqfoundation/dill)|0.0005194751274816375|
+|pypi|[sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton)|0.000518133093019984|
+|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.000517249946856769|
+|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0005172341510591973|
+|pypi|[tornado](http://www.tornadoweb.org/)|0.0005135916514593206|
+|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005081882204160562|
+|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005081882204160562|
+|pypi|[psutil](https://pypi.org/project/psutil)|0.000507426596592506|
+|pypi|[pint](https://github.com/hgrecco/pint)|0.0005029973748417117|
+|pypi|[check-manifest](https://github.com/mgedmin/check-manifest)|0.0004984247464904921|
+|pypi|[markdown2](https://github.com/trentm/python-markdown2)|0.0004933965360803946|
+|pypi|[olefile](https://www.decalage.info/python/olefileio)|0.0004933965360803946|
+|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0004905847373637265|
+|pypi|[apyori](https://github.com/ymoch/apyori)|0.0004905847373637265|
+|pypi|[http](https://github.com/franckcuny/http)|0.0004905847373637265|
+|pypi|[llist](https://github.com/ajakubek/python-llist)|0.0004889494549058474|
+|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004814758814666013|
+|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004814758814666013|
+|pypi|[appdirs](http://github.com/ActiveState/appdirs)|0.0004805133428652203|
+|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.00047865115853836296|
+|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0004755436556167359|
+|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.0004709814582868457|
+|pypi|[SQLAlchemy](https://www.sqlalchemy.org)|0.00046912274695524797|
+|pypi|[typing](https://pypi.org/project/typing)|0.00045631545208948477|
+|pypi|[sphinx-issues](https://github.com/sloria/sphinx-issues)|0.0004532295275597492|
+|pypi|[pyroma](https://github.com/regebro/pyroma)|0.00044965508254237824|
+|pypi|[sympy](https://pypi.org/project/sympy)|0.00044570736363077766|
+|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.00044179840944089544|
+|pypi|[munkres](https://pypi.org/project/munkres)|0.00043990628073971847|
+|pypi|[virtualenv](https://virtualenv.pypa.io/)|0.00043413647846076505|
+|pypi|[sphinx-removed-in](https://github.com/MrSenko/sphinx-removed-in)|0.00043329377344412105|
+|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.00043301341972025524|
+|pypi|[commonmark](https://pypi.org/project/commonmark)|0.0004160148554493079|
+|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0004127141441313889|
+|pypi|[networkx](https://pypi.org/project/networkx)|0.00041034653653055633|
+|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0004102271082420924|
+|pypi|[pulp](https://github.com/coin-or/pulp)|0.0004088206144697721|
+|pypi|[bmipy](http://csdms.colorado.edu)|0.00040882061446977205|
+|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.0004080336816940579|
+|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0004042737022105545|
+|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.000402625848154311|
+|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0003983663835361205|
+|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.00039676386693127645|
+|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00039502476774075937|
+|pypi|[codecov](https://pypi.org/project/codecov)|0.00039412365125054613|
+|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0003937848420699388|
+|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00039181367690782956|
+|pypi|[argparse](https://pypi.org/project/argparse)|0.00038958841505087465|
+|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0003887282874950395|
+|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.0003882930662972958|
+|pypi|[py-make](https://pypi.org/project/py-make)|0.0003882930662972958|
+|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00038546156273910827|
+|pypi|[dask](https://pypi.org/project/dask)|0.00037950107160866916|
+|pypi|[isort](https://pypi.org/project/isort)|0.0003730987666119486|
+|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00037269505822596624|
+|pypi|[grpcio](https://pypi.org/project/grpcio)|0.0003708974702069393|
+|pypi|[pluggy](https://pypi.org/project/pluggy)|0.00036914737677682074|
+|pypi|[objgraph](https://pypi.org/project/objgraph)|0.0003675242725062272|
+|pypi|[python](http://www.python.org/2.5)|0.0003650184057765822|
+|pypi|[cachetools](https://github.com/tkem/cachetools/)|0.0003648527100488953|
+|pypi|[pydot](https://pypi.org/project/pydot)|0.00035680941129598927|
+|pypi|[babel](https://pypi.org/project/babel)|0.0003555858105890582|
+|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.00035431119920713576|
+|pypi|[python-levenshtein](http://github.com/ztane/python-Levenshtein)|0.0003539218462409741|
+|pypi|[seaborn](https://pypi.org/project/seaborn)|0.0003514660306374825|
+|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00034984933878167866|
+|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0003495318219708171|
+|pypi|[pyfaidx](http://mattshirley.com)|0.0003473028458162254|
+|pypi|[multiprocess](https://github.com/uqfoundation/multiprocess)|0.0003462625342961468|
+|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.0003457335366009635|
+|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.0003381333792025615|
+|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0003364873684672466|
+|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0003339262607180777|
+|pypi|[llvmlite](https://pypi.org/project/llvmlite)|0.00033111091089287325|
+|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0003283742645250683|
+|pypi|[conan](https://conan.io)|0.00032705649157581764|
+|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.00032705649157581764|
+|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00032705649157581764|
+|pypi|[udatetime](https://github.com/freach/udatetime)|0.00032705649157581764|
+|pypi|[futures](https://pypi.org/project/futures)|0.0003268712294781245|
+|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00032477899890386876|
+|pypi|[multidict](https://pypi.org/project/multidict)|0.00032040775773241597|
+|pypi|[locket](https://pypi.org/project/locket)|0.0003190244003313009|
+|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0003173877008240384|
+|pypi|[scikit-learn](https://pypi.org/project/scikit-learn)|0.0003159709444352235|
+|pypi|[filelock](https://github.com/tox-dev/py-filelock)|0.00031442819233743873|
+|pypi|[railroad-diagrams](https://pypi.org/project/railroad-diagrams)|0.00030808480686444714|
+|pypi|[pyproj](https://github.com/pyproj4/pyproj)|0.0003067581463245786|
+|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.00030522657975675825|
+|pypi|[shiboken2](https://www.pyside.org)|0.00030500634291377596|
+|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00030492815008616934|
+|pypi|[frozenlist](https://github.com/aio-libs/frozenlist)|0.00030314353530748857|
+|pypi|[scikit-image](https://scikit-image.org)|0.00029963013638662314|
+|pypi|[cython](http://cython.org/)|0.00029961608973638103|
+|pypi|[mappy](https://github.com/lh3/minimap2)|0.00029824437207985274|
+|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0002946847597028652|
+|pypi|[hunter](https://pypi.org/project/hunter)|0.0002946847597028652|
+|pypi|[fields](https://pypi.org/project/fields)|0.0002946847597028652|
+|pypi|[gitdb](https://pypi.org/project/gitdb)|0.000294294032558005|
+|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.000293607532210109|
+|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.00029291674233380234|
+|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.00028754349017745876|
+|pypi|[webencodings](https://pypi.org/project/webencodings)|0.00028702188346292406|
+|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.0002868345953801651|
+|pypi|[pytest-timeout](https://github.com/pytest-dev/pytest-timeout)|0.0002867036976803488|
+|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002865418005762386|
+|pypi|[charset-normalizer](https://pypi.org/project/charset-normalizer)|0.00028578487608425676|
+|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0002840485629335976|
+|pypi|[pydata-sphinx-theme](https://pypi.org/project/pydata-sphinx-theme)|0.0002835485919849978|
+|pypi|[lmfit](https://lmfit.github.io/lmfit-py/)|0.0002828076721273247|
+|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0002790514548759725|
+|pypi|[greenlet](https://pypi.org/project/greenlet)|0.00027898530450822976|
+|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.0002772662355684704|
+|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.0002772662355684704|
+|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00027726623556847035|
+|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00027726623556847035|
+|pypi|[entrypoints](https://github.com/takluyver/entrypoints)|0.00027700918814282504|
+|pypi|[Flask](https://palletsprojects.com/p/flask)|0.00027591593165631064|
+|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.0002756472993062438|
+|pypi|[astropy](https://pypi.org/project/astropy)|0.0002726931218206813|
+|pypi|[nlppln](https://github.com/nlppln/nlppln)|0.00027254707631318135|
+|pypi|[tenacity](https://pypi.org/project/tenacity)|0.0002708866385582387|
+|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0002703069110245106|
+|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|0.00026957631318136766|
+|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.0002692533408618449|
+|pypi|[async-generator](https://github.com/python-trio/async_generator)|0.00026569077931914254|
+|pypi|[beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/)|0.0002602222829417416|
+|pypi|[redis](https://pypi.org/project/redis)|0.0002573263600671697|
+|pypi|[decorator](https://pypi.org/project/decorator)|0.00025566180271045476|
+|pypi|[rtree](https://github.com/Toblerity/rtree)|0.0002527254707631318|
+|pypi|[pox](https://github.com/uqfoundation/pox)|0.0002518467779160151|
+|pypi|[Django](https://pypi.org/project/Django)|0.0002503295788596048|
+|pypi|[pycosat](https://pypi.org/project/pycosat)|0.00024934678799891884|
+|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|0.0002491858983434801|
+|pypi|[stopit](http://pypi.python.org/pypi/stopit)|0.0002485436949804699|
+|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0002463857586912592|
+|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.0002459678835183806|
+|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|0.00024529236868186323|
+|pypi|[dymos](https://github.com/OpenMDAO/dymos)|0.00024529236868186323|
+|pypi|[openmdao](http://openmdao.org)|0.00024529236868186323|
+|pypi|[pyDOE2](https://github.com/clicumu/pyDOE2)|0.00024529236868186323|
+|pypi|[Cactus](http://github.com/koenbok/Cactus)|0.00024529236868186323|
+|pypi|[cigar](https://github.com/brentp/cigar)|0.00024529236868186323|
+|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|0.00024529236868186323|
+|pypi|[South](http://south.aeracode.org/)|0.00024529236868186323|
+|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|0.00024529236868186323|
+|pypi|[cherrypy](https://www.cherrypy.org)|0.00024529236868186323|
+|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|0.00024529236868186323|
+|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|0.00024529236868186323|
+|pypi|[PyNN](http://neuralensemble.org/PyNN/)|0.00024529236868186323|
+|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|0.00024529236868186323|
+|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.00024445282419226715|
+|pypi|[Werkzeug](https://palletsprojects.com/p/werkzeug/)|0.00024142897762637725|
+|pypi|[bump2version](https://pypi.org/project/bump2version)|0.00024096874041554402|
+|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.000240351061391545|
+|pypi|[fs](https://pypi.org/project/fs)|0.00023897665424629116|
+|pypi|[zipp](https://pypi.org/project/zipp)|0.00023852843636917618|
+|pypi|[f90nml](http://github.com/marshallward/f90nml)|0.00023847548533784176|
+|pypi|[kiwisolver](https://github.com/nucleic/kiwi)|0.00023672456360802183|
+|pypi|[async_generator](https://github.com/python-trio/async_generator)|0.0002354806739345887|
+|pypi|[execnet](https://pypi.org/project/execnet)|0.00023347386686403365|
+|pypi|[texext](https://pypi.org/project/texext)|0.0002309574149240383|
+|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002301499939281643|
+|pypi|[nbformat](https://pypi.org/project/nbformat)|0.000225893351716769|
+|pypi|[pybind11-global](https://github.com/pybind/pybind11)|0.00022514802243995028|
+|pypi|[oauthlib](https://pypi.org/project/oauthlib)|0.00022448888267623474|
+|pypi|[lz4](https://pypi.org/project/lz4)|0.0002195237232017209|
+|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021801774214748806|
+|pypi|[tqdm](https://tqdm.github.io)|0.00021732085497516284|
+|pypi|[jmespath](https://pypi.org/project/jmespath)|0.0002154341998625175|
+|pypi|[xattr](https://pypi.org/project/xattr)|0.00021339445271392857|
+|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00021339445271392857|
+|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.0002128934296442347|
+|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00021208106317900871|
+|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00021044833747262693|
+|pypi|[rsa](https://pypi.org/project/rsa)|0.00020819274790823694|
+|pypi|[deap](https://www.github.com/deap)|0.0002076616335334927|
+|pypi|[text-unidecode](https://github.com/kmike/text-unidecode/)|0.00020713577799801782|
+|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.0002069858771060456|
+|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0002065988349291411|
+|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.00020548608174139745|
+|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.00020395339007753745|
+|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.00020395339007753745|
+|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00020018050271531767|
+|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|0.00019821605550049553|
+|pypi|[libclang](https://pypi.org/project/libclang)|0.00019723245442874868|
+|pypi|[gast](https://pypi.org/project/gast)|0.00019723245442874868|
+|pypi|[chemparse](https://pypi.org/project/chemparse)|0.0001962338949454906|
+|pypi|[atari-py](https://github.com/openai/atari-py)|0.0001962338949454906|
+|pypi|[jq](http://github.com/mwilliamson/jq.py)|0.0001962338949454906|
+|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00019561680187366403|
+|pypi|[music21](https://github.com/cuthbertLab/music21)|0.00019534192269573836|
+|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|0.00019534192269573836|
+|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00019403496562438397|
+|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.00019234623147797706|
+|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018940446883671067|
+|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00018814049400438958|
+|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|0.0001873141724479683|
+|pypi|[gunicorn](https://pypi.org/project/gunicorn)|0.00018694226330760678|
+|pypi|[tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server)|0.00018577385923194997|
+|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00018577385923194997|
+|pypi|[gdal](https://pypi.org/project/gdal)|0.0001856222721415639|
+|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00018531283124166201|
+|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00018356045589692767|
+|pypi|[Biopython](https://pypi.org/project/Biopython)|0.00018335604558969277|
+|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.0001832230012294213|
+|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00018158313207735928|
+|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00018124997719842347|
+|pypi|[munch](https://pypi.org/project/munch)|0.00018097605441609073|
+|pypi|[pip](https://pypi.org/project/pip)|0.00017975917491011781|
+|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00017902302451243797|
+|pypi|[pybtex](https://pypi.org/project/pybtex)|0.0001787646899260077|
+|pypi|[tox](https://pypi.org/project/tox)|0.00017783218373693322|
+|pypi|[jaraco.tidelift](https://github.com/jaraco/jaraco.tidelift)|0.0001763701095773456|
+|pypi|[pymbar](http://github.com/choderalab/pymbar)|0.00017485841710321393|
+|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0001739630451179799|
+|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00017383482864743625|
+|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0001737919695784767|
+|pypi|[uritemplate](https://pypi.org/project/uritemplate)|0.00017302939632151375|
+|pypi|[glob2](https://pypi.org/project/glob2)|0.00017029831516352824|
+|pypi|[sphinx-autoapi](https://pypi.org/project/sphinx-autoapi)|0.00016969559677190997|
+|pypi|[xlsxwriter](https://github.com/jmcnamara/XlsxWriter)|0.00016962161970833923|
+|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00016950955024966618|
+|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00016950955024966618|
+|pypi|[orjson](https://pypi.org/project/orjson)|0.000168798513409146|
+|pypi|[django](https://pypi.org/project/django)|0.00016703630121578492|
+|pypi|[google-auth](https://github.com/googleapis/google-auth-library-python)|0.0001667670441780129|
+|pypi|[sh](https://pypi.org/project/sh)|0.00016591487423994858|
+|pypi|[python-Levenshtein](http://github.com/ztane/python-Levenshtein)|0.00016506265043182784|
+|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001647684383345127|
+|pypi|[bleach](https://pypi.org/project/bleach)|0.00016447281255068286|
+|pypi|[nnde](https://github.com/elwinter/nnde)|0.00016352824578790882|
+|pypi|[pyYAML](https://pyyaml.org/)|0.00016352824578790882|
+|pypi|[skimage](https://github.com/scikit-image/scikit-image)|0.00016352824578790882|
+|pypi|[clawpack](http://www.clawpack.org)|0.00016352824578790882|
+|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|0.00016352824578790882|
+|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|0.00016352824578790882|
+|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|0.00016352824578790882|
+|pypi|[tartiflette](https://tartiflette.io)|0.00016352824578790882|
+|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|0.00016352824578790882|
+|pypi|[PyEscape](https://github.com/qaviton/escape)|0.00016352824578790882|
+|pypi|[s3transfer](https://pypi.org/project/s3transfer)|0.00016281313668682062|
+|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|0.00016038347183044903|
+|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|0.00016014725433971286|
+|pypi|[tf-estimator-nightly](https://www.tensorflow.org/)|0.00015975612792193186|
+|pypi|[rich](https://pypi.org/project/rich)|0.00015792087824747556|
+|pypi|[lockfile](https://pypi.org/project/lockfile)|0.00015787854231434195|
+|pypi|[plotly](https://pypi.org/project/plotly)|0.0001575575708533222|
+|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00015542086440944742|
+|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.00015285204921739454|
+|pypi|[wmi](https://pypi.org/project/wmi)|0.000152714292408502|
+|pypi|[pygame](https://www.pygame.org)|0.00015141582896786068|
+|pypi|[prospector](https://pypi.org/project/prospector)|0.00015029201511340725|
+|pypi|[imageio](https://github.com/imageio/imageio)|0.0001500741279917131|
+|pypi|[absl-py](https://pypi.org/project/absl-py)|0.00014795187859003575|
+|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00014769604840997436|
+|pypi|[netcdf4](http://github.com/Unidata/netcdf4-python)|0.00014499301721887243|
+|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|0.00014444995044598613|
+|pypi|[notebook](https://pypi.org/project/notebook)|0.00014431081308689033|
+|pypi|[asgiref](https://pypi.org/project/asgiref)|0.00014275025888368763|
+|pypi|[numexpr](https://pypi.org/project/numexpr)|0.0001412616857869583|
+|pypi|[pytools](http://pypi.python.org/pypi/pytools)|0.00014016706781820755|
+|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|0.00014016706781820755|
+|pypi|[mdtraj](http://mdtraj.org)|0.00014016706781820755|
+|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|0.00014016706781820755|
+|pypi|[mamba](http://nestorsalceda.github.io/mamba)|0.00014016706781820755|
+|pypi|[msgpack-python](http://msgpack.org/)|0.00014016706781820755|
+|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|0.00014016706781820755|
+|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|0.00014016706781820755|
+|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|0.00014016706781820755|
+|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.0001401062341360791|
+|pypi|[unittest2](https://pypi.org/project/unittest2)|0.0001388377526944995|
+|pypi|[freesasa](http://freesasa.github.io/)|0.0001370840070940483|
+|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|0.0001369899476143282|
+|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|0.00013340462156382035|
+|pypi|[pyjwt](https://pypi.org/project/pyjwt)|0.0001297613807663799|
+|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00012885338381159157|
+|pypi|[pyxenon](https://pypi.org/project/pyxenon)|0.0001284459861248761|
+|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001284440039643211|
+|pypi|[cvxopt](http://cvxopt.org)|0.0001275520317145689|
+|pypi|[jax](https://pypi.org/project/jax)|0.00012557105535474845|
+|pypi|[nrel-pysam](https://nrel-pysam.readthedocs.io)|0.0001254057234886026|
+|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.0001252081268582755|
+|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00012412298369004912|
+|pypi|[botocore](https://github.com/boto/botocore)|0.0001235502058712548|
+|pypi|[torch](https://pytorch.org/)|0.0001230506487628991|
+|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|0.00012264618434093162|
+|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|0.00012264618434093162|
+|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|0.00012264618434093162|
+|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|0.00012264618434093162|
+|pypi|[simframe](https://github.com/stammler/simframe)|0.00012264618434093162|
+|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|0.00012264618434093162|
+|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00012264618434093162|
+|pypi|[gemmi](https://project-gemmi.github.io/)|0.00012264618434093162|
+|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|0.00012264618434093162|
+|pypi|[chevron](https://github.com/noahmorrison/chevron)|0.00012250991080277503|
+|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00012192262920719587|
+|pypi|[bz2file](https://github.com/nvawda/bz2file)|0.0001214197224975223|
+|pypi|[boto](https://github.com/boto/boto/)|0.0001214197224975223|
+|pypi|[grapheme](https://github.com/alvinlindstam/grapheme)|0.00012117688305252725|
+|pypi|[about-time](https://github.com/rsalmei/about-time)|0.00012117688305252725|
+|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00012001992839292951|
+|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|0.0001192977488319411|
+|pypi|[sos](https://github.com/vatlab/SoS)|0.00011895388868603619|
+|pypi|[jupyter-client](https://jupyter.org)|0.00011879315609681471|
+|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.00011843869299519991|
+|pypi|[sqlalchemy](https://pypi.org/project/sqlalchemy)|0.00011801283745408966|
+|pypi|[yapf](https://pypi.org/project/yapf)|0.00011766104795318757|
+|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00011759398285733745|
+|pypi|[markdown](https://pypi.org/project/markdown)|0.00011718820670456718|
+|pypi|[wasabi](https://pypi.org/project/wasabi)|0.00011676635882324035|
+|pypi|[tifffile](https://www.lfd.uci.edu/~gohlke/)|0.00011662182755474471|
+|pypi|[voluptuous](https://pypi.org/project/voluptuous)|0.00011618728585586862|
+|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00011600263879267199|
+|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011511148161655305|
+|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|0.00011485105555046115|
+|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011483714748721225|
+|pypi|[sos-notebook](https://github.com/vatlab/SOS)|0.00011469354754577224|
+|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|0.00011430624380574827|
+|pypi|[segments](https://github.com/cldf/segments)|0.00011430624380574827|
+|pypi|[pyamg](https://pypi.org/project/pyamg)|0.00011353562769688911|
+|pypi|[tabulate](https://pypi.org/project/tabulate)|0.000113511540327186|
+|pypi|[distro](https://github.com/python-distro/distro)|0.00011213365425456604|
+|pypi|[mistune](https://pypi.org/project/mistune)|0.00011188813476607296|
+|pypi|[ratelimit](https://pypi.org/project/ratelimit)|0.00011160802775024778|
+|pypi|[backoff](https://pypi.org/project/backoff)|0.00011160802775024778|
+|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00010999415891672482|
+|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|0.00010901883052527254|
+|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|0.00010901883052527254|
+|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|0.00010901883052527254|
+|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|0.00010901883052527254|
+|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|0.00010901883052527254|
+|pypi|[tmm](http://pypi.python.org/pypi/tmm)|0.00010901883052527254|
+|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|0.00010901883052527254|
+|pypi|[lda](https://pypi.org/project/lda)|0.00010901883052527254|
+|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|0.00010901883052527254|
+|pypi|[html2text](https://github.com/Alir3z4/html2text/)|0.00010901883052527254|
+|pypi|[metapredict](https://github.com/idptools/metapredict.git)|0.00010901883052527254|
+|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|0.00010901883052527254|
+|pypi|[protfasta](https://pypi.org/project/protfasta)|0.00010901883052527254|
+|pypi|[theano](http://deeplearning.net/software/theano/)|0.00010901883052527254|
+|pypi|[pycairo](https://pycairo.readthedocs.io)|0.00010901883052527254|
+|pypi|[pygobject](https://pygobject.readthedocs.io)|0.00010901883052527254|
+|pypi|[genicam](https://www.emva.org)|0.00010901883052527254|
+|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|0.00010900272547076313|
+|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010864881896749138|
+|pypi|[nestle](http://github.com/kbarbary/nestle)|0.00010792864222001981|
+|pypi|[photutils](https://github.com/astropy/photutils)|0.00010792864222001981|
+|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|0.00010709453270706126|
+|pypi|[casadi](https://pypi.org/project/casadi)|0.00010613157179010079|
+|pypi|[pep517](https://pypi.org/project/pep517)|0.00010606594720562095|
+|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.00010605980338092111|
+|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|0.00010595698447100115|
+|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00010560168791825157|
+|pypi|[retrying](https://pypi.org/project/retrying)|0.00010549283559858663|
+|pypi|[furo](https://pypi.org/project/furo)|0.00010455382339086713|
+|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|0.00010286351408749822|
+|pypi|[websocket-client](https://github.com/websocket-client/websocket-client.git)|0.00010240648574970682|
+|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|0.00010207372719147552|
+|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010181226107886166|
+|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.00010123690081519565|
+|pypi|[pbr](https://pypi.org/project/pbr)|0.00010085318384539147|
+|pypi|[python-dotenv](https://pypi.org/project/python-dotenv)|0.00010071882546795517|
+|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00010043120984878717|
+|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|0.00010037200875573383|
+|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|9.984151527629655e-05|
+|pypi|[gitpython](https://github.com/gitpython-developers/GitPython)|9.965862348751349e-05|
+|pypi|[fastprogress](https://github.com/fastai/fastprogress)|9.905163869997608e-05|
+|pypi|[pyOpenSSL](https://pyopenssl.org/)|9.888861002080823e-05|
+|pypi|[email-validator](https://pypi.org/project/email-validator)|9.847006066282578e-05|
+|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|9.839518493881281e-05|
+|pypi|[build](https://pypi.org/project/build)|9.825878203804299e-05|
+|pypi|[DendroPy](http://packages.python.org/DendroPy/)|9.81169474727453e-05|
+|pypi|[disksurf](https://github.com/richteague/disksurf)|9.81169474727453e-05|
+|pypi|[gofish](https://github.com/richteague/gofish)|9.81169474727453e-05|
+|pypi|[simpleitk](http://simpleitk.org/)|9.81169474727453e-05|
+|pypi|[Cerberus](http://docs.python-cerberus.org)|9.81169474727453e-05|
+|pypi|[CoolProp](http://www.coolprop.org)|9.81169474727453e-05|
+|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|9.81169474727453e-05|
+|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|9.81169474727453e-05|
+|pypi|[sisyphe](https://sisyphe.readthedocs.io)|9.81169474727453e-05|
+|pypi|[pykeops](http://www.kernel-operations.io/)|9.81169474727453e-05|
+|pypi|[keopscore](http://www.kernel-operations.io/)|9.81169474727453e-05|
+|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|9.81169474727453e-05|
+|pypi|[Unidecode](https://pypi.org/project/Unidecode)|9.811694747274529e-05|
+|pypi|[igraph](https://igraph.org/python)|9.737861744301288e-05|
+|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|9.713577799801784e-05|
+|pypi|[CommonMark](https://github.com/rtfd/CommonMark-py)|9.713577799801784e-05|
+|pypi|[shapely](https://github.com/shapely/shapely)|9.664278287080967e-05|
+|pypi|[websockets](https://pypi.org/project/websockets)|9.659507223755e-05|
+|pypi|[cftime](https://pypi.org/project/cftime)|9.645269899509448e-05|
+|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|9.616442021803766e-05|
+|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|9.600172729169917e-05|
+|pypi|[async-timeout](https://pypi.org/project/async-timeout)|9.349356189356707e-05|
+|pypi|[xyzservices](https://github.com/geopandas/xyzservices)|9.33299445823171e-05|
+|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|9.321110009910804e-05|
+|pypi|[keyring](https://pypi.org/project/keyring)|9.28921399965929e-05|
+|pypi|[freezegun](https://pypi.org/project/freezegun)|9.263205723449705e-05|
+|pypi|[nptyping](https://pypi.org/project/nptyping)|9.182086009287454e-05|
+|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.169324168316109e-05|
+|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|9.029033772128614e-05|
+|pypi|[cymem](https://pypi.org/project/cymem)|8.97841982682354e-05|
+|pypi|[murmurhash](https://pypi.org/project/murmurhash)|8.97841982682354e-05|
+|pypi|[reno](https://docs.openstack.org/reno/latest/)|8.938033413563641e-05|
+|pypi|[edlib](https://github.com/Martinsos/edlib)|8.919722497522299e-05|
+|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|8.919722497522299e-05|
+|pypi|[ultranest](https://github.com/JohannesBuchner/ultranest)|8.919722497522299e-05|
+|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|8.919722497522299e-05|
+|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|8.919722497522299e-05|
+|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|8.919722497522299e-05|
+|pypi|[filetype](https://github.com/h2non/filetype.py)|8.919722497522299e-05|
+|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|8.912289395441031e-05|
+|pypi|[invoke](https://pypi.org/project/invoke)|8.733664236314112e-05|
+|pypi|[Six](https://pypi.org/project/Six)|8.70603478468222e-05|
+|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|8.70583936510291e-05|
+|pypi|[dnspython](https://pypi.org/project/dnspython)|8.69736655811978e-05|
+|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|8.69390537275624e-05|
+|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.683794557121198e-05|
+|pypi|[pylint](https://pypi.org/project/pylint)|8.65494903339559e-05|
+|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.579249522157725e-05|
+|pypi|[libsvm](https://github.com/ocampor/libsvm)|8.52835351402594e-05|
+|pypi|[webcolors](https://pypi.org/project/webcolors)|8.523661671103628e-05|
+|pypi|[whoosh](https://pypi.org/project/whoosh)|8.454801793855302e-05|
+|pypi|[rfc3986](https://pypi.org/project/rfc3986)|8.428143138034262e-05|
+|pypi|[pyzmq](https://pypi.org/project/pyzmq)|8.406661441306368e-05|
+|pypi|[blinker](https://pypi.org/project/blinker)|8.383502261162145e-05|
+|pypi|[wsaccel](https://pypi.org/project/wsaccel)|8.333555925244229e-05|
+|pypi|[pooch](https://pypi.org/project/pooch)|8.311804620383905e-05|
+|pypi|[timeout-decorator](https://pypi.org/project/timeout-decorator)|8.263286669970267e-05|
+|pypi|[boto3](https://github.com/boto/boto3)|8.259426949386473e-05|
+|pypi|[types-urllib3](https://pypi.org/project/types-urllib3)|8.183063784619739e-05|
+|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.176535169904044e-05|
+|pypi|[scikit-bio](http://scikit-bio.org)|8.176412289395441e-05|
+|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|8.176412289395441e-05|
+|pypi|[gpytorch](https://gpytorch.ai)|8.176412289395441e-05|
+|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|8.152478996630289e-05|
+|pypi|[asdf](https://pypi.org/project/asdf)|8.152478996630289e-05|
+|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|8.13961843409316e-05|
+|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.105931478464209e-05|
+|pypi|[terminado](https://pypi.org/project/terminado)|8.105931478464209e-05|
+|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|8.094648166501486e-05|
+|pypi|[dash](https://plotly.com/dash)|8.082498610417619e-05|
+|pypi|[typed-ast](https://pypi.org/project/typed-ast)|8.078406896308077e-05|
+|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|8.073978267492346e-05|
+|pypi|[flaky](https://pypi.org/project/flaky)|8.056366206080037e-05|
+|pypi|[qtpy](https://pypi.org/project/qtpy)|7.992503942517996e-05|
+|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|7.96416083279857e-05|
+|pypi|[ppft](https://github.com/uqfoundation/ppft)|7.951501491425267e-05|
+|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|7.937173177587634e-05|
+|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|7.915331138339209e-05|
+|pypi|[trio](https://pypi.org/project/trio)|7.872709285627796e-05|
+|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|7.843204265062711e-05|
+|pypi|[tensorflow](https://pypi.org/project/tensorflow)|7.840886482170481e-05|
+|pypi|[texttable](https://github.com/foutaise/texttable/)|7.814580887398033e-05|
+|pypi|[pyglet](https://pypi.org/project/pyglet)|7.779272263910519e-05|
+|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|7.779272263910519e-05|
+|pypi|[uncertainties](https://pypi.org/project/uncertainties)|7.752498458264457e-05|
+|pypi|[patsy](https://pypi.org/project/patsy)|7.727294332851502e-05|
+|pypi|[aiosignal](https://github.com/aio-libs/aiosignal)|7.701919285113426e-05|
+|pypi|[dash-table](https://pypi.org/project/dash-table)|7.678035259252428e-05|
+|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|7.678035259252428e-05|
+|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|7.678035259252428e-05|
+|pypi|[gmsh](https://gmsh.info)|7.676208243455955e-05|
+|pypi|[distributed](https://distributed.dask.org)|7.637129427232197e-05|
+|pypi|[tensorboard](https://github.com/tensorflow/tensorboard)|7.609899427452755e-05|
+|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|7.586542545660485e-05|
+|pypi|[contextvars](https://pypi.org/project/contextvars)|7.565648609518939e-05|
+|pypi|[bokeh](https://pypi.org/project/bokeh)|7.55065926784336e-05|
+|pypi|[yt](https://github.com/yt-project/yt)|7.547457497903485e-05|
+|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|7.547457497903485e-05|
+|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|7.547457497903485e-05|
+|pypi|[coramin](https://github.com/Coramin/Coramin)|7.547457497903485e-05|
+|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|7.547457497903485e-05|
+|pypi|[bidict](https://bidict.readthedocs.io)|7.547457497903485e-05|
+|pypi|[cached-property](https://github.com/pydanny/cached-property)|7.547457497903485e-05|
+|pypi|[sphinx-math-dollar](https://github.com/sympy/sphinx-math-dollar/)|7.547457497903485e-05|
+|pypi|[pickleshare](https://pypi.org/project/pickleshare)|7.43909198333671e-05|
+|pypi|[jedi](https://pypi.org/project/jedi)|7.43909198333671e-05|
+|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|7.399845204347612e-05|
+|pypi|[backcall](https://pypi.org/project/backcall)|7.399845204347612e-05|
+|pypi|[coveralls](https://pypi.org/project/coveralls)|7.388551662729253e-05|
+|pypi|[testpath](https://pypi.org/project/testpath)|7.328626704432977e-05|
+|pypi|[deprecated](https://pypi.org/project/deprecated)|7.318278824974211e-05|
+|pypi|[nbclient](https://pypi.org/project/nbclient)|7.25826439703226e-05|
+|pypi|[pkginfo](https://pypi.org/project/pkginfo)|7.250739768361317e-05|
+|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|7.208583361295315e-05|
+|pypi|[alembic](https://pypi.org/project/alembic)|7.113478691774033e-05|
+|pypi|[pytest-mock](https://pypi.org/project/pytest-mock)|7.037773836127011e-05|
+|pypi|[area](https://github.com/scisco/area)|7.008353390910378e-05|
+|pypi|[StringDist](https://github.com/obulkin/string-dist)|7.008353390910378e-05|
+|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|7.008353390910378e-05|
+|pypi|[thermo](https://github.com/CalebBell/thermo)|7.008353390910378e-05|
+|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|7.008353390910378e-05|
+|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|7.008353390910378e-05|
+|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|7.008353390910378e-05|
+|pypi|[Sequoya](https://github.com/benhid/Sequoya)|7.008353390910378e-05|
+|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|7.008353390910378e-05|
+|pypi|[pyMSA](https://github.com/benhid/pyMSA)|7.008353390910378e-05|
+|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|7.008353390910378e-05|
+|pypi|[sgp4](https://pypi.org/project/sgp4)|6.996100687130077e-05|
+|pypi|[skyfield](https://pypi.org/project/skyfield)|6.996100687130077e-05|
+|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|6.996100687130077e-05|
+|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|6.996100687130077e-05|
+|pypi|[jplephem](https://pypi.org/project/jplephem)|6.996100687130077e-05|
+|pypi|[dicttoxml](https://pypi.org/project/dicttoxml)|6.980964423635556e-05|
+|pypi|[shap](https://pypi.org/project/shap)|6.946571763221912e-05|
+|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|6.941817025028645e-05|
+|pypi|[debugpy](https://pypi.org/project/debugpy)|6.929252529935036e-05|
+|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|6.929252529935036e-05|
+|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|6.925195521942446e-05|
+|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|6.885054416663274e-05|
+|pypi|[emoji](https://pypi.org/project/emoji)|6.850871567655803e-05|
+|pypi|[localconfig](https://github.com/maxzheng/localconfig)|6.806863230921704e-05|
+|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|6.806863230921704e-05|
+|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|6.806863230921704e-05|
+|pypi|[pythutils](https://github.com/JolleJolles)|6.806863230921704e-05|
+|pypi|[cupy](https://pypi.org/project/cupy)|6.758047029010509e-05|
+|pypi|[netifaces](https://github.com/al45tair/netifaces)|6.75594053518335e-05|
+|pypi|[python-socks](https://pypi.org/project/python-socks)|6.730815588276935e-05|
+|pypi|[typer](https://pypi.org/project/typer)|6.70842047331298e-05|
+|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|6.696452304253819e-05|
+|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|6.587852187455755e-05|
+|pypi|[google-pasta](https://pypi.org/project/google-pasta)|6.544758339411086e-05|
+|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|6.541129831516353e-05|
+|pypi|[scikit-video](http://scikit-video.org/)|6.541129831516353e-05|
+|pypi|[h11](https://github.com/python-hyper/h11)|6.541129831516353e-05|
+|pypi|[blosc](http://github.com/blosc/python-blosc)|6.541129831516353e-05|
+|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|6.541129831516353e-05|
+|pypi|[mccabe](https://pypi.org/project/mccabe)|6.529470594403371e-05|
+|pypi|[plac](https://pypi.org/project/plac)|6.517310118028651e-05|
+|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|6.483435247240621e-05|
+|pypi|[astunparse](https://pypi.org/project/astunparse)|6.483435247240621e-05|
+|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|6.47016801494388e-05|
+|pypi|[paramiko](https://paramiko.org)|6.452884580132194e-05|
+|pypi|[libcst](https://pypi.org/project/libcst)|6.437423138184907e-05|
+|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|6.437423138184907e-05|
+|pypi|[Theano](http://deeplearning.net/software/theano/)|6.43211100099108e-05|
+|pypi|[tblib](https://pypi.org/project/tblib)|6.393344784798226e-05|
+|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|6.372867120314203e-05|
+|pypi|[pyfiglet](https://github.com/pwaller/pyfiglet)|6.364691461060978e-05|
+|pypi|[myst-parser](https://pypi.org/project/myst-parser)|6.338866993681773e-05|
+|pypi|[markupsafe](https://pypi.org/project/markupsafe)|6.31230544814975e-05|
+|pypi|[srsly](https://pypi.org/project/srsly)|6.280203771323045e-05|
+|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|6.22316625581844e-05|
+|pypi|[psycopg2-binary](https://pypi.org/project/psycopg2-binary)|6.219779559720094e-05|
+|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|6.19446664496842e-05|
+|pypi|[bfit](https://github.com/dfujim/bfit)|6.132309217046581e-05|
+|pypi|[bdata](https://github.com/dfujim/bdata)|6.132309217046581e-05|
+|pypi|[mud-py](https://github.com/dfujim/mudpy)|6.132309217046581e-05|
+|pypi|[julia](http://julialang.org)|6.132309217046581e-05|
+|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|6.132309217046581e-05|
+|pypi|[objsize](https://github.com/liran-funaro/objsize)|6.132309217046581e-05|
+|pypi|[pyflakes](https://pypi.org/project/pyflakes)|6.097756025523292e-05|
+|pypi|[python-louvain](https://pypi.org/project/python-louvain)|6.091606367763423e-05|
+|pypi|[miniball](https://github.com/marmakoide/miniball)|6.070986124876115e-05|
+|pypi|[pynacl](https://pypi.org/project/pynacl)|6.035695200652113e-05|
+|pypi|[randomgen](https://github.com/bashtage/randomgen)|6.0313064770011074e-05|
+|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|5.9501735009910796e-05|
+|pypi|[pretend](https://pypi.org/project/pretend)|5.938054618517378e-05|
+|pypi|[rdflib](https://github.com/RDFLib/rdflib)|5.929261645193266e-05|
+|pypi|[hiredis](https://pypi.org/project/hiredis)|5.821498477983859e-05|
+|pypi|[PyNaCl](https://github.com/pyca/pynacl/)|5.771585145455605e-05|
+|pypi|[isatools](https://github.com/ISA-tools/isa-api)|5.771585145455605e-05|
+|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|5.771585145455605e-05|
+|pypi|[spacy-legacy](https://spacy.io)|5.7006833844239055e-05|
+|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|5.69623389494549e-05|
+|pypi|[autopep8](https://github.com/hhatto/autopep8)|5.680744331410191e-05|
+|pypi|[types-backports](https://pypi.org/project/types-backports)|5.680358027750247e-05|
+|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|5.650585743614861e-05|
+|pypi|[curio](https://pypi.org/project/curio)|5.6487251429122385e-05|
+|pypi|[spglib](http://spglib.github.io/spglib/)|5.627484206639199e-05|
+|pypi|[path](https://pypi.org/project/path)|5.609057846096457e-05|
+|pypi|[click-plugins](https://pypi.org/project/click-plugins)|5.570392552166629e-05|
+|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|5.5637196268070124e-05|
+|pypi|[kombu](https://pypi.org/project/kombu)|5.5426253840824426e-05|
+|pypi|[isodate](https://github.com/gweis/isodate/)|5.494685332011895e-05|
+|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|5.450941526263627e-05|
+|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.450941526263627e-05|
+|pypi|[Pint](https://github.com/hgrecco/pint)|5.450941526263627e-05|
+|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.449877842858481e-05|
+|pypi|[pydub](http://pydub.com)|5.443154466940393e-05|
+|pypi|[pyscf](http://www.pyscf.org)|5.419670335402431e-05|
+|pypi|[moviepy](https://zulko.github.io/moviepy/)|5.40271271219057e-05|
+|pypi|[language-data](https://pypi.org/project/language-data)|5.396432111000991e-05|
+|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|5.363989433283394e-05|
+|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|5.3424677898909806e-05|
+|pypi|[google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib)|5.3375757275607486e-05|
+|pypi|[traittypes](https://pypi.org/project/traittypes)|5.319114649618473e-05|
+|pypi|[geographiclib](https://pypi.org/project/geographiclib)|5.317810066543962e-05|
+|pypi|[werkzeug](https://palletsprojects.com/p/werkzeug/)|5.310182050870736e-05|
+|pypi|[monty](https://github.com/materialsvirtuallab/monty)|5.280336154294305e-05|
+|pypi|[fastparquet](https://pypi.org/project/fastparquet)|5.254955088995355e-05|
+|pypi|[pip-run](https://github.com/jaraco/pip-run)|5.215437631027728e-05|
+|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|5.184990089197225e-05|
+|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|5.1640498669865946e-05|
+|pypi|[sos-python](https://github.com/vatlab/SOS)|5.1640498669865946e-05|
+|pypi|[sos-ruby](https://github.com/vatlab/SOS)|5.1640498669865946e-05|
+|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|5.1640498669865946e-05|
+|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|5.1640498669865946e-05|
+|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|5.1640498669865946e-05|
+|pypi|[Cython](http://cython.org/)|5.1640498669865946e-05|
+|pypi|[BioPython](https://biopython.org/)|5.1640498669865946e-05|
+|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|5.1640498669865946e-05|
+|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|5.1640498669865946e-05|
+|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|5.1640498669865946e-05|
+|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|5.1640498669865946e-05|
+|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|5.1476179521644755e-05|
+|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|5.102081268582755e-05|
+|pypi|[pyreadline](https://pypi.org/project/pyreadline)|5.102081268582755e-05|
+|pypi|[monotonic](https://pypi.org/project/monotonic)|5.102081268582755e-05|
+|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|5.092267323996517e-05|
+|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|5.045974163562431e-05|
+|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|5.043322852160956e-05|
+|pypi|[vine](https://pypi.org/project/vine)|5.0332592482702695e-05|
+|pypi|[natsort](https://github.com/SethMMorton/natsort)|5.001732871654062e-05|
+|pypi|[nanopack](https://github.com/wdecoster/nanopack)|4.905847373637265e-05|
+|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|4.905847373637265e-05|
+|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|4.905847373637265e-05|
+|pypi|[nanoget](https://github.com/wdecoster/nanoget)|4.905847373637265e-05|
+|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|4.905847373637265e-05|
+|pypi|[nanomath](https://github.com/wdecoster/nanomath)|4.905847373637265e-05|
+|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|4.905847373637265e-05|
+|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|4.905847373637265e-05|
+|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|4.905847373637265e-05|
+|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|4.905847373637265e-05|
+|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|4.899773170338086e-05|
+|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.869700856368203e-05|
+|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|4.849162492720653e-05|
+|pypi|[awscrt](https://pypi.org/project/awscrt)|4.8347088943784104e-05|
+|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|4.766400940702724e-05|
+|pypi|[openpyxl](https://pypi.org/project/openpyxl)|4.7246972857591294e-05|
+|pypi|[arviz](https://pypi.org/project/arviz)|4.7187923730007044e-05|
+|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|4.6722355939402516e-05|
+|pypi|[billiard](https://pypi.org/project/billiard)|4.665705166044782e-05|
+|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|4.660725753649935e-05|
+|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|4.660725753649935e-05|
+|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|4.660725753649935e-05|
+|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|4.660725753649935e-05|
+|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|4.651157281745458e-05|
+|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|4.625513238000849e-05|
+|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|4.625513238000849e-05|
+|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|4.625513238000849e-05|
+|pypi|[xarray](https://github.com/pydata/xarray)|4.6082288198775876e-05|
+|pypi|[distlib](https://pypi.org/project/distlib)|4.592694319012616e-05|
+|pypi|[asv](https://pypi.org/project/asv)|4.5544603141569996e-05|
+|pypi|[kaleido](https://pypi.org/project/kaleido)|4.5544603141569996e-05|
+|pypi|[celery](http://celeryproject.org)|4.512607389545425e-05|
+|pypi|[zarr](https://pypi.org/project/zarr)|4.490434203497763e-05|
+|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|4.435795486468583e-05|
+|pypi|[appnope](https://pypi.org/project/appnope)|4.435795486468583e-05|
+|pypi|[ray](https://pypi.org/project/ray)|4.435730757519671e-05|
+|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|4.425483151635282e-05|
+|pypi|[meshio](https://github.com/nschloe/meshio)|4.4212377067927124e-05|
+|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|4.418869876989448e-05|
+|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|4.415262636273539e-05|
+|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.362673900159113e-05|
+|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|4.3584240608823204e-05|
+|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|4.3584240608823204e-05|
+|pypi|[types-docutils](https://pypi.org/project/types-docutils)|4.3320592865644854e-05|
+|pypi|[pymatgen](https://pypi.org/project/pymatgen)|4.3227509250009544e-05|
+|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|4.316149082633886e-05|
+|pypi|[rfc3987](https://pypi.org/project/rfc3987)|4.30294125826743e-05|
+|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|4.29555996035679e-05|
+|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|4.29555996035679e-05|
+|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|4.29555996035679e-05|
+|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|4.2908994053518336e-05|
+|pypi|[cligj](https://pypi.org/project/cligj)|4.2880304024234095e-05|
+|pypi|[stack-data](https://pypi.org/project/stack-data)|4.265828018975719e-05|
+|pypi|[elasticsearch](https://pypi.org/project/elasticsearch)|4.260263234339223e-05|
+|pypi|[djangorestframework](https://www.django-rest-framework.org/)|4.253420453646587e-05|
+|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|4.238652130822596e-05|
+|pypi|[mopti](https://github.com/basf/mopti)|4.210852329038653e-05|
+|pypi|[ipaddr](https://github.com/google/ipaddr-py)|4.2050120345462266e-05|
+|pypi|[progress](http://github.com/verigak/progress/)|4.2050120345462266e-05|
+|pypi|[pytoml](https://github.com/avakar/pytoml)|4.2050120345462266e-05|
+|pypi|[waitress](https://pypi.org/project/waitress)|4.158296190338288e-05|
+|pypi|[pymongo](https://pypi.org/project/pymongo)|4.153705236772619e-05|
+|pypi|[parso](https://pypi.org/project/parso)|4.133767484626653e-05|
+|pypi|[docker](https://github.com/docker/docker-py)|4.100984052617356e-05|
+|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|4.096534503594915e-05|
+|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|4.096534503594915e-05|
+|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|4.093316402378592e-05|
+|pypi|[snakemake](https://snakemake.readthedocs.io)|4.0882061446977205e-05|
+|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|4.0882061446977205e-05|
+|pypi|[datrie](https://github.com/kmike/datrie)|4.0882061446977205e-05|
+|pypi|[toposort](https://pypi.org/project/toposort)|4.0882061446977205e-05|
+|pypi|[trackpy](https://github.com/soft-matter/trackpy)|4.0882061446977205e-05|
+|pypi|[anyio](https://pypi.org/project/anyio)|4.076463373753862e-05|
+|pypi|[simplejson](https://pypi.org/project/simplejson)|4.076108391820553e-05|
+|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|4.075026003696141e-05|
+|pypi|[cdsapi](https://github.com/ecmwf/cdsapi)|4.0741175573683e-05|
+|pypi|[shiboken6](https://pypi.org/project/shiboken6)|4.047324083250743e-05|
+|pypi|[colorlover](https://pypi.org/project/colorlover)|4.0394029492146436e-05|
+|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|4.0394029492146436e-05|
+|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|4.0394029492146436e-05|
+|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|4.0394029492146436e-05|
+|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|4.0394029492146436e-05|
+|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|4.0394029492146436e-05|
+|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|4.0394029492146436e-05|
+|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|4.0394029492146436e-05|
+|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|4.0394029492146436e-05|
+|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|4.0394029492146436e-05|
+|pypi|[yarl](https://pypi.org/project/yarl)|4.0143825430822656e-05|
+|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.9315741186464673e-05|
+|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|3.924677898909811e-05|
+|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|3.924677898909811e-05|
+|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|3.8970431435383934e-05|
+|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.8927962041740015e-05|
+|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|3.840189079919614e-05|
+|pypi|[GitPython](https://pypi.org/project/GitPython)|3.821228739177294e-05|
+|pypi|[Brotli](https://pypi.org/project/Brotli)|3.8205816847101885e-05|
+|pypi|[recommonmark](https://pypi.org/project/recommonmark)|3.7821984614439524e-05|
+|pypi|[eemont](https://github.com/davemlz/eemont)|3.773728748951742e-05|
+|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|3.773728748951742e-05|
+|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|3.773728748951742e-05|
+|pypi|[myst-nb](https://pypi.org/project/myst-nb)|3.752482656095144e-05|
+|pypi|[opencv-python](https://github.com/skvark/opencv-python)|3.749186752915872e-05|
+|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|3.723538156590684e-05|
+|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|3.698142309870506e-05|
+|pypi|[rasterio](https://pypi.org/project/rasterio)|3.682770533059531e-05|
+|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|3.6339610175090845e-05|
+|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|3.6339610175090845e-05|
+|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|3.6339610175090845e-05|
+|pypi|[pip-api](https://pypi.org/project/pip-api)|3.599929641228939e-05|
+|pypi|[requirementslib](https://pypi.org/project/requirementslib)|3.599929641228939e-05|
+|pypi|[pipreqs](https://pypi.org/project/pipreqs)|3.599929641228939e-05|
+|pypi|[aenum](https://github.com/ethanfurman/aenum)|3.5976214073339936e-05|
+|pypi|[uwsgi](https://pypi.org/project/uwsgi)|3.562305448149751e-05|
+|pypi|[pypblib](https://pypi.org/project/pypblib)|3.561645193260654e-05|
+|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|3.561645193260654e-05|
+|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|3.5543646199807966e-05|
+|pypi|[towncrier](https://pypi.org/project/towncrier)|3.489760356015991e-05|
+|pypi|[zope.interface](https://pypi.org/project/zope.interface)|3.458677790922781e-05|
+|pypi|[service-identity](https://pypi.org/project/service-identity)|3.426042243187932e-05|
+|pypi|[testfixtures](https://pypi.org/project/testfixtures)|3.420853467857605e-05|
+|pypi|[humanfriendly](https://humanfriendly.readthedocs.io)|3.3924677898909806e-05|
+|pypi|[Celery](http://celeryproject.org)|3.383343016301562e-05|
+|pypi|[DAWG](https://pypi.org/project/DAWG)|3.383343016301562e-05|
+|pypi|[django-nose](https://pypi.org/project/django-nose)|3.383343016301562e-05|
+|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|3.383343016301562e-05|
+|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|3.372770069375619e-05|
+|pypi|[tensorflow-gpu](https://www.tensorflow.org/)|3.3535686207089405e-05|
+|pypi|[dominate](https://github.com/Knio/dominate/)|3.346039490737211e-05|
+|pypi|[visitor](http://github.com/mbr/visitor)|3.346039490737211e-05|
+|pypi|[pydantic](https://pypi.org/project/pydantic)|3.293106329756218e-05|
+|pypi|[keystoneauth1](https://pypi.org/project/keystoneauth1)|3.291823587710604e-05|
+|pypi|[ipdb](https://pypi.org/project/ipdb)|3.258331545606535e-05|
+|pypi|[capturer](https://pypi.org/project/capturer)|3.2378592666005954e-05|
+|pypi|[mlflow](https://pypi.org/project/mlflow)|3.2176890249396233e-05|
+|pypi|[sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|3.2062851797876536e-05|
+|pypi|[httplib2](https://github.com/httplib2/httplib2)|3.2054583504687495e-05|
+|pypi|[pyfftw](https://pypi.org/project/pyfftw)|3.1961114673817996e-05|
+|pypi|[pybind11](https://github.com/pybind/pybind11)|3.190063473828384e-05|
+|pypi|[partd](https://pypi.org/project/partd)|3.1286640172728045e-05|
+|pypi|[ini2toml](https://github.com/abravalheri/ini2toml/)|3.1096867178751335e-05|
+|pypi|[sphinx-autobuild](https://github.com/executablebooks/sphinx-autobuild)|3.0939412908051144e-05|
+|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.093140155467539e-05|
+|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|3.0851178977305e-05|
+|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|3.07988306851242e-05|
+|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|3.07988306851242e-05|
+|pypi|[PyQt5](https://www.riverbankcomputing.com/software/pyqt/)|3.071742052618867e-05|
+|pypi|[pyenchant](https://pyenchant.github.io/pyenchant/)|3.0661546085232904e-05|
+|pypi|[tablib](https://pypi.org/project/tablib)|3.0354930624380574e-05|
+|pypi|[stfio](https://pypi.org/project/stfio)|3.0354930624380574e-05|
+|pypi|[klusta](https://klusta.cortexlab.net)|3.0354930624380574e-05|
+|pypi|[igor](http://blog.tremily.us/posts/igor/)|3.0354930624380574e-05|
+|pypi|[wslink](https://pypi.org/project/wslink)|3.009637634721094e-05|
+|pypi|[itk](https://itk.org/)|2.9990396522138704e-05|
+|pypi|[sniffio](https://pypi.org/project/sniffio)|2.9953936004530643e-05|
+|pypi|[mcfly](https://github.com/NLeSC/mcfly)|2.973240832507433e-05|
+|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|2.9245016519987576e-05|
+|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|2.9245016519987576e-05|
+|pypi|[fiona](http://github.com/Toblerity/Fiona)|2.9190709211838176e-05|
+|pypi|[vtk](https://vtk.org)|2.9049599660536338e-05|
+|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.901270580085354e-05|
+|pypi|[uri-template](https://pypi.org/project/uri-template)|2.901270580085354e-05|
+|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|2.901270580085354e-05|
+|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|2.901270580085354e-05|
+|pypi|[isoduration](https://pypi.org/project/isoduration)|2.901270580085354e-05|
+|pypi|[fqdn](https://pypi.org/project/fqdn)|2.901270580085354e-05|
+|pypi|[sigtools](https://sigtools.readthedocs.io/)|2.8985381565906832e-05|
+|pypi|[Mako](https://pypi.org/project/Mako)|2.893407385478744e-05|
+|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|2.8875437116334062e-05|
+|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|2.8875437116334062e-05|
+|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|2.8857925727278025e-05|
+|pypi|[asteval](https://pypi.org/project/asteval)|2.8857925727278025e-05|
+|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|2.8857925727278025e-05|
+|pypi|[ua-parser](https://pypi.org/project/ua-parser)|2.8857925727278025e-05|
+|pypi|[wincertstore](https://pypi.org/project/wincertstore)|2.8857925727278025e-05|
+|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|2.8857925727278025e-05|
+|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|2.8857925727278025e-05|
+|pypi|[meshcut](https://pypi.org/project/meshcut)|2.8857925727278025e-05|
+|pypi|[trimesh](https://pypi.org/project/trimesh)|2.8857925727278025e-05|
+|pypi|[datatable](https://pypi.org/project/datatable)|2.878097125867195e-05|
+|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|2.8583656185241916e-05|
+|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|2.8583656185241916e-05|
+|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|2.8583656185241916e-05|
+|pypi|[od](https://pypi.org/project/od)|2.8331268582755202e-05|
+|pypi|[ordereddict](https://pypi.org/project/ordereddict)|2.8147296053029368e-05|
+|pypi|[h2](https://pypi.org/project/h2)|2.7893246495823304e-05|
+|pypi|[mkdocs](https://pypi.org/project/mkdocs)|2.7785143789924296e-05|
+|pypi|[PySide](http://www.pyside.org)|2.7753079428005094e-05|
+|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|2.7753079428005094e-05|
+|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|2.7422428909049325e-05|
+|pypi|[types-toml](https://pypi.org/project/types-toml)|2.686052845157496e-05|
+|pypi|[nltk](https://www.nltk.org/)|2.6509881035719908e-05|
+|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|2.6442517343904853e-05|
+|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.634712407091473e-05|
+|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|2.6170755926255536e-05|
+|pypi|[livereload](https://pypi.org/project/livereload)|2.5592579286422198e-05|
+|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|2.54708928003407e-05|
+|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|2.54708928003407e-05|
+|pypi|[cfgrib](https://pypi.org/project/cfgrib)|2.54708928003407e-05|
+|pypi|[pydap](https://pypi.org/project/pydap)|2.54708928003407e-05|
+|pypi|[numbagg](https://pypi.org/project/numbagg)|2.54708928003407e-05|
+|pypi|[jeepney](https://pypi.org/project/jeepney)|2.5408182174384032e-05|
+|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|2.5408182174384032e-05|
+|pypi|[pytest-subtests](https://pypi.org/project/pytest-subtests)|2.5300272547076313e-05|
+|pypi|[minio](https://github.com/minio/minio-py)|2.528058286234699e-05|
+|pypi|[torchvision](https://github.com/pytorch/vision)|2.519869890706123e-05|
+|pypi|[tableone](https://pypi.org/project/tableone)|2.515819165967828e-05|
+|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|2.515819165967828e-05|
+|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|2.515819165967828e-05|
+|pypi|[recipy](http://www.recipy.org)|2.515819165967828e-05|
+|pypi|[tinydb](https://github.com/msiemens/tinydb)|2.515819165967828e-05|
+|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|2.515819165967828e-05|
+|pypi|[svn](https://github.com/dsoprea/PySvn)|2.515819165967828e-05|
+|pypi|[scandir](https://pypi.org/project/scandir)|2.5116203311678404e-05|
+|pypi|[backports.os](https://pypi.org/project/backports.os)|2.5116203311678404e-05|
+|pypi|[cairocffi](https://github.com/Kozea/cairocffi)|2.4990386521308225e-05|
+|pypi|[george](https://github.com/dfm/george)|2.4835852329038662e-05|
+|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|2.4529236868186325e-05|
+|pypi|[tangle](https://github.com/fifman/tangle)|2.4529236868186325e-05|
+|pypi|[av](https://pypi.org/project/av)|2.441408334077101e-05|
+|pypi|[fasttext](https://github.com/facebookresearch/fastText)|2.428394449950446e-05|
+|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|2.428394449950446e-05|
+|pypi|[xlrd](https://pypi.org/project/xlrd)|2.394335245122858e-05|
+|pypi|[smart-open](https://pypi.org/project/smart-open)|2.3842384255461305e-05|
+|pypi|[nglview](https://github.com/arose/nglview)|2.373110245787339e-05|
+|pypi|[autocommand](https://pypi.org/project/autocommand)|2.3641778136676492e-05|
+|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|2.3623603374413726e-05|
+|pypi|[siphon](https://pypi.org/project/siphon)|2.356310890663276e-05|
+|pypi|[deprecation](http://deprecation.readthedocs.io/)|2.3360365406989277e-05|
+|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|2.3127566190004244e-05|
+|pypi|[platformdirs](https://pypi.org/project/platformdirs)|2.308692057634228e-05|
+|pypi|[pyu2f](https://pypi.org/project/pyu2f)|2.2900715520718495e-05|
+|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|2.2817894761103556e-05|
+|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.2695758775416853e-05|
+|pypi|[plams](https://www.scm.com/doc/plams/)|2.235557942657208e-05|
+|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|2.2239841427155597e-05|
+|pypi|[PyJWT](https://pypi.org/project/PyJWT)|2.2152461308877098e-05|
+|pypi|[cssselect2](https://pypi.org/project/cssselect2)|2.207631318136769e-05|
+|pypi|[gcsfs](https://pypi.org/project/gcsfs)|2.206306594871034e-05|
+|pypi|[tensorflow-estimator](https://www.tensorflow.org/)|2.2012600877813962e-05|
+|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1942562261441363e-05|
+|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|2.189301778499004e-05|
+|pypi|[coreapi](https://github.com/core-api/python-client)|2.1803766105054508e-05|
+|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|2.1803766105054508e-05|
+|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|2.1803766105054508e-05|
+|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|2.1803766105054508e-05|
+|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|2.1803766105054508e-05|
+|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|2.1803766105054508e-05|
+|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|2.1803766105054508e-05|
+|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|2.1803766105054508e-05|
+|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|2.1803766105054508e-05|
+|pypi|[oauth2client](https://pypi.org/project/oauth2client)|2.1803766105054508e-05|
+|pypi|[python3-saml](https://pypi.org/project/python3-saml)|2.1803766105054508e-05|
+|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|2.1803766105054508e-05|
+|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|2.1803766105054508e-05|
+|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|2.1803766105054508e-05|
+|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|2.1803766105054508e-05|
+|pypi|[sregistry](https://pypi.org/project/sregistry)|2.1803766105054508e-05|
+|pypi|[configparser](https://pypi.org/project/configparser)|2.1689398355972742e-05|
+|pypi|[python-multipart](https://pypi.org/project/python-multipart)|2.1427009852503934e-05|
+|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.1420294131880776e-05|
+|pypi|[scanpy](https://scanpy.readthedocs.io)|2.1134616041830447e-05|
+|pypi|[pytest-benchmark](https://pypi.org/project/pytest-benchmark)|2.0980028108910743e-05|
+|pypi|[lingua](https://pypi.org/project/lingua)|2.0953574968143847e-05|
+|pypi|[OWSLib](https://pypi.org/project/OWSLib)|2.08035697589618e-05|
+|pypi|[rowan](https://github.com/glotzerlab/rowan)|2.0623831941101528e-05|
+|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|2.044318241093318e-05|
+|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|2.0236620416253715e-05|
+|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|2.0236620416253715e-05|
+|pypi|[zmq](https://github.com/zeromq/pyzmq)|2.0236620416253715e-05|
+|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|2.0236620416253715e-05|
+|pypi|[bagit](https://pypi.org/project/bagit)|2.0236620416253715e-05|
+|pypi|[prov](https://pypi.org/project/prov)|2.0236620416253715e-05|
+|pypi|[schema-salad](https://pypi.org/project/schema-salad)|2.0236620416253715e-05|
+|pypi|[shellescape](https://pypi.org/project/shellescape)|2.0236620416253715e-05|
+|pypi|[stestr](https://pypi.org/project/stestr)|2.0225827552031713e-05|
+|pypi|[stevedore](https://pypi.org/project/stevedore)|1.992867336825712e-05|
+|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|1.984911877010477e-05|
+|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|1.9817004701309725e-05|
+|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.9726316096309684e-05|
+|pypi|[PyTest](https://pypi.org/project/PyTest)|1.9726316096309684e-05|
+|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|1.9578255698711595e-05|
+|pypi|[oslo.config](https://pypi.org/project/oslo.config)|1.9578255698711595e-05|
+|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|1.9427155599603567e-05|
+|pypi|[passlib](https://pypi.org/project/passlib)|1.9382906780155075e-05|
+|pypi|[pathos](https://github.com/uqfoundation/pathos)|1.9244815407294295e-05|
+|pypi|[mrcfile](https://github.com/ccpem/mrcfile)|1.912265289533957e-05|
+|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|1.9078295341922697e-05|
+|pypi|[prefect](https://pypi.org/project/prefect)|1.90462309800035e-05|
+|pypi|[twisted](https://pypi.org/project/twisted)|1.903010952668222e-05|
+|pypi|[zstandard](https://pypi.org/project/zstandard)|1.8948222249752228e-05|
+|pypi|[rq](https://github.com/nvie/rq/)|1.8898414271556e-05|
+|pypi|[scanpydoc](https://github.com/theislab/scanpydoc/)|1.8875057283981386e-05|
+|pypi|[python-snappy](https://pypi.org/project/python-snappy)|1.8821702240808335e-05|
+|pypi|[spacy](https://pypi.org/project/spacy)|1.870959625403456e-05|
+|pypi|[autograd](https://github.com/HIPS/autograd)|1.851443387963327e-05|
+|pypi|[breathe](https://github.com/michaeljones/breathe)|1.8511397423191344e-05|
+|pypi|[hacking](https://pypi.org/project/hacking)|1.8394124309783374e-05|
+|pypi|[panel](https://pypi.org/project/panel)|1.816317733698152e-05|
+|pypi|[raven](https://pypi.org/project/raven)|1.8136434065243788e-05|
+|pypi|[autobahn](https://pypi.org/project/autobahn)|1.8071126098876346e-05|
+|pypi|[constantly](https://pypi.org/project/constantly)|1.8071126098876346e-05|
+|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8071126098876346e-05|
+|pypi|[incremental](https://pypi.org/project/incremental)|1.8071126098876346e-05|
+|pypi|[txaio](https://pypi.org/project/txaio)|1.8071126098876346e-05|
+|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.7988107036669968e-05|
+|pypi|[mkl](https://pypi.org/project/mkl)|1.7988107036669968e-05|
+|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|1.7978295341922698e-05|
+|pypi|[httpx](https://pypi.org/project/httpx)|1.7957874924003297e-05|
+|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|1.794968404658823e-05|
+|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|1.7886977726774815e-05|
+|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.7886977726774815e-05|
+|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|1.7745727854970028e-05|
+|pypi|[gssapi](https://pypi.org/project/gssapi)|1.7740288740620128e-05|
+|pypi|[pyqt5](https://www.riverbankcomputing.com/software/pyqt/)|1.7649063406715137e-05|
+|pypi|[aiodns](https://pypi.org/project/aiodns)|1.756125521505272e-05|
+|pypi|[google-crc32c](https://github.com/googleapis/python-crc32c)|1.7529235794426544e-05|
+|pypi|[mwoauth](https://pypi.org/project/mwoauth)|1.7520883477275944e-05|
+|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|1.7520883477275944e-05|
+|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|1.7520883477275944e-05|
+|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.7520883477275944e-05|
+|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|1.7345674642503182e-05|
+|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|1.7345674642503182e-05|
+|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|1.7345674642503182e-05|
+|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|1.7345674642503182e-05|
+|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|1.7345674642503182e-05|
+|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|1.7345674642503182e-05|
+|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|1.7345674642503182e-05|
+|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|1.7345674642503182e-05|
+|pypi|[databases](https://pypi.org/project/databases)|1.734084819510846e-05|
+|pypi|[numkit](https://pypi.org/project/numkit)|1.723956224961264e-05|
+|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|1.7203825569871158e-05|
+|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|1.7203825569871158e-05|
+|pypi|[debtcollector](https://pypi.org/project/debtcollector)|1.7203825569871158e-05|
+|pypi|[folium](https://pypi.org/project/folium)|1.7139804261645193e-05|
+|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|1.712516068566631e-05|
+|pypi|[gensim](https://pypi.org/project/gensim)|1.673794614701454e-05|
+|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|1.6679340245176178e-05|
+|pypi|[cchardet](https://github.com/PyYoshi/cChardet)|1.663051405277035e-05|
+|pypi|[asynctest](https://github.com/Martiusweb/asynctest/)|1.663051405277035e-05|
+|pypi|[idna-ssl](https://github.com/aio-libs/idna-ssl)|1.663051405277035e-05|
+|pypi|[pickydict](https://github.com/florian-huber/pickydict)|1.6466583358469445e-05|
+|pypi|[pyteomics](http://pyteomics.readthedocs.io)|1.646658335846943e-05|
+|pypi|[pathtools](https://pypi.org/project/pathtools)|1.6403335233860506e-05|
+|pypi|[flask](https://palletsprojects.com/p/flask)|1.638416639652057e-05|
+|pypi|[unyt](https://github.com/yt-project/unyt)|1.635282457879089e-05|
+|pypi|[pip-tools](https://pypi.org/project/pip-tools)|1.620596300222621e-05|
+|pypi|[repeated-test](https://pypi.org/project/repeated-test)|1.6189296333002977e-05|
+|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.6189296333002973e-05|
+|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.6189296333002973e-05|
+|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.6189296333002973e-05|
+|pypi|[types-colorama](https://pypi.org/project/types-colorama)|1.6189296333002973e-05|
+|pypi|[pdbmender](https://pypi.org/project/pdbmender)|1.6189296333002973e-05|
+|pypi|[delphi4py](https://pypi.org/project/delphi4py)|1.6189296333002973e-05|
+|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.6189296333002973e-05|
+|pypi|[gevent](https://pypi.org/project/gevent)|1.6182089917451016e-05|
+|pypi|[schema](https://github.com/keleshev/schema)|1.59796300748882e-05|
+|pypi|[Shapely](https://pypi.org/project/Shapely)|1.549214960095978e-05|
+|pypi|[rdkit](https://pypi.org/project/rdkit)|1.5485413883741974e-05|
+|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.5482157905057687e-05|
+|pypi|[diff-cover](https://pypi.org/project/diff-cover)|1.5480391953190516e-05|
+|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|1.5330773042616452e-05|
+|pypi|[json5](https://pypi.org/project/json5)|1.5330773042616452e-05|
+|pypi|[mmtf-python](https://github.com/rcsb/mmtf-python.git)|1.5328779876023704e-05|
+|pypi|[eventlet](https://pypi.org/project/eventlet)|1.5180163528245788e-05|
+|pypi|[bitstring](https://pypi.org/project/bitstring)|1.5095993204020953e-05|
+|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|1.504091346892056e-05|
+|pypi|[types-pytz](https://pypi.org/project/types-pytz)|1.4860246149233498e-05|
+|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|1.4847283539057573e-05|
+|pypi|[psims](https://pypi.org/project/psims)|1.4847283539057573e-05|
+|pypi|[pybamm](https://pypi.org/project/pybamm)|1.4747095418343341e-05|
+|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|1.4717542120911794e-05|
+|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|1.4717542120911794e-05|
+|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|1.4717542120911794e-05|
+|pypi|[pydicom](https://pypi.org/project/pydicom)|1.4647458587002689e-05|
+|pypi|[zict](https://pypi.org/project/zict)|1.4596626915420424e-05|
+|pypi|[loguru](https://github.com/Delgan/loguru)|1.4581268582755206e-05|
+|pypi|[pulumi](https://github.com/pulumi/pulumi)|1.4428962863639023e-05|
+|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|1.442103486206559e-05|
+|pypi|[visdom](https://pypi.org/project/visdom)|1.441611877541486e-05|
+|pypi|[affine](https://github.com/sgillies/affine)|1.4394673669574573e-05|
+|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|1.4335680666200208e-05|
+|pypi|[kgt](https://pypi.org/project/kgt)|1.4284673235002623e-05|
+|pypi|[x21](https://pypi.org/project/x21)|1.4284673235002623e-05|
+|pypi|[PyYaml](https://pypi.org/project/PyYaml)|1.4284673235002623e-05|
+|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|1.4284673235002623e-05|
+|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|1.4199645418127606e-05|
+|pypi|[xgboost](https://github.com/dmlc/xgboost)|1.4044190520608641e-05|
+|pypi|[crossbar](http://crossbar.io/)|1.4016706781820755e-05|
+|pypi|[argh](https://pypi.org/project/argh)|1.4016706781820755e-05|
+|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|1.4016706781820755e-05|
+|pypi|[asq](https://pypi.org/project/asq)|1.4016706781820755e-05|
+|pypi|[automat](https://pypi.org/project/automat)|1.4016706781820755e-05|
+|pypi|[cbor](https://pypi.org/project/cbor)|1.4016706781820755e-05|
+|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|1.4016706781820755e-05|
+|pypi|[hpack](https://pypi.org/project/hpack)|1.4016706781820755e-05|
+|pypi|[hyperframe](https://pypi.org/project/hyperframe)|1.4016706781820755e-05|
+|pypi|[lmdb](https://pypi.org/project/lmdb)|1.4016706781820755e-05|
+|pypi|[netaddr](https://pypi.org/project/netaddr)|1.4016706781820755e-05|
+|pypi|[node-semver](https://pypi.org/project/node-semver)|1.4016706781820755e-05|
+|pypi|[priority](https://pypi.org/project/priority)|1.4016706781820755e-05|
+|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|1.4016706781820755e-05|
+|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|1.4016706781820755e-05|
+|pypi|[pytrie](https://pypi.org/project/pytrie)|1.4016706781820755e-05|
+|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|1.4016706781820755e-05|
+|pypi|[sdnotify](https://pypi.org/project/sdnotify)|1.4016706781820755e-05|
+|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|1.4016706781820755e-05|
+|pypi|[treq](https://pypi.org/project/treq)|1.4016706781820755e-05|
+|pypi|[txtorcon](https://pypi.org/project/txtorcon)|1.4016706781820755e-05|
+|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|1.4016706781820755e-05|
+|pypi|[autoflake](https://pypi.org/project/autoflake)|1.3993149291431139e-05|
+|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.3968754890198737e-05|
+|pypi|[cronutils](https://github.com/zagaran/cronutils)|1.3819288376442998e-05|
+|pypi|[proto-plus](https://pypi.org/project/proto-plus)|1.3819288376442998e-05|
+|pypi|[pycrypto](https://pypi.org/project/pycrypto)|1.3819288376442998e-05|
+|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|1.3819288376442998e-05|
+|pypi|[zstd](https://pypi.org/project/zstd)|1.3819288376442998e-05|
+|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.3819288376442998e-05|
+|pypi|[numdifftools](https://pypi.org/project/numdifftools)|1.3690827644041818e-05|
+|pypi|[snuggs](https://github.com/mapbox/snuggs)|1.3639927919784213e-05|
+|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.3625900062700998e-05|
+|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|1.3507008353390907e-05|
+|pypi|[pvlib](https://github.com/pvlib/pvlib-python)|1.3507008353390907e-05|
+|pypi|[bumpversion](https://pypi.org/project/bumpversion)|1.3491080277502477e-05|
+|pypi|[pympler](https://pypi.org/project/pympler)|1.342063927610089e-05|
+|pypi|[numcodecs](https://github.com/zarr-developers/numcodecs)|1.3384400532403491e-05|
+|pypi|[testtools](https://github.com/testing-cabal/testtools)|1.3364649582330453e-05|
+|pypi|[fixtures](https://pypi.org/project/fixtures)|1.3364649582330453e-05|
+|pypi|[moto](https://pypi.org/project/moto)|1.325951298510771e-05|
+|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.325951298510771e-05|
+|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|1.3185362690743839e-05|
+|pypi|[xxhash](https://pypi.org/project/xxhash)|1.3125609836548461e-05|
+|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|1.3121890232802733e-05|
+|pypi|[pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp)|1.2981214866826503e-05|
+|pypi|[grayskull](https://pypi.org/project/grayskull)|1.2951437066402378e-05|
+|pypi|[iso8601](https://pypi.org/project/iso8601)|1.284427900879367e-05|
+|pypi|[click-repl](https://pypi.org/project/click-repl)|1.2823621497432202e-05|
+|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.2823621497432202e-05|
+|pypi|[altair](http://altair-viz.github.io)|1.2820099870397187e-05|
+|pypi|[anytree](https://pypi.org/project/anytree)|1.2638960201559465e-05|
+|pypi|[scikit-fem](https://pypi.org/project/scikit-fem)|1.2638960201559465e-05|
+|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|1.253062438057483e-05|
+|pypi|[pycares](https://pypi.org/project/pycares)|1.232877182282534e-05|
+|pypi|[annoy](https://github.com/spotify/annoy)|1.2285948205282888e-05|
+|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|1.2285948205282888e-05|
+|pypi|[nmslib](https://pypi.org/project/nmslib)|1.2285948205282888e-05|
+|pypi|[pyemd](https://pypi.org/project/pyemd)|1.2285948205282888e-05|
+|pypi|[Morfessor](https://pypi.org/project/Morfessor)|1.2285948205282888e-05|
+|pypi|[Pyro4](https://pypi.org/project/Pyro4)|1.2285948205282888e-05|
+|pypi|[kopt](https://pypi.org/project/kopt)|1.199207135777998e-05|
+|pypi|[uvicorn](https://pypi.org/project/uvicorn)|1.1899214536922242e-05|
+|pypi|[google-cloud-storage](https://github.com/googleapis/python-storage)|1.1886749710197832e-05|
+|pypi|[lcapy](https://pypi.org/project/lcapy)|1.1821318972619914e-05|
+|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|1.1821318972619914e-05|
+|pypi|[textwrapper](https://pypi.org/project/textwrapper)|1.1821318972619914e-05|
+|pypi|[property-cached](https://pypi.org/project/property-cached)|1.1821318972619914e-05|
+|pypi|[heapdict](https://pypi.org/project/heapdict)|1.1821318972619914e-05|
+|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|1.177403369672944e-05|
+|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|1.177403369672944e-05|
+|pypi|[gurobipy](https://pypi.org/project/gurobipy)|1.1707135777998018e-05|
+|pypi|[librosa](https://pypi.org/project/librosa)|1.1587277006937563e-05|
+|pypi|[Flask-SQLAlchemy](https://pypi.org/project/Flask-SQLAlchemy)|1.1563783095002122e-05|
+|pypi|[spectral-cube](https://pypi.org/project/spectral-cube)|1.1563783095002122e-05|
+|pypi|[ndcube](https://pypi.org/project/ndcube)|1.1563783095002122e-05|
+|pypi|[gwcs](https://pypi.org/project/gwcs)|1.1563783095002122e-05|
+|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.1561246103349935e-05|
+|pypi|[ephem](https://pypi.org/project/ephem)|1.1528741328047572e-05|
+|pypi|[openstacksdk](https://pypi.org/project/openstacksdk)|1.14404360753221e-05|
+|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.1434259674666809e-05|
+|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.1434259674666809e-05|
+|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.1434259674666809e-05|
+|pypi|[npx](https://pypi.org/project/npx)|1.1427738588002098e-05|
+|pypi|[meshplex](https://pypi.org/project/meshplex)|1.1427738588002098e-05|
+|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|1.1427738588002098e-05|
+|pypi|[dask-ml](https://pypi.org/project/dask-ml)|1.1427738588002098e-05|
+|pypi|[update-checker](https://pypi.org/project/update-checker)|1.1427738588002098e-05|
+|pypi|[azure-storage-blob](https://pypi.org/project/azure-storage-blob)|1.1408131354489131e-05|
+|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|1.126347039540067e-05|
+|pypi|[param](https://pypi.org/project/param)|1.1102087861134492e-05|
+|pypi|[pyct](https://pypi.org/project/pyct)|1.1102087861134492e-05|
+|pypi|[pymatreader](https://pypi.org/project/pymatreader)|1.1087931827835194e-05|
+|pypi|[python-subunit](https://pypi.org/project/python-subunit)|1.0990219453490016e-05|
+|pypi|[ddt](https://pypi.org/project/ddt)|1.0990219453490016e-05|
+|pypi|[m2r](https://pypi.org/project/m2r)|1.0932374256689793e-05|
+|pypi|[dropbox](http://www.dropbox.com/developers)|1.0817946749927343e-05|
+|pypi|[pynumpress](https://pypi.org/project/pynumpress)|1.0792864222001982e-05|
+|pypi|[user-agents](https://pypi.org/project/user-agents)|1.079286422200198e-05|
+|pypi|[dataclasses-json](https://pypi.org/project/dataclasses-json)|1.0749577333411069e-05|
+|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|1.066871624764871e-05|
+|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.0565646027854572e-05|
+|pypi|[s3fs](https://pypi.org/project/s3fs)|1.0565646027854572e-05|
+|pypi|[ocifs](https://pypi.org/project/ocifs)|1.0565646027854572e-05|
+|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.0565646027854572e-05|
+|pypi|[pygit2](https://pypi.org/project/pygit2)|1.0565646027854572e-05|
+|pypi|[fusepy](https://pypi.org/project/fusepy)|1.0565646027854572e-05|
+|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.0565646027854572e-05|
+|pypi|[adlfs](https://pypi.org/project/adlfs)|1.0565646027854572e-05|
+|pypi|[pytray](https://github.com/muhrin/pytray.git)|1.0408928340586901e-05|
+|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|1.0386419702167955e-05|
+|pypi|[pyshp](https://pypi.org/project/pyshp)|1.0278918306668553e-05|
+|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|1.0278918306668553e-05|
+|pypi|[noodles](http://nlesc.github.io/noodles)|1.0277480695716564e-05|
+|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|1.0224818736633456e-05|
+|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|1.0224818736633456e-05|
+|pypi|[saspy](https://pypi.org/project/saspy)|1.0224818736633456e-05|
+|pypi|[soundfile](https://pypi.org/project/soundfile)|1.0146787024884148e-05|
+|pypi|[portray](https://pypi.org/project/portray)|1.0118310208126858e-05|
+|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|1.0118310208126858e-05|
+|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|1.0118310208126858e-05|
+|requirements.txt|gitlab/cracklet/cracklet|9.910802775024776e-06|
+|requirements.txt|gitlab/LouisLab/PiVR|9.910802775024776e-06|
+|requirements.txt|github/kkjawz/coref-ee|9.910802775024776e-06|
+|requirements.txt|github/PolymerGuy/recolo|9.910802775024776e-06|
+|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|9.910802775024776e-06|
+|requirements.txt|github/kinnala/scikit-fem|9.910802775024776e-06|
+|requirements.txt|github/onnela-lab/beiwe-backend|9.910802775024776e-06|
+|requirements.txt|github/surf-eds/one-button-compute|9.910802775024776e-06|
+|requirements.txt|github/ketch/RK-Opt|9.910802775024776e-06|
+|requirements.txt|github/BioGearsEngine/core|9.910802775024776e-06|
+|requirements.txt|github/Narayana-Rao/SAR-tools|9.910802775024776e-06|
+|requirements.txt|github/MD-Studio/MDStudio|9.910802775024776e-06|
+|requirements.txt|github/villano-lab/nrCascadeSim|9.910802775024776e-06|
+|requirements.txt|github/qMRLab/qMRLab|9.910802775024776e-06|
+|requirements.txt|github/sorenwacker/ProteomicsQC|9.910802775024776e-06|
+|requirements.txt|github/telatin/qax|9.910802775024776e-06|
+|requirements.txt|github/statgen/Minimac4|9.910802775024776e-06|
+|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|9.910802775024776e-06|
+|requirements.txt|github/gvilitechltd/LibSWIFFT|9.910802775024776e-06|
+|requirements.txt|github/UUDigitalHumanitieslab/texcavator|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/istn|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/masf|9.910802775024776e-06|
+|requirements.txt|github/biomedia-mira/deepscm|9.910802775024776e-06|
+|requirements.txt|github/robashaw/libecpint|9.910802775024776e-06|
+|requirements.txt|github/JLiangLab/TransVW|9.910802775024776e-06|
+|requirements.txt|github/candYgene/siga|9.910802775024776e-06|
+|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/PlaNet|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/spinning-up-basic|9.910802775024776e-06|
+|requirements.txt|github/Kaixhin/Rainbow|9.910802775024776e-06|
+|requirements.txt|github/ggciag/mandyoc|9.910802775024776e-06|
+|requirements.txt|github/nextstrain/nextclade|9.910802775024776e-06|
+|requirements.txt|github/wmglab-duke/ascent|9.910802775024776e-06|
+|requirements.txt|github/MRChemSoft/mrchem|9.910802775024776e-06|
+|requirements.txt|github/CAMI-challenge/CAMITAX|9.910802775024776e-06|
+|requirements.txt|github/LSARP/ProteomicsQC|9.910802775024776e-06|
+|requirements.txt|github/neuroanatomy/reorient|9.910802775024776e-06|
+|requirements.txt|github/inpefess/gym-saturation|9.910802775024776e-06|
+|requirements.txt|github/DSIMB/medusa|9.910802775024776e-06|
+|requirements.txt|github/3d-pli/fastpli|9.910802775024776e-06|
+|requirements.txt|github/lutteropp/NetRAX|9.910802775024776e-06|
+|requirements.txt|github/lucydot/effmass|9.910802775024776e-06|
+|requirements.txt|github/grant-m-s/astronomicAL|9.910802775024776e-06|
+|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|9.910802775024776e-06|
+|requirements.txt|github/ImperialCollegeLondon/champ|9.910802775024776e-06|
+|requirements.txt|github/snowformatics/macrobot|9.910802775024776e-06|
+|requirements.txt|github/Climdyn/qgs|9.910802775024776e-06|
+|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|9.910802775024776e-06|
+|requirements.txt|github/iontorrent/TS|9.910802775024776e-06|
+|requirements.txt|github/hemanthpruthvi/PyAstroPol|9.910802775024776e-06|
+|requirements.txt|github/nlesc/embodied-emotions-scripts|9.910802775024776e-06|
+|requirements.txt|github/LINNAE-project/SFB-Annotator|9.910802775024776e-06|
+|requirements.txt|github/andr1976/HydDown|9.910802775024776e-06|
+|requirements.txt|github/labsyspharm/minerva-story|9.910802775024776e-06|
+|requirements.txt|github/mswzeus/TargetNet|9.910802775024776e-06|
+|requirements.txt|github/STEllAR-GROUP/hpx|9.910802775024776e-06|
+|requirements.txt|github/BioinfoUNIBA/REDItools2|9.910802775024776e-06|
+|requirements.txt|github/GilbertLabUCSF/CanDI|9.910802775024776e-06|
+|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|9.910802775024776e-06|
+|requirements.txt|github/chemfiles/chemfiles|9.910802775024776e-06|
+|requirements.txt|github/he2016012996/CABnet|9.910802775024776e-06|
+|requirements.txt|github/monarch-initiative/loinc2hpo|9.910802775024776e-06|
+|requirements.txt|github/abinit/abinit|9.910802775024776e-06|
+|requirements.txt|github/arnikz/PIQMIe|9.910802775024776e-06|
+|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|9.910802775024776e-06|
+|requirements.txt|github/Julian/jsonschema|9.910802775024776e-06|
+|requirements.txt|github/amrex-astro/Castro|9.910802775024776e-06|
+|requirements.txt|github/ablab/TandemTools|9.910802775024776e-06|
+|requirements.txt|github/spack/spack|9.910802775024776e-06|
+|requirements.txt|github/shandley/hecatomb|9.910802775024776e-06|
+|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|9.910802775024776e-06|
+|requirements.txt|github/soraxas/sbp-env|9.910802775024776e-06|
+|requirements.txt|github/BenNordick/HiLoop|9.910802775024776e-06|
+|requirements.txt|github/learningsimulator/learningsimulator|9.910802775024776e-06|
+|requirements.txt|github/mms-fcul/PypKa|9.910802775024776e-06|
+|requirements.txt|github/TinkerTools/tinker9|9.910802775024776e-06|
+|requirements.txt|github/NLeSC/ShiCo|9.910802775024776e-06|
+|requirements.txt|github/SuLab/Wikidata-phenomizer|9.910802775024776e-06|
+|requirements.txt|github/zhoux85/scAdapt|9.910802775024776e-06|
+|requirements.txt|github/JuliaHCI/ADI.jl|9.910802775024776e-06|
+|requirements.txt|github/AMReX-Astro/Nyx|9.910802775024776e-06|
+|requirements.txt|github/broadinstitute/cromwell|9.910802775024776e-06|
+|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|9.910802775024776e-06|
+|requirements.txt|github/JLBLine/WODEN|9.910802775024776e-06|
+|requirements.txt|github/citation-file-format/citation-file-format|9.910802775024776e-06|
+|requirements.txt|github/erikbern/ann-benchmarks|9.910802775024776e-06|
+|requirements.txt|github/jdber1/opendrop|9.910802775024776e-06|
+|requirements.txt|github/ot483/NetCom|9.910802775024776e-06|
+|requirements.txt|github/enveda/RPath|9.910802775024776e-06|
+|requirements.txt|github/TeamCOMPAS/COMPAS|9.910802775024776e-06|
+|requirements.txt|github/singularityhub/sregistry|9.910802775024776e-06|
+|setup.py|gitlab/octopus-code/octopus|9.910802775024776e-06|
+|setup.py|gitlab/picos-api/picos|9.910802775024776e-06|
+|setup.py|gitlab/BioimageInformaticsGroup/openphi|9.910802775024776e-06|
+|setup.py|gitlab/Molcas/OpenMolcas|9.910802775024776e-06|
+|setup.py|gitlab/gims-developers/gims|9.910802775024776e-06|
+|setup.py|gitlab/jason-rumengan/pyarma|9.910802775024776e-06|
+|setup.py|gitlab/fduchate/predihood|9.910802775024776e-06|
+|setup.py|github/ekaterinailin/AltaiPony|9.910802775024776e-06|
+|setup.py|github/wdecoster/nanopack|9.910802775024776e-06|
+|setup.py|github/era-urban/wrfpy|9.910802775024776e-06|
+|setup.py|github/ynop/audiomate|9.910802775024776e-06|
+|setup.py|github/glotzerlab/freud|9.910802775024776e-06|
+|setup.py|github/glotzerlab/coxeter|9.910802775024776e-06|
+|setup.py|github/IKNL/vantage6|9.910802775024776e-06|
+|setup.py|github/Kuifje02/vrpy|9.910802775024776e-06|
+|setup.py|github/bio-phys/BioEn|9.910802775024776e-06|
+|setup.py|github/popgenmethods/smcpp|9.910802775024776e-06|
+|setup.py|github/Filter-Bubble/e2e-Dutch|9.910802775024776e-06|
+|setup.py|github/dmey/synthia|9.910802775024776e-06|
+|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|9.910802775024776e-06|
+|setup.py|github/jbuisine/macop|9.910802775024776e-06|
+|setup.py|github/MrMinimal64/multivar_horner|9.910802775024776e-06|
+|setup.py|github/thejasvibr/bat_beamshapes|9.910802775024776e-06|
+|setup.py|github/atomneb/AtomNeb-py|9.910802775024776e-06|
+|setup.py|github/eScatter/pyelsepa|9.910802775024776e-06|
+|setup.py|github/amusecode/amuse|9.910802775024776e-06|
+|setup.py|github/ketch/nodepy|9.910802775024776e-06|
+|setup.py|github/fAndreuzzi/BisPy|9.910802775024776e-06|
+|setup.py|github/oschwengers/referenceseeker|9.910802775024776e-06|
+|setup.py|github/oschwengers/platon|9.910802775024776e-06|
+|setup.py|github/oschwengers/bakta|9.910802775024776e-06|
+|setup.py|github/mscroggs/symfem|9.910802775024776e-06|
+|setup.py|github/Magritte-code/Magritte|9.910802775024776e-06|
+|setup.py|github/cadop/seg1d|9.910802775024776e-06|
+|setup.py|github/elwinter/nnde|9.910802775024776e-06|
+|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|9.910802775024776e-06|
+|setup.py|github/omuse-geoscience/omuse|9.910802775024776e-06|
+|setup.py|github/tariqdaouda/CAMAP|9.910802775024776e-06|
+|setup.py|github/Materials-Consortia/optimade-python-tools|9.910802775024776e-06|
+|setup.py|github/RTIInternational/gobbli|9.910802775024776e-06|
+|setup.py|github/MD-Studio/cerulean|9.910802775024776e-06|
+|setup.py|github/TPI-Immunogenetics/igmat|9.910802775024776e-06|
+|setup.py|github/nlesc-ave/ave-rest-service|9.910802775024776e-06|
+|setup.py|github/virgesmith/neworder|9.910802775024776e-06|
+|setup.py|github/rajeshrinet/pystokes|9.910802775024776e-06|
+|setup.py|github/rodluger/starry_process|9.910802775024776e-06|
+|setup.py|github/cog-imperial/entmoot|9.910802775024776e-06|
+|setup.py|github/cog-imperial/suspect|9.910802775024776e-06|
+|setup.py|github/cog-imperial/GPdoemd|9.910802775024776e-06|
+|setup.py|github/cog-imperial/galini|9.910802775024776e-06|
+|setup.py|github/compomics/DeepLC|9.910802775024776e-06|
+|setup.py|github/BartoszBartmanski/StoSpa2|9.910802775024776e-06|
+|setup.py|github/mgalardini/pyseer|9.910802775024776e-06|
+|setup.py|github/richteague/disksurf|9.910802775024776e-06|
+|setup.py|github/Quantum-Dynamics-Hub/libra-code|9.910802775024776e-06|
+|setup.py|github/zarr-developers/zarr-python|9.910802775024776e-06|
+|setup.py|github/ConorMacBride/mcalf|9.910802775024776e-06|
+|setup.py|github/DRMacIver/shrinkray|9.910802775024776e-06|
+|setup.py|github/SCM-NV/qmflows-namd|9.910802775024776e-06|
+|setup.py|github/SCM-NV/qmflows|9.910802775024776e-06|
+|setup.py|github/SCM-NV/pyZacros|9.910802775024776e-06|
+|setup.py|github/DeltaRCM/pyDeltaRCM|9.910802775024776e-06|
+|setup.py|github/fabiopardo/tonic|9.910802775024776e-06|
+|setup.py|github/szymon-datalions/pyinterpolate|9.910802775024776e-06|
+|setup.py|github/fair-data/fairdatapoint-client|9.910802775024776e-06|
+|setup.py|github/hiddenSymmetries/simsopt|9.910802775024776e-06|
+|setup.py|github/fair-software/fairtally|9.910802775024776e-06|
+|setup.py|github/fair-software/howfairis|9.910802775024776e-06|
+|setup.py|github/zdelrosario/py_grama|9.910802775024776e-06|
+|setup.py|github/saphir746/BiobankRead-Bash|9.910802775024776e-06|
+|setup.py|github/snakemake/snakemake|9.910802775024776e-06|
+|setup.py|github/biomedia-mira/blast-ct|9.910802775024776e-06|
+|setup.py|github/AA-ALERT/frbcatdb|9.910802775024776e-06|
+|setup.py|github/UNSW-CEEM/nempy|9.910802775024776e-06|
+|setup.py|github/DLTK/DLTK|9.910802775024776e-06|
+|setup.py|github/AlexMikes/AutoFunc|9.910802775024776e-06|
+|setup.py|github/parallelwindfarms/byteparsing|9.910802775024776e-06|
+|setup.py|github/weecology/retriever|9.910802775024776e-06|
+|setup.py|github/deepmedic/deepmedic|9.910802775024776e-06|
+|setup.py|github/DrMarc/slab|9.910802775024776e-06|
+|setup.py|github/dfujim/bfit|9.910802775024776e-06|
+|setup.py|github/ProjectPyRhO/PyRhO|9.910802775024776e-06|
+|setup.py|github/cdslaborg/paramonte|9.910802775024776e-06|
+|setup.py|github/meinardmueller/synctoolbox|9.910802775024776e-06|
+|setup.py|github/meinardmueller/libfmp|9.910802775024776e-06|
+|setup.py|github/SWIFTSIM/emulator|9.910802775024776e-06|
+|setup.py|github/tool-bin/ukbcc|9.910802775024776e-06|
+|setup.py|github/KIT-MBS/pyREX|9.910802775024776e-06|
+|setup.py|github/OpenMDAO/dymos|9.910802775024776e-06|
+|setup.py|github/SandoghdarLab/PiSCAT|9.910802775024776e-06|
+|setup.py|github/spyder-ide/spyder|9.910802775024776e-06|
+|setup.py|github/SMTG-UCL/surfaxe|9.910802775024776e-06|
+|setup.py|github/dynamicslab/pysindy|9.910802775024776e-06|
+|setup.py|github/matchms/matchms|9.910802775024776e-06|
+|setup.py|github/matchms/ms2deepscore|9.910802775024776e-06|
+|setup.py|github/cupy/cupy|9.910802775024776e-06|
+|setup.py|github/qpv-research-group/solcore5|9.910802775024776e-06|
+|setup.py|github/smog-server/OpenSMOG|9.910802775024776e-06|
+|setup.py|github/LiberTEM/LiberTEM|9.910802775024776e-06|
+|setup.py|github/malonge/RagTag|9.910802775024776e-06|
+|setup.py|github/symmy596/Polypy|9.910802775024776e-06|
+|setup.py|github/symmy596/SurfinPy|9.910802775024776e-06|
+|setup.py|github/Oftatkofta/cellocity|9.910802775024776e-06|
+|setup.py|github/arabic-digital-humanities/adhtools|9.910802775024776e-06|
+|setup.py|github/dolfin-adjoint/pyadjoint|9.910802775024776e-06|
+|setup.py|github/NLESC-JCER/QMCTorch|9.910802775024776e-06|
+|setup.py|github/xenon-middleware/pyxenon|9.910802775024776e-06|
+|setup.py|github/ImperialCollegeLondon/django-drf-filepond|9.910802775024776e-06|
+|setup.py|github/ImperialCollegeLondon/hcga|9.910802775024776e-06|
+|setup.py|github/ghislainv/forestatrisk|9.910802775024776e-06|
+|setup.py|github/felixchenier/kineticstoolkit|9.910802775024776e-06|
+|setup.py|github/mishioo/tesliper|9.910802775024776e-06|
+|setup.py|github/exafmm/exafmm-t|9.910802775024776e-06|
+|setup.py|github/radifar/PyPLIF-HIPPOS|9.910802775024776e-06|
+|setup.py|github/clawpack/clawpack|9.910802775024776e-06|
+|setup.py|github/jianhuupenn/SpaGCN|9.910802775024776e-06|
+|setup.py|github/lantunes/cellpylib|9.910802775024776e-06|
+|setup.py|github/vincentlab/PyFR|9.910802775024776e-06|
+|setup.py|github/TriPed-Robot/TriP|9.910802775024776e-06|
+|setup.py|github/Effective-Quadratures/Effective-Quadratures|9.910802775024776e-06|
+|setup.py|github/rgerum/pylustrator|9.910802775024776e-06|
+|setup.py|github/Social-Evolution-and-Behavior/anTraX|9.910802775024776e-06|
+|setup.py|github/0xCoto/Virgo|9.910802775024776e-06|
+|setup.py|github/multiscale/muscle3|9.910802775024776e-06|
+|setup.py|github/Yu-Group/veridical-flow|9.910802775024776e-06|
+|setup.py|github/elkebir-group/Jumper|9.910802775024776e-06|
+|setup.py|github/scipion-em/scipion-em-continuousflex|9.910802775024776e-06|
+|setup.py|github/aspuru-guzik-group/funsies|9.910802775024776e-06|
+|setup.py|github/numba/numba|9.910802775024776e-06|
+|setup.py|github/lkmklsmn/DrivAER|9.910802775024776e-06|
+|setup.py|github/ComparativeGenomicsToolkit/cactus|9.910802775024776e-06|
+|setup.py|github/infer-actively/pymdp|9.910802775024776e-06|
+|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|9.910802775024776e-06|
+|setup.py|github/KALMUS-Color-Toolkit/KALMUS|9.910802775024776e-06|
+|setup.py|github/nlesc/scriptcwl|9.910802775024776e-06|
+|setup.py|github/linqs/psl|9.910802775024776e-06|
+|setup.py|github/drcandacemakedamoore/cleanX|9.910802775024776e-06|
+|setup.py|github/carlosborca/CrystaLattE|9.910802775024776e-06|
+|setup.py|github/brainets/frites|9.910802775024776e-06|
+|setup.py|github/CFSAN-Biostatistics/SeroTools|9.910802775024776e-06|
+|setup.py|github/EISy-as-Py/hardy|9.910802775024776e-06|
+|setup.py|github/nicolet5/DiffCapAnalyzer|9.910802775024776e-06|
+|setup.py|github/medema-group/bigslice|9.910802775024776e-06|
+|setup.py|github/FlowModelingControl/flowtorch|9.910802775024776e-06|
+|setup.py|github/biocore/scikit-bio|9.910802775024776e-06|
+|setup.py|github/EpistasisLab/tpot|9.910802775024776e-06|
+|setup.py|github/EpistasisLab/regens|9.910802775024776e-06|
+|setup.py|github/MDAnalysis/mdanalysis|9.910802775024776e-06|
+|setup.py|github/dpalmasan/TRUNAJOD2.0|9.910802775024776e-06|
+|setup.py|github/PyPSA/atlite|9.910802775024776e-06|
+|setup.py|github/Bahler-Lab/pyphe|9.910802775024776e-06|
+|setup.py|github/RaRe-Technologies/gensim|9.910802775024776e-06|
+|setup.py|github/edwardoughton/itmlogic|9.910802775024776e-06|
+|setup.py|github/icecube/FIRESONG|9.910802775024776e-06|
+|setup.py|github/HillLab/SomaticSiMu|9.910802775024776e-06|
+|setup.py|github/jollejolles/pirecorder|9.910802775024776e-06|
+|setup.py|github/dgbowl/yadg|9.910802775024776e-06|
+|setup.py|github/Heldenkombinat/Logodetect|9.910802775024776e-06|
+|setup.py|github/SouthGreenPlatform/PyRice|9.910802775024776e-06|
+|setup.py|github/fakedrtom/oncogemini|9.910802775024776e-06|
+|setup.py|github/davidebolo1993/TRiCoLOR|9.910802775024776e-06|
+|setup.py|github/davidebolo1993/VISOR|9.910802775024776e-06|
+|setup.py|github/yatiml/yatiml|9.910802775024776e-06|
+|setup.py|github/Nico-Curti/rFBP|9.910802775024776e-06|
+|setup.py|github/ECSHackWeek/impedance.py|9.910802775024776e-06|
+|setup.py|github/cabb99/open3spn2|9.910802775024776e-06|
+|setup.py|github/neuralhydrology/neuralhydrology|9.910802775024776e-06|
+|setup.py|github/RamanLab/iCOMIC|9.910802775024776e-06|
+|setup.py|github/samaygarg/fuelcell|9.910802775024776e-06|
+|setup.py|github/comprna/reorientexpress|9.910802775024776e-06|
+|setup.py|github/Singh-Lab/DeMaSk|9.910802775024776e-06|
+|setup.py|github/COVID-IWG/epimargin|9.910802775024776e-06|
+|setup.py|github.com/idptools/metapredict|9.910802775024776e-06|
+|setup.py|github/bio-ontology-research-group/deepgoplus|9.910802775024776e-06|
+|setup.py|github/potassco/clingo|9.910802775024776e-06|
+|setup.py|github/IMMM-SFA/mosartwmpy|9.910802775024776e-06|
+|setup.py|github/rgmyr/corebreakout|9.910802775024776e-06|
+|setup.py|github/tylunel/pvpumpingsystem|9.910802775024776e-06|
+|setup.py|github/iomega/spec2vec|9.910802775024776e-06|
+|setup.py|github/bethgelab/foolbox|9.910802775024776e-06|
+|setup.py|github/stammler/simframe|9.910802775024776e-06|
+|setup.py|github/ml-evs/matador|9.910802775024776e-06|
+|setup.py|github/DrafProject/elmada|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/swan|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/flamingo|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/insilico-server|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/ceiba-cli|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/ceiba|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/CAT|9.910802775024776e-06|
+|setup.py|github/nlesc-nano/Moka|9.910802775024776e-06|
+|setup.py|github/ElectionDataAnalysis/electiondata|9.910802775024776e-06|
+|setup.py|github/pybamm-team/liionpack|9.910802775024776e-06|
+|setup.py|github/pybamm-team/PyBaMM|9.910802775024776e-06|
+|setup.py|github/wilkelab/Opfi|9.910802775024776e-06|
+|setup.py|github/jorisparet/partycls|9.910802775024776e-06|
+|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|9.910802775024776e-06|
+|setup.py|github/JohannesBuchner/BXA|9.910802775024776e-06|
+|setup.py|github/mjacob1002/Eir|9.910802775024776e-06|
+|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|9.910802775024776e-06|
+|setup.py|github/ORNL/tx2|9.910802775024776e-06|
+|setup.py|github/colour-science/colour|9.910802775024776e-06|
+|setup.py|github/ModellingWebLab/chaste-codegen|9.910802775024776e-06|
+|setup.py|github/DeepRank/DeepRank-GNN|9.910802775024776e-06|
+|setup.py|github/DeepRank/pdb2sql|9.910802775024776e-06|
+|setup.py|github/DeepRank/iScore|9.910802775024776e-06|
+|setup.py|github/DeepRank/pssmgen|9.910802775024776e-06|
+|setup.py|github/DeepRank/deeprank|9.910802775024776e-06|
+|setup.py|github/athulpg007/AMAT|9.910802775024776e-06|
+|setup.py|github/HIPS/autograd|9.910802775024776e-06|
+|setup.py|github/shirtsgroup/physical_validation|9.910802775024776e-06|
+|setup.py|github/johnlees/pp-sketchlib|9.910802775024776e-06|
+|setup.py|github/ni1o1/transbigdata|9.910802775024776e-06|
+|setup.py|github/hknd23/idcempy|9.910802775024776e-06|
+|setup.py|github/panoptes-organization/panoptes|9.910802775024776e-06|
+|setup.py|github/Theano/Theano|9.910802775024776e-06|
+|setup.py|github/LBNL-ETA/MSWH|9.910802775024776e-06|
+|setup.py|github/SirSharpest/NarrowEscapeSimulator|9.910802775024776e-06|
+|setup.py|github/htjb/maxsmooth|9.910802775024776e-06|
+|setup.py|github/skovaka/UNCALLED|9.910802775024776e-06|
+|setup.py|github/easybuilders/easybuild|9.910802775024776e-06|
+|setup.py|github/3D-e-Chem/sygma|9.910802775024776e-06|
+|setup.py|github/3D-e-Chem/kripodb|9.910802775024776e-06|
+|setup.py|github/indralab/pybiopax|9.910802775024776e-06|
+|setup.py|github/benvanwerkhoven/kernel_tuner|9.910802775024776e-06|
+|setup.py|github/spokenlanguage/platalea|9.910802775024776e-06|
+|setup.py|github/NKI-CCB/PRECISE|9.910802775024776e-06|
+|setup.py|github/twesterhout/lattice-symmetries|9.910802775024776e-06|
+|setup.py|github/matplotlib/matplotlib|9.910802775024776e-06|
+|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|9.910802775024776e-06|
+|setup.py|github/slzarate/parliament2|9.910802775024776e-06|
+|setup.py|github/aiidateam/kiwipy|9.910802775024776e-06|
+|setup.py|github/opimwue/ddop|9.910802775024776e-06|
+|setup.py|github/bootphon/phonemizer|9.910802775024776e-06|
+|setup.py|github/CEED/libCEED|9.910802775024776e-06|
+|setup.py|github/dask/dask|9.910802775024776e-06|
+|setup.py|github/aalhossary/pyemgpipeline|9.910802775024776e-06|
+|setup.py|github/rhayes777/PyAutoFit|9.910802775024776e-06|
+|setup.py|github/conda/conda|9.910802775024776e-06|
+|setup.py|github/eWaterCycle/grpc4bmi|9.910802775024776e-06|
+|setup.py|github/eWaterCycle/jupyterlab_thredds|9.910802775024776e-06|
+|setup.py|github/AlexanderLabWHOI/EUKulele|9.910802775024776e-06|
+|setup.py|github/OP2/PyOP2|9.910802775024776e-06|
+|setup.py|github/gilestrolab/ethoscope|9.910802775024776e-06|
+|setup.py|github/PfizerRD/sit2standpy|9.910802775024776e-06|
+|setup.py|github/circuitgraph/circuitgraph|9.910802775024776e-06|
+|setup.py|github/volkamerlab/opencadd|9.910802775024776e-06|
+|setup.py|github/odb9402/CNNPeaks|9.910802775024776e-06|
+|setup.py|github/KathrynJones1/catwoman|9.910802775024776e-06|
+|setup.py|github/NLeSC/cptm|9.910802775024776e-06|
+|setup.py|github/NLeSC/Massive-PotreeConverter|9.910802775024776e-06|
+|setup.py|github/NLeSC/noodles|9.910802775024776e-06|
+|setup.py|github/NLeSC/mcfly|9.910802775024776e-06|
+|setup.py|github/NLeSC/boatswain|9.910802775024776e-06|
+|setup.py|github/fitbenchmarking/fitbenchmarking|9.910802775024776e-06|
+|setup.py|github/CLARIAH/grlc|9.910802775024776e-06|
+|setup.py|github/mzy2240/ESA|9.910802775024776e-06|
+|setup.py|github/KBNLresearch/ochre|9.910802775024776e-06|
+|setup.py|github/jiahecui/SenAOReFoc|9.910802775024776e-06|
+|setup.py|github/21cmFAST/21cmFAST|9.910802775024776e-06|
+|setup.py|github/brian-team/brian2|9.910802775024776e-06|
+|setup.py|github/lilyminium/psiresp|9.910802775024776e-06|
+|setup.py|github/cbalbin-FIU/Epitopedia|9.910802775024776e-06|
+|setup.py|github/chasmani/piecewise-regression|9.910802775024776e-06|
+|setup.py|github/benhid/Sequoya|9.910802775024776e-06|
+|setup.py|github/SynthSys/pyOmeroUpload|9.910802775024776e-06|
+|setup.py|github/swiftsim/swiftsimio|9.910802775024776e-06|
+|setup.py|github/girder/viime|9.910802775024776e-06|
+|setup.py|github/phenomecentre/nPYc-Toolbox|9.910802775024776e-06|
+|setup.py|github/dmnfarrell/snpgenie|9.910802775024776e-06|
+|setup.py|github/dmnfarrell/epitopepredict|9.910802775024776e-06|
+|setup.py|github/BackmanLab/PWSpy|9.910802775024776e-06|
+|setup.py|github/NeuralEnsemble/PyNN|9.910802775024776e-06|
+|setup.py|github/kerkelae/disimpy|9.910802775024776e-06|
+|setup.py|github/fermisurfaces/IFermi|9.910802775024776e-06|
+|setup.py|github/shilpagarg/WHdenovo|9.910802775024776e-06|
+|setup.py|github/WMD-group/MacroDensity|9.910802775024776e-06|
+|setup.py|github/WMD-group/SMACT|9.910802775024776e-06|
+|setup.py|github/OttoStruve/muler|9.910802775024776e-06|
+|setup.py|github/recipy/recipy|9.910802775024776e-06|
+|setup.py|github/jmschrei/pomegranate|9.910802775024776e-06|
+|setup.py|github/SCECcode/pycsep|9.910802775024776e-06|
+|setup.py|github/antoinediez/Sisyphe|9.910802775024776e-06|
+|setup.py|github/BritishGeologicalSurvey/pyvolcans|9.910802775024776e-06|
+|setup.py|github/DynaSlum/satsense|9.910802775024776e-06|
+|setup.py|github/nlppln/nlppln|9.910802775024776e-06|
+|setup.py|github/actris-cloudnet/cloudnetpy|9.910802775024776e-06|
+|setup.py|github/fruzsinaagocs/oscode|9.910802775024776e-06|
+|setup.py|github/equib/pyEQUIB|9.910802775024776e-06|
+|setup.py|github/sambit-giri/tools21cm|9.910802775024776e-06|
+|setup.py|github/Electrostatics/apbs|9.910802775024776e-06|
+|setup.py|github/MillionConcepts/lhorizon|9.910802775024776e-06|
+|setup.py|github/coljac/sensie|9.910802775024776e-06|
+|setup.py|github/FreBio/komics|9.910802775024776e-06|
+|setup.py|github/elizabethnewman/hessQuik|9.910802775024776e-06|
+|setup.py|github/vsoch/gridtest|9.910802775024776e-06|
+|setup.py|github/raspishake/rsudp|9.910802775024776e-06|
+|setup.py|github/ERA-URBAN/fm128_radar|9.910802775024776e-06|
+|setup.py|github/sagepublishing/rejected_article_tracker_pkg|9.910802775024776e-06|
+|setup.py|github/davemlz/eemont|9.910802775024776e-06|
+|setup.py|github/sebhaan/geobo|9.910802775024776e-06|
+|setup.py|github/abrupt-climate/hyper-canny|9.910802775024776e-06|
+|setup.py|github/adbar/htmldate|9.910802775024776e-06|
+|setup.py|github/singularityhub/singularity-compose|9.910802775024776e-06|
+|setup.py|github/singularityhub/singularity-hpc|9.910802775024776e-06|
+|setup.py|github/cas-bioinf/rboAnalyzer|9.910802775024776e-06|
+|setup.py|github/samuelefiorini/tangle|9.910802775024776e-06|
+|pypi|[Bio](https://github.com/ialbert/bio)|9.811694747274548e-06|
+|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|9.811694747274548e-06|
+|pypi|[idcempy](https://github.com/hknd23/idcempy)|9.811694747274548e-06|
+|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|9.811694747274548e-06|
+|pypi|[pyarma](https://pyarma.sourceforge.io)|9.81169474727453e-06|
+|pypi|[macop](https://github.com/prise-3d/macop)|9.81169474727453e-06|
+|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|9.81169474727453e-06|
+|pypi|[neworder](https://neworder.readthedocs.io)|9.81169474727453e-06|
+|pypi|[pystospa](https://pypi.org/project/pystospa)|9.81169474727453e-06|
+|pypi|[Libra](https://github.com/Palashio/libra)|9.81169474727453e-06|
+|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|9.81169474727453e-06|
+|pypi|[polypy](https://github.com/symmy596/Polypy)|9.81169474727453e-06|
+|pypi|[requirements](http://github.com/mattack108/requirements)|9.81169474727453e-06|
+|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|9.81169474727453e-06|
+|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|9.81169474727453e-06|
+|pypi|[uncalled](https://github.com/elazarg/uncalled)|9.81169474727453e-06|
+|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|9.81169474727453e-06|
+|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|9.81169474727453e-06|
+|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|9.81169474727453e-06|
+|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|9.811694747274528e-06|
+|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|9.811694747274528e-06|
+|pypi|[mkdocs-material](https://pypi.org/project/mkdocs-material)|9.797036753254326e-06|
+|pypi|[m2r2](https://pypi.org/project/m2r2)|9.52311549000175e-06|
+|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|9.52311549000175e-06|
+|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|9.52311549000175e-06|
+|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|9.52311549000175e-06|
+|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|9.52311549000175e-06|
+|pypi|[truecase](https://pypi.org/project/truecase)|9.52311549000175e-06|
+|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|9.52311549000175e-06|
+|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|9.52311549000175e-06|
+|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|9.52311549000175e-06|
+|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|9.52311549000175e-06|
+|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|9.52311549000175e-06|
+|pypi|[fireo](https://pypi.org/project/fireo)|9.52311549000175e-06|
+|pypi|[pockets](https://pypi.org/project/pockets)|9.464821101249764e-06|
+|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|9.373315192850147e-06|
+|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|9.363266827944126e-06|
+|pypi|[z3-solver](https://pypi.org/project/z3-solver)|9.27556500776828e-06|
+|pypi|[ply](https://pypi.org/project/ply)|9.27556500776828e-06|
+|pypi|[obspy](https://www.obspy.org)|9.266600594648171e-06|
+|pypi|[fastapi](https://pypi.org/project/fastapi)|9.219550005103584e-06|
+|pypi|[deprecat](https://github.com/deprecat/deprecat)|9.193431530022893e-06|
+|pypi|[colorlog](https://github.com/borntyping/python-colorlog)|9.075817641228958e-06|
+|pypi|[csvw](https://github.com/cldf/csvw)|9.075817641228944e-06|
+|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|8.994053518334984e-06|
+|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|8.919722497522297e-06|
+|pypi|[blis](https://pypi.org/project/blis)|8.837716603220543e-06|
+|pypi|[catalogue](https://pypi.org/project/catalogue)|8.837716603220543e-06|
+|pypi|[preshed](https://pypi.org/project/preshed)|8.837716603220543e-06|
+|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|8.785391476709613e-06|
+|pypi|[kazoo](https://pypi.org/project/kazoo)|8.769202180376611e-06|
+|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|8.769202180376611e-06|
+|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|8.769202180376611e-06|
+|pypi|[pyro4](https://pypi.org/project/pyro4)|8.769202180376611e-06|
+|pypi|[python-memcached](https://pypi.org/project/python-memcached)|8.769202180376611e-06|
+|pypi|[pylibmc](https://pypi.org/project/pylibmc)|8.769202180376611e-06|
+|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|8.769202180376611e-06|
+|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|8.769202180376611e-06|
+|pypi|[couchbase](https://pypi.org/project/couchbase)|8.769202180376611e-06|
+|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|8.769202180376611e-06|
+|pypi|[python-consul2](https://pypi.org/project/python-consul2)|8.769202180376611e-06|
+|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|8.769202180376611e-06|
+|pypi|[pyArango](https://pypi.org/project/pyArango)|8.769202180376611e-06|
+|pypi|[func-timeout](https://pypi.org/project/func-timeout)|8.746717046580773e-06|
+|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|8.746717046580773e-06|
+|pypi|[assertionlib](https://pypi.org/project/assertionlib)|8.736472340650124e-06|
+|pypi|[colorcet](https://pypi.org/project/colorcet)|8.682951001957987e-06|
+|pypi|[starlette](https://pypi.org/project/starlette)|8.675371977103483e-06|
+|pypi|[pythreejs](https://pypi.org/project/pythreejs)|8.586108948039076e-06|
+|pypi|[pyside2](https://pypi.org/project/pyside2)|8.586108948039076e-06|
+|pypi|[vispy](https://pypi.org/project/vispy)|8.586108948039076e-06|
+|pypi|[pyside](https://pypi.org/project/pyside)|8.586108948039076e-06|
+|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|8.469681953329129e-06|
+|pypi|[pytz-deprecation-shim](https://github.com/pganssle/pytz-deprecation-shim)|8.457797678040497e-06|
+|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|8.446589391131986e-06|
+|pypi|[aio-pika](https://pypi.org/project/aio-pika)|8.446589391131986e-06|
+|pypi|[pathspec](https://pypi.org/project/pathspec)|8.359704715502535e-06|
+|pypi|[emcee](https://emcee.readthedocs.io)|8.357865746740905e-06|
+|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|8.338177006692138e-06|
+|pypi|[stone](https://pypi.org/project/stone)|8.325923828401528e-06|
+|pypi|[msrest](https://pypi.org/project/msrest)|8.325923828401528e-06|
+|pypi|[azure-core](https://pypi.org/project/azure-core)|8.325923828401528e-06|
+|pypi|[corner](https://corner.readthedocs.io)|8.268668521765662e-06|
+|pypi|[configargparse](https://github.com/bw2/ConfigArgParse)|8.268186323092183e-06|
+|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|8.251738521551594e-06|
+|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|8.176412289395442e-06|
+|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|8.176412289395442e-06|
+|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|8.027750247770069e-06|
+|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|8.027750247770069e-06|
+|pypi|[zest.releaser](https://zestreleaser.readthedocs.io)|7.990574118646468e-06|
+|pypi|[prettytable](https://github.com/jazzband/prettytable)|7.853659172708795e-06|
+|pypi|[Deprecated](https://pypi.org/project/Deprecated)|7.805949661601736e-06|
+|pypi|[jaxlib](https://pypi.org/project/jaxlib)|7.7225011659768e-06|
+|pypi|[aafigure](https://pypi.org/project/aafigure)|7.709188730001415e-06|
+|pypi|[tox-travis](https://pypi.org/project/tox-travis)|7.709188730001415e-06|
+|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|7.709188730001415e-06|
+|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|7.709188730001415e-06|
+|pypi|[mizani](https://github.com/has2k1/mizani)|7.639105196092318e-06|
+|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|7.631318136769131e-06|
+|pypi|[parameterized](https://pypi.org/project/parameterized)|7.542163588521796e-06|
+|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|7.520535777752587e-06|
+|pypi|[vega-datasets](https://pypi.org/project/vega-datasets)|7.430825693756195e-06|
+|pypi|[fortranformat](https://pypi.org/project/fortranformat)|7.358771060455897e-06|
+|pypi|[xopen](https://github.com/pycompression/xopen/)|7.341600594648189e-06|
+|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|7.334241823587711e-06|
+|pypi|[thinc](https://pypi.org/project/thinc)|7.0969320512847395e-06|
+|pypi|[boltons](https://pypi.org/project/boltons)|7.071186904070263e-06|
+|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|7.071186904070263e-06|
+|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|7.071186904070263e-06|
+|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|7.071186904070263e-06|
+|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|7.071186904070263e-06|
+|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|7.071186904070263e-06|
+|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|7.071186904070263e-06|
+|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|7.071186904070263e-06|
+|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|7.071186904070263e-06|
+|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|7.071186904070263e-06|
+|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|7.071186904070263e-06|
+|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|7.071186904070263e-06|
+|pypi|[qmflows](https://pypi.org/project/qmflows)|7.062263801609693e-06|
+|pypi|[streamz](https://pypi.org/project/streamz)|7.0476685440789e-06|
+|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|7.0476685440789e-06|
+|pypi|[nbsite](https://pypi.org/project/nbsite)|7.0476685440789e-06|
+|pypi|[WTForms](https://wtforms.readthedocs.io/)|7.023328504993521e-06|
+|pypi|[bandit](https://pypi.org/project/bandit)|6.9755985603254915e-06|
+|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|6.86924709638471e-06|
+|pypi|[soxr](https://pypi.org/project/soxr)|6.86818632309217e-06|
+|pypi|[samplerate](https://pypi.org/project/samplerate)|6.86818632309217e-06|
+|pypi|[presets](https://pypi.org/project/presets)|6.86818632309217e-06|
+|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|6.86818632309217e-06|
+|pypi|[mir-eval](https://pypi.org/project/mir-eval)|6.86818632309217e-06|
+|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|6.86818632309217e-06|
+|pypi|[resampy](https://pypi.org/project/resampy)|6.86818632309217e-06|
+|pypi|[audioread](https://pypi.org/project/audioread)|6.86818632309217e-06|
+|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|6.843657086223998e-06|
+|pypi|[pyvista](https://pypi.org/project/pyvista)|6.822761810373307e-06|
+|pypi|[Keras](https://github.com/keras-team/keras)|6.792835072582055e-06|
+|pypi|[langdetect](https://github.com/Mimino666/langdetect)|6.72556633158715e-06|
+|pypi|[horovod](https://pypi.org/project/horovod)|6.660679685144354e-06|
+|pypi|[geopandas](http://geopandas.org)|6.650439192164433e-06|
+|pypi|[os-service-types](https://pypi.org/project/os-service-types)|6.648404360753221e-06|
+|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|6.6207549284373995e-06|
+|pypi|[hyperspy](https://pypi.org/project/hyperspy)|6.602693406401212e-06|
+|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|6.532953419226992e-06|
+|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|6.482726886592106e-06|
+|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|6.46266264906167e-06|
+|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|6.46266264906167e-06|
+|pypi|[tomlkit](https://pypi.org/project/tomlkit)|6.46266264906167e-06|
+|pypi|[configupdater](https://pypi.org/project/configupdater)|6.46266264906167e-06|
+|pypi|[testscenarios](https://pypi.org/project/testscenarios)|6.410961347869177e-06|
+|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|6.30751805181934e-06|
+|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|6.279484638255698e-06|
+|pypi|[fasteners](https://pypi.org/project/fasteners)|6.269688131890386e-06|
+|pypi|[deepdiff](https://pypi.org/project/deepdiff)|6.262169882819331e-06|
+|pypi|[APScheduler](https://github.com/agronholm/apscheduler)|6.249115106895089e-06|
+|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|6.167350984001133e-06|
+|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|6.167350984001133e-06|
+|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|6.070986124876115e-06|
+|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|6.070986124876115e-06|
+|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|6.070986124876115e-06|
+|pypi|[channels](https://pypi.org/project/channels)|6.016758266510497e-06|
+|pypi|[pydeck](https://pypi.org/project/pydeck)|6.0096630327056496e-06|
+|pypi|[typer-cli](https://pypi.org/project/typer-cli)|5.99603567888999e-06|
+|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|5.99603567888999e-06|
+|pypi|[lark](https://github.com/lark-parser/lark)|5.985133795837507e-06|
+|pypi|[sphobjinv](https://pypi.org/project/sphobjinv)|5.960114351604787e-06|
+|pypi|[pytest-dependency](https://github.com/RKrahl/pytest-dependency)|5.8967207222905935e-06|
+|pypi|[cmocean](https://pypi.org/project/cmocean)|5.883169124934414e-06|
+|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|5.8797389429203104e-06|
+|pypi|[cattrs](https://github.com/python-attrs/cattrs)|5.832411988284022e-06|
+|pypi|[url-normalize](https://github.com/niksite/url-normalize)|5.832411988284022e-06|
+|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|5.733709117938554e-06|
+|pypi|[lightgbm](https://github.com/microsoft/LightGBM)|5.689701774934691e-06|
+|pypi|[holoviews](https://www.holoviews.org)|5.684933162512997e-06|
+|pypi|[tempora](https://pypi.org/project/tempora)|5.547118773777934e-06|
+|pypi|[datashader](https://datashader.org)|5.505450941526267e-06|
+|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.483005888182839e-06|
+|pypi|[python-igraph](https://igraph.org/python)|5.344242245324003e-06|
+|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|5.337130659231749e-06|
+|pypi|[humanize](https://github.com/jmoiron/humanize)|5.314667988107032e-06|
+|pypi|[cogapp](https://pypi.org/project/cogapp)|5.312112859266601e-06|
+|pypi|[bson](https://pypi.org/project/bson)|5.131576649192977e-06|
+|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|5.059155104063429e-06|
+|pypi|[wordcloud](https://pypi.org/project/wordcloud)|5.035588791783062e-06|
+|pypi|[streamlit](https://streamlit.io)|5.028493557978216e-06|
+|pypi|[iminuit](http://github.com/scikit-hep/iminuit)|5.028493557978197e-06|
+|pypi|[pytest-regressions](https://github.com/ESSS/pytest-regressions)|5.008095045657161e-06|
+|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|4.905847373637274e-06|
+|pypi|[exhale](https://github.com/svenevs/exhale)|4.905847373637274e-06|
+|pypi|[jumper](https://vlab.jumper.io)|4.905847373637274e-06|
+|pypi|[smart_open](https://github.com/piskvorky/smart_open)|4.905847373637274e-06|
+|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|4.905847373637274e-06|
+|pypi|[git](https://pypi.org)|4.905847373637274e-06|
+|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|4.905847373637274e-06|
+|pypi|[pybiopax](https://github.com/indralab/pybiopax)|4.905847373637274e-06|
+|pypi|[pomegranate](http://pypi.python.org/pypi/pomegranate/)|4.905847373637274e-06|
+|pypi|[PICOS](https://pypi.org/project/PICOS)|4.905847373637265e-06|
+|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|4.905847373637265e-06|
+|pypi|[cb-platon](https://github.com/oschwengers/platon)|4.905847373637265e-06|
+|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|4.905847373637265e-06|
+|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|4.905847373637265e-06|
+|pypi|[firesong](https://github.com/icecube/FIRESONG)|4.905847373637265e-06|
+|pypi|[partycls](https://pypi.org/project/partycls)|4.905847373637265e-06|
+|pypi|[komics](http://github.com/frebio/komics)|4.905847373637265e-06|
+|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|4.905847373637265e-06|
+|pypi|[subset](https://github.com/rightbrace/subset-game.git)|4.905847373637265e-06|
+|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|4.905847373637219e-06|
+|pypi|[spython](https://github.com/singularityhub/singularity-cli)|4.90351125584031e-06|
+|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|4.882761033055442e-06|
+|pypi|[pytest-remotedata](https://github.com/astropy/pytest-remotedata)|4.878696045931446e-06|
+|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|4.772427802384003e-06|
+|pypi|[singledispatch](https://pypi.org/project/singledispatch)|4.772427802384003e-06|
+|pypi|[memoization](https://pypi.org/project/memoization)|4.761557745000875e-06|
+|pypi|[fbpca](https://pypi.org/project/fbpca)|4.761557745000875e-06|
+|pypi|[oktopus](https://pypi.org/project/oktopus)|4.761557745000875e-06|
+|pypi|[astroquery](https://pypi.org/project/astroquery)|4.761557745000875e-06|
+|pypi|[tables](https://pypi.org/project/tables)|4.7085323002072204e-06|
+|pypi|[SALib](http://salib.github.io/SALib/)|4.673562933597622e-06|
+|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|4.625513238000849e-06|
+|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|4.625513238000849e-06|
+|pypi|[mongomock](https://pypi.org/project/mongomock)|4.625513238000849e-06|
+|pypi|[jsondiff](https://pypi.org/project/jsondiff)|4.625513238000849e-06|
+|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|4.625513238000849e-06|
+|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|4.625513238000849e-06|
+|pypi|[mike](https://pypi.org/project/mike)|4.625513238000849e-06|
+|pypi|[aiida-core](https://pypi.org/project/aiida-core)|4.625513238000849e-06|
+|pypi|[trollius](https://pypi.org/project/trollius)|4.625513238000849e-06|
+|pypi|[funcsigs](https://pypi.org/project/funcsigs)|4.625513238000849e-06|
+|pypi|[vulture](https://pypi.org/project/vulture)|4.6011684314850556e-06|
+|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|4.6011684314850556e-06|
+|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|4.6011684314850556e-06|
+|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|4.6011684314850556e-06|
+|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|4.6011684314850556e-06|
+|pypi|[pylint-django](https://pypi.org/project/pylint-django)|4.6011684314850556e-06|
+|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|4.6011684314850556e-06|
+|pypi|[dodgy](https://pypi.org/project/dodgy)|4.6011684314850556e-06|
+|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|4.594744857260268e-06|
+|pypi|[Chameleon](https://pypi.org/project/Chameleon)|4.579258105620841e-06|
+|pypi|[polib](https://pypi.org/project/polib)|4.579258105620841e-06|
+|pypi|[doc8](https://pypi.org/project/doc8)|4.579258105620841e-06|
+|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|4.579258105620841e-06|
+|pypi|[cliff](https://pypi.org/project/cliff)|4.579258105620841e-06|
+|pypi|[ipyleaflet](https://pypi.org/project/ipyleaflet)|4.438403425771827e-06|
+|pypi|[levmar](https://pypi.org/project/levmar)|4.415262636273538e-06|
+|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|4.415262636273538e-06|
+|pypi|[bumps](https://pypi.org/project/bumps)|4.415262636273538e-06|
+|pypi|[tinycc](https://pypi.org/project/tinycc)|4.415262636273538e-06|
+|pypi|[sasmodels](https://pypi.org/project/sasmodels)|4.415262636273538e-06|
+|pypi|[dfogn](https://pypi.org/project/dfogn)|4.415262636273538e-06|
+|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|4.415262636273538e-06|
+|pypi|[profimp](https://pypi.org/project/profimp)|4.363072770596546e-06|
+|pypi|[zappy](https://pypi.org/project/zappy)|4.363072770596546e-06|
+|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|4.363072770596546e-06|
+|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|4.363072770596546e-06|
+|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|4.363072770596546e-06|
+|pypi|[scrublet](https://pypi.org/project/scrublet)|4.363072770596546e-06|
+|pypi|[scanorama](https://pypi.org/project/scanorama)|4.363072770596546e-06|
+|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|4.363072770596546e-06|
+|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|4.363072770596546e-06|
+|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|4.363072770596546e-06|
+|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|4.363072770596546e-06|
+|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|4.363072770596546e-06|
+|pypi|[leidenalg](https://pypi.org/project/leidenalg)|4.363072770596546e-06|
+|pypi|[harmonypy](https://pypi.org/project/harmonypy)|4.363072770596546e-06|
+|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|4.363072770596546e-06|
+|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|4.363072770596546e-06|
+|pypi|[bbknn](https://pypi.org/project/bbknn)|4.363072770596546e-06|
+|pypi|[session-info](https://pypi.org/project/session-info)|4.363072770596546e-06|
+|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|4.363072770596546e-06|
+|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|4.363072770596546e-06|
+|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|4.363072770596546e-06|
+|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|4.363072770596546e-06|
+|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|4.363072770596546e-06|
+|pypi|[flit_core](https://pypi.org/project/flit_core)|4.363072770596546e-06|
+|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|4.363072770596546e-06|
+|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|4.363072770596546e-06|
+|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|4.363072770596546e-06|
+|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|4.363072770596546e-06|
+|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|4.363072770596546e-06|
+|pypi|[openbabel](http://openbabel.org/)|4.349851337958375e-06|
+|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|4.337053475244544e-06|
+|pypi|[Click](https://palletsprojects.com/p/click/)|4.333393282848205e-06|
+|pypi|[astroid](https://pypi.org/project/astroid)|4.317145688800792e-06|
+|pypi|[genfire](https://pypi.org/project/genfire)|4.317145688800792e-06|
+|pypi|[swapper](https://pypi.org/project/swapper)|4.317145688800792e-06|
+|pypi|[jsonfield](https://pypi.org/project/jsonfield)|4.317145688800792e-06|
+|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|4.317145688800792e-06|
+|pypi|[uvloop](https://pypi.org/project/uvloop)|4.305285398446944e-06|
+|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|4.305285398446944e-06|
+|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|4.273974231912785e-06|
+|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|4.273974231912785e-06|
+|pypi|[importlib_metadata](https://github.com/python/importlib_metadata)|4.266829305481461e-06|
+|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|4.246670079177511e-06|
+|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|4.238203133538587e-06|
+|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|4.238203133538587e-06|
+|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|4.238203133538587e-06|
+|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|4.238203133538587e-06|
+|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|4.238203133538587e-06|
+|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|4.238203133538587e-06|
+|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|4.238203133538587e-06|
+|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|4.238203133538587e-06|
+|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|4.238203133538587e-06|
+|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|4.238203133538587e-06|
+|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|4.238203133538587e-06|
+|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|4.238203133538587e-06|
+|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|4.238203133538587e-06|
+|pypi|[nbstripout](https://pypi.org/project/nbstripout)|4.232676587405083e-06|
+|pypi|[importlib_resources](http://importlib-resources.readthedocs.io/)|4.12714144131392e-06|
+|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.081335210000749e-06|
+|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.081335210000749e-06|
+|pypi|[peewee](https://pypi.org/project/peewee)|4.081335210000749e-06|
+|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.081335210000749e-06|
+|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.081335210000749e-06|
+|pypi|[python-jose](https://pypi.org/project/python-jose)|4.081335210000749e-06|
+|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|4.080029732408355e-06|
+|pypi|[asttokens](https://pypi.org/project/asttokens)|4.054419317055591e-06|
+|pypi|[Automat](https://pypi.org/project/Automat)|4.054419317055591e-06|
+|pypi|[Boruta](https://pypi.org/project/Boruta)|4.054419317055591e-06|
+|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|4.054419317055591e-06|
+|pypi|[cramjam](https://pypi.org/project/cramjam)|4.054419317055591e-06|
+|pypi|[cufflinks](https://pypi.org/project/cufflinks)|4.054419317055591e-06|
+|pypi|[daphne](https://pypi.org/project/daphne)|4.054419317055591e-06|
+|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|4.054419317055591e-06|
+|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|4.054419317055591e-06|
+|pypi|[django-light](https://pypi.org/project/django-light)|4.054419317055591e-06|
+|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|4.054419317055591e-06|
+|pypi|[dpd-components](https://pypi.org/project/dpd-components)|4.054419317055591e-06|
+|pypi|[executing](https://pypi.org/project/executing)|4.054419317055591e-06|
+|pypi|[funcy](https://pypi.org/project/funcy)|4.054419317055591e-06|
+|pypi|[htmlmin](https://pypi.org/project/htmlmin)|4.054419317055591e-06|
+|pypi|[ImageHash](https://pypi.org/project/ImageHash)|4.054419317055591e-06|
+|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|4.054419317055591e-06|
+|pypi|[kmodes](https://pypi.org/project/kmodes)|4.054419317055591e-06|
+|pypi|[missingno](https://pypi.org/project/missingno)|4.054419317055591e-06|
+|pypi|[mlxtend](https://pypi.org/project/mlxtend)|4.054419317055591e-06|
+|pypi|[multimethod](https://pypi.org/project/multimethod)|4.054419317055591e-06|
+|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|4.054419317055591e-06|
+|pypi|[phik](https://pypi.org/project/phik)|4.054419317055591e-06|
+|pypi|[pure-eval](https://pypi.org/project/pure-eval)|4.054419317055591e-06|
+|pypi|[pycaret](https://pypi.org/project/pycaret)|4.054419317055591e-06|
+|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|4.054419317055591e-06|
+|pypi|[pynndescent](https://pypi.org/project/pynndescent)|4.054419317055591e-06|
+|pypi|[pyod](https://pypi.org/project/pyod)|4.054419317055591e-06|
+|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|4.054419317055591e-06|
+|pypi|[slicer](https://pypi.org/project/slicer)|4.054419317055591e-06|
+|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|4.054419317055591e-06|
+|pypi|[textblob](https://pypi.org/project/textblob)|4.054419317055591e-06|
+|pypi|[Twisted](https://pypi.org/project/Twisted)|4.054419317055591e-06|
+|pypi|[visions](https://pypi.org/project/visions)|4.054419317055591e-06|
+|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|4.054419317055591e-06|
+|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|4.047324083250744e-06|
+|pypi|[eli5](https://github.com/eli5-org/eli5)|4.047324083250744e-06|
+|pypi|[validators](https://pypi.org/project/validators)|4.047324083250743e-06|
+|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|4.011111938670364e-06|
+|pypi|[scooby](https://github.com/banesullivan/scooby)|3.961017509084903e-06|
+|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|3.948608861708042e-06|
+|pypi|[kubernetes](https://pypi.org/project/kubernetes)|3.892609506272585e-06|
+|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|3.890250899796577e-06|
+|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|3.8092461960006994e-06|
+|pypi|[jupytext](https://pypi.org/project/jupytext)|3.800683954301397e-06|
+|pypi|[portpicker](https://pypi.org/project/portpicker)|3.7943663280475718e-06|
+|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|3.7943663280475718e-06|
+|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|3.7815906838453945e-06|
+|pypi|[pycuda](https://pypi.org/project/pycuda)|3.6793855302279485e-06|
+|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|3.6606894655418306e-06|
+|pypi|[matchms](https://github.com/matchms/matchms)|3.597621407334016e-06|
+|pypi|[yatiml](https://github.com/yatiml/yatiml)|3.574114222001984e-06|
+|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|3.53221010901883e-06|
+|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|3.519412246304994e-06|
+|pypi|[google-api-python-client](https://github.com/googleapis/google-api-python-client/)|3.4698225182458665e-06|
+|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|3.3727700693756204e-06|
+|pypi|[quandl](https://github.com/quandl/quandl-python)|3.3727700693756204e-06|
+|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|3.28237590257304e-06|
+|pypi|[synthia](https://github.com/dmey/synthia)|3.270564915758201e-06|
+|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|3.270564915758201e-06|
+|pypi|[symfem](https://github.com/mscroggs/symfem)|3.270564915758201e-06|
+|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|3.270564915758201e-06|
+|pypi|[howfairis](https://github.com/fair-software/howfairis)|3.270564915758201e-06|
+|pypi|[cpplint](https://github.com/cpplint/cpplint)|3.270564915758201e-06|
+|pypi|[bigslice](https://github.com/satriaphd/bigslice)|3.270564915758201e-06|
+|pypi|[contextily](https://github.com/darribas/contextily)|3.270564915758201e-06|
+|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|3.270564915758201e-06|
+|pypi|[pyone](http://opennebula.io)|3.270564915758201e-06|
+|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|3.270564915758201e-06|
+|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|3.270564915758201e-06|
+|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|3.270564915758201e-06|
+|pypi|[tesliper](https://github.com/mishioo/tesliper)|3.2705649157581766e-06|
+|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|3.2705649157581766e-06|
+|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|3.2705649157581766e-06|
+|pypi|[clingo](https://github.com/potassco/clingo)|3.2705649157581766e-06|
+|pypi|[electiondata](https://github.com/kavigupta/electiondata)|3.2705649157581766e-06|
+|pypi|[libceed](https://libceed.readthedocs.io)|3.2705649157581766e-06|
+|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|3.2705649157581766e-06|
+|pypi|[asciitree](http://github.com/mbr/asciitree)|3.2623885034687813e-06|
+|pypi|[pytest-isort](https://pypi.org/project/pytest-isort)|3.2259012636273545e-06|
+|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|3.1743718300005837e-06|
+|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|3.1413742018301033e-06|
+|pypi|[bs4](https://pypi.python.org/pypi/beautifulsoup4)|3.092319127849368e-06|
+|pypi|[PySide2](https://www.pyside.org)|3.0808721506442325e-06|
+|pypi|[twiggy](https://github.com/wearpants/twiggy/)|3.072609670857026e-06|
+|pypi|[langcodes](https://github.com/rspeer/langcodes)|3.0425127342291486e-06|
+|pypi|[pathy](https://github.com/justindujardin/pathy)|3.0425127342291486e-06|
+|pypi|[spacy-loggers](https://github.com/explosion/spacy-loggers)|3.0425127342291486e-06|
+|pypi|[pydotplus](https://pypi.org/project/pydotplus)|3.0072996284216046e-06|
+|pypi|[xcffib](https://pypi.org/project/xcffib)|3.005138131813677e-06|
+|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|2.98879316916978e-06|
+|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|2.98879316916978e-06|
+|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.98879316916978e-06|
+|pypi|[IPython](https://ipython.org)|2.927335300972578e-06|
+|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|2.9148801371213473e-06|
+|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|2.9148801371213473e-06|
+|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|2.874411982300143e-06|
+|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|2.874411982300143e-06|
+|pypi|[wandb](https://pypi.org/project/wandb)|2.866276680606249e-06|
+|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.8200709741360016e-06|
+|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|2.8200709741360016e-06|
+|pypi|[sphinx-argparse](https://pypi.org/project/sphinx-argparse)|2.8200709741360016e-06|
+|pypi|[proselint](https://pypi.org/project/proselint)|2.8200709741360016e-06|
+|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|2.8033413563641805e-06|
+|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.7595391476709613e-06|
+|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.7595391476709613e-06|
+|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|2.7595391476709613e-06|
+|pypi|[iso3166](https://pypi.org/project/iso3166)|2.7595391476709613e-06|
+|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|2.72547076313183e-06|
+|pypi|[pyomo](http://pyomo.org)|2.717084699245268e-06|
+|pypi|[mne](https://mne.tools/dev/)|2.7066744130412506e-06|
+|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|2.6712338949454906e-06|
+|pypi|[pymeeus](https://pypi.org/project/pymeeus)|2.6712338949454906e-06|
+|pypi|[phonemizer](https://pypi.org/project/phonemizer)|2.667554509415281e-06|
+|pypi|[nibabel](https://nipy.org/nibabel)|2.6631742885459603e-06|
+|pypi|[croniter](https://pypi.org/project/croniter)|2.643025272547078e-06|
+|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|2.6324059078053614e-06|
+|pypi|[cudf](https://pypi.org/project/cudf)|2.6324059078053614e-06|
+|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|2.6324059078053614e-06|
+|pypi|[snappy](https://pypi.org/project/snappy)|2.6324059078053614e-06|
+|pypi|[rioxarray](https://pypi.org/project/rioxarray)|2.6324059078053614e-06|
+|pypi|[datashape](https://pypi.org/project/datashape)|2.6324059078053614e-06|
+|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|2.6084749450071284e-06|
+|pypi|[pyoculus](https://pypi.org/project/pyoculus)|2.5972133154550223e-06|
+|pypi|[py-spec](https://pypi.org/project/py-spec)|2.5972133154550223e-06|
+|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|2.5902874132804755e-06|
+|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.556204684158364e-06|
+|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|2.556204684158364e-06|
+|pypi|[pygam](https://github.com/dswah/pyGAM)|2.5463683986974383e-06|
+|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|2.544032280900467e-06|
+|pypi|[itk-registration](https://pypi.org/project/itk-registration)|2.544032280900467e-06|
+|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|2.544032280900467e-06|
+|pypi|[itk-io](https://pypi.org/project/itk-io)|2.544032280900467e-06|
+|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|2.544032280900467e-06|
+|pypi|[itk-core](https://pypi.org/project/itk-core)|2.544032280900467e-06|
+|pypi|[spacy-transformers](https://spacy.io)|2.4974185816027838e-06|
+|pypi|[pythainlp](https://pypi.org/project/pythainlp)|2.4974185816027838e-06|
+|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|2.4974185816027838e-06|
+|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|2.4974185816027838e-06|
+|pypi|[natto-py](https://pypi.org/project/natto-py)|2.4974185816027838e-06|
+|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|2.4974185816027838e-06|
+|pypi|[sudachipy](https://pypi.org/project/sudachipy)|2.4974185816027838e-06|
+|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|2.4974185816027838e-06|
+|pypi|[selenium](https://pypi.org/project/selenium)|2.490617247708195e-06|
+|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|2.4587493805748265e-06|
+|pypi|[elementpath](https://pypi.org/project/elementpath)|2.4587493805748265e-06|
+|pypi|[cspy](https://github.com/torressa/cspy)|2.452923686818637e-06|
+|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|2.452923686818637e-06|
+|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|2.452923686818637e-06|
+|pypi|[genshi](https://github.com/edgewall/genshi)|2.452923686818637e-06|
+|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|2.452923686818637e-06|
+|pypi|[neo](https://neuralensemble.org/neo)|2.452923686818637e-06|
+|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|2.452923686818637e-06|
+|pypi|[easybuild](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-easyblocks](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-easyconfigs](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[easybuild-framework](https://easybuild.io)|2.4529236868186324e-06|
+|pypi|[COFFEE](UNKNOWN)|2.4529236868186324e-06|
+|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|2.4529236868186324e-06|
+|pypi|[pscript](https://pypi.org/project/pscript)|2.452923686818632e-06|
+|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|2.452923686818632e-06|
+|pypi|[path.py](https://pypi.org/project/path.py)|2.452923686818632e-06|
+|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|2.4480178394450033e-06|
+|pypi|[mygene](https://github.com/biothings/mygene.py)|2.4283944499504607e-06|
+|pypi|[nox](https://pypi.org/project/nox)|2.4076185647545162e-06|
+|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|2.4076185647545162e-06|
+|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|2.4076185647545162e-06|
+|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|2.4076185647545162e-06|
+|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|2.4076185647545162e-06|
+|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|2.404110505450933e-06|
+|pypi|[hashin](https://pypi.org/project/hashin)|2.3866746257832117e-06|
+|pypi|[jsonref](https://pypi.org/project/jsonref)|2.38662845203975e-06|
+|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|2.38662845203975e-06|
+|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|2.38662845203975e-06|
+|pypi|[promise](https://pypi.org/project/promise)|2.38662845203975e-06|
+|pypi|[testresources](https://pypi.org/project/testresources)|2.374430128840436e-06|
+|pypi|[oslotest](https://pypi.org/project/oslotest)|2.374430128840436e-06|
+|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|2.374430128840436e-06|
+|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|2.374430128840436e-06|
+|pypi|[betamax](https://pypi.org/project/betamax)|2.374430128840436e-06|
+|pypi|[watermark](https://pypi.org/project/watermark)|2.3691653170248252e-06|
+|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|2.3127566190004243e-06|
+|pypi|[clize](https://github.com/epsy/clize)|2.28939544103073e-06|
+|pypi|[mip](https://github.com/coin-or/python-mip)|2.2861248761149738e-06|
+|pypi|[tvtk](https://pypi.org/project/tvtk)|2.2855477176004195e-06|
+|pypi|[resample](http://github.com/resample-project/resample)|2.248513379583746e-06|
+|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|2.248513379583746e-06|
+|pypi|[numba-stats](https://pypi.org/project/numba-stats)|2.248513379583746e-06|
+|pypi|[pytest-django](https://pypi.org/project/pytest-django)|2.2260282457879086e-06|
+|pypi|[sybil](https://pypi.org/project/sybil)|2.2260282457879086e-06|
+|pypi|[zope.component](https://pypi.org/project/zope.component)|2.2260282457879086e-06|
+|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|2.2260282457879086e-06|
+|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|2.1781962338949555e-06|
+|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.168209330312898e-06|
+|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.168209330312898e-06|
+|pypi|[nitime](https://pypi.org/project/nitime)|2.168209330312898e-06|
+|pypi|[codespell](https://pypi.org/project/codespell)|2.168209330312898e-06|
+|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.168209330312898e-06|
+|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|2.168209330312898e-06|
+|pypi|[h5io](https://pypi.org/project/h5io)|2.168209330312898e-06|
+|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|2.146527237009769e-06|
+|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|2.144164061904398e-06|
+|pypi|[snakeviz](https://pypi.org/project/snakeviz)|2.13017057013197e-06|
+|pypi|[funsor](https://pypi.org/project/funsor)|2.13017057013197e-06|
+|pypi|[pypandoc](https://pypi.org/project/pypandoc)|2.13017057013197e-06|
+|pypi|[ninja](https://pypi.org/project/ninja)|2.13017057013197e-06|
+|pypi|[nbval](https://pypi.org/project/nbval)|2.13017057013197e-06|
+|pypi|[lap](https://pypi.org/project/lap)|2.13017057013197e-06|
+|pypi|[pyro-api](https://pypi.org/project/pyro-api)|2.13017057013197e-06|
+|pypi|[mako](https://www.makotemplates.org/)|2.095497663882214e-06|
+|pypi|[dcor](https://pypi.org/project/dcor)|2.0934434913365915e-06|
+|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|2.092635097004225e-06|
+|pypi|[anndata](http://anndata.readthedocs.io)|2.071357779980187e-06|
+|pypi|[scikit_learn](http://scikit-learn.org)|2.0441030723488757e-06|
+|pypi|[questionary](https://github.com/tmbo/questionary)|2.044103072348869e-06|
+|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.044103072348869e-06|
+|pypi|[python-slugify](https://github.com/un33k/python-slugify)|1.9821605550049573e-06|
+|pypi|[test-tube](https://pypi.org/project/test-tube)|1.974304430854021e-06|
+|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.974304430854021e-06|
+|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.974304430854021e-06|
+|pypi|[hydra-core](https://pypi.org/project/hydra-core)|1.974304430854021e-06|
+|pypi|[omegaconf](https://pypi.org/project/omegaconf)|1.974304430854021e-06|
+|pypi|[torchtext](https://pypi.org/project/torchtext)|1.974304430854021e-06|
+|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|1.974304430854021e-06|
+|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|1.974304430854021e-06|
+|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|1.9623389494549426e-06|
+|pypi|[brian2](http://www.briansimulator.org/)|1.9623389494549426e-06|
+|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|1.9623389494549426e-06|
+|pypi|[bakta](https://github.com/oschwengers/bakta)|1.962338949454915e-06|
+|pypi|[ogb](https://github.com/snap-stanford/ogb)|1.962338949454915e-06|
+|pypi|[RagTag](https://github.com/malonge/RagTag)|1.962338949454915e-06|
+|pypi|[tripoli](https://github.com/DDMAL/tripoli)|1.962338949454915e-06|
+|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|1.962338949454915e-06|
+|pypi|[update_checker](https://github.com/bboe/update_checker)|1.962338949454915e-06|
+|pypi|[foolbox](https://github.com/bethgelab/foolbox)|1.962338949454915e-06|
+|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.962338949454915e-06|
+|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|1.962338949454915e-06|
+|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|1.962338949454915e-06|
+|pypi|[charset_normalizer](https://github.com/ousret/charset_normalizer)|1.962338949454915e-06|
+|pypi|[dateparser](https://github.com/scrapinghub/dateparser)|1.962338949454915e-06|
+|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|1.962338949454906e-06|
+|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.962338949454906e-06|
+|pypi|[ipympl](https://pypi.org/project/ipympl)|1.962338949454906e-06|
+|pypi|[hvplot](https://pypi.org/project/hvplot)|1.962338949454906e-06|
+|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|1.9623389494548876e-06|
+|pypi|[vcrpy](https://pypi.org/project/vcrpy)|1.9544422132397955e-06|
+|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|1.9325764780273773e-06|
+|pypi|[iPython](https://ipython.org)|1.8036203579548797e-06|
+|pypi|[django-storages](https://github.com/jschneier/django-storages)|1.783944499504456e-06|
+|pypi|[multipledispatch](http://github.com/mrocklin/multipledispatch/)|1.748584171032152e-06|
+|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|1.7443012884043585e-06|
+|pypi|[mxnet](https://pypi.org/project/mxnet)|1.7407845519358036e-06|
+|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|1.7407845519358036e-06|
+|pypi|[rpy2](https://rpy2.github.io)|1.725222993062451e-06|
+|pypi|[starry](https://pypi.org/project/starry)|1.698177937028284e-06|
+|pypi|[rtds-action](https://pypi.org/project/rtds-action)|1.698177937028284e-06|
+|pypi|[sagemaker](https://pypi.org/project/sagemaker)|1.6863850346878096e-06|
+|pypi|[ftfy](https://pypi.org/project/ftfy)|1.6863850346878096e-06|
+|pypi|[fairscale](https://pypi.org/project/fairscale)|1.6863850346878096e-06|
+|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|1.6863850346878096e-06|
+|pypi|[unidic](https://pypi.org/project/unidic)|1.6863850346878096e-06|
+|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|1.6863850346878096e-06|
+|pypi|[ipadic](https://pypi.org/project/ipadic)|1.6863850346878096e-06|
+|pypi|[fugashi](https://pypi.org/project/fugashi)|1.6863850346878096e-06|
+|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|1.6863850346878096e-06|
+|pypi|[rouge-score](https://pypi.org/project/rouge-score)|1.6863850346878096e-06|
+|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|1.6863850346878096e-06|
+|pypi|[datasets](https://pypi.org/project/datasets)|1.6863850346878096e-06|
+|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.6863850346878096e-06|
+|pypi|[codecarbon](https://pypi.org/project/codecarbon)|1.6863850346878096e-06|
+|pypi|[timm](https://pypi.org/project/timm)|1.6863850346878096e-06|
+|pypi|[sigopt](https://pypi.org/project/sigopt)|1.6863850346878096e-06|
+|pypi|[optuna](https://pypi.org/project/optuna)|1.6863850346878096e-06|
+|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|1.6863850346878096e-06|
+|pypi|[torchaudio](https://pypi.org/project/torchaudio)|1.6863850346878096e-06|
+|pypi|[optax](https://pypi.org/project/optax)|1.6863850346878096e-06|
+|pypi|[flax](https://pypi.org/project/flax)|1.6863850346878096e-06|
+|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|1.6863850346878096e-06|
+|pypi|[onnxconverter-common](https://pypi.org/project/onnxconverter-common)|1.6863850346878096e-06|
+|pypi|[tokenizers](https://pypi.org/project/tokenizers)|1.6863850346878096e-06|
+|pypi|[sacremoses](https://pypi.org/project/sacremoses)|1.6863850346878096e-06|
+|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.6863850346878096e-06|
+|pypi|[falcon](https://pypi.org/project/falcon)|1.6519690135717317e-06|
+|pypi|[pyramid](https://pypi.org/project/pyramid)|1.6519690135717317e-06|
+|pypi|[bottle](https://pypi.org/project/bottle)|1.6519690135717317e-06|
+|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|1.6519690135717317e-06|
+|pypi|[webtest](https://pypi.org/project/webtest)|1.6519690135717317e-06|
+|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|1.6476843833451358e-06|
+|pypi|[gsd](https://gsd.readthedocs.io)|1.6476843833451358e-06|
+|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|1.6352824578791006e-06|
+|pypi|[mbo](https://github.com/basf/mbo)|1.6352824578791006e-06|
+|pypi|[fhirclient](https://github.com/smart-on-fhir/client-py/)|1.6352824578791006e-06|
+|pypi|[Requests](https://requests.readthedocs.io)|1.6352824578791006e-06|
+|pypi|[AMAT](https://github.com/athulpg007/AMAT)|1.6352824578791006e-06|
+|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|1.6352824578791006e-06|
+|pypi|[paramz](https://github.com/sods/paramz)|1.6352824578790883e-06|
+|pypi|[GPy](http://sheffieldml.github.com/GPy/)|1.6352824578790883e-06|
+|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|1.505981054232835e-06|
+|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|1.505981054232835e-06|
+|pypi|[colorful](https://pypi.org/project/colorful)|1.505981054232835e-06|
+|pypi|[dm-tree](https://pypi.org/project/dm-tree)|1.505981054232835e-06|
+|pypi|[gpustat](https://pypi.org/project/gpustat)|1.505981054232835e-06|
+|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|1.505981054232835e-06|
+|pypi|[opencensus](https://pypi.org/project/opencensus)|1.505981054232835e-06|
+|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|1.505981054232835e-06|
+|pypi|[py-spy](https://pypi.org/project/py-spy)|1.505981054232835e-06|
+|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|1.505981054232835e-06|
+|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|1.505981054232835e-06|
+|pypi|[mercantile](https://github.com/mapbox/mercantile)|1.494920713577806e-06|
+|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.4943965845848897e-06|
+|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|1.4840188305252722e-06|
+|pypi|[zope.testing](https://pypi.org/project/zope.testing)|1.4840188305252722e-06|
+|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|1.4840188305252722e-06|
+|pypi|[pep440](https://pypi.org/project/pep440)|1.4840188305252722e-06|
+|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|1.4570366699702677e-06|
+|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|1.4570366699702677e-06|
+|pypi|[rinohtype](https://pypi.org/project/rinohtype)|1.4570366699702675e-06|
+|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|1.4570366699702675e-06|
+|pypi|[imgaug](https://github.com/aleju/imgaug)|1.4083772364509035e-06|
+|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|1.40837723645089e-06|
+|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|1.4016706781820903e-06|
+|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|1.4016706781820903e-06|
+|pypi|[bed-reader](https://pypi.org/project/bed-reader)|1.4016706781820903e-06|
+|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|1.4016706781820903e-06|
+|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|1.4016706781820903e-06|
+|pypi|[Eir](https://github.com/mjacob1002/Eir)|1.4016706781820903e-06|
+|pypi|[physical-validation](https://physical-validation.readthedocs.io)|1.4016706781820903e-06|
+|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|1.4016706781820903e-06|
+|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|1.4016706781820903e-06|
+|pypi|[specutils](https://specutils.readthedocs.io/)|1.4016706781820903e-06|
+|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|1.4016706781820903e-06|
+|pypi|[usort](https://pypi.org/project/usort)|1.3797695738354806e-06|
+|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3698635358694823e-06|
+|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3698635358694823e-06|
+|pypi|[get_version](https://pypi.org/project/get_version)|1.3698635358694823e-06|
+|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3698635358694823e-06|
+|pypi|[nodeenv](https://pypi.org/project/nodeenv)|1.3356169474727453e-06|
+|pypi|[identify](https://pypi.org/project/identify)|1.3356169474727453e-06|
+|pypi|[cfgv](https://pypi.org/project/cfgv)|1.3356169474727453e-06|
+|pypi|[connexion](https://github.com/zalando/connexion)|1.3082259663032585e-06|
+|pypi|[furl](https://pypi.org/project/furl)|1.2848647883335693e-06|
+|pypi|[pyodbc](https://pypi.org/project/pyodbc)|1.2848647883335693e-06|
+|pypi|[pymysql](https://pypi.org/project/pymysql)|1.2848647883335693e-06|
+|pypi|[pg8000](https://pypi.org/project/pg8000)|1.2848647883335693e-06|
+|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|1.2848647883335693e-06|
+|pypi|[flexmock](https://pypi.org/project/flexmock)|1.2848647883335693e-06|
+|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|1.2848647883335693e-06|
+|pypi|[pendulum](https://pypi.org/project/pendulum)|1.2848647883335693e-06|
+|pypi|[intervals](https://pypi.org/project/intervals)|1.2848647883335693e-06|
+|pypi|[colour](https://pypi.org/project/colour)|1.2848647883335693e-06|
+|pypi|[arrow](https://pypi.org/project/arrow)|1.2848647883335693e-06|
+|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|1.238142432394176e-06|
+|pypi|[nodepy](https://github.com/ketch/nodepy)|1.2264618434093185e-06|
+|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|1.2264618434093185e-06|
+|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|1.2264618434093185e-06|
+|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|1.2264618434093185e-06|
+|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|1.2264618434093185e-06|
+|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|1.2264618434093185e-06|
+|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|1.2264618434093185e-06|
+|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|1.2264618434093185e-06|
+|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|1.1903894362502206e-06|
+|pypi|[percy](https://pypi.org/project/percy)|1.1889324112364483e-06|
+|pypi|[diskcache](https://pypi.org/project/diskcache)|1.1889324112364483e-06|
+|pypi|[fire](https://pypi.org/project/fire)|1.1889324112364483e-06|
+|pypi|[preconditions](https://pypi.org/project/preconditions)|1.1889324112364483e-06|
+|pypi|[mimesis](https://pypi.org/project/mimesis)|1.1889324112364483e-06|
+|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|1.1889324112364483e-06|
+|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|1.1889324112364483e-06|
+|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|1.1889324112364483e-06|
+|pypi|[transformers](https://github.com/huggingface/transformers)|1.0901883052527292e-06|
+|pypi|[stanza](https://github.com/stanfordnlp/stanza)|1.0901883052527292e-06|
+|pypi|[easywebdav](http://github.com/amnong/easywebdav)|1.0901883052527292e-06|
+|pypi|[retriever](https://github.com/weecology/retriever)|1.0901883052527292e-06|
+|pypi|[yabox](https://github.com/pablormier/yabox)|1.0901883052527292e-06|
+|pypi|[modAL](https://modAL-python.github.io/)|1.0901883052527292e-06|
+|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|1.0901883052527292e-06|
+|pypi|[dca](https://github.com/theislab/dca)|1.0901883052527292e-06|
+|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|1.0901883052527292e-06|
+|pypi|[injector](https://github.com/alecthomas/injector)|1.0901883052527292e-06|
+|pypi|[python-sat](https://github.com/pysathq/pysat)|1.0792864222002048e-06|
+|pypi|[re-assert](https://pypi.org/project/re-assert)|1.0567518705278863e-06|
+|pypi|[devpi-server](https://pypi.org/project/devpi-server)|1.0567518705278863e-06|
+|pypi|[devpi-client](https://pypi.org/project/devpi-client)|1.0567518705278863e-06|
+|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|1.0567518705278863e-06|
+|pypi|[sparse](https://github.com/pydata/sparse/)|1.0056987115956478e-06|
+|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|9.962643897232598e-07|
+|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|9.962643897232598e-07|
+|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|9.962643897232598e-07|
+|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|9.962643897232598e-07|
+|pypi|[nbdime](https://pypi.org/project/nbdime)|9.962643897232598e-07|
+|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|9.962643897232598e-07|
+|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|9.962643897232598e-07|
+|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|9.962643897232598e-07|
+|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|9.962643897232598e-07|
+|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|9.962643897232598e-07|
+|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|9.962643897232598e-07|
+|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|9.962643897232598e-07|
+|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|9.962643897232598e-07|
+|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|9.962643897232598e-07|
+|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|9.962643897232598e-07|
+|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|9.962643897232598e-07|
+|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|9.962643897232598e-07|
+|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|9.962643897232598e-07|
+|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|9.962643897232598e-07|
+|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|9.962643897232598e-07|
+|pypi|[clldutils](https://github.com/clld/clldutils)|9.811694747274713e-07|
+|pypi|[pypka](https://pypka.org)|9.811694747274713e-07|
+|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|9.811694747274576e-07|
+|pypi|[slab](http://github.com/DrMarc/slab.git)|9.811694747274576e-07|
+|pypi|[louvain](https://github.com/vtraag/louvain-igraph)|9.811694747274576e-07|
+|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|9.811694747274576e-07|
+|pypi|[grpcio-reflection](https://grpc.io)|9.075817641229007e-07|
+|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|8.91972249752228e-07|
+|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|8.91972249752228e-07|
+|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|8.91972249752228e-07|
+|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|8.91972249752228e-07|
+|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|8.91972249752228e-07|
+|pypi|[overrides](https://github.com/mkorpela/overrides)|8.91972249752228e-07|
+|pypi|[FitBenchmarking](http://fitbenchmarking.com)|8.91972249752228e-07|
+|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|8.91972249752228e-07|
+|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|8.312685827552058e-07|
+|pypi|[lightkurve](https://docs.lightkurve.org)|8.176412289395503e-07|
+|pypi|[k2sc](https://github.com/OxES/k2sc)|8.176412289395503e-07|
+|pypi|[pyro-ppl](http://pyro.ai)|8.176412289395503e-07|
+|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|8.176412289395503e-07|
+|pypi|[octopuspy](https://github.com/afatt/octopuspy)|8.176412289395503e-07|
+|pypi|[adjustText](https://github.com/Phlya/adjustText)|8.176412289395503e-07|
+|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|8.176412289395503e-07|
+|pypi|[iScore](https://github.com/DeepRank/iScore)|8.176412289395503e-07|
+|pypi|[deeprank](https://github.com/DeepRank/deeprank)|8.176412289395503e-07|
+|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|8.176412289395503e-07|
+|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|8.176412289395503e-07|
+|pypi|[pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning)|8.176412289395365e-07|
+|pypi|[geopy](https://github.com/geopy/geopy)|7.821052832202533e-07|
+|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|7.547457497903669e-07|
+|pypi|[healpy](http://github.com/healpy)|7.547457497903531e-07|
+|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|7.547457497903531e-07|
+|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|7.547457497903531e-07|
+|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|7.547457497903531e-07|
+|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|7.547457497903531e-07|
+|pypi|[outcome](https://github.com/python-trio/outcome)|7.466232479116455e-07|
+|pypi|[plotnine](https://github.com/has2k1/plotnine)|7.008353390910451e-07|
+|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|7.008353390910451e-07|
+|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|7.008353390910451e-07|
+|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|7.008353390910451e-07|
+|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|7.008353390910451e-07|
+|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|7.008353390910451e-07|
+|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|7.008353390910451e-07|
+|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|6.541129831516293e-07|
+|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|6.541129831516293e-07|
+|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|6.541129831516293e-07|
+|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|6.475718533201174e-07|
+|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|6.132309217046593e-07|
+|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|6.132309217046593e-07|
+|pypi|[pebble](https://github.com/noxdafox/pebble)|6.132309217046593e-07|
+|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|6.132309217046593e-07|
+|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|6.132309217046593e-07|
+|pypi|[frites](https://github.com/brainets/frites)|6.132309217046593e-07|
+|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|6.132309217046593e-07|
+|pypi|[pirecorder](https://github.com/jollejolles)|6.132309217046593e-07|
+|pypi|[elmada](https://github.com/DrafProject/elmada)|6.132309217046593e-07|
+|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|6.070986124876083e-07|
+|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|5.771585145455612e-07|
+|pypi|[pygmsh](https://pypi.org/project/pygmsh)|5.771585145455612e-07|
+|pypi|[pacopy](https://github.com/sigma-py/pacopy)|5.771585145455612e-07|
+|pypi|[dmsh](https://pypi.org/project/dmsh)|5.771585145455612e-07|
+|pypi|[glvis](https://github.com/glvis/pyglvis)|5.771585145455612e-07|
+|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|5.771585145455612e-07|
+|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|5.771585145455612e-07|
+|pypi|[PyGithub](https://github.com/pygithub/pygithub)|5.771585145455612e-07|
+|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|5.771585145455612e-07|
+|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|5.771585145455612e-07|
+|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|5.771585145455544e-07|
+|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|5.450941526263646e-07|
+|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|5.450941526263646e-07|
+|pypi|[pymunk](http://www.pymunk.org)|5.450941526263646e-07|
+|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|5.450941526263646e-07|
+|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|5.450941526263646e-07|
+|pypi|[sos-bash](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-matlab](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|5.164049866986619e-07|
+|pypi|[sos-julia](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-javascript](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[sos-r](https://github.com/vatlab/SOS)|5.164049866986619e-07|
+|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|5.164049866986619e-07|
+|pypi|[chart-studio](https://plot.ly/python/)|5.164049866986619e-07|
+|pypi|[markov-clustering](https://github.com/guyallard/markov_clustering.git)|5.164049866986619e-07|
+|pypi|[rsudp](https://github.com/raspishake/rsudp)|4.672235593940278e-07|
+|pypi|[starry-process](https://github.com/rodluger/starry_process)|4.45986124876114e-07|
+|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|4.415262636273552e-07|
+|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.265954237945426e-07|
+|pypi|[yte](https://github.com/koesterlab/yte)|4.0882061446977515e-07|
+|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|4.0882061446977515e-07|
+|pypi|[retry](https://github.com/invl/retry)|4.0882061446977515e-07|
+|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|4.0882061446977515e-07|
+|pypi|[PyQt6](https://www.riverbankcomputing.com/software/pyqt/)|4.0882061446977515e-07|
+|pypi|[Pyside6](https://www.pyside.org)|4.0882061446977515e-07|
+|pypi|[pyqtgraph](http://www.pyqtgraph.org)|4.0882061446977515e-07|
+|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|4.0882061446977515e-07|
+|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|3.9246778989098855e-07|
+|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|3.9246778989098167e-07|
+|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|3.9246778989098167e-07|
+|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|3.9246778989098167e-07|
+|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.9246778989098167e-07|
+|pypi|[ncempy](https://github.com/ercius/openNCEM)|3.9246778989098167e-07|
+|pypi|[atlite](https://github.com/PyPSA/atlite)|3.9246778989098167e-07|
+|pypi|[amqp](http://github.com/celery/py-amqp)|3.788784948007131e-07|
+|pypi|[python-box](https://github.com/cdgriffith/Box)|3.7737287489517655e-07|
+|pypi|[fspath](https://github.com/return42/fspath)|3.7359914614622524e-07|
+|pypi|[geobo](https://github.com/sebhaan/geobo)|3.633961017509097e-07|
+|pypi|[scikit_image](https://scikit-image.org)|3.633961017509097e-07|
+|pypi|[webargs](https://github.com/marshmallow-code/webargs)|3.5041766954552257e-07|
+|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|3.5041766954552257e-07|
+|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|3.5041766954552257e-07|
+|pypi|[flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy)|3.5041766954552257e-07|
+|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|3.5041766954552257e-07|
+|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|3.3833430163015754e-07|
+|pypi|[sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling)|3.0661546085232963e-07|
+|pypi|[nixio](https://github.com/G-Node/nixpy)|3.035493062438076e-07|
+|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|2.885792572727806e-07|
+|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|2.698216055500512e-07|
+|pypi|[apache-libcloud](https://libcloud.apache.org/)|2.523007220727754e-07|
+|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|2.515819165967821e-07|
+|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|2.515819165967821e-07|
+|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|2.515819165967821e-07|
+|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|2.515819165967821e-07|
+|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|2.515819165967821e-07|
+|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|2.452923686818644e-07|
+|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|2.4283944499504403e-07|
+|pypi|[convertdate](https://github.com/fitnr/convertdate)|2.4283944499504403e-07|
+|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|2.3930962798230306e-07|
+|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|2.336117796970139e-07|
+|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|2.281789476110356e-07|
+|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|2.1803766105054653e-07|
+|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|2.1803766105054653e-07|
+|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|2.1803766105054653e-07|
+|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|2.1803766105054653e-07|
+|pypi|[django-rq](https://github.com/rq/django-rq)|2.1803766105054653e-07|
+|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|2.1803766105054653e-07|
+|pypi|[google](http://breakingcode.wordpress.com/)|2.1803766105054653e-07|
+|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|1.8512631598631133e-07|
+|pypi|[sphinx-tabs](https://github.com/executablebooks/sphinx-tabs)|1.6189296333002935e-07|
+|pypi|[flowTorch](https://flowtorch.ai/users)|1.5330773042616481e-07|
+|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.4717542120911728e-07|
+|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|1.3819288376442952e-07|
+|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|1.3819288376442952e-07|
+|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|1.3819288376442952e-07|
+|pypi|[heat](https://github.com/helmholtz-analytics/heat)|1.3819288376442952e-07|
+|pypi|[duecredit](https://github.com/duecredit/duecredit)|1.3819288376442952e-07|
+|pypi|[sphinx-click](https://github.com/stephenfin/sphinx-click)|1.349108027750256e-07|
+|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|1.1821318972619938e-07|
+|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|1.1427738588002183e-07|
+|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|9.275565007768333e-08|
+|pypi|[typeguard](https://pypi.org/project/typeguard)|8.99405351833504e-08|
+|pypi|[pika](https://pika.readthedocs.io)|8.44658939113207e-08|
+|pypi|[scikit-misc](https://github.com/has2k1/scikit-misc)|6.938269857001307e-08|
+|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|6.167350984001113e-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 23c41f59..ccd104bd 100644
--- a/pages/r.md
+++ b/pages/r.md
@@ -9,1831 +9,1881 @@ tipue_search_active: true
|Manager|Name|Credit|
|-------|----|------|
-|cran|R|0.03424976459671244|
-|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.027833423233940904|
-|cran|[testthat](https://testthat.r-lib.org)|0.02397515501414811|
-|cran|[httr](https://httr.r-lib.org/)|0.020448287174915074|
-|cran|[knitr](https://yihui.org/knitr/)|0.01690575151396712|
-|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.015945403274703257|
-|cran|utils|0.013904182156179163|
-|cran|methods|0.013498727092482935|
-|cran|[covr](https://covr.r-lib.org)|0.012554311189310998|
-|cran|[tidyr](https://tidyr.tidyverse.org)|0.0074803334035712585|
-|cran|[magrittr](https://magrittr.tidyverse.org)|0.00640238868948378|
-|cran|[rlang](https://rlang.r-lib.org)|0.006024559797711829|
-|cran|stats|0.005330834919975447|
-|cran|[withr](https://withr.r-lib.org)|0.005086492621852832|
-|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.004551196561767453|
-|cran|[tibble](https://tibble.tidyverse.org/)|0.00453911451153286|
-|cran|tools|0.004274570924906802|
-|cran|[curl](https://github.com/jeroen/curl)|0.004082805500822201|
-|cran|[Rcpp](http://www.rcpp.org)|0.0038845717220677336|
-|cran|[vctrs](https://vctrs.r-lib.org/)|0.003596235499893711|
-|cran|[R6](https://r6.r-lib.org)|0.00355948475002396|
-|cran|grDevices|0.0033824628949575895|
-|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0031565891007250676|
-|cran|graphics|0.0031531249179378297|
-|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0030481392473359335|
-|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0028868370860475256|
-|cran|[dplyr](https://dplyr.tidyverse.org)|0.0028105970826652073|
-|cran|[pryr](https://github.com/hadley/pryr)|0.0027646333736613144|
-|cran|[glue](https://github.com/tidyverse/glue)|0.0027076352913542093|
-|cran|[digest](https://github.com/eddelbuettel/digest)|0.0024321047315473215|
-|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0024033731642187244|
-|cran|[htmltools](https://github.com/rstudio/htmltools)|0.002398468886741001|
-|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.001978780891482441|
-|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.001969479023568026|
-|cran|[mockery](https://github.com/r-lib/mockery)|0.001964072420350236|
-|cran|[stringi](https://stringi.gagolewski.com/)|0.001846326181468636|
-|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.001837093209182467|
-|cran|[xml2](https://xml2.r-lib.org/)|0.0018138023983402423|
-|cran|[cli](https://cli.r-lib.org)|0.0017659550050971049|
-|cran|[pillar](https://pillar.r-lib.org/)|0.0017373549759354939|
-|cran|[shiny](https://shiny.rstudio.com/)|0.0017103610147779543|
-|cran|[bit64](https://github.com/truecluster/bit64)|0.00170124966509246|
-|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0016939379904340052|
-|cran|[callr](https://callr.r-lib.org)|0.0016335608250685702|
-|cran|[purrr](http://purrr.tidyverse.org)|0.0016285867870177578|
-|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0015048607429845467|
-|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0014803300562765758|
-|cran|[processx](https://processx.r-lib.org)|0.0014139120718363732|
-|cran|[DBI](https://dbi.r-dbi.org)|0.0013991521015535625|
-|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.001373593431440516|
-|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.001352618755258616|
-|cran|[markdown](https://github.com/rstudio/markdown)|0.0013453997852879832|
-|cran|[sp](https://github.com/edzer/sp/)|0.0013362810874808504|
-|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0013323094430743084|
-|cran|parallel|0.0013094204691558764|
-|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0013053657609723608|
-|cran|[pracma](NA)|0.0012856613692245405|
-|cran|grid|0.001254468167439431|
-|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0012536325868919987|
-|cran|[hms](https://hms.tidyverse.org/)|0.0012347821944667917|
-|cran|[stringr](http://stringr.tidyverse.org)|0.0011990979137842857|
-|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0010554636719968084|
-|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0010171030779645648|
-|cran|[mime](https://github.com/yihui/mime)|0.0010163133444029283|
-|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0010080188049235253|
-|cran|[webmockr](https://github.com/ropensci/webmockr)|0.0009372696025690065|
-|cran|ellipsis|0.0009338439125978618|
-|cran|[unix](https://github.com/jeroen/unix)|0.0009328904196002725|
-|cran|bench|0.0009175693334661792|
-|cran|[xts](https://github.com/joshuaulrich/xts)|0.00090581257116267|
-|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.0009001559476841373|
-|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.000888281079484248|
-|cran|[broom](https://broom.tidymodels.org/)|0.0008867613720426093|
-|cran|[generics](https://generics.r-lib.org)|0.0008707021662340782|
-|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0008694675197868626|
-|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0008691575000668801|
-|cran|[httpcode](https://github.com/sckott/httpcode)|0.0008672146797890837|
-|cran|[scales](https://scales.r-lib.org)|0.0008671778701469473|
-|cran|[bit](https://github.com/truecluster/bit)|0.0008575767550505025|
-|cran|evaluate|0.0008535152137893056|
-|cran|RColorBrewer|0.000840759271462644|
-|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0008351618169027064|
-|cran|[sf](https://r-spatial.github.io/sf/)|0.0008222259818185173|
-|cran|[fs](https://fs.r-lib.org)|0.0008151894027912772|
-|cran|tcltk|0.0007917185031049215|
-|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.000760723369565817|
-|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0007591009925303965|
-|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0007525100762330078|
-|cran|[plyr](http://had.co.nz/plyr)|0.0007462514837287902|
-|cran|[pkgload](https://github.com/r-lib/pkgload)|0.000740288919822918|
-|cran|[blob](https://blob.tidyverse.org)|0.0007135052846505915|
-|cran|[httpuv](https://github.com/rstudio/httpuv)|0.0007051165036988761|
-|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.0006912162162162162|
-|cran|[data.table](https://r-datatable.com)|0.0006728131491362203|
-|cran|[usethis](https://usethis.r-lib.org)|0.0006693216282198386|
-|cran|[maps](NA)|0.0006615001381696227|
-|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0006529271735491464|
-|cran|pkgconfig|0.0006527708733397784|
-|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0006368008577843519|
-|cran|[lubridate](https://lubridate.tidyverse.org)|0.0006305566056575766|
-|cran|[XML](http://www.omegahat.net/RSXML/)|0.0006303299585717392|
-|cran|[png](http://www.rforge.net/png/)|0.0006204154731304379|
-|cran|[brio](https://brio.r-lib.org)|0.0006196285677936889|
-|cran|[igraph](https://igraph.org)|0.0005972629236169089|
-|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0005861170562393149|
-|cran|[waldo](https://github.com/r-lib/waldo)|0.000584407302241938|
-|cran|RPostgreSQL|0.0005838769512748431|
-|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.0005822922162846766|
-|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00058006227327289|
-|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0005612541524966587|
-|cran|mockr|0.0005600567300352439|
-|cran|[xfun](https://github.com/yihui/xfun)|0.0005581063567350719|
-|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0005422726791328075|
-|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0005387690212366906|
-|cran|pkgbuild|0.0005276268381754727|
-|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0005086606904905599|
-|cran|Lahman|0.0004996175897754838|
-|cran|[crul](https://docs.ropensci.org/crul/)|0.0004967212940023612|
-|cran|[ragg](https://ragg.r-lib.org)|0.0004940847306122492|
-|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0004872839117916015|
-|cran|formattable|0.00048373351932903683|
-|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00048127158386000995|
-|cran|[inline](https://github.com/eddelbuettel/inline)|0.0004740393171970069|
-|cran|RMySQL|0.0004711660379404784|
-|cran|lobstr|0.0004711660379404784|
-|cran|[webutils](https://github.com/jeroen/webutils)|0.00046530022097281864|
-|cran|fansi|0.00045229314117933546|
-|cran|[survival](https://github.com/therneau/survival)|0.00044823181029833136|
-|cran|[abind](NA)|0.000439449526686167|
-|cran|datasets|0.0004357507654978158|
-|cran|[bslib](https://rstudio.github.io/bslib/)|0.00043215928163905934|
-|cran|chron|0.00043072513564647834|
-|cran|[devtools](https://devtools.r-lib.org/)|0.0004239017594116491|
-|cran|[winch](https://r-prof.github.io/winch/)|0.0004215409715790994|
-|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00041249918012422373|
-|cran|iterators|0.00041047240021302103|
-|cran|[ps](https://github.com/r-lib/ps#readme)|0.0004061583540203644|
-|cran|gtable|0.0004018182562507001|
-|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00039669116721116724|
-|cran|itertools|0.00038775433204633214|
-|cran|[ape](http://ape-package.ird.fr/)|0.0003744927865959632|
-|cran|timeDate|0.0003713885071921896|
-|cran|[readr](https://readr.tidyverse.org)|0.0003695873660037353|
-|cran|munsell|0.0003673437288840986|
-|cran|tis|0.000364807342176242|
-|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00036001492043745344|
-|cran|[hexbin](https://github.com/edzer/hexbin)|0.0003577538127275544|
-|cran|mapproj|0.0003556931035681292|
-|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0003556481471384237|
-|cran|[raster](https://rspatial.org/raster)|0.00035557823524117116|
-|cran|[sys](https://github.com/jeroen/sys)|0.00035383294281433994|
-|cran|[mgcv](NA)|0.0003527882393480781|
-|cran|assertthat|0.00034886177431825763|
-|cran|[vroom](https://vroom.r-lib.org)|0.0003366506830876901|
-|cran|[terra](https://rspatial.org/terra/)|0.0003312380923172242|
-|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003300433536288654|
-|cran|[clipr](https://github.com/mdlincoln/clipr)|0.0003294376321035233|
-|cran|[DT](https://github.com/rstudio/DT)|0.00032815019057047507|
-|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.0003227632572920139|
-|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0003180566944921549|
-|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0003131481816465393|
-|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0003091701974630802|
-|cran|[sass](https://github.com/rstudio/sass)|0.0003073856384259816|
-|cran|graph|0.00029702592279720776|
-|cran|cachem|0.0002938603298246271|
-|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00029251964419258646|
-|cran|tzdb|0.0002847117401504863|
-|cran|[desc](https://github.com/r-lib/desc#readme)|0.00027549472387823854|
-|cran|[future](https://future.futureverse.org)|0.00027448811167458026|
-|cran|[insight](https://easystats.github.io/insight/)|0.00026816986728957876|
-|cran|[forcats](https://forcats.tidyverse.org)|0.0002651444961854667|
-|cran|[parameters](https://easystats.github.io/parameters/)|0.0002646428030693952|
-|cran|RUnit|0.00026423254236943706|
-|cran|interp|0.0002601141725121509|
-|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.0002591101699215679|
-|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00025645478127357246|
-|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|0.00025388420663855117|
-|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00025110321458636975|
-|cran|quantreg|0.0002485998720159697|
-|cran|svglite|0.00024857512435562563|
-|cran|ggplot2movies|0.00024225403737701583|
-|cran|[magick](https://docs.ropensci.org/magick/)|0.00024060275580045637|
-|cran|[fields](https://github.com/dnychka/fieldsRPackage)|0.00023962481907518693|
-|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|0.00023704446144550098|
-|cran|multcomp|0.00023690676642920452|
-|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00023677193581950832|
-|cran|[base64enc](http://www.rforge.net/base64enc)|0.0002358633890574346|
-|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|0.00023516542916542918|
-|cran|isoband|0.00023379478581776422|
-|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|0.00023318106119432782|
-|cran|[lme4](https://github.com/lme4/lme4/)|0.00023052667591202502|
-|cran|[fastmatch](http://www.rforge.net/fastmatch)|0.00022919702753947148|
-|cran|[lintr](https://github.com/jimhester/lintr)|0.00022917180608379245|
-|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|0.00022841981185077164|
-|cran|[promises](https://rstudio.github.io/promises)|0.0002284020660410089|
-|cran|profvis|0.00022700268602566444|
-|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00022677250195278118|
-|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|0.00022353708834885308|
-|cran|[Cairo](http://www.rforge.net/Cairo/)|0.00022321603252688506|
-|cran|triebeard|0.0002227433108108108|
-|cran|[backports](https://github.com/r-lib/backports)|0.00022180555328810597|
-|cran|tinytex|0.00022065000983872477|
-|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00021937701113946965|
-|cran|tuneR|0.00021405405405405407|
-|cran|jquerylib|0.00021023857904149952|
-|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00020936935150495163|
-|cran|rasterVis|0.00020738515673601995|
-|cran|[rjson](https://github.com/alexcb/rjson)|0.00020514234867834876|
-|cran|stats4|0.00020467116050712725|
-|cran|[testit](https://github.com/yihui/testit)|0.00020282762273001793|
-|cran|[downlit](https://downlit.r-lib.org/)|0.00020277069177223475|
-|cran|prettyunits|0.00020192678120903686|
-|cran|[pdftools](https://docs.ropensci.org/pdftools/)|0.00019738041712901813|
-|cran|[spatstat.linnet](http://spatstat.org/)|0.00019401242802552363|
-|cran|[memoise](https://github.com/r-lib/memoise)|0.0001917173702841328|
-|cran|[future.apply](https://future.apply.futureverse.org)|0.0001910776455165529|
-|cran|[performance](https://easystats.github.io/performance/)|0.00019053157076292536|
-|cran|[qs](https://github.com/traversc/qs)|0.00018913484445399342|
-|cran|asciicast|0.0001843783131562496|
-|cran|[dygraphs](https://github.com/rstudio/dygraphs)|0.00018276168267643397|
-|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|0.00018155505714067435|
-|cran|[uuid](http://www.rforge.net/uuid)|0.0001810124717278564|
-|cran|[spatstat.utils](http://spatstat.org/)|0.00017944337397146956|
-|cran|[DBItest](https://dbitest.r-dbi.org)|0.00017936856575062458|
-|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|0.00017849372078845765|
-|cran|[taxa](https://docs.ropensci.org/taxa/)|0.00017837837837837839|
-|cran|[vegdata](http://germansl.infinitenature.org)|0.00017837837837837839|
-|cran|[tidyverse](http://tidyverse.tidyverse.org)|0.00017751039223496434|
-|cran|[spatstat.geom](http://spatstat.org/)|0.0001760818083393413|
-|cran|[mapview](https://github.com/r-spatial/mapview)|0.0001758984521490154|
-|cran|[praise](https://github.com/gaborcsardi/praise)|0.00017525905824019499|
-|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|0.00017479507131235397|
-|cran|[webp](https://github.com/jeroen/webp#readme)|0.00017449728616144073|
-|cran|diffviewer|0.0001734060400116433|
-|cran|[commonmark](https://docs.ropensci.org/commonmark/)|0.00017262754510248806|
-|cran|[jpeg](http://www.rforge.net/jpeg/)|0.00017245566525693674|
-|cran|[spatstat](http://spatstat.org/)|0.00017103037749673398|
-|cran|[reshape2](https://github.com/hadley/reshape)|0.00017003664228124635|
-|cran|splines|0.00016649057526986458|
-|cran|[getPass](https://github.com/wrathematics/getPass)|0.00016555119589514332|
-|cran|[V8](https://github.com/jeroen/v8)|0.00016388432432432436|
-|cran|[nleqslv](NA)|0.00016385679669817603|
-|cran|later|0.00016200270499103477|
-|cran|[whisker](http://github.com/edwindj/whisker)|0.0001617319092584982|
-|cran|[openssl](https://github.com/jeroen/openssl)|0.00016090424659859063|
-|cran|[tesseract](https://docs.ropensci.org/tesseract/)|0.00015907122892773644|
-|cran|[gh](https://gh.r-lib.org/)|0.00015882213893809123|
-|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|0.0001569710127710128|
-|cran|dichromat|0.00015692311275241426|
-|cran|KernSmooth|0.00015653120123042976|
-|cran|[xtable](http://xtable.r-forge.r-project.org/)|0.00015542550627322888|
-|cran|[showtext](https://github.com/yixuan/showtext)|0.00015497375008270754|
-|cran|[RPostgres](https://rpostgres.r-dbi.org)|0.00015431884621229777|
-|cran|[shinyjs](https://deanattali.com/shinyjs/)|0.00015262337043582072|
-|cran|[spatstat.random](http://spatstat.org/)|0.00015132302851322946|
-|cran|selectr|0.00015089911424029075|
-|cran|[rvest](http://rvest.tidyverse.org/)|0.00014969508096856178|
-|cran|rprintf|0.00014949977920179563|
-|cran|WRS2|0.00014689450509856186|
-|cran|combinat|0.00014612346818868558|
-|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|0.00014583888302616087|
-|cran|igraphdata|0.00014521667805167808|
-|cran|sfsmisc|0.0001421388997195371|
-|cran|fastmap|0.00014055992305876477|
-|cran|labeling|0.00014034104285843419|
-|cran|[gifski](https://gif.ski/)|0.0001390518010705627|
-|cran|[readxl](https://readxl.tidyverse.org)|0.00013896816430269122|
-|cran|[phangorn](https://github.com/KlausVigo/phangorn)|0.0001389224531510916|
-|cran|[units](https://github.com/r-quantities/units/)|0.00013813396982664982|
-|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|0.00013695161054157957|
-|cran|[reticulate](https://rstudio.github.io/reticulate/)|0.00013558749321373648|
-|cran|[lazyeval](NA)|0.00013531684299573863|
-|cran|rsconnect|0.0001341268552433131|
-|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|0.0001335238937513886|
-|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|0.00013303791647429|
-|cran|[rstan](https://mc-stan.org/rstan)|0.00013216340956340956|
-|cran|[rJava](http://www.rforge.net/rJava/)|0.00013199846372688478|
-|cran|rstanarm|0.00012982238926444113|
-|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|0.00012776902918817815|
-|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|0.00012600448141413927|
-|cran|styler|0.00012523439435271406|
-|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|0.0001248615403220266|
-|cran|boot|0.00012388107499243956|
-|cran|tufte|0.00012383673183398629|
-|cran|katex|0.00012383673183398629|
-|cran|[viridis](https://sjmgarnier.github.io/viridis/)|0.00012247778744336457|
-|cran|[formatR](https://github.com/yihui/formatR)|0.00012229618047242366|
-|cran|[sodium](https://github.com/jeroen/sodium#readme)|0.00012225386074035083|
-|cran|[qpdf](https://github.com/ropensci/qpdf)|0.0001221840572132637|
-|cran|[progress](https://github.com/r-lib/progress#readme)|0.00012184343844278058|
-|cran|webshot|0.00012154993108154617|
-|cran|txtplot|0.00011891891891891892|
-|cran|prettydoc|0.00011779602089114573|
-|cran|see|0.00011712797539768682|
-|cran|[effectsize](https://easystats.github.io/effectsize/)|0.0001168987749418942|
-|cran|[cowplot](https://wilkelab.org/cowplot/)|0.00011689794669235461|
-|cran|cellranger|0.00011657712220384854|
-|cran|[globals](https://github.com/HenrikBengtsson/globals)|0.00011537845701483055|
-|cran|[odbc](https://github.com/r-dbi/odbc)|0.00011508929171274328|
-|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|0.00011465885190849988|
-|cran|[psych](https://personality-project.org/r/psych/)|0.00011405768719705807|
-|cran|flashClust|0.00011394998577524894|
-|cran|e1071|0.00011301663047101824|
-|cran|[targets](https://docs.ropensci.org/targets/)|0.00011244202763348828|
-|cran|[s2](https://r-spatial.github.io/s2/)|0.00011193359318579713|
-|cran|statnet.common|0.0001090365140650855|
-|cran|[bayestestR](https://easystats.github.io/bayestestR/)|0.00010869141213346403|
-|cran|MatrixModels|0.00010847011801475541|
-|cran|gee|0.00010665121609024721|
-|cran|gamm4|0.00010499347147839082|
-|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|0.00010497866287339971|
-|cran|[ggrepel](http://github.com/slowkow/ggrepel)|0.00010454341550086689|
-|cran|modelbased|0.00010298117018117019|
-|cran|[stars](https://r-spatial.github.io/stars/)|0.00010262044258044066|
-|cran|[spdep](https://github.com/r-spatial/spdep/)|0.00010254246728710466|
-|cran|[RMariaDB](https://rmariadb.r-dbi.org)|0.00010165811951613186|
-|cran|mapdata|0.00010139972139619655|
-|cran|highr|0.00010110302524185427|
-|cran|[checkmate](https://github.com/mllg/checkmate)|0.00010086499462578993|
-|cran|tikzDevice|9.909682879691009e-05|
-|cran|palmerpenguins|9.90389410474538e-05|
-|cran|coda|9.85109301382248e-05|
-|cran|JuliaCall|9.681327800473861e-05|
-|cran|[vcr](https://github.com/ropensci/vcr/)|9.584671878314736e-05|
-|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|9.549873984948578e-05|
-|cran|class|9.170327503974563e-05|
-|cran|[leaflet](https://rstudio.github.io/leaflet/)|9.138106722183351e-05|
-|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|9.101765030336458e-05|
-|cran|poorman|9.085353642251253e-05|
-|cran|[here](https://here.r-lib.org/)|9.06715010164735e-05|
-|cran|[classInt](https://r-spatial.github.io/classInt/)|8.911920286246181e-05|
-|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|8.795090900968629e-05|
-|cran|[Seurat](https://satijalab.org/seurat)|8.769773117599205e-05|
-|cran|[network](http://statnet.org/)|8.769006289580828e-05|
-|cran|shape|8.764204549287653e-05|
-|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|8.75098683911687e-05|
-|cran|spatstat.data|8.655787550807835e-05|
-|cran|[slam](NA)|8.562900005241181e-05|
-|cran|[tmap](https://github.com/mtennekes/tmap)|8.425936149935956e-05|
-|cran|pool|8.425936149935956e-05|
-|cran|polyclip|8.40600391330074e-05|
-|cran|[taxize](https://docs.ropensci.org/taxize/)|8.26444015444016e-05|
-|cran|[gapminder](https://github.com/jennybc/gapminder)|8.143008904356656e-05|
-|cran|animation|8.123833305355045e-05|
-|cran|[spatstat.core](http://spatstat.org/)|8.08889359527595e-05|
-|cran|[gplots](https://github.com/talgalili/gplots)|8.04682459787723e-05|
-|cran|tseries|7.879125646077591e-05|
-|cran|[argon2](https://github.com/wrathematics/argon2)|7.823771235521235e-05|
-|cran|[dendextend](http://talgalili.github.io/dendextend/)|7.773407314516733e-05|
-|cran|ade4|7.751102095789052e-05|
-|cran|shinydisconnect|7.732652408047146e-05|
-|cran|[irlba](NA)|7.712689289265377e-05|
-|cran|[rex](https://github.com/kevinushey/rex)|7.686608279567166e-05|
-|cran|[datawizard](https://easystats.github.io/datawizard/)|7.670616072587215e-05|
-|cran|fANCOVA|7.644787644787645e-05|
-|cran|poibin|7.644787644787645e-05|
-|cran|[gert](https://docs.ropensci.org/gert/)|7.640751893187806e-05|
-|cran|[mmand](https://github.com/jonclayden/mmand)|7.460850556438791e-05|
-|cran|[RNifti](https://github.com/jonclayden/RNifti)|7.460850556438791e-05|
-|cran|[lavaan](https://lavaan.ugent.be)|7.460322753042251e-05|
-|cran|[shinytest](https://github.com/rstudio/shinytest)|7.456990326139875e-05|
-|cran|conflicted|7.446204107742569e-05|
-|cran|[zeallot](https://github.com/nteetor/zeallot)|7.331351351351353e-05|
-|cran|[pingr](https://github.com/r-lib/pingr#readme)|7.255786803433676e-05|
-|cran|[circlize](https://github.com/jokergoo/circlize)|7.203778312725682e-05|
-|cran|pbkrtest|7.177929631402072e-05|
-|cran|[caret](https://github.com/topepo/caret/)|7.119273834273838e-05|
-|cran|reactlog|7.095281222299192e-05|
-|cran|sourcetools|7.095281222299192e-05|
-|cran|fontawesome|7.095281222299192e-05|
-|cran|pbdMPI|7.063783783783784e-05|
-|cran|[sna](http://statnet.org)|6.986500594000597e-05|
-|cran|RcppTOML|6.953882629432502e-05|
-|cran|[janitor](https://github.com/sfirke/janitor)|6.926114605654248e-05|
-|cran|[car](https://r-forge.r-project.org/projects/car/)|6.820106480144385e-05|
-|cran|RhpcBLASctl|6.810632627217352e-05|
-|cran|[gtools](https://github.com/r-gregmisc/gtools)|6.807195903978513e-05|
-|cran|colorRamps|6.689189189189189e-05|
-|cran|paletteer|6.689189189189189e-05|
-|cran|statsExpressions|6.689189189189189e-05|
-|cran|geoaxe|6.689189189189189e-05|
-|cran|spbabel|6.689189189189189e-05|
-|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|6.660512519208175e-05|
-|cran|latticeExtra|6.591779347023632e-05|
-|cran|timeSeries|6.455835399309084e-05|
-|cran|fts|6.455835399309084e-05|
-|cran|[pbapply](https://github.com/psolymos/pbapply)|6.405401791448712e-05|
-|cran|[zip](https://github.com/r-lib/zip#readme)|6.40095296283283e-05|
-|cran|miniUI|6.340018045996312e-05|
-|cran|lpSolve|6.329884169884169e-05|
-|cran|nortest|6.29570747217806e-05|
-|cran|openair|6.29570747217806e-05|
-|cran|brew|6.294340701308094e-05|
-|cran|[plotly](https://plotly-r.com)|6.177455733918473e-05|
-|cran|fstcore|6.13566735966736e-05|
-|cran|parallelly|6.132794789379514e-05|
-|cran|lars|6.132295812295812e-05|
-|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|6.128167133793523e-05|
-|cran|[emmeans](https://github.com/rvlenth/emmeans)|6.027419030554488e-05|
-|cran|[ggforce](https://ggforce.data-imaginist.com)|6.0105448986970725e-05|
-|cran|rsvg|5.9702210237158336e-05|
-|cran|[futile.logger](NA)|5.965732551232553e-05|
-|cran|[graphql](http://graphql.org)|5.959347193347194e-05|
-|cran|[TTR](https://github.com/joshuaulrich/TTR)|5.953378378378378e-05|
-|cran|[credentials](https://docs.ropensci.org/credentials/)|5.924509504009506e-05|
-|cran|spatial|5.859706469726754e-05|
-|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|5.855616072587213e-05|
-|cran|stopwords|5.852425029755857e-05|
-|cran|rnaturalearthdata|5.837481437481438e-05|
-|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|5.772255667491207e-05|
-|cran|av|5.7664580299528396e-05|
-|cran|brms|5.7430431011545354e-05|
-|cran|dunn.test|5.633001422475107e-05|
-|cran|plotrix|5.606113024924237e-05|
-|cran|egg|5.585090733590734e-05|
-|cran|gam|5.5471381058888075e-05|
-|cran|[wk](https://paleolimbot.github.io/wk/)|5.5262798349671454e-05|
-|cran|[hoardr](https://github.com/ropensci/hoardr)|5.486547808312524e-05|
-|cran|[config](https://github.com/rstudio/config)|5.465276545895742e-05|
-|cran|[git2r](https://docs.ropensci.org/git2r/)|5.442910097772233e-05|
-|cran|[genalg](https://github.com/egonw/genalg)|5.351351351351352e-05|
-|cran|segmented|5.349609669296625e-05|
-|cran|[semver](https://github.com/johndharrison/semver)|5.2825482625482666e-05|
-|cran|lsa|5.255376028202115e-05|
-|cran|RJSONIO|5.2047407362113265e-05|
-|cran|mclust|5.1488163408702035e-05|
-|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|5.05977915057915e-05|
-|cran|[remotes](https://remotes.r-lib.org)|5.047045710443873e-05|
-|cran|[matlab](http://cran.r-project.org/package=matlab)|4.901551158301158e-05|
-|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|4.8996774122176175e-05|
-|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|4.884723781024468e-05|
-|cran|plotROC|4.864864864864865e-05|
-|cran|SuppDists|4.78277027027027e-05|
-|cran|[GGally](https://ggobi.github.io/ggally/)|4.76878483891642e-05|
-|cran|[glmnet](https://glmnet.stanford.edu)|4.752166617166623e-05|
-|cran|qlcMatrix|4.750646298472386e-05|
-|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|4.7247003525264394e-05|
-|cran|RcppRoll|4.72024089306698e-05|
-|cran|blavaan|4.711380189122124e-05|
-|cran|SeuratObject|4.6533490011750885e-05|
-|cran|[seqminer](http://zhanxw.github.io/seqminer/)|4.6533490011750885e-05|
-|cran|spex|4.6533490011750885e-05|
-|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.574484157378897e-05|
-|cran|[tm](http://tm.r-forge.r-project.org/)|4.526544423875253e-05|
-|cran|mediation|4.5182741386436376e-05|
-|cran|[statmod](NA)|4.4485771175983246e-05|
-|cran|futile.options|4.440092664092664e-05|
-|cran|lambda.r|4.440092664092664e-05|
-|cran|arrow|4.3356362125511065e-05|
-|cran|logspline|4.310515792061761e-05|
-|cran|DiceKriging|4.2769646569646574e-05|
-|cran|[vegan](https://github.com/vegandevs/vegan)|4.256726971869829e-05|
-|cran|[parallelMap](https://parallelmap.mlr-org.com)|4.192871992871994e-05|
-|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|4.192690158348054e-05|
-|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|4.1870316507507585e-05|
-|cran|mlrMBO|4.1164241164241166e-05|
-|cran|emoa|4.1164241164241166e-05|
-|cran|gmp|3.9977718644234074e-05|
-|cran|mlbench|3.9293447239305585e-05|
-|cran|webfakes|3.8976997746671654e-05|
-|cran|proj4|3.852246545187722e-05|
-|cran|RandomFieldsUtils|3.8272878618605757e-05|
-|cran|biglm|3.8260126735586425e-05|
-|cran|[jqr](https://docs.ropensci.org/jqr/)|3.815367898510758e-05|
-|cran|websocket|3.810238610038609e-05|
-|cran|[base64url](https://github.com/mllg/base64url)|3.8049605368754306e-05|
-|cran|[utf8](https://ptrckprry.com/r-utf8/)|3.7449779995076056e-05|
-|cran|[ggridges](https://wilkelab.org/ggridges/)|3.717692307692308e-05|
-|cran|[attempt](https://github.com/ColinFay/attempt)|3.6604568655342647e-05|
-|cran|carrier|3.652999702999703e-05|
-|cran|extrafont|3.617172511197279e-05|
-|cran|rms|3.616479707267523e-05|
-|cran|fftwtools|3.589204539224823e-05|
-|cran|quadprog|3.578126238039282e-05|
-|cran|strucchange|3.5652774842511696e-05|
-|cran|leaflet.providers|3.554740736211324e-05|
-|cran|robotstxt|3.531891891891892e-05|
-|cran|ggdist|3.486611226611227e-05|
-|cran|bridgesampling|3.486611226611227e-05|
-|cran|bayesQR|3.486611226611227e-05|
-|cran|Rgraphviz|3.476669907617276e-05|
-|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|3.473633337771269e-05|
-|cran|mice|3.467452180962436e-05|
-|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|3.429586645468996e-05|
-|cran|mondate|3.4123817313554155e-05|
-|cran|DAAG|3.4123817313554155e-05|
-|cran|gganimate|3.3370622302975244e-05|
-|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|3.33696164098641e-05|
-|cran|cba|3.3111486486486487e-05|
-|cran|[golem](https://github.com/ThinkR-open/golem)|3.3091624131871814e-05|
-|cran|[seriation](https://github.com/mhahsler/seriation)|3.290560765687931e-05|
-|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|3.214745627980922e-05|
-|cran|lmtest|3.1586192800337556e-05|
-|cran|tableHTML|3.14785373608903e-05|
-|cran|shiny.i18n|3.14785373608903e-05|
-|cran|popbio|3.14785373608903e-05|
-|cran|[gitcreds](https://github.com/r-lib/gitcreds)|3.140669110405952e-05|
-|cran|dfoptim|3.139097831024302e-05|
-|cran|nloptr|3.128220130581385e-05|
-|cran|[ini](https://github.com/dvdscripter/ini)|3.1258042455410875e-05|
-|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|3.0770270270270274e-05|
-|cran|caTools|3.045438372438374e-05|
-|cran|janeaustenr|3.016551848882676e-05|
-|cran|vcd|3.0003061224489797e-05|
-|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|2.9634578259578263e-05|
-|cran|spacyr|2.9566216216216217e-05|
-|cran|[reshape](http://had.co.nz/reshape)|2.9170437188514998e-05|
-|cran|SGP|2.915212355212355e-05|
-|cran|polynom|2.8705787500195398e-05|
-|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|2.870491747634607e-05|
-|cran|[furrr](https://github.com/DavisVaughan/furrr)|2.863868819658298e-05|
-|cran|tkrplot|2.86217397760876e-05|
-|cran|Formula|2.8585860318546653e-05|
-|cran|tripack|2.8340770783890045e-05|
-|cran|pscl|2.823045547039334e-05|
-|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|2.7947474903474905e-05|
-|cran|[pkgdown](https://pkgdown.r-lib.org)|2.7813702040821547e-05|
-|cran|kernlab|2.7809295200111518e-05|
-|cran|jsonify|2.7347490347490345e-05|
-|cran|gt|2.6990056413262114e-05|
-|cran|[beautier](https://docs.ropensci.org/beautier/)|2.679089615931721e-05|
-|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|2.669402560455192e-05|
-|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|2.6610526241989175e-05|
-|cran|gridBase|2.6605766906597933e-05|
-|cran|plm|2.6528570141873966e-05|
-|cran|filelock|2.648918918918919e-05|
-|cran|AsioHeaders|2.648918918918919e-05|
-|cran|manipulateWidget|2.648918918918919e-05|
-|cran|BeyondBenford|2.648918918918919e-05|
-|cran|BenfordTests|2.648918918918919e-05|
-|cran|benford.analysis|2.648918918918919e-05|
-|cran|MUS|2.648918918918919e-05|
-|cran|[proxy](NA)|2.6421781067639413e-05|
-|cran|dynamicTreeCut|2.6207539118065435e-05|
-|cran|optimx|2.6186983010595544e-05|
-|cran|minqa|2.6186983010595544e-05|
-|cran|pls|2.6184567803955555e-05|
-|cran|[ordinal](https://github.com/runehaubo/ordinal)|2.5838086630965692e-05|
-|cran|gbRd|2.5622270270270268e-05|
-|cran|[quanteda](https://quanteda.io)|2.5503400876709147e-05|
-|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|2.5411842173382495e-05|
-|cran|rsm|2.527008954242997e-05|
-|cran|tables|2.5257483877126734e-05|
-|cran|rcmdcheck|2.513369328712857e-05|
-|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|2.4957938223938236e-05|
-|cran|bezier|2.4312330613161638e-05|
-|cran|ComplexHeatmap|2.4312330613161638e-05|
-|cran|GlobalOptions|2.4312330613161638e-05|
-|cran|Cubist|2.4292482861870612e-05|
-|cran|adehabitatMA|2.4014924264924264e-05|
-|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.3749693564270817e-05|
-|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|2.366208791208793e-05|
-|cran|cleanNLP|2.3545945945945945e-05|
-|cran|udpipe|2.3545945945945945e-05|
-|cran|gpclib|2.3195191018085752e-05|
-|cran|PBSmapping|2.3195191018085752e-05|
-|cran|rootSolve|2.2814705388618432e-05|
-|cran|triangle|2.279675675675676e-05|
-|cran|evd|2.279675675675676e-05|
-|cran|beepr|2.2761349319244067e-05|
-|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|2.2339161610590183e-05|
-|cran|[natserv](https://docs.ropensci.org/natserv)|2.2339161610590183e-05|
-|cran|[worrms](https://docs.ropensci.org/worrms)|2.2339161610590183e-05|
-|cran|[rotl](https://docs.ropensci.org/rotl/)|2.2339161610590183e-05|
-|cran|[rredlist](https://github.com/ropensci/rredlist)|2.2339161610590183e-05|
-|cran|[bold](https://docs.ropensci.org/bold/)|2.2339161610590183e-05|
-|cran|[ritis](https://github.com/ropensci/ritis)|2.2339161610590176e-05|
-|cran|yamlme|2.2074324324324323e-05|
-|cran|adehabitatLT|2.204247104247104e-05|
-|cran|doFuture|2.1996870554765293e-05|
-|cran|pbmcapply|2.1996870554765293e-05|
-|cran|RANN|2.1914551547097193e-05|
-|cran|paradox|2.1843655428003254e-05|
-|cran|plotfunctions|2.1623827909542195e-05|
-|cran|Biostrings|2.1611648480778916e-05|
-|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|2.1602993762993768e-05|
-|cran|semEff|2.158016749943221e-05|
-|cran|rr2|2.158016749943221e-05|
-|cran|HSAUR3|2.158016749943221e-05|
-|cran|mlmRev|2.158016749943221e-05|
-|cran|MEMSS|2.158016749943221e-05|
-|cran|PKPDmodels|2.158016749943221e-05|
-|cran|NLP|2.1566145159453437e-05|
-|cran|rcdk|2.1405405405405405e-05|
-|cran|fingerprint|2.1405405405405405e-05|
-|cran|enviPat|2.1405405405405405e-05|
-|cran|flexdashboard|2.1405405405405405e-05|
-|cran|keys|2.1405405405405405e-05|
-|cran|[assertive](https://bitbucket.org/richierocks/assertive)|2.1289647011009255e-05|
-|cran|actuar|2.1191351351351355e-05|
-|cran|skellam|2.1191351351351355e-05|
-|cran|hoa|2.1191351351351355e-05|
-|cran|LaplacesDemon|2.1191351351351355e-05|
-|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|2.11662848260268e-05|
-|cran|[geiger](https://github.com/mwpennell/geiger-v2)|2.1035630350847743e-05|
-|cran|fpc|2.0949468203113784e-05|
-|cran|MCMCglmm|2.0852945268404962e-05|
-|cran|purrrlyr|2.0713350944929892e-05|
-|cran|Rcsdp|2.0474180513654196e-05|
-|cran|psychTools|2.0474180513654196e-05|
-|cran|[phytools](https://github.com/liamrevell/phytools)|2.041305316305317e-05|
-|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|2.032991356755938e-05|
-|cran|[deSolve](http://desolve.r-forge.r-project.org/)|2.025123849123849e-05|
-|cran|gamlss|2.0084400127519394e-05|
-|cran|[binman](https://docs.ropensci.org/binman/)|1.9978378378378404e-05|
-|cran|[beastier](https://docs.ropensci.org/beastier/)|1.9621621621621626e-05|
-|cran|shapefiles|1.9621621621621623e-05|
-|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|1.9563895608303505e-05|
-|cran|[ggsci](https://nanx.me/ggsci/)|1.9563895608303505e-05|
-|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|1.9338891059429682e-05|
-|cran|sandwich|1.9338891059429682e-05|
-|cran|partykit|1.9324693637737116e-05|
-|cran|spData|1.9264864864864865e-05|
-|cran|seqLogo|1.8962729561859996e-05|
-|cran|oskeyring|1.892084942084942e-05|
-|cran|ExplainPrediction|1.892084942084942e-05|
-|cran|rpart.plot|1.892084942084942e-05|
-|cran|rstatix|1.8894976689384583e-05|
-|cran|afex|1.8699634608408526e-05|
-|cran|tester|1.8588904694167853e-05|
-|cran|fastICA|1.8540441052948075e-05|
-|cran|docopt|1.8347490347490346e-05|
-|cran|[tidygraph](https://tidygraph.data-imaginist.com)|1.8342435200431527e-05|
-|cran|[rentrez](http://github.com/ropensci/rentrez)|1.8332625482625532e-05|
-|cran|[snakecase](https://github.com/Tazinho/snakecase)|1.814543732144353e-05|
-|cran|SASmixed|1.8107252895752897e-05|
-|cran|[colourpicker](https://github.com/daattali/colourpicker)|1.809601706970128e-05|
-|cran|antiword|1.8076688446688445e-05|
-|cran|BiocManager|1.777981867698394e-05|
-|cran|spam|1.7613873062832654e-05|
-|cran|acepack|1.7605746425389283e-05|
-|cran|htmlTable|1.7605746425389283e-05|
-|cran|measurements|1.734411196911197e-05|
-|cran|NISTunits|1.734411196911197e-05|
-|cran|gbm|1.7297802197802198e-05|
-|cran|protolite|1.7200772200772202e-05|
-|cran|geepack|1.7068775384235077e-05|
-|cran|bigmemory|1.700965250965251e-05|
-|cran|[geosphere](NA)|1.6759478523208502e-05|
-|cran|ks|1.674208494208494e-05|
-|cran|[origami](https://tlverse.org/origami/)|1.6674500587544086e-05|
-|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|1.6632814336075246e-05|
-|cran|glmmTMB|1.6622051142589764e-05|
-|cran|fixest|1.6622051142589764e-05|
-|cran|cplm|1.6622051142589764e-05|
-|cran|betareg|1.6622051142589764e-05|
-|cran|AER|1.6622051142589764e-05|
-|cran|signal|1.6587797896418626e-05|
-|cran|[Ckmeans.1d.dp](NA)|1.649390632868894e-05|
-|cran|klaR|1.6363745961705145e-05|
-|cran|[jsonld](https://docs.ropensci.org/jsonld)|1.616326530612249e-05|
-|cran|doMC|1.6076988416988417e-05|
-|cran|subprocess|1.6054054054054055e-05|
-|cran|qvalue|1.6054054054054055e-05|
-|cran|tensorA|1.6036412236412236e-05|
-|cran|[EML](https://docs.ropensci.org/EML/)|1.5977606177606194e-05|
-|cran|scatterplot3d|1.590761600997626e-05|
-|cran|[wesanderson](https://github.com/karthik/wesanderson)|1.5535300606729182e-05|
-|cran|coxme|1.541125378359421e-05|
-|cran|[downloader](https://github.com/wch/downloader)|1.540199287199289e-05|
-|cran|VennDiagram|1.5206231066231068e-05|
-|cran|loder|1.5149046104928457e-05|
-|cran|ore|1.5149046104928457e-05|
-|cran|linprog|1.5136679536679536e-05|
-|cran|magic|1.5136679536679536e-05|
-|cran|modeldata|1.5136679536679536e-05|
-|cran|changepoint|1.5136679536679536e-05|
-|cran|nor1mix|1.5136679536679536e-05|
-|cran|diptest|1.5136679536679536e-05|
-|cran|[fst](http://www.fstpackage.org)|1.5086944246093229e-05|
-|cran|[reprex](https://reprex.tidyverse.org)|1.500371817721494e-05|
-|cran|lgr|1.4952761457109282e-05|
-|cran|scico|1.486638168781026e-05|
-|cran|rcartocolor|1.486638168781026e-05|
-|cran|gdalUtils|1.4716216216216216e-05|
-|cran|RcppDE|1.4716216216216216e-05|
-|cran|[emld](https://docs.ropensci.org/emld/)|1.4601544401544418e-05|
-|cran|FNN|1.452222972972973e-05|
-|cran|BiocVersion|1.445464136619457e-05|
-|cran|rstantools|1.4325273090927741e-05|
-|cran|rhub|1.4318330555976369e-05|
-|cran|gmailr|1.4318330555976369e-05|
-|cran|foghorn|1.4318330555976369e-05|
-|cran|rversions|1.4318330555976369e-05|
-|cran|tm.lexicon.GeneralInquirer|1.4292518562518563e-05|
-|cran|Rpoppler|1.4292518562518563e-05|
-|cran|Rcampdf|1.4292518562518563e-05|
-|cran|filehash|1.4292518562518563e-05|
-|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|1.4119334719334723e-05|
-|cran|PolynomF|1.394167852062589e-05|
-|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|1.3888491461799745e-05|
-|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|1.3884196687891702e-05|
-|cran|bignum|1.3584199584199584e-05|
-|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|1.3504136968022749e-05|
-|cran|metafor|1.3458458137820289e-05|
-|cran|RSpectra|1.3454826254826254e-05|
-|cran|future.callr|1.3433389152538088e-05|
-|cran|[solrium](https://github.com/ropensci/solrium)|1.3357779922779936e-05|
-|cran|party|1.3343817426248659e-05|
-|cran|[haven](https://haven.tidyverse.org)|1.32500587544066e-05|
-|cran|quantmod|1.3244594594594595e-05|
-|cran|FastRWeb|1.3244594594594595e-05|
-|cran|truncreg|1.3204091247210514e-05|
-|cran|panelr|1.3204091247210514e-05|
-|cran|metaBMA|1.3204091247210514e-05|
-|cran|lfe|1.3204091247210514e-05|
-|cran|ivreg|1.3204091247210514e-05|
-|cran|GLMMadaptive|1.3204091247210514e-05|
-|cran|clubSandwich|1.3204091247210514e-05|
-|cran|cgam|1.3204091247210514e-05|
-|cran|blme|1.3204091247210514e-05|
-|cran|bbmle|1.3204091247210514e-05|
-|cran|aod|1.3204091247210514e-05|
-|cran|geojsonlint|1.3187258687258688e-05|
-|cran|PASWR|1.3167852687852688e-05|
-|cran|ggfittext|1.308108108108108e-05|
-|cran|taxadb|1.3072586872586873e-05|
-|cran|assertive.code|1.3036374720585248e-05|
-|cran|assertive.reflection|1.3036374720585248e-05|
-|cran|assertive.data.us|1.3036374720585248e-05|
-|cran|assertive.data.uk|1.3036374720585248e-05|
-|cran|assertive.data|1.3036374720585248e-05|
-|cran|assertive.models|1.3036374720585248e-05|
-|cran|assertive.matrices|1.3036374720585248e-05|
-|cran|assertive.sets|1.3036374720585248e-05|
-|cran|assertive.files|1.3036374720585248e-05|
-|cran|assertive.datetimes|1.3036374720585248e-05|
-|cran|assertive.strings|1.3036374720585248e-05|
-|cran|assertive.numbers|1.3036374720585248e-05|
-|cran|assertive.types|1.3036374720585248e-05|
-|cran|assertive.properties|1.3036374720585248e-05|
-|cran|assertive.base|1.3036374720585248e-05|
-|cran|gsl|1.2967800559179869e-05|
-|cran|Biobase|1.2646001638622329e-05|
-|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|1.255580431690273e-05|
-|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|1.2343607291915578e-05|
-|cran|clusterGeneration|1.2339684404901796e-05|
-|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|1.2318250022597838e-05|
-|cran|bs4Dash|1.2312153631302567e-05|
-|cran|rticles|1.230855727306961e-05|
-|cran|locfit|1.2298881640260953e-05|
-|cran|nonnest2|1.224768962510898e-05|
-|cran|mlogit|1.224768962510898e-05|
-|cran|[logger](https://daroczig.github.io/logger/)|1.2179803979803986e-05|
-|cran|leaps|1.2177264627264626e-05|
-|cran|[geometry](https://davidcsterratt.github.io/geometry)|1.2124633204633219e-05|
-|cran|topicmodels|1.210470767801595e-05|
-|cran|stm|1.210470767801595e-05|
-|cran|tree|1.204054054054054e-05|
-|cran|sparsesvd|1.204054054054054e-05|
-|cran|FMStable|1.204054054054054e-05|
-|cran|Bessel|1.1817567567567569e-05|
-|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|1.1731808731808738e-05|
-|cran|[dbscan](https://github.com/mhahsler/dbscan)|1.1630429520968147e-05|
-|cran|tracerer|1.1547652916073967e-05|
-|cran|stabledist|1.1505817047817047e-05|
-|cran|spacetime|1.1355044065804935e-05|
-|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|1.1114345114345119e-05|
-|cran|[move](https://bartk.gitlab.io/move/)|1.1084942084942086e-05|
-|cran|debugme|1.1015214337026694e-05|
-|cran|sm|1.0961043802423113e-05|
-|cran|goftest|1.0961043802423113e-05|
-|cran|tensor|1.0961043802423113e-05|
-|cran|spatstat.sparse|1.0961043802423113e-05|
-|cran|[rdflib](https://github.com/ropensci/rdflib)|1.0811913954771097e-05|
-|DESCRIPTION|gitlab/ampere2/metalwalls|1.081081081081081e-05|
-|DESCRIPTION|gitlab/libreumg/dataquier|1.081081081081081e-05|
-|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|1.081081081081081e-05|
-|DESCRIPTION|github/NLeSC/compressing-the-sky|1.081081081081081e-05|
-|DESCRIPTION|github/mrc-ide/individual|1.081081081081081e-05|
-|DESCRIPTION|github/SofieVG/FlowSOM|1.081081081081081e-05|
-|DESCRIPTION|github/akcochrane/TEfits|1.081081081081081e-05|
-|DESCRIPTION|github/INCEPTdk/adaptr|1.081081081081081e-05|
-|DESCRIPTION|github/Dulab2020/ARMT|1.081081081081081e-05|
-|DESCRIPTION|github/abschneider/StrainHub|1.081081081081081e-05|
-|DESCRIPTION|github/DidierMurilloF/FielDHub|1.081081081081081e-05|
-|DESCRIPTION|github/radio1988/OneStopRNAseq|1.081081081081081e-05|
-|DESCRIPTION|github/rickhelmus/patRoon|1.081081081081081e-05|
-|DESCRIPTION|github/GOVS-pack/GOVS|1.081081081081081e-05|
-|DESCRIPTION|github/niceume/datasailr|1.081081081081081e-05|
-|DESCRIPTION|github/fumi-github/omicwas|1.081081081081081e-05|
-|DESCRIPTION|github/arcaldwell49/SimplyAgree|1.081081081081081e-05|
-|DESCRIPTION|github/julia-wrobel/registr|1.081081081081081e-05|
-|DESCRIPTION|github/IndrajeetPatil/statsExpressions|1.081081081081081e-05|
-|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/rfasst|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/plutus|1.081081081081081e-05|
-|DESCRIPTION|github/JGCRI/ambrosia|1.081081081081081e-05|
-|DESCRIPTION|github/constantAmateur/SoupX|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/FedData|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osfr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hunspell|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rerddap|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rorcid|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rAvis|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rmangal|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/webchem|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/SymbiotaR2|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ijtiff|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/katex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/internetarchive|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/colocr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/slopes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrricanes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wellknown|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/comtradr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/randgeo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/natserv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tokenizers|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jsonld|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cld2|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rAltmetric|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nbaR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/landscapetools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/skynet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/conditionz|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/allodb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencontext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidync|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/historydata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cde|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ritis|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dittodb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrricanesdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/handlr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/finch|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RefManageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/EML|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chirps|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/circle|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/vcr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/visdat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stplanr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chromer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/magick|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hoardr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/refsplitr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cyphr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jagstargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/baRcodeR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/neotoma|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/EndoMineR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DoOR.data|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jsonvalidate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opentripplanner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/av|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rinat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dbparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/drake|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/terrainr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rperseus|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MtreeRing|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/camsRad|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rrlite|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/staypuft|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/photosearcher|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/assertr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treebase|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/babette|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/binman|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rglobi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RNeXML|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fingertipsR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rsnps|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mapscanner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgnparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/seasl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/eia|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cld3|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/getCRUCLdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/beastier|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wateRinfo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tabulizer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rbace|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidyhydat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nasapower|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgbif|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ecoengine|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/addressable|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/USAboundariesData|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/exoplanets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pangaear|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rtweet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dbhydroR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxlist|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/suppdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ots|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phonfieldwork|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/iheatmapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/citesdb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/textreuse|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tif|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/CoordinateCleaner|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfema|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cRegulome|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/graphql|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pubchunks|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/virtuoso|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pixelclasser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/writexl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gitignore|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/webmockr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearthdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/emld|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spocc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/infx|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/lingtypology|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/workloopR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/lightr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/UCSCXenaTools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tidypmc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdatacite|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider.devtools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wikitaxa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rusda|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcol|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rtika|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/plotly|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/beautier|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nlrx|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/timefuzz|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/isdparser|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdhs|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pdftools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gittargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/plater|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnpn|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/awardFindR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/USAboundaries|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ssh|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearthhires|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxadb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tradestatistics|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rentrez|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/riem|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gtfsr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/restez|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/sofa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bold|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/epubr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bibtex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/git2rdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pathviewr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/brranching|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/citecorp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nodbi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bikedata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/Rpolyhedra|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rbhl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylogram|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/robotstxt|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jstor|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rredlist|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hddtools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ruODK|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rsat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DataSpaceR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tracerer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdefra|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/xslt|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rgpdd|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treestartr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcrossref|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/antanym|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cffr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/prism|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/datapack|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/grainchanger|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmdata|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/microdemic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/git2r|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bib2df|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/nomisr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmextract|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/europepmc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylotaR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/medrxivr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcoreoa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxview|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/wdman|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rWBclimate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tarchetypes|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/piggyback|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tiler|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/unrtf|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/crul|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ckanr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/onekp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DoOR.functions|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfisheries|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rromeo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnaturalearth|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/qpdf|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/oai|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gistr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ramlegacy|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/patentsview|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/antiword|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/refimpact|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MODISTools|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/codemetar|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcitoid|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/qualtRics|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/chlorpromazineR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxize|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/worrms|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/aRxiv|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jqr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rotl|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spelling|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/weathercan|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/c14bazAAR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/namext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/GSODR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/parzer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdryad|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/helminthR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/solrium|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mauricer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdflib|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfigshare|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/opencage|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/targets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/clifro|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/skimr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/AntWeb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/jenkins|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dataspice|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/charlatan|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/censo2017|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/MODIStsp|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bomrang|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/coder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cleanEHR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geojsonio|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/excluder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rebird|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/dataaimsr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outcomerate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/paleobioDB|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/PostcodesioR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stantargets|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/osmplotr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rdataretriever|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/gutenbergr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rfishbase|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/Rclean|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/roadoi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mregions|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mctq|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/pendulum|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/NLMR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bittrex|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/essurvey|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/spatsoc|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fulltext|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/RSelenium|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ezknitr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/ghql|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/DataPackageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/scrubr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geonames|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/googleLanguageR|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/geojsonlint|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/phylocomr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/cchecks|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/fauxpas|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/traits|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tinkr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/biomartr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/smapr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/elastic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/hydroscoper|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnoaa|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rppo|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rcites|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/BaseSet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rzmq|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/mcbette|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/zbank|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/outsider.base|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tacmagic|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/trufflesniffer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rplos|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rnassqs|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/tesseract|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/treedata.table|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/getlandsat|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/rvertnet|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/popler|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/taxizedb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/arkdb|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/stats19|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci/bowerbird|1.081081081081081e-05|
-|DESCRIPTION|github/ecological-cities/home2park|1.081081081081081e-05|
-|DESCRIPTION|github/ColemanRHarris/mxnorm|1.081081081081081e-05|
-|DESCRIPTION|github/snystrom/memes|1.081081081081081e-05|
-|DESCRIPTION|github/tidymodels/infer|1.081081081081081e-05|
-|DESCRIPTION|github/oneilsh/tidytensor|1.081081081081081e-05|
-|DESCRIPTION|github/nhejazi/txshift|1.081081081081081e-05|
-|DESCRIPTION|github/nhejazi/medoutcon|1.081081081081081e-05|
-|DESCRIPTION|github/TheMillerLab/genetex|1.081081081081081e-05|
-|DESCRIPTION|github/saeyslab/nichenetr|1.081081081081081e-05|
-|DESCRIPTION|github/saeyslab/PeacoQC|1.081081081081081e-05|
-|DESCRIPTION|github/xoopR/set6|1.081081081081081e-05|
-|DESCRIPTION|github/bblodfon/emba|1.081081081081081e-05|
-|DESCRIPTION|github/chainsawriot/oolong|1.081081081081081e-05|
-|DESCRIPTION|github/chainsawriot/sweater|1.081081081081081e-05|
-|DESCRIPTION|github/pmoulos/metaseqR2|1.081081081081081e-05|
-|DESCRIPTION|github/flosalbizziae/kataegis|1.081081081081081e-05|
-|DESCRIPTION|github/HajkD/LTRpred|1.081081081081081e-05|
-|DESCRIPTION|github/wadpac/GGIR|1.081081081081081e-05|
-|DESCRIPTION|github/wesleyburr/subMaldi|1.081081081081081e-05|
-|DESCRIPTION|github/anwarbio/bioassays|1.081081081081081e-05|
-|DESCRIPTION|github/KiranLDA/PAMLr|1.081081081081081e-05|
-|DESCRIPTION|github/prdm0/ropenblas|1.081081081081081e-05|
-|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|1.081081081081081e-05|
-|DESCRIPTION|github/timoast/signac|1.081081081081081e-05|
-|DESCRIPTION|github/tlverse/hal9001|1.081081081081081e-05|
-|DESCRIPTION|github/bcgov/bcdata|1.081081081081081e-05|
-|DESCRIPTION|github/bcgov/shinyssdtools|1.081081081081081e-05|
-|DESCRIPTION|github/sachsmc/cosinor|1.081081081081081e-05|
-|DESCRIPTION|github/rcarragh/c212|1.081081081081081e-05|
-|DESCRIPTION|github/dgrun/FateID|1.081081081081081e-05|
-|DESCRIPTION|github/bommert/stabm|1.081081081081081e-05|
-|DESCRIPTION|github/david-barnett/microViz|1.081081081081081e-05|
-|DESCRIPTION|github/haoharryfeng/NeuCA|1.081081081081081e-05|
-|DESCRIPTION|github/mcsiple/mmrefpoints|1.081081081081081e-05|
-|DESCRIPTION|github/isoverse/isoreader|1.081081081081081e-05|
-|DESCRIPTION|github/JSB-UCLA/scPNMF|1.081081081081081e-05|
-|DESCRIPTION|github/ShixiangWang/sigminer|1.081081081081081e-05|
-|DESCRIPTION|github/Jinsl-lab/SDImpute|1.081081081081081e-05|
-|DESCRIPTION|github/USEPA/nsink|1.081081081081081e-05|
-|DESCRIPTION|github/msalibian/RBF|1.081081081081081e-05|
-|DESCRIPTION|github/MRCIEU/metaboprep|1.081081081081081e-05|
-|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|1.081081081081081e-05|
-|DESCRIPTION|github/JonasRieger/ldaPrototype|1.081081081081081e-05|
-|DESCRIPTION|github/CTU-Bern/presize|1.081081081081081e-05|
-|DESCRIPTION|github/tidyverse/glue|1.081081081081081e-05|
-|DESCRIPTION|github/ezer/PAFway|1.081081081081081e-05|
-|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|1.081081081081081e-05|
-|DESCRIPTION|github/OrlandoLam/SAMT|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/r2readthedocs|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/allcontributors|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/gendercoder|1.081081081081081e-05|
-|DESCRIPTION|github/ropenscilabs/qcoder|1.081081081081081e-05|
-|DESCRIPTION|github/tbep-tech/tbeptools|1.081081081081081e-05|
-|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|1.081081081081081e-05|
-|DESCRIPTION|github/rauschenberger/joinet|1.081081081081081e-05|
-|DESCRIPTION|github/vbaliga/gaussplotR|1.081081081081081e-05|
-|DESCRIPTION|github/YuLab-SMU/treeio|1.081081081081081e-05|
-|DESCRIPTION|github/kendomaniac/docker4seq|1.081081081081081e-05|
-|DESCRIPTION|github/kendomaniac/rCASC|1.081081081081081e-05|
-|DESCRIPTION|github/adithirgis/pollucheck|1.081081081081081e-05|
-|DESCRIPTION|github/dpseidel/stmove|1.081081081081081e-05|
-|DESCRIPTION|github/dankelley/oce|1.081081081081081e-05|
-|DESCRIPTION|github/cjbarrie/academictwitteR|1.081081081081081e-05|
-|DESCRIPTION|github/r-cas/caracas|1.081081081081081e-05|
-|DESCRIPTION|github/koenderks/jaspAudit|1.081081081081081e-05|
-|DESCRIPTION|github/pratheesh3780/grapesAgri1|1.081081081081081e-05|
-|DESCRIPTION|github/azizka/IUCNN|1.081081081081081e-05|
-|DESCRIPTION|github/ArgoCanada/argodata|1.081081081081081e-05|
-|DESCRIPTION|github/lasseignelab/CINmetrics|1.081081081081081e-05|
-|DESCRIPTION|github/KerryAM-R/ggVolcanoR|1.081081081081081e-05|
-|DESCRIPTION|github/donaldRwilliams/GGMnonreg|1.081081081081081e-05|
-|DESCRIPTION|github/donaldRwilliams/BGGM|1.081081081081081e-05|
-|DESCRIPTION|github/kadyb/rgugik|1.081081081081081e-05|
-|DESCRIPTION|github/mmahmoudian/sivs|1.081081081081081e-05|
-|DESCRIPTION|github/samhforbes/PupillometryR|1.081081081081081e-05|
-|DESCRIPTION|github/hope-data-science/tidyfst|1.081081081081081e-05|
-|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|1.081081081081081e-05|
-|DESCRIPTION|github/SJTU-CGM/ivTerm|1.081081081081081e-05|
-|DESCRIPTION|github/VBlesius/RHRT|1.081081081081081e-05|
-|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|1.081081081081081e-05|
-|DESCRIPTION|github/RajLabMSSM/echolocatoR|1.081081081081081e-05|
-|DESCRIPTION|github/nevrome/bleiglas|1.081081081081081e-05|
-|DESCRIPTION|github/ClaudioZandonella/PRDA|1.081081081081081e-05|
-|DESCRIPTION|github/weizhouUMICH/SAIGE|1.081081081081081e-05|
-|DESCRIPTION|github/IMMM-SFA/gamut|1.081081081081081e-05|
-|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|1.081081081081081e-05|
-|DESCRIPTION|github/alan-turing-institute/DetectorChecker|1.081081081081081e-05|
-|DESCRIPTION|github/martin3141/spant|1.081081081081081e-05|
-|DESCRIPTION|github/takfung/ResDisMapper|1.081081081081081e-05|
-|DESCRIPTION|github/yiling0210/APIR|1.081081081081081e-05|
-|DESCRIPTION|github/SchlossLab/mikropml|1.081081081081081e-05|
-|DESCRIPTION|github/signaturescience/skater|1.081081081081081e-05|
-|DESCRIPTION|github/mlr-org/mcboost|1.081081081081081e-05|
-|DESCRIPTION|github/r-spatialecology/shar|1.081081081081081e-05|
-|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|1.081081081081081e-05|
-|DESCRIPTION|github/VincentAlcazer/StatAid|1.081081081081081e-05|
-|DESCRIPTION|github/metaOmics/MetaPath|1.081081081081081e-05|
-|DESCRIPTION|github/dsoave/JLS|1.081081081081081e-05|
-|DESCRIPTION|github/tgrimes/SeqNet|1.081081081081081e-05|
-|DESCRIPTION|github/andyphilips/dynamac|1.081081081081081e-05|
-|DESCRIPTION|github/BMILAB/scLINE|1.081081081081081e-05|
-|DESCRIPTION|github/GaryBAYLOR/mixR|1.081081081081081e-05|
-|DESCRIPTION|github/rhenkin/visxhclust|1.081081081081081e-05|
-|DESCRIPTION|github/tinglabs/scAIDE|1.081081081081081e-05|
-|DESCRIPTION|github/mingzehuang/latentcor|1.081081081081081e-05|
-|DESCRIPTION|github/asancpt/caffsim|1.081081081081081e-05|
-|DESCRIPTION|github/ramadatta/CPgeneProfiler|1.081081081081081e-05|
-|DESCRIPTION|github/OwenWard/ppdiag|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/effectsize|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/correlation|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/performance|1.081081081081081e-05|
-|DESCRIPTION|github/easystats/parameters|1.081081081081081e-05|
-|DESCRIPTION|github/insilico/cncv|1.081081081081081e-05|
-|DESCRIPTION|github/Hegghammer/daiR|1.081081081081081e-05|
-|DESCRIPTION|github/zoometh/iconr|1.081081081081081e-05|
-|DESCRIPTION|github/cran/irtplay|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/rodev|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/reviewer|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/arresteddev|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-archive/monkeylearn|1.081081081081081e-05|
-|DESCRIPTION|github/lrnv/cort|1.081081081081081e-05|
-|DESCRIPTION|github/llrs/experDesign|1.081081081081081e-05|
-|DESCRIPTION|github/CornellLabofOrnithology/auk|1.081081081081081e-05|
-|DESCRIPTION|github/TomKellyGenetics/graphsim|1.081081081081081e-05|
-|DESCRIPTION|github/saezlab/PHONEMeS|1.081081081081081e-05|
-|DESCRIPTION|github/jorittmo/singcar|1.081081081081081e-05|
-|DESCRIPTION|github/r-spatial/rgee|1.081081081081081e-05|
-|DESCRIPTION|github/stemangiola/tidyHeatmap|1.081081081081081e-05|
-|DESCRIPTION|github/MAnalytics/akmedoids|1.081081081081081e-05|
-|DESCRIPTION|github/MAnalytics/opitools|1.081081081081081e-05|
-|DESCRIPTION|github/humanfactors/FIPS|1.081081081081081e-05|
-|DESCRIPTION|github/mdsteiner/EFAtools|1.081081081081081e-05|
-|DESCRIPTION|github/epiforecasts/covidregionaldata|1.081081081081081e-05|
-|DESCRIPTION|github/LindaNab/mecor|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/roreviewapi|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/pkgstats|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/pkgcheck|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/srr|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-review-tools/autotest|1.081081081081081e-05|
-|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|1.081081081081081e-05|
-|DESCRIPTION|github/lydialucchesi/Vizumap|1.081081081081081e-05|
-|DESCRIPTION|github/johannes-titz/cofad|1.081081081081081e-05|
-|DESCRIPTION|github/aranyics/ReDCM|1.081081081081081e-05|
-|DESCRIPTION|github/JLSteenwyk/ggpubfigs|1.081081081081081e-05|
-|DESCRIPTION|github/raredd/kmdata|1.081081081081081e-05|
-|DESCRIPTION|github/ants-project/ANTs|1.081081081081081e-05|
-|DESCRIPTION|github/zhouzilu/DENDRO|1.081081081081081e-05|
-|DESCRIPTION|github/r-lib/gert|1.081081081081081e-05|
-|DESCRIPTION|github/r-lib/credentials|1.081081081081081e-05|
-|DESCRIPTION|github/jessecambon/tidygeocoder|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/roblog|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/rotemplate|1.081081081081081e-05|
-|DESCRIPTION|github/ropensci-org/pkgreviewr|1.081081081081081e-05|
-|DESCRIPTION|github/BrianAronson/birankr|1.081081081081081e-05|
-|DESCRIPTION|github/ejikeugba/serp|1.081081081081081e-05|
-|DESCRIPTION|github/alexander-pastukhov/bistablehistory|1.081081081081081e-05|
-|cran|[redux](https://github.com/richfitz/redux)|1.0702702702702725e-05|
-|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|1.0675945945945948e-05|
-|cran|[rmsfact](NA)|1.0595675675675677e-05|
-|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|1.0595675675675677e-05|
-|cran|geomorph|1.0595675675675674e-05|
-|cran|[ggthemes](https://github.com/jrnold/ggthemes)|1.035694662626013e-05|
-|cran|clv|1.0301351351351354e-05|
-|cran|[geojson](https://docs.ropensci.org/geojson)|1.0256756756756761e-05|
-|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|1.022607359546134e-05|
-|cran|ncbit|1.0188149688149687e-05|
-|cran|subplex|1.0188149688149687e-05|
-|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|1.0177983747132684e-05|
-|cran|thor|1.0091119691119692e-05|
-|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|1.0063088803088804e-05|
-|cran|polycor|9.943037062798093e-06|
-|cran|speedglm|9.900000000000005e-06|
-|cran|[pander](https://rapporter.github.io/pander/)|9.866640926640945e-06|
-|cran|misc3d|9.712702702702702e-06|
-|cran|aws.signature|9.67290483761072e-06|
-|cran|princurve|9.632432432432433e-06|
-|cran|brglm|9.632432432432433e-06|
-|cran|SuperLearner|9.632432432432433e-06|
-|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|9.594208494208502e-06|
-|cran|[gistr](https://github.com/ropensci/gistr)|9.581081081081086e-06|
-|cran|PCICt|9.511400614661484e-06|
-|cran|gld|9.511350392095732e-06|
-|cran|torch|9.509064828213764e-06|
-|cran|paws|9.509064828213764e-06|
-|cran|keras|9.509064828213764e-06|
-|cran|clustermq|9.509064828213764e-06|
-|cran|grpreg|9.46042471042471e-06|
-|cran|[ff](https://github.com/truecluster/ff)|9.447476351351342e-06|
-|cran|pvclust|9.176495230140812e-06|
-|cran|[themis](https://github.com/tidymodels/themis)|9.15580332519108e-06|
-|cran|superpc|9.15580332519108e-06|
-|cran|subselect|9.15580332519108e-06|
-|cran|spls|9.15580332519108e-06|
-|cran|pamr|9.15580332519108e-06|
-|cran|mda|9.15580332519108e-06|
-|cran|ipred|9.15580332519108e-06|
-|cran|ellipse|9.15580332519108e-06|
-|cran|earth|9.15580332519108e-06|
-|cran|BradleyTerry2|9.15580332519108e-06|
-|cran|recipes|9.15580332519108e-06|
-|cran|pROC|9.15580332519108e-06|
-|cran|ModelMetrics|9.15580332519108e-06|
-|cran|yulab.utils|9.043345924429516e-06|
-|cran|robustlmm|8.82972972972973e-06|
-|cran|parsnip|8.82972972972973e-06|
-|cran|multgee|8.82972972972973e-06|
-|cran|merTools|8.82972972972973e-06|
-|cran|marginaleffects|8.82972972972973e-06|
-|cran|logistf|8.82972972972973e-06|
-|cran|JM|8.82972972972973e-06|
-|cran|gmnl|8.82972972972973e-06|
-|cran|fungible|8.82972972972973e-06|
-|cran|feisr|8.82972972972973e-06|
-|cran|estimatr|8.82972972972973e-06|
-|cran|epiR|8.82972972972973e-06|
-|cran|crch|8.82972972972973e-06|
-|cran|censReg|8.82972972972973e-06|
-|cran|bife|8.82972972972973e-06|
-|cran|bdsmatrix|8.82972972972973e-06|
-|cran|[corrplot](https://github.com/taiyun/corrplot)|8.709172619698936e-06|
-|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|8.695945945945949e-06|
-|cran|[progressr](https://progressr.futureverse.org)|8.590327169274563e-06|
-|cran|sparkline|8.542685739024411e-06|
-|cran|distr6|8.531139835487662e-06|
-|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|8.487162162162167e-06|
-|cran|[stringdist](https://github.com/markvanderloo/stringdist)|8.472972972973013e-06|
-|cran|[archive](https://archive.r-lib.org/)|8.472306119953174e-06|
-|cran|distributional|8.468072468072468e-06|
-|cran|plainview|8.461824324324324e-06|
-|cran|mapdeck|8.461824324324324e-06|
-|cran|[mlr3](https://mlr3.mlr-org.com)|8.393925698273529e-06|
-|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|8.331081081081082e-06|
-|cran|rainbow|8.325173745173745e-06|
-|cran|scagnostics|8.291654291654289e-06|
-|cran|labelled|8.291654291654289e-06|
-|cran|intergraph|8.291654291654289e-06|
-|cran|chemometrics|8.291654291654289e-06|
-|cran|broom.helpers|8.291654291654289e-06|
-|cran|procmaps|8.281357041251776e-06|
-|cran|MuMIn|8.239045654505347e-06|
-|cran|[tidytext](http://github.com/juliasilge/tidytext)|8.1713340002814e-06|
-|cran|RProtoBuf|8.150519750519751e-06|
-|cran|[lhs](https://github.com/bertcarnell/lhs)|8.103474903474907e-06|
-|cran|limma|8.069014553014554e-06|
-|cran|affy|8.069014553014554e-06|
-|cran|marray|8.069014553014554e-06|
-|cran|[reactable](https://glin.github.io/reactable/)|8.004158004158006e-06|
-|cran|feather|7.9190667734146e-06|
-|cran|GenSA|7.858790563138392e-06|
-|cran|MonetDBLite|7.848648648648648e-06|
-|cran|RgoogleMaps|7.826351351351351e-06|
-|cran|systemfonts|7.808311517092004e-06|
-|cran|gdtools|7.701117659012395e-06|
-|cran|ExactData|7.678025851938896e-06|
-|cran|Epi|7.651737451737451e-06|
-|cran|memisc|7.651737451737451e-06|
-|cran|descr|7.651737451737451e-06|
-|cran|sylly.en|7.651737451737451e-06|
-|cran|sylly|7.651737451737451e-06|
-|cran|[rjags](https://mcmc-jags.sourceforge.io)|7.6153846153846205e-06|
-|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|7.605034749034771e-06|
-|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|7.583428165007111e-06|
-|cran|DoE.base|7.568339768339768e-06|
-|cran|compiler|7.568339768339768e-06|
-|cran|RcppCCTZ|7.52467626967627e-06|
-|cran|DendSer|7.451052631578947e-06|
-|cran|[rgbif](https://github.com/ropensci/rgbif)|7.432432432432439e-06|
-|cran|[rbison](https://github.com/ropensci/rbison)|7.432432432432439e-06|
-|cran|[rebird](https://docs.ropensci.org/rebird/)|7.432432432432439e-06|
-|cran|[rvertnet](https://github.com/ropensci/rvertnet)|7.432432432432439e-06|
-|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|7.432432432432439e-06|
-|cran|rnaturalearthhires|7.40956340956341e-06|
-|cran|[clusterCrit](http:www.r-project.org)|7.392643771591156e-06|
-|cran|sparklyr|7.358108108108108e-06|
-|cran|picante|7.358108108108108e-06|
-|cran|hisse|7.358108108108108e-06|
-|cran|diversitree|7.358108108108108e-06|
-|cran|[gargle](https://gargle.r-lib.org)|7.345643780426397e-06|
-|cran|bayesplot|7.282644032403812e-06|
-|cran|svUnit|7.207942636514064e-06|
-|cran|AlgDesign|7.207942636514064e-06|
-|cran|rsyslog|6.964989604989605e-06|
-|cran|logging|6.964989604989605e-06|
-|cran|[reproj](https://github.com/hypertidy/reproj/)|6.9003815580286164e-06|
-|cran|Rdonlp2|6.88030888030888e-06|
-|cran|gamlss.dist|6.88030888030888e-06|
-|cran|Rsolnp|6.88030888030888e-06|
-|cran|[correlation](https://easystats.github.io/correlation/)|6.877975793630438e-06|
-|cran|[kml](http:www.r-project.org)|6.829343629343643e-06|
-|cran|R2WinBUGS|6.792099792099792e-06|
-|cran|kriging|6.792099792099792e-06|
-|cran|udunits2|6.792099792099792e-06|
-|cran|formula.tools|6.792099792099792e-06|
-|cran|mlr3measures|6.641164241164241e-06|
-|cran|leafgl|6.6222972972972975e-06|
-|cran|googleAnalyticsR|6.5811650159476245e-06|
-|cran|bigQueryR|6.5811650159476245e-06|
-|cran|seasonal|6.5811650159476245e-06|
-|cran|forecTheta|6.5811650159476245e-06|
-|cran|urca|6.5811650159476245e-06|
-|cran|fracdiff|6.5811650159476245e-06|
-|cran|[tiff](https://www.rforge.net/tiff/)|6.5405405405405455e-06|
-|cran|[mauricer](https://docs.ropensci.org/mauricer/)|6.540540540540544e-06|
-|cran|wicket|6.54054054054054e-06|
-|cran|lm.beta|6.451944983299544e-06|
-|cran|[oai](https://github.com/ropensci/oai)|6.365755865755887e-06|
-|cran|[titanic](https://github.com/paulhendricks/titanic)|6.321789688848512e-06|
-|cran|[float](https://github.com/wrathematics/float)|6.321789688848512e-06|
-|cran|agridat|6.306949806949806e-06|
-|cran|[ggmap](https://github.com/dkahle/ggmap)|6.294208494208501e-06|
-|cran|cyclocomp|6.252631578947369e-06|
-|cran|xmlparsedata|6.252631578947369e-06|
-|cran|[hal9001](https://github.com/tlverse/hal9001)|6.2312573443008104e-06|
-|cran|rio|6.202259546996389e-06|
-|cran|[geojsonio](https://github.com/ropensci/geojsonio)|6.154612101980527e-06|
-|cran|[ggdendro](https://github.com/andrie/ggdendro)|6.139971550497869e-06|
-|cran|textdata|6.084437407745678e-06|
-|cran|mallet|6.084437407745678e-06|
-|cran|gutenbergr|6.084437407745678e-06|
-|cran|text2vec|6.02027027027027e-06|
-|cran|quanteda.textplots|6.02027027027027e-06|
-|cran|quanteda.textstats|6.02027027027027e-06|
-|cran|quanteda.textmodels|6.02027027027027e-06|
-|cran|lda|6.02027027027027e-06|
-|cran|questionr|6.02027027027027e-06|
-|cran|bookdown|6.02027027027027e-06|
-|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|5.9688149688149766e-06|
-|cran|bigstatsr|5.886486486486486e-06|
-|cran|RcppAnnoy|5.886486486486486e-06|
-|cran|snow|5.821799821799821e-06|
-|cran|Rmpi|5.821799821799821e-06|
-|cran|batchtools|5.821799821799821e-06|
-|cran|BatchJobs|5.821799821799821e-06|
-|cran|BBmisc|5.821799821799821e-06|
-|cran|[ssh](https://docs.ropensci.org/ssh)|5.821799821799821e-06|
-|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|5.6770857814336125e-06|
-|cran|bain|5.666136724960255e-06|
-|cran|[rncl](https://github.com/fmichonneau/rncl)|5.567953667953682e-06|
-|cran|arkdb|5.518581081081081e-06|
-|cran|kappaSize|5.351351351351362e-06|
-|cran|[readtext](https://github.com/quanteda/readtext)|5.351351351351359e-06|
-|cran|nLTT|5.351351351351351e-06|
-|cran|permute|5.297837837837839e-06|
-|cran|nFactors|5.197646340765612e-06|
-|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|5.16098707403055e-06|
-|cran|adehabitatHR|5.128378378378384e-06|
-|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|5.120270270270309e-06|
-|cran|CircStats|5.094074844074844e-06|
-|cran|modelr|5.0081668625146894e-06|
-|cran|registry|4.942355212355213e-06|
-|cran|[wellknown](https://github.com/ropensci/wellknown)|4.9054054054054125e-06|
-|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|4.840200480085352e-06|
-|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.8396964175982895e-06|
-|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|4.816216216216262e-06|
-|cran|sangerseqR|4.816216216216216e-06|
-|cran|[ggraph](https://ggraph.data-imaginist.com)|4.812035472972976e-06|
-|cran|dendroextras|4.802133712660028e-06|
-|cran|highcharter|4.647226173541963e-06|
-|cran|pso|4.606815511163337e-06|
-|cran|soma|4.606815511163337e-06|
-|cran|tcltk2|4.606815511163337e-06|
-|cran|survAUC|4.606815511163337e-06|
-|cran|simsurv|4.606815511163337e-06|
-|cran|set6|4.606815511163337e-06|
-|cran|param6|4.606815511163337e-06|
-|cran|cubature|4.606815511163337e-06|
-|cran|bujar|4.606815511163337e-06|
-|cran|[txtq](https://github.com/wlandau/txtq)|4.598045738045741e-06|
-|cran|pgdraw|4.586872586872587e-06|
-|cran|matrixNormal|4.586872586872587e-06|
-|cran|dockerfiler|4.562731152204836e-06|
-|cran|attachment|4.562731152204836e-06|
-|cran|sjPlot|4.414864864864866e-06|
-|cran|sjmisc|4.414864864864866e-06|
-|cran|TMB|4.374361517480784e-06|
-|cran|sjstats|4.374361517480784e-06|
-|cran|projpred|4.374361517480784e-06|
-|cran|PROreg|4.374361517480784e-06|
-|cran|PMCMRplus|4.374361517480784e-06|
-|cran|PCDimension|4.374361517480784e-06|
-|cran|NbClust|4.374361517480784e-06|
-|cran|mfx|4.374361517480784e-06|
-|cran|M3C|4.374361517480784e-06|
-|cran|lqmm|4.374361517480784e-06|
-|cran|lavaSearch2|4.374361517480784e-06|
-|cran|ivprobit|4.374361517480784e-06|
-|cran|FactoMineR|4.374361517480784e-06|
-|cran|factoextra|4.374361517480784e-06|
-|cran|EGAnet|4.374361517480784e-06|
-|cran|DRR|4.374361517480784e-06|
-|cran|drc|4.374361517480784e-06|
-|cran|ClassDiscovery|4.374361517480784e-06|
-|cran|cAIC4|4.374361517480784e-06|
-|cran|brglm2|4.374361517480784e-06|
-|cran|BayesFM|4.374361517480784e-06|
-|cran|influenceR|4.3410376932116065e-06|
-|cran|vegalite|4.289747237115657e-06|
-|cran|wdm|4.276900337837839e-06|
-|cran|rmcorr|4.276900337837839e-06|
-|cran|ppcor|4.276900337837839e-06|
-|cran|mbend|4.276900337837839e-06|
-|cran|energy|4.276900337837839e-06|
-|cran|TSP|4.2543243243243245e-06|
-|cran|[storr](https://github.com/richfitz/storr)|4.233938223938214e-06|
-|cran|treemap|4.188014101057579e-06|
-|cran|networkD3|4.188014101057579e-06|
-|cran|rsample|4.188014101057579e-06|
-|cran|[multimode](https://arxiv.org/abs/1803.00472/)|4.182438659858023e-06|
-|cran|[duckdb](https://duckdb.org/)|4.102702702702695e-06|
-|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|4.048719772403986e-06|
-|cran|randgeo|4.013513513513514e-06|
-|cran|googleComputeEngineR|3.9833367201788254e-06|
-|cran|[servr](https://github.com/yihui/servr)|3.980067567567548e-06|
-|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|3.958494208494209e-06|
-|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|3.9243243243243785e-06|
-|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|3.924324324324348e-06|
-|cran|reactR|3.924324324324324e-06|
-|cran|mlr3data|3.924324324324324e-06|
-|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|3.879729729729747e-06|
-|cran|sommer|3.864684137024562e-06|
-|cran|MCMCpack|3.864684137024562e-06|
-|cran|CARBayes|3.864684137024562e-06|
-|cran|multcompView|3.864684137024562e-06|
-|cran|estimability|3.864684137024562e-06|
-|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|3.7895710928319675e-06|
-|cran|RNeXML|3.784169884169884e-06|
-|cran|phylobase|3.784169884169884e-06|
-|cran|striprtf|3.784169884169884e-06|
-|cran|streamR|3.784169884169884e-06|
-|cran|readODS|3.784169884169884e-06|
-|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.746694386694386e-06|
-|cran|rlog|3.704781704781705e-06|
-|cran|loggit|3.704781704781705e-06|
-|cran|base64|3.679054054054054e-06|
-|cran|learnr|3.679054054054054e-06|
-|cran|plotlyGeoAssets|3.6170910384068273e-06|
-|cran|listviewer|3.6170910384068273e-06|
-|cran|FME|3.5679316050744618e-06|
-|cran|[rlist](https://renkun.me/rlist)|3.567567567567595e-06|
-|cran|[CholWishart](https://github.com/gzt/CholWishart)|3.567567567567595e-06|
-|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|3.567567567567568e-06|
-|cran|diffobj|3.557403681354901e-06|
-|cran|[susieR](https://github.com/stephenslab/susieR)|3.5365452408930647e-06|
-|cran|rvg|3.4854196301564724e-06|
-|cran|officer|3.4854196301564724e-06|
-|cran|phosphoricons|3.4854196301564724e-06|
-|cran|datamods|3.4854196301564724e-06|
-|cran|[NMF](http://renozao.github.io/NMF)|3.4813186813186893e-06|
-|cran|[fastcluster](http://danifold.net/fastcluster.html)|3.453029871977249e-06|
-|cran|aws.ec2metadata|3.44015444015444e-06|
-|cran|loo|3.41795989537925e-06|
-|cran|ISLR|3.41795989537925e-06|
-|cran|ICSOutlier|3.41795989537925e-06|
-|cran|ICS|3.41795989537925e-06|
-|cran|CompQuadForm|3.41795989537925e-06|
-|cran|bigutilsr|3.41795989537925e-06|
-|cran|[umap](https://github.com/tkonopka/umap)|3.4133976833976917e-06|
-|cran|[philentropy](https://github.com/HajkD/philentropy)|3.317837837837839e-06|
-|cran|tidyquant|3.2905825079738122e-06|
-|cran|tibbletime|3.2905825079738122e-06|
-|cran|sweep|3.2905825079738122e-06|
-|cran|timetk|3.2905825079738122e-06|
-|cran|[data.tree](http://github.com/gluc/data.tree)|3.2763807285546398e-06|
-|cran|syslognet|3.2602079002079004e-06|
-|cran|botor|3.2602079002079004e-06|
-|cran|telegram|3.2602079002079004e-06|
-|cran|RPushbullet|3.2602079002079004e-06|
-|cran|slackr|3.2602079002079004e-06|
-|cran|[EMbC]()|3.217181467181475e-06|
-|cran|[geodist](https://github.com/hypertidy/geodist)|3.2108108108108713e-06|
-|cran|languageR|3.210810810810811e-06|
-|cran|arm|3.210810810810811e-06|
-|cran|hypergeo|3.210810810810811e-06|
-|cran|concaveman|3.1534749034749035e-06|
-|cran|tweenr|3.1534749034749035e-06|
-|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|3.121621621621623e-06|
-|cran|snpStats|3.0712103407755583e-06|
-|cran|skewt|3.027335907335907e-06|
-|cran|catdata|3.027335907335907e-06|
-|cran|MPV|3.027335907335907e-06|
-|cran|fit.models|3.027335907335907e-06|
-|cran|robust|3.027335907335907e-06|
-|cran|DEoptimR|3.027335907335907e-06|
-|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|2.972972972972991e-06|
-|cran|IRanges|2.943243243243243e-06|
-|cran|qdapDictionaries|2.943243243243243e-06|
-|cran|swagger|2.910899910899911e-06|
-|cran|nlshrink|2.9108999108999105e-06|
-|cran|NetworkComparisonTest|2.9108999108999105e-06|
-|cran|NetworkToolbox|2.9108999108999105e-06|
-|cran|mathjaxr|2.9108999108999105e-06|
-|cran|glassoFast|2.9108999108999105e-06|
-|cran|[leafem](https://github.com/r-spatial/leafem)|2.909797297297302e-06|
-|cran|[ghql](https://github.com/ropensci/ghql)|2.8746361746361756e-06|
-|cran|tablerDash|2.8030888030888026e-06|
-|cran|argonDash|2.8030888030888026e-06|
-|cran|argonR|2.8030888030888026e-06|
-|cran|shinydashboardPlus|2.8030888030888026e-06|
-|cran|[isdparser](https://github.com/ropensci/isdparser)|2.771235521235523e-06|
-|cran|geonames|2.771235521235523e-06|
-|cran|Exact|2.768742655699175e-06|
-|cran|[xslt](https://github.com/ropensci/xslt)|2.7567567567567683e-06|
-|cran|starsdata|2.7193008225616923e-06|
-|cran|ncdfgeom|2.7193008225616923e-06|
-|cran|cubelyr|2.7193008225616923e-06|
-|cran|clue|2.7193008225616923e-06|
-|cran|effects|2.716839916839917e-06|
-|cran|alr4|2.716839916839917e-06|
-|cran|carData|2.716839916839917e-06|
-|cran|vtreat|2.716839916839917e-06|
-|cran|kknn|2.716839916839917e-06|
-|cran|smotefamily|2.716839916839917e-06|
-|cran|bestNormalize|2.716839916839917e-06|
-|cran|mlr3learners|2.716839916839917e-06|
-|cran|mlr3filters|2.716839916839917e-06|
-|cran|bbotk|2.716839916839917e-06|
-|cran|[Momocs](https://github.com/MomX/Momocs/)|2.6756756756757112e-06|
-|cran|[iptools](https://github.com/hrbrmstr/iptools)|2.675675675675696e-06|
-|cran|leaflet.minicharts|2.675675675675681e-06|
-|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|2.675675675675681e-06|
-|cran|[metR](https://github.com/eliocamp/metR)|2.675675675675681e-06|
-|cran|gcookbook|2.65555781345255e-06|
-|cran|GA|2.6489189189189193e-06|
-|cran|gclus|2.6489189189189193e-06|
-|cran|qap|2.6489189189189193e-06|
-|cran|biomaRt|2.6489189189189185e-06|
-|cran|[xgboost](https://github.com/dmlc/xgboost)|2.5992277992278203e-06|
-|cran|dblog|2.5337485311398354e-06|
-|cran|bcpa|2.452702702702703e-06|
-|cran|amt|2.452702702702703e-06|
-|cran|circular|2.452702702702703e-06|
-|cran|Rfast|2.4246397427175458e-06|
-|cran|genlasso|2.4246397427175458e-06|
-|cran|L0Learn|2.4246397427175458e-06|
-|cran|mixsqp|2.4246397427175458e-06|
-|cran|NetSwan|2.3034077555816687e-06|
-|cran|netrankr|2.3034077555816687e-06|
-|cran|RDCOMClient|2.3034077555816687e-06|
-|cran|base|2.3034077555816687e-06|
-|cran|fortunes|2.295145945945947e-06|
-|cran|mail|2.2934362934362933e-06|
-|cran|bibtex|2.2934362934362933e-06|
-|cran|synchronicity|2.2934362934362933e-06|
-|cran|doMPI|2.2934362934362933e-06|
-|cran|rngtools|2.2934362934362933e-06|
-|cran|pkgmaker|2.2934362934362933e-06|
-|cran|waveslim|2.283550792171482e-06|
-|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.196870554765302e-06|
-|cran|numbers|2.168705547652919e-06|
-|cran|Rd2md|2.140540540540581e-06|
-|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|2.1405405405405508e-06|
-|cran|[hash](http://www.johnhughes.org)|2.1405405405405508e-06|
-|cran|[leafletR](https://github.com/chgrl/leafletR)|2.1405405405405508e-06|
-|cran|[digitTests](https://koenderks.github.io/digitTests/)|2.1405405405405508e-06|
-|cran|[jfa](https://koenderks.github.io/jfa/)|2.1405405405405508e-06|
-|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|2.1405405405405207e-06|
-|cran|textshaping|2.1320566908371787e-06|
-|cran|[fda](http://www.functionaldata.org)|2.1235521235521413e-06|
-|cran|R.cache|2.119135135135135e-06|
-|cran|tidymodels|2.0775834658187605e-06|
-|cran|DiagrammeRsvg|2.037629937629938e-06|
-|cran|rapportools|2.018223938223938e-06|
-|cran|suncalc|2.006756756756757e-06|
-|cran|fftw|2.006756756756757e-06|
-|cran|manipulate|2.006756756756757e-06|
-|cran|Gmedian|2.006756756756757e-06|
-|cran|fasttime|2.006756756756757e-06|
-|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|1.9621621621621892e-06|
-|cran|[kSamples](NA)|1.9324324324324372e-06|
-|cran|graphlayouts|1.892084942084942e-06|
-|cran|leafsync|1.839527027027027e-06|
-|cran|leaflet.extras2|1.839527027027027e-06|
-|cran|satellite|1.839527027027027e-06|
-|cran|leafpop|1.839527027027027e-06|
-|cran|[posterior](https://mc-stan.org/posterior/)|1.7962577962577994e-06|
-|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|1.7962577962577994e-06|
-|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|1.7837837837837974e-06|
-|cran|[biblio](https://github.com/kamapu/biblio)|1.7837837837837974e-06|
-|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|1.7837837837837974e-06|
-|cran|[wdman](https://github.com/ropensci/wdman)|1.7837837837837974e-06|
-|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|1.7837837837837974e-06|
-|cran|[nplr](https://github.com/fredcommo/nplr)|1.7837837837837974e-06|
-|cran|[osqp](https://osqp.org)|1.7837837837837974e-06|
-|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|1.664864864864857e-06|
-|cran|whitening|1.6054054054054054e-06|
-|cran|randtoolbox|1.6054054054054054e-06|
-|cran|mc2d|1.6054054054054054e-06|
-|cran|ggExtra|1.6054054054054054e-06|
-|cran|DiceDesign|1.6054054054054054e-06|
-|cran|condMVNorm|1.6054054054054054e-06|
-|cran|showtextdb|1.599042518127884e-06|
-|cran|sysfonts|1.599042518127884e-06|
-|cran|rematch2|1.5893513513513514e-06|
-|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|1.5518918918918986e-06|
-|cran|[httr2](https://httr2.r-lib.org)|1.5289575289575449e-06|
-|cran|[phylocomr](https://github.com/ropensci/phylocomr)|1.5289575289575449e-06|
-|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|1.5289575289575449e-06|
-|cran|RISmed|1.5289575289575449e-06|
-|cran|sde|1.5289575289575449e-06|
-|cran|[tidytree](https://yulab-smu.top/treedata-book/)|1.5289575289575449e-06|
-|cran|[itsadug](NA)|1.5289575289575449e-06|
-|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|1.5289575289575449e-06|
-|cran|[contentid](https://github.com/cboettig/contentid)|1.427027027027014e-06|
-|cran|thematic|1.3658488175675674e-06|
-|cran|Rlabkey|1.3378378378378406e-06|
-|cran|[LiblineaR]()|1.3378378378378406e-06|
-|cran|[fishtree](https://fishtreeoflife.org/)|1.3378378378378406e-06|
-|cran|pheatmap|1.2322190611664338e-06|
-|cran|[shinyalert](https://github.com/daattali/shinyalert)|1.2322190611664338e-06|
-|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|1.2241653418124035e-06|
-|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.2040540540540505e-06|
-|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|1.1999999999999923e-06|
-|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|1.1891891891891933e-06|
-|cran|treeman|1.1891891891891933e-06|
-|cran|[treemapify](https://wilkox.org/treemapify/)|1.1891891891891933e-06|
-|cran|[restez](https://github.com/ropensci/restez#readme)|1.1891891891891933e-06|
-|cran|[spocc](https://github.com/ropensci/spocc)|1.1891891891891933e-06|
-|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.1891891891891933e-06|
-|cran|[babette](https://docs.ropensci.org/babette/)|1.1891891891891933e-06|
-|cran|[kinship2](https://cran.r-project.org/package=kinship2)|1.1891891891891933e-06|
-|cran|[corrr](https://github.com/tidymodels/corrr)|1.1891891891891933e-06|
-|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.1891891891891933e-06|
-|cran|gdata|1.0702702702702904e-06|
-|cran|[jmvcore](https://www.jamovi.org)|1.0702702702702754e-06|
-|cran|[scrapeR](http://www.ryanacton.com)|1.0702702702702754e-06|
-|cran|[analogue](https://github.com/gavinsimpson/analogue)|1.0702702702702754e-06|
-|cran|googlePolylines|1.0702702702702754e-06|
-|cran|[C50](https://topepo.github.io/C5.0/)|1.0702702702702754e-06|
-|cran|ggm|1.0702702702702754e-06|
-|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|1.0702702702702754e-06|
-|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|1.0702702702702604e-06|
-|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.0702702702702604e-06|
-|cran|[cowsay](https://github.com/sckott/cowsay)|1.0702702702702604e-06|
-|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|9.72972972972986e-07|
-|cran|pbs|9.72972972972971e-07|
-|cran|[sofa](https://github.com/ropensci/sofa)|9.72972972972971e-07|
-|cran|[elastic](https://docs.ropensci.org/elastic)|9.72972972972971e-07|
-|cran|[mongolite](https://github.com/jeroen/mongolite/)|9.72972972972971e-07|
-|cran|[haldensify](https://github.com/nhejazi/haldensify)|9.72972972972971e-07|
-|cran|lspline|9.72972972972971e-07|
-|cran|[keyATM](https://keyatm.github.io/keyATM/)|9.72972972972971e-07|
-|cran|[irr](https://www.r-project.org)|9.72972972972971e-07|
-|cran|[BFpack](https://github.com/jomulder/BFpack)|9.72972972972971e-07|
-|cran|[strex](https://rorynolan.github.io/strex/)|8.918918918918987e-07|
-|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|8.918918918918987e-07|
-|cran|rje|8.918918918918987e-07|
-|cran|[usefun](https://github.com/bblodfon/usefun)|8.918918918918987e-07|
-|cran|rCAT|8.918918918918987e-07|
-|cran|[repr](https://github.com/IRkernel/repr/)|8.232848232848434e-07|
-|cran|R2jags|8.232848232848284e-07|
-|cran|[bib2df](https://github.com/ropensci/bib2df)|8.232848232848284e-07|
-|cran|[waiter](https://waiter.john-coene.com/)|8.232848232848284e-07|
-|cran|[pwr](https://github.com/heliosdrm/pwr)|8.232848232848284e-07|
-|cran|[likert](http://jason.bryer.org/likert)|8.232848232848284e-07|
-|cran|[plumber](https://www.rplumber.io)|8.232848232848284e-07|
-|cran|[tictoc](https://github.com/collectivemedia/tictoc)|8.232848232848284e-07|
-|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|7.644787644787724e-07|
-|cran|[outsider](https://github.com/ropensci/outsider#readme)|7.644787644787724e-07|
-|cran|[anomalize](https://github.com/business-science/anomalize)|7.644787644787724e-07|
-|cran|[depmixS4](https://depmix.github.io/)|7.644787644787724e-07|
-|cran|GeoLight|7.644787644787724e-07|
-|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|7.644787644787724e-07|
-|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|7.644787644787724e-07|
-|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|7.644787644787724e-07|
-|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|7.644787644787724e-07|
-|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|7.644787644787724e-07|
-|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|7.644787644787724e-07|
-|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|7.13513513513507e-07|
-|cran|[iotools](http://www.rforge.net/iotools)|7.13513513513507e-07|
-|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|7.13513513513507e-07|
-|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|7.13513513513507e-07|
-|cran|[biomartr](https://docs.ropensci.org/biomartr/)|6.689189189189278e-07|
-|cran|ggnewscale|6.689189189189203e-07|
-|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|6.689189189189203e-07|
-|cran|[scattermore](https://github.com/exaexa/scattermore)|6.689189189189203e-07|
-|cran|[codemeta](https://github.com/cboettig/codemeta)|6.689189189189203e-07|
-|cran|[rplos](https://docs.ropensci.org/rplos)|6.689189189189203e-07|
-|cran|[microdemic](https://github.com/ropensci/microdemic)|6.689189189189203e-07|
-|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|6.689189189189203e-07|
-|cran|[osmextract](https://docs.ropensci.org/osmextract/)|6.689189189189203e-07|
-|cran|[smoothr](https://strimas.com/smoothr/)|6.689189189189203e-07|
-|cran|[BSDA](https://github.com/alanarnholt/BSDA)|6.689189189189203e-07|
-|cran|[UNF](https://github.com/leeper/UNF)|6.689189189189203e-07|
-|cran|[dplR](https://github.com/AndyBunn/dplR)|6.689189189189203e-07|
-|cran|[lunar](http://statistics.lazaridis.eu)|6.689189189189203e-07|
-|cran|[esquisse](https://dreamrs.github.io/esquisse/)|6.689189189189203e-07|
-|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|6.689189189189203e-07|
-|cran|randomcoloR|6.689189189189203e-07|
-|cran|[sortable](https://rstudio.github.io/sortable/)|6.689189189189203e-07|
-|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|6.295707472178068e-07|
-|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|6.295707472178068e-07|
-|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|6.295707472177993e-07|
-|cran|[uwot](https://github.com/jlmelville/uwot)|5.945945945945967e-07|
-|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|5.945945945945967e-07|
-|cran|[FedData](https://github.com/ropensci/FedData)|5.945945945945967e-07|
-|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|5.945945945945967e-07|
-|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|5.945945945945967e-07|
-|cran|minpack.lm|5.945945945945967e-07|
-|cran|smoother|5.945945945945967e-07|
-|cran|[ptw](https://github.com/rwehrens/ptw)|5.945945945945967e-07|
-|cran|[longitudinalData](http:www.r-project.org)|5.886486486486523e-07|
-|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|5.633001422475134e-07|
-|cran|[turner](http://www.gastonsanchez.com)|5.633001422475134e-07|
-|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|5.633001422475134e-07|
-|cran|[blocksdesign]()|5.633001422475134e-07|
-|cran|[nabor](https://github.com/jefferis/nabor)|5.633001422475134e-07|
-|cran|shinyhelper|5.633001422475134e-07|
-|cran|[bsplus](https://github.com/ijlyttle/bsplus)|5.633001422475134e-07|
-|cran|[sensitivity](NA)|5.351351351351377e-07|
-|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|5.351351351351377e-07|
-|cran|[summarytools](https://github.com/dcomtois/summarytools)|5.096525096525124e-07|
-|cran|[pastecs](https://github.com/phgrosjean/pastecs)|5.096525096525124e-07|
-|cran|[desplot](https://kwstat.github.io/desplot/)|5.096525096525124e-07|
-|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|5.096525096525124e-07|
-|cran|PairedData|5.096525096525124e-07|
-|cran|harmonicmeanp|4.864864864864855e-07|
-|cran|NBPSeq|4.864864864864855e-07|
-|cran|[rmdformats](https://github.com/juba/rmdformats)|4.864864864864855e-07|
-|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.653349001175065e-07|
-|cran|[coloc](https://github.com/chr1swallace/coloc)|4.653349001175065e-07|
-|cran|[dams](https://github.com/jsta/dams)|4.653349001175065e-07|
-|cran|[reservoir](https://cran.r-project.org/package=reservoir)|4.653349001175065e-07|
-|cran|[ucminf](NA)|4.4148648648648917e-07|
-|cran|[audio](http://www.rforge.net/audio/)|3.7841698841698643e-07|
-|cran|[enviPick](NA)|2.1405405405405434e-07|
-|cran|[uroot](https://jalobe.com)|6.581165015947663e-08|
+|cran|R|0.03353829892224059|
+|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.026286610168459866|
+|cran|[testthat](https://testthat.r-lib.org)|0.023275012598277415|
+|cran|[httr](https://httr.r-lib.org/)|0.019282468065848914|
+|cran|[knitr](https://yihui.org/knitr/)|0.01621378940140483|
+|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.01528747070632468|
+|cran|utils|0.013360511440914475|
+|cran|methods|0.013017897678029562|
+|cran|[covr](https://covr.r-lib.org)|0.01201691442269051|
+|cran|[tidyr](https://tidyr.tidyverse.org)|0.007277165477685555|
+|cran|[magrittr](https://magrittr.tidyverse.org)|0.006098550617587427|
+|cran|[rlang](https://rlang.r-lib.org)|0.005780920157797863|
+|cran|stats|0.005122113112889901|
+|cran|[withr](https://withr.r-lib.org)|0.0048984691897432505|
+|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.004545065586351498|
+|cran|[tibble](https://tibble.tidyverse.org/)|0.004376295198647454|
+|cran|tools|0.003968520997183888|
+|cran|[curl](https://github.com/jeroen/curl)|0.0038326872249357627|
+|cran|[Rcpp](http://www.rcpp.org)|0.0037818067798811848|
+|cran|[R6](https://r6.r-lib.org)|0.0034822547760295997|
+|cran|[vctrs](https://vctrs.r-lib.org/)|0.003410362782089681|
+|cran|[pryr](https://github.com/hadley/pryr)|0.003295372517974941|
+|cran|grDevices|0.0032937152977877333|
+|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.00309017053359639|
+|cran|graphics|0.003062750839672328|
+|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.003045258882662232|
+|cran|[dplyr](https://dplyr.tidyverse.org)|0.0027884628105211582|
+|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0027441550689087254|
+|cran|[glue](https://github.com/tidyverse/glue)|0.002591614441075947|
+|cran|[digest](https://github.com/eddelbuettel/digest)|0.0023238791539427475|
+|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0022380319967603784|
+|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0022337197350126813|
+|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0019084779898541513|
+|cran|[mockery](https://github.com/r-lib/mockery)|0.0018848185598909631|
+|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0018729226502334434|
+|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0017790176096570652|
+|cran|[xml2](https://xml2.r-lib.org/)|0.0017539084501791264|
+|cran|[stringi](https://stringi.gagolewski.com/)|0.0017268164042538148|
+|cran|[cli](https://cli.r-lib.org)|0.0016970926591738033|
+|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0016406252001008096|
+|cran|[purrr](http://purrr.tidyverse.org)|0.0016391961430654086|
+|cran|[bit64](https://github.com/truecluster/bit64)|0.0016376781913058599|
+|cran|[pillar](https://pillar.r-lib.org/)|0.0016304596202930293|
+|cran|[shiny](https://shiny.rstudio.com/)|0.0016117488034303312|
+|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0016026633865223686|
+|cran|[callr](https://callr.r-lib.org)|0.0015671877060255328|
+|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0014810054307205563|
+|cran|[DBI](https://dbi.r-dbi.org)|0.0014045806263237265|
+|cran|[processx](https://processx.r-lib.org)|0.0013380223039484045|
+|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.001314676158709041|
+|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0013105294025094504|
+|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.0012830856299405528|
+|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0012739337744496545|
+|cran|[sp](https://github.com/edzer/sp/)|0.0012706638351776063|
+|cran|[markdown](https://github.com/rstudio/markdown)|0.0012567131129962662|
+|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.001232221491984181|
+|cran|grid|0.001224370583696739|
+|cran|parallel|0.001212048587742849|
+|cran|[hms](https://hms.tidyverse.org/)|0.0012030729617354783|
+|cran|[stringr](http://stringr.tidyverse.org)|0.001199301441163546|
+|cran|[pracma](NA)|0.0011786291045913775|
+|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0010291501450812332|
+|cran|[scales](https://scales.r-lib.org)|0.0010089695242992862|
+|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0009974615383612562|
+|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.0009618222171275852|
+|cran|[broom](https://broom.tidymodels.org/)|0.0009462343822268445|
+|cran|[mime](https://github.com/yihui/mime)|0.0009317045030453009|
+|cran|ellipsis|0.0008858819810969061|
+|cran|[xts](https://github.com/joshuaulrich/xts)|0.0008639802936306054|
+|cran|bench|0.0008623279756315762|
+|cran|[webmockr](https://github.com/ropensci/webmockr)|0.0008592412114730734|
+|cran|[unix](https://github.com/jeroen/unix)|0.000855226598741578|
+|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.0008478007255688692|
+|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0008447130558105507|
+|cran|RColorBrewer|0.0008439962940199123|
+|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0008317914932805965|
+|cran|[bit](https://github.com/truecluster/bit)|0.0008168077286537475|
+|cran|[generics](https://generics.r-lib.org)|0.0008160046774099744|
+|cran|evaluate|0.000814429732057348|
+|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0008072697041322365|
+|cran|[httpcode](https://github.com/sckott/httpcode)|0.0007950184130871184|
+|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0007889858283409076|
+|cran|[sf](https://r-spatial.github.io/sf/)|0.0007799302524991801|
+|cran|[plyr](http://had.co.nz/plyr)|0.0007729527090520557|
+|cran|[fs](https://fs.r-lib.org)|0.0007663451044035936|
+|cran|tcltk|0.000733516537958993|
+|cran|[pkgload](https://github.com/r-lib/pkgload)|0.0007146564689088445|
+|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.0006973925835960166|
+|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0006959052706547242|
+|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0006898630530381885|
+|cran|[httpuv](https://github.com/rstudio/httpuv)|0.0006789115285510559|
+|cran|[blob](https://blob.tidyverse.org)|0.0006756269245522556|
+|cran|[usethis](https://usethis.r-lib.org)|0.0006562341861284966|
+|cran|[data.table](https://r-datatable.com)|0.0006532386150245916|
+|cran|[maps](NA)|0.0006390957151033718|
+|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.0006336719524281467|
+|cran|pkgconfig|0.0006106334284121572|
+|cran|[lubridate](https://lubridate.tidyverse.org)|0.0006092952325520546|
+|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.000608467062416252|
+|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0006027368640506225|
+|cran|[brio](https://brio.r-lib.org)|0.000601383384413308|
+|cran|[XML](http://www.omegahat.net/RSXML/)|0.0005832503999907072|
+|cran|[waldo](https://github.com/r-lib/waldo)|0.0005793920394540011|
+|cran|[png](http://www.rforge.net/png/)|0.0005766659062540741|
+|cran|[igraph](https://igraph.org)|0.0005654374084261082|
+|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.0005626202148129176|
+|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0005622154776533859|
+|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.0005617945764851346|
+|cran|RPostgreSQL|0.0005544884351121223|
+|cran|[RCurl](http://www.omegahat.net/RCurl)|0.0005432470120221648|
+|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.0005426914070700251|
+|cran|mockr|0.0005237521304263814|
+|cran|[xfun](https://github.com/yihui/xfun)|0.000517983715198616|
+|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.0005104890688926659|
+|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0004939160997462228|
+|cran|[ragg](https://ragg.r-lib.org)|0.0004774574372354612|
+|cran|Lahman|0.00047146183654092687|
+|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00046631430991453724|
+|cran|[webutils](https://github.com/jeroen/webutils)|0.00045906012961983316|
+|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0004572139252230807|
+|cran|[crul](https://docs.ropensci.org/crul/)|0.000455368877058656|
+|cran|lobstr|0.00045308808627451594|
+|cran|RMySQL|0.00044537889754451453|
+|cran|[inline](https://github.com/eddelbuettel/inline)|0.00044507195297332846|
+|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00044405392330911436|
+|cran|formattable|0.0004434623442808317|
+|cran|[survival](https://github.com/therneau/survival)|0.00043999178296205666|
+|cran|gtable|0.0004396602506512943|
+|cran|[mgcv](NA)|0.0004370877820110076|
+|cran|fansi|0.00041609643765201724|
+|cran|[hexbin](https://github.com/edzer/hexbin)|0.0004128867927906031|
+|cran|chron|0.000408186315716395|
+|cran|[abind](NA)|0.0004042618307083294|
+|cran|datasets|0.0004031535759023586|
+|cran|[bslib](https://rstudio.github.io/bslib/)|0.00040252182772209315|
+|cran|[winch](https://r-prof.github.io/winch/)|0.00039822289568593097|
+|cran|[ps](https://github.com/r-lib/ps#readme)|0.0003979755358812002|
+|cran|[devtools](https://devtools.r-lib.org/)|0.00038861162285012426|
+|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00037815831676403055|
+|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003780415740937032|
+|cran|iterators|0.00037630026778696164|
+|cran|munsell|0.0003696387024234126|
+|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.0003682266471260975|
+|cran|[sys](https://github.com/jeroen/sys)|0.0003677402739236657|
+|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.0003636663326762435|
+|cran|itertools|0.0003554734956817216|
+|cran|[rpart](https://github.com/bethatkinson/rpart)|0.00035161133991902873|
+|cran|[ape](http://ape-package.ird.fr/)|0.0003510251724775395|
+|cran|mapproj|0.00034802977409355117|
+|cran|timeDate|0.00034801672499835463|
+|cran|tis|0.00034198344686183174|
+|cran|[readr](https://readr.tidyverse.org)|0.0003397109153156146|
+|cran|[raster](https://rspatial.org/raster)|0.00033689743355324697|
+|cran|assertthat|0.0003198187722937446|
+|cran|[desc](https://github.com/r-lib/desc#readme)|0.00031813877737467964|
+|cran|[vroom](https://vroom.r-lib.org)|0.0003123036490149785|
+|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00031143059220005984|
+|cran|[terra](https://rspatial.org/terra/)|0.00030944416646666107|
+|cran|[forcats](https://forcats.tidyverse.org)|0.00030761970661204825|
+|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.0003016748677567309|
+|cran|[DT](https://github.com/rstudio/DT)|0.0003008314432880966|
+|cran|graph|0.00029650287914569415|
+|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.0002959204344575171|
+|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0002915782382608952|
+|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00029061057286724356|
+|cran|[sass](https://github.com/rstudio/sass)|0.000288135683052027|
+|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.0002863795607070374|
+|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.0002780122965088705|
+|cran|cachem|0.0002693962389373441|
+|cran|tzdb|0.00026468866168404334|
+|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00026290349210716897|
+|cran|[magick](https://docs.ropensci.org/magick/)|0.0002603757335409325|
+|cran|interp|0.00025667186863131595|
+|cran|[future](https://future.futureverse.org)|0.00025578787397170284|
+|cran|svglite|0.00025272039204612647|
+|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.0002516001265808437|
+|cran|quantreg|0.0002461161422101389|
+|cran|[insight](https://easystats.github.io/insight/)|0.0002458445265043215|
+|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00024492616515376|
+|cran|[parameters](https://easystats.github.io/parameters/)|0.00024261109300217104|
+|cran|RUnit|0.00024223498681043545|
+|cran|ggplot2movies|0.00024029860302180158|
+|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|0.00023659258223538348|
+|cran|multcomp|0.0002353964963550767|
+|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|0.0002351534246049297|
+|cran|isoband|0.00023254359044270575|
+|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00023019868532447182|
+|cran|profvis|0.0002263169380069354|
+|cran|[rstan](https://mc-stan.org/rstan)|0.00022412844748016244|
+|cran|[base64enc](http://www.rforge.net/base64enc)|0.00022136704575207269|
+|cran|[fields](https://github.com/dnychka/fieldsRPackage)|0.00021967587477160342|
+|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|0.00021742597166354505|
+|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|0.0002155877323865431|
+|cran|[lme4](https://github.com/lme4/lme4/)|0.00021485947443149826|
+|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|0.0002137685645240369|
+|cran|[fastmatch](http://www.rforge.net/fastmatch)|0.00021011620463232022|
+|cran|[lintr](https://github.com/jimhester/lintr)|0.00021009308288157387|
+|cran|[openssl](https://github.com/jeroen/openssl)|0.0002098539921741291|
+|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|0.00020940369272741703|
+|cran|[promises](https://rstudio.github.io/promises)|0.00020938742426950772|
+|cran|tinytex|0.00020862086001613743|
+|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00020843459383954117|
+|cran|[Cairo](http://www.rforge.net/Cairo/)|0.00020816534200928508|
+|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00020789352260289646|
+|cran|[uuid](http://www.rforge.net/uuid)|0.00020641628974060175|
+|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|0.0002049274595864114|
+|cran|triebeard|0.0002041997646184341|
+|cran|[backports](https://github.com/r-lib/backports)|0.00020334007610653908|
+|cran|[downlit](https://downlit.r-lib.org/)|0.00020071155209691542|
+|cran|[testit](https://github.com/yihui/testit)|0.00019813097997856875|
+|cran|[rjson](https://github.com/alexcb/rjson)|0.0001980812227725199|
+|cran|jquerylib|0.0001963151653021384|
+|cran|tuneR|0.0001962338949454906|
+|cran|stats4|0.00019534132299074735|
+|cran|[reshape2](https://github.com/hadley/reshape)|0.00019497663824202507|
+|cran|rasterVis|0.00019385617974770447|
+|cran|[tidyverse](http://tidyverse.tidyverse.org)|0.0001933940662213498|
+|cran|[praise](https://github.com/gaborcsardi/praise)|0.00018629877810453374|
+|cran|diffviewer|0.00018460002502087634|
+|cran|[spatstat.linnet](http://spatstat.org/)|0.0001836426407284816|
+|cran|[pdftools](https://docs.ropensci.org/pdftools/)|0.0001809483506881484|
+|cran|[memoise](https://github.com/r-lib/memoise)|0.00018025378346166787|
+|cran|[DBItest](https://dbitest.r-dbi.org)|0.00018017559298248538|
+|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|0.0001800451315312214|
+|cran|[future.apply](https://future.apply.futureverse.org)|0.0001751702894973354|
+|cran|[performance](https://easystats.github.io/performance/)|0.00017466967587285027|
+|cran|[qs](https://github.com/traversc/qs)|0.00017338922806733783|
+|cran|[dygraphs](https://github.com/rstudio/dygraphs)|0.000171125740983322|
+|cran|[spatstat.utils](http://spatstat.org/)|0.0001702864712537541|
+|cran|asciicast|0.00016902868153570948|
+|cran|rprintf|0.00016740874208291467|
+|cran|[spatstat.geom](http://spatstat.org/)|0.00016720475845918655|
+|cran|[mapview](https://github.com/r-spatial/mapview)|0.00016703666680799585|
+|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|0.00016644046368198589|
+|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|0.0001636339858566138|
+|cran|[taxa](https://docs.ropensci.org/taxa/)|0.00016352824578790882|
+|cran|[vegdata](http://germansl.infinitenature.org)|0.00016352824578790882|
+|cran|[spatstat](http://spatstat.org/)|0.0001625738629890064|
+|cran|dichromat|0.00016225935612762386|
+|cran|[jpeg](http://www.rforge.net/jpeg/)|0.00016085962620580584|
+|cran|[webp](https://github.com/jeroen/webp#readme)|0.00015997025738288668|
+|cran|[commonmark](https://docs.ropensci.org/commonmark/)|0.00015825617365688944|
+|cran|splines|0.00015679647415137995|
+|cran|[RPostgres](https://rpostgres.r-dbi.org)|0.0001547255620287758|
+|cran|[getPass](https://github.com/wrathematics/getPass)|0.00015422185946779737|
+|cran|[readxl](https://readxl.tidyverse.org)|0.00015308457650572358|
+|cran|[gh](https://gh.r-lib.org/)|0.00015294566111607677|
+|cran|[whisker](http://github.com/edwindj/whisker)|0.00015111616413528037|
+|cran|[V8](https://github.com/jeroen/v8)|0.00015024083250743313|
+|cran|[nleqslv](NA)|0.00015021559657662318|
+|cran|[viridis](https://sjmgarnier.github.io/viridis/)|0.00014883717158807234|
+|cran|[cowplot](https://wilkelab.org/cowplot/)|0.00014853131882103867|
+|cran|later|0.0001485158593822667|
+|cran|KernSmooth|0.00014787097238666756|
+|cran|sfsmisc|0.00014680112713834356|
+|cran|[tesseract](https://docs.ropensci.org/tesseract/)|0.00014582843088023408|
+|cran|[showtext](https://github.com/yixuan/showtext)|0.00014483309346431712|
+|cran|[spatstat.random](http://spatstat.org/)|0.0001445071654570523|
+|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|0.0001439030592796698|
+|cran|labeling|0.00014332176441647724|
+|cran|[xtable](http://xtable.r-forge.r-project.org/)|0.0001424862173466171|
+|cran|[rvest](http://rvest.tidyverse.org/)|0.00014172988096721473|
+|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|0.00014105645867115837|
+|cran|igraphdata|0.0001408364703928381|
+|cran|[shinyjs](https://deanattali.com/shinyjs/)|0.0001399173614005294|
+|cran|selectr|0.00013833665081493452|
+|cran|WRS2|0.00013466542836092143|
+|cran|combinat|0.00013395858084691196|
+|cran|[units](https://github.com/r-quantities/units/)|0.0001324161057096924|
+|cran|[sodium](https://github.com/jeroen/sodium#readme)|0.0001323127563774277|
+|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|0.00013068974631979722|
+|cran|[gifski](https://gif.ski/)|0.0001302366585423807|
+|cran|[progress](https://github.com/r-lib/progress#readme)|0.00012949750521047993|
+|cran|fastmap|0.00012885820498449694|
+|cran|[phangorn](https://github.com/KlausVigo/phangorn)|0.00012735705566378565|
+|cran|[reticulate](https://rstudio.github.io/reticulate/)|0.00012706075688969062|
+|cran|rsconnect|0.00012653979908477223|
+|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|0.00012611351266321092|
+|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|0.0001253500376762759|
+|cran|[lazyeval](NA)|0.0001240516152339527|
+|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|0.00012240793034691224|
+|cran|cellranger|0.00012229036758741601|
+|cran|[rJava](http://www.rforge.net/rJava/)|0.00012100949350581607|
+|cran|styler|0.00012041811774394368|
+|cran|[rstanarm](https://mc-stan.org/rstanarm/)|0.00011962780978157385|
+|cran|boot|0.00011773424644412709|
+|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|0.00011735767005311092|
+|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|0.00011713216253623863|
+|cran|tufte|0.00011710633609802564|
+|cran|katex|0.00011710633609802564|
+|cran|MatrixModels|0.00011593529653683404|
+|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|0.00011551451467599488|
+|cran|[formatR](https://github.com/yihui/formatR)|0.00011544734274306068|
+|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|0.00011502646800651658|
+|cran|webshot|0.00011419183223926836|
+|cran|[s2](https://r-spatial.github.io/s2/)|0.00011353638905253238|
+|cran|[qpdf](https://github.com/ropensci/qpdf)|0.0001120121436296025|
+|cran|[odbc](https://github.com/r-dbi/odbc)|0.00011128991417811308|
+|cran|[spdep](https://github.com/r-spatial/spdep/)|0.00011050112713834353|
+|cran|[globals](https://github.com/HenrikBengtsson/globals)|0.00010992421633020794|
+|cran|txtplot|0.00010901883052527254|
+|cran|prettydoc|0.00010798941459297304|
+|cran|codemetar|0.00010792864222001981|
+|cran|see|0.00010737698438340962|
+|cran|[effectsize](https://easystats.github.io/effectsize/)|0.00010716686503592878|
+|cran|[targets](https://docs.ropensci.org/targets/)|0.00010584216852325893|
+|cran|[psych](https://personality-project.org/r/psych/)|0.00010456229995765976|
+|cran|flashClust|0.00010446356475927181|
+|cran|[RMariaDB](https://rmariadb.r-dbi.org)|0.00010443757240081462|
+|cran|e1071|0.00010360791197789086|
+|cran|gamm4|0.00010041904996197144|
+|cran|statnet.common|9.995914322121315e-05|
+|cran|[stars](https://r-spatial.github.io/stars/)|9.985910600429748e-05|
+|cran|[bayestestR](https://easystats.github.io/bayestestR/)|9.964277128191697e-05|
+|cran|gee|9.77724230757965e-05|
+|cran|coda|9.76730022980374e-05|
+|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|9.623911115747744e-05|
+|cran|[ggrepel](http://github.com/slowkow/ggrepel)|9.584009845223175e-05|
+|cran|highr|9.544714650912467e-05|
+|cran|modelbased|9.440791121663273e-05|
+|cran|tikzDevice|9.36079674094484e-05|
+|cran|[gtools](https://github.com/r-gregmisc/gtools)|9.306646393637388e-05|
+|cran|mapdata|9.295811921851517e-05|
+|cran|[checkmate](https://github.com/mllg/checkmate)|9.246790884921279e-05|
+|cran|JuliaCall|9.15145239181118e-05|
+|cran|palmerpenguins|9.07938755885974e-05|
+|cran|[vcr](https://github.com/ropensci/vcr/)|8.786740820060585e-05|
+|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|8.75483987718279e-05|
+|cran|[classInt](https://r-spatial.github.io/classInt/)|8.748185452844968e-05|
+|cran|[leaflet](https://rstudio.github.io/leaflet/)|8.517519612931786e-05|
+|cran|class|8.406890922870633e-05|
+|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|8.344036326126089e-05|
+|cran|poorman|8.32899119829773e-05|
+|cran|[here](https://here.r-lib.org/)|8.31230311597998e-05|
+|cran|[tmap](https://github.com/mtennekes/tmap)|8.302659857119539e-05|
+|cran|pool|8.302659857119539e-05|
+|cran|[Seurat](https://satijalab.org/seurat)|8.03968298689719e-05|
+|cran|[network](http://statnet.org/)|8.038979997881334e-05|
+|cran|shape|8.034578006036746e-05|
+|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|8.022460680062542e-05|
+|cran|[zip](https://github.com/r-lib/zip#readme)|7.973495035302644e-05|
+|cran|[gert](https://docs.ropensci.org/gert/)|7.943622255735807e-05|
+|cran|spatstat.data|7.935186803267836e-05|
+|cran|[git2r](https://docs.ropensci.org/git2r/)|7.903857126302591e-05|
+|cran|[slam](NA)|7.850032214913867e-05|
+|cran|polyclip|7.706197839249934e-05|
+|cran|[taxize](https://docs.ropensci.org/taxize/)|7.576419368540284e-05|
+|cran|tseries|7.542708164926902e-05|
+|cran|[gapminder](https://github.com/jennybc/gapminder)|7.465097360287319e-05|
+|cran|[credentials](https://docs.ropensci.org/credentials/)|7.454951725677694e-05|
+|cran|animation|7.447518144156012e-05|
+|cran|[spatstat.core](http://spatstat.org/)|7.415487190912045e-05|
+|cran|[gplots](https://github.com/talgalili/gplots)|7.376920468817085e-05|
+|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|7.259809559539623e-05|
+|cran|[argon2](https://github.com/wrathematics/argon2)|7.233146325923828e-05|
+|cran|[pingr](https://github.com/r-lib/pingr#readme)|7.137416048737512e-05|
+|cran|[dendextend](http://talgalili.github.io/dendextend/)|7.126265377530207e-05|
+|cran|ade4|7.105817084841301e-05|
+|cran|shinydisconnect|7.088903347317748e-05|
+|cran|[irlba](NA)|7.070602173013353e-05|
+|cran|[rex](https://github.com/kevinushey/rex)|7.046692426758799e-05|
+|cran|[datawizard](https://easystats.github.io/datawizard/)|7.032031582897101e-05|
+|cran|egg|7.008879017414696e-05|
+|cran|poibin|7.008353390910378e-05|
+|cran|fANCOVA|7.008353390910378e-05|
+|cran|pbkrtest|6.996997956847058e-05|
+|cran|[mmand](https://github.com/jonclayden/mmand)|6.839729201888882e-05|
+|cran|[RNifti](https://github.com/jonclayden/RNifti)|6.839729201888882e-05|
+|cran|[lavaan](https://lavaan.ugent.be)|6.839245338517426e-05|
+|cran|[shinytest](https://github.com/rstudio/shinytest)|6.8361903386317e-05|
+|cran|conflicted|6.826302080933474e-05|
+|cran|[zeallot](https://github.com/nteetor/zeallot)|6.721010901883053e-05|
+|cran|[car](https://r-forge.r-project.org/projects/car/)|6.668963848905173e-05|
+|cran|[circlize](https://github.com/jokergoo/circlize)|6.604058413549313e-05|
+|cran|[caret](https://github.com/topepo/caret/)|6.526588995741627e-05|
+|cran|reactlog|6.504593786547824e-05|
+|cran|sourcetools|6.504593786547824e-05|
+|cran|fontawesome|6.504593786547824e-05|
+|cran|latticeExtra|6.480119817638115e-05|
+|cran|pbdMPI|6.47571853320119e-05|
+|cran|[sna](http://statnet.org)|6.404869226412837e-05|
+|cran|RcppTOML|6.374966731640301e-05|
+|cran|[janitor](https://github.com/sfirke/janitor)|6.349510416481841e-05|
+|cran|brew|6.256011049266586e-05|
+|cran|RhpcBLASctl|6.24364239858875e-05|
+|cran|timeSeries|6.237907889148043e-05|
+|cran|fts|6.237907889148043e-05|
+|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|6.167342993327613e-05|
+|cran|geoaxe|6.132309217046581e-05|
+|cran|spbabel|6.132309217046581e-05|
+|cran|colorRamps|6.132309217046581e-05|
+|cran|paletteer|6.132309217046581e-05|
+|cran|statsExpressions|6.132309217046581e-05|
+|cran|[pbapply](https://github.com/psolymos/pbapply)|5.8721473311100676e-05|
+|cran|miniUI|5.8122068310669855e-05|
+|cran|lpSolve|5.802916607673793e-05|
+|cran|nortest|5.771585145455605e-05|
+|cran|openair|5.771585145455605e-05|
+|cran|[plotly](https://plotly-r.com)|5.663177952303852e-05|
+|cran|[wk](https://paleolimbot.github.io/wk/)|5.6444020857160214e-05|
+|cran|fstcore|5.6248684912708696e-05|
+|cran|parallelly|5.622235064594698e-05|
+|cran|lars|5.621777627724109e-05|
+|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|5.6179926647760245e-05|
+|cran|[emmeans](https://github.com/rvlenth/emmeans)|5.525631916018733e-05|
+|cran|[ggforce](https://ggforce.data-imaginist.com)|5.510162568181162e-05|
+|cran|rsvg|5.473195685765258e-05|
+|cran|[futile.logger](NA)|5.469080881952538e-05|
+|cran|[graphql](http://graphql.org)|5.463227109857438e-05|
+|cran|[TTR](https://github.com/joshuaulrich/TTR)|5.4577552031714566e-05|
+|cran|spatial|5.371881550542365e-05|
+|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|5.3681316820051256e-05|
+|cran|stopwords|5.3652062958614146e-05|
+|cran|rnaturalearthdata|5.351506768751565e-05|
+|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|5.2917110925960015e-05|
+|cran|av|5.286396112692147e-05|
+|cran|RJSONIO|5.28538811651824e-05|
+|cran|brms|5.264930494120857e-05|
+|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|5.245647387795554e-05|
+|cran|dunn.test|5.1640498669865946e-05|
+|cran|plotrix|5.139399948518255e-05|
+|cran|gam|5.0853347353291843e-05|
+|cran|[hoardr](https://github.com/ropensci/hoardr)|5.029788625063513e-05|
+|cran|[config](https://github.com/rstudio/config)|5.010288211054074e-05|
+|cran|[genalg](https://github.com/egonw/genalg)|4.905847373637265e-05|
+|cran|segmented|4.9042506879082045e-05|
+|cran|[utf8](https://ptrckprry.com/r-utf8/)|4.847388447633481e-05|
+|cran|[semver](https://github.com/johndharrison/semver)|4.842772193119075e-05|
+|cran|lsa|4.8178620674796395e-05|
+|cran|[remotes](https://remotes.r-lib.org)|4.724992351001567e-05|
+|cran|mclust|4.720173553325012e-05|
+|cran|[statmod](NA)|4.494866068573058e-05|
+|cran|[matlab](http://cran.r-project.org/package=matlab)|4.4934933809995747e-05|
+|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|4.491775625670263e-05|
+|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|4.47806689538913e-05|
+|cran|plotROC|4.4598612487611494e-05|
+|cran|SuppDists|4.384601090188305e-05|
+|cran|[GGally](https://ggobi.github.io/ggally/)|4.3717799563901763e-05|
+|cran|[glmnet](https://glmnet.stanford.edu)|4.3565452139535454e-05|
+|cran|qlcMatrix|4.35515146292067e-05|
+|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|4.33136553626061e-05|
+|cran|RcppRoll|4.327277330115913e-05|
+|cran|blavaan|4.3191542863607176e-05|
+|cran|[seqminer](http://zhanxw.github.io/seqminer/)|4.265954237945447e-05|
+|cran|SeuratObject|4.265954237945447e-05|
+|cran|spex|4.265954237945447e-05|
+|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|4.191679164464273e-05|
+|cran|[tm](http://tm.r-forge.r-project.org/)|4.1497062359609595e-05|
+|cran|mediation|4.142124458122264e-05|
+|cran|futile.options|4.070451649440747e-05|
+|cran|lambda.r|4.070451649440747e-05|
+|cran|webfakes|4.0588922612161825e-05|
+|cran|arrow|3.974691275133571e-05|
+|cran|logspline|3.951662148322229e-05|
+|cran|DiceKriging|3.92090417016086e-05|
+|cran|[vegan](https://github.com/vegandevs/vegan)|3.9023512873930536e-05|
+|cran|[corrplot](https://github.com/taiyun/corrplot)|3.8645673610724986e-05|
+|cran|[ggridges](https://wilkelab.org/ggridges/)|3.8635156190439887e-05|
+|cran|[parallelMap](https://parallelmap.mlr-org.com)|3.843812282860847e-05|
+|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|3.8436455861961836e-05|
+|cran|[deSolve](http://desolve.r-forge.r-project.org/)|3.8071376779155674e-05|
+|cran|mlrMBO|3.773728748951742e-05|
+|cran|emoa|3.773728748951742e-05|
+|cran|leaflet.providers|3.7727518429800825e-05|
+|cran|carrier|3.763994924797699e-05|
+|cran|biglm|3.716838623704268e-05|
+|cran|gmp|3.6649543851255216e-05|
+|cran|extrafont|3.605134788333906e-05|
+|cran|mlbench|3.6022238549412945e-05|
+|cran|strucchange|3.5879910690999066e-05|
+|cran|proj4|3.5315441568866626e-05|
+|cran|RandomFieldsUtils|3.508663302498545e-05|
+|cran|[jqr](https://docs.ropensci.org/jqr/)|3.49773568495783e-05|
+|cran|websocket|3.493033413563641e-05|
+|cran|[base64url](https://github.com/mllg/base64url)|3.488194743914542e-05|
+|cran|mondate|3.447824001281698e-05|
+|cran|DAAG|3.447824001281698e-05|
+|cran|[attempt](https://github.com/ColinFay/attempt)|3.355721110623583e-05|
+|cran|rms|3.3154050834712174e-05|
+|cran|dfoptim|3.2944019059556425e-05|
+|cran|fftwtools|3.2904005934419835e-05|
+|cran|nloptr|3.284429782160105e-05|
+|cran|quadprog|3.2802445690647524e-05|
+|cran|robotstxt|3.237859266600595e-05|
+|cran|ggdist|3.196348250362125e-05|
+|cran|bridgesampling|3.196348250362125e-05|
+|cran|bayesQR|3.196348250362125e-05|
+|cran|Rgraphviz|3.1872345535639044e-05|
+|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|3.184450780414692e-05|
+|cran|mice|3.17878420950471e-05|
+|cran|gdata|3.164271555996038e-05|
+|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|3.144071007986939e-05|
+|cran|EnvStats|3.0661546085232904e-05|
+|cran|gganimate|3.059249319152834e-05|
+|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|3.0591571039766395e-05|
+|cran|cba|3.0354930624380574e-05|
+|cran|[golem](https://github.com/ThinkR-open/golem)|3.0336721825551464e-05|
+|cran|[seriation](https://github.com/mhahsler/seriation)|3.016619136037003e-05|
+|cran|minqa|2.9604278394793953e-05|
+|cran|gbRd|2.9560183349851335e-05|
+|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|2.9471156648982685e-05|
+|cran|lmtest|2.8956618771369912e-05|
+|cran|tableHTML|2.8857925727278025e-05|
+|cran|shiny.i18n|2.8857925727278025e-05|
+|cran|popbio|2.8857925727278025e-05|
+|cran|[gitcreds](https://github.com/r-lib/gitcreds)|2.879206072473247e-05|
+|cran|[ini](https://github.com/dvdscripter/ini)|2.865578718657588e-05|
+|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|2.8208622398414273e-05|
+|cran|optimx|2.817326023678744e-05|
+|cran|[storr](https://github.com/richfitz/storr)|2.7990195384397563e-05|
+|cran|caTools|2.7919033642274488e-05|
+|cran|janeaustenr|2.7654216652294104e-05|
+|cran|vcd|2.7505284075969333e-05|
+|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|2.716747759178384e-05|
+|cran|spacyr|2.7104806739345886e-05|
+|cran|[furrr](https://github.com/DavisVaughan/furrr)|2.7009241866578508e-05|
+|cran|[reshape](http://had.co.nz/reshape)|2.6741976609887388e-05|
+|cran|SGP|2.672518759733824e-05|
+|cran|polynom|2.6316009353499244e-05|
+|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|2.6315211759782077e-05|
+|cran|tkrplot|2.623895866489696e-05|
+|cran|Formula|2.620606619886586e-05|
+|cran|HSAUR3|2.604340903255804e-05|
+|cran|tripack|2.598138055014697e-05|
+|cran|pscl|2.5880249068497363e-05|
+|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|2.562082684411723e-05|
+|cran|[pkgdown](https://pkgdown.r-lib.org)|2.54981906717145e-05|
+|cran|kernlab|2.5494150703769224e-05|
+|cran|jsonify|2.507079144839303e-05|
+|cran|gt|2.4743114154873597e-05|
+|cran|[beautier](https://docs.ropensci.org/beautier/)|2.4560534140107455e-05|
+|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|2.447172813103124e-05|
+|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|2.4395180152467772e-05|
+|cran|gridBase|2.4390817035285516e-05|
+|cran|plm|2.4320046958605967e-05|
+|cran|BeyondBenford|2.428394449950446e-05|
+|cran|BenfordTests|2.428394449950446e-05|
+|cran|benford.analysis|2.428394449950446e-05|
+|cran|MUS|2.428394449950446e-05|
+|cran|AsioHeaders|2.428394449950446e-05|
+|cran|filelock|2.428394449950446e-05|
+|cran|manipulateWidget|2.428394449950446e-05|
+|cran|[proxy](NA)|2.4222148154178846e-05|
+|cran|dynamicTreeCut|2.402574200615513e-05|
+|cran|pls|2.4004683071019712e-05|
+|cran|semEff|2.3949965541221446e-05|
+|cran|rr2|2.3949965541221446e-05|
+|cran|mlmRev|2.3949965541221446e-05|
+|cran|MEMSS|2.3949965541221446e-05|
+|cran|PKPDmodels|2.3949965541221446e-05|
+|cran|[ordinal](https://github.com/runehaubo/ordinal)|2.3687046713224243e-05|
+|cran|[quanteda](https://quanteda.io)|2.33802237967849e-05|
+|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|2.3296287423566706e-05|
+|cran|rsm|2.3166335804507155e-05|
+|cran|tables|2.3154779570210335e-05|
+|cran|rcmdcheck|2.3041294638844327e-05|
+|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|2.288017131530512e-05|
+|cran|rootSolve|2.2346382364619045e-05|
+|cran|bezier|2.22883110180124e-05|
+|cran|ComplexHeatmap|2.22883110180124e-05|
+|cran|GlobalOptions|2.22883110180124e-05|
+|cran|Cubist|2.2270115606769392e-05|
+|cran|adehabitatMA|2.2015663969330965e-05|
+|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.1772513921655606e-05|
+|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|2.1692201505135113e-05|
+|cran|cleanNLP|2.1585728444003963e-05|
+|cran|udpipe|2.1585728444003963e-05|
+|cran|gpclib|2.126417412460785e-05|
+|cran|PBSmapping|2.126417412460785e-05|
+|cran|triangle|2.089890981169475e-05|
+|cran|evd|2.089890981169475e-05|
+|cran|beepr|2.0866450069673695e-05|
+|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|2.0479409801581688e-05|
+|cran|[natserv](https://docs.ropensci.org/natserv)|2.0479409801581688e-05|
+|cran|[worrms](https://docs.ropensci.org/worrms)|2.0479409801581688e-05|
+|cran|[rotl](https://docs.ropensci.org/rotl/)|2.0479409801581688e-05|
+|cran|[rredlist](https://github.com/ropensci/rredlist)|2.0479409801581688e-05|
+|cran|[bold](https://docs.ropensci.org/bold/)|2.0479409801581688e-05|
+|cran|[ritis](https://github.com/ropensci/ritis)|2.047940980158168e-05|
+|cran|yamlme|2.0236620416253715e-05|
+|cran|adehabitatLT|2.020741894379159e-05|
+|cran|doFuture|2.0165614730582648e-05|
+|cran|pbmcapply|2.0165614730582648e-05|
+|cran|RANN|2.0090148841491482e-05|
+|cran|paradox|2.002515487700992e-05|
+|cran|plotfunctions|1.982362816286078e-05|
+|cran|Biostrings|1.981246268059514e-05|
+|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|1.9804528474498743e-05|
+|cran|NLP|1.9770747544593087e-05|
+|cran|rcdk|1.9623389494549055e-05|
+|cran|fingerprint|1.9623389494549055e-05|
+|cran|enviPat|1.9623389494549055e-05|
+|cran|flexdashboard|1.9623389494549055e-05|
+|cran|keys|1.9623389494549055e-05|
+|cran|[assertive](https://bitbucket.org/richierocks/assertive)|1.9517268072530784e-05|
+|cran|actuar|1.9427155599603567e-05|
+|cran|skellam|1.9427155599603567e-05|
+|cran|hoa|1.9427155599603567e-05|
+|cran|LaplacesDemon|1.9427155599603567e-05|
+|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.9404175881144487e-05|
+|cran|[geiger](https://github.com/mwpennell/geiger-v2)|1.9284398488140895e-05|
+|cran|[docopt](https://github.com/docopt/docopt.R)|1.9272971825003556e-05|
+|cran|fpc|1.9205409403250992e-05|
+|cran|MCMCglmm|1.911692207460316e-05|
+|cran|purrrlyr|1.8988949082319274e-05|
+|cran|MCMCpack|1.8961323769960925e-05|
+|cran|Rcsdp|1.8769689767225104e-05|
+|cran|psychTools|1.8769689767225104e-05|
+|cran|[phytools](https://github.com/liamrevell/phytools)|1.8713651313998196e-05|
+|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|1.8637433151627774e-05|
+|cran|gamlss|1.8412358887963767e-05|
+|cran|tree|1.8396927651139743e-05|
+|cran|[binman](https://docs.ropensci.org/binman/)|1.8315163528245812e-05|
+|cran|[beastier](https://docs.ropensci.org/beastier/)|1.798810703666997e-05|
+|cran|shapefiles|1.7988107036669968e-05|
+|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|1.793518675686892e-05|
+|cran|[ggsci](https://nanx.me/ggsci/)|1.793518675686892e-05|
+|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|1.772891400393702e-05|
+|cran|sandwich|1.772891400393702e-05|
+|cran|partykit|1.771589852815345e-05|
+|cran|spData|1.766105054509415e-05|
+|cran|VennDiagram|1.7472511136039383e-05|
+|cran|seqLogo|1.7384068230644694e-05|
+|cran|oskeyring|1.7345674642503182e-05|
+|cran|ExplainPrediction|1.7345674642503182e-05|
+|cran|rpart.plot|1.7345674642503182e-05|
+|cran|betareg|1.7331696520965464e-05|
+|cran|rstatix|1.7321955835164262e-05|
+|cran|afex|1.7142876127629223e-05|
+|cran|tester|1.704136456105576e-05|
+|cran|fastICA|1.699693555399105e-05|
+|cran|[tidygraph](https://tidygraph.data-imaginist.com)|1.6815413835876274e-05|
+|cran|[rentrez](http://github.com/ropensci/rentrez)|1.680642078436929e-05|
+|cran|[snakecase](https://github.com/Tazinho/snakecase)|1.6634816176744567e-05|
+|cran|SASmixed|1.6599810632875548e-05|
+|cran|[colourpicker](https://github.com/daattali/colourpicker)|1.6589510197694435e-05|
+|cran|antiword|1.657179069691458e-05|
+|cran|BiocManager|1.6299635556204305e-05|
+|cran|spam|1.6147505037780185e-05|
+|cran|acepack|1.6140054948944583e-05|
+|cran|htmlTable|1.6140054948944583e-05|
+|cran|measurements|1.5900201755627918e-05|
+|cran|NISTunits|1.5900201755627918e-05|
+|cran|gbm|1.5857747307202212e-05|
+|cran|[rstantools](https://mc-stan.org/rstantools/)|1.5839357871027532e-05|
+|cran|protolite|1.576879512954835e-05|
+|cran|geepack|1.5647787146102525e-05|
+|cran|PASWR|1.560382927280846e-05|
+|cran|bigmemory|1.559358629477559e-05|
+|cran|[geosphere](NA)|1.5364239478659922e-05|
+|cran|ks|1.5348293926093726e-05|
+|cran|[origami](https://tlverse.org/origami/)|1.528633601930454e-05|
+|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|1.5248120179256297e-05|
+|cran|glmmTMB|1.5238253029628871e-05|
+|cran|fixest|1.5238253029628871e-05|
+|cran|cplm|1.5238253029628871e-05|
+|cran|AER|1.5238253029628871e-05|
+|cran|signal|1.520685139166227e-05|
+|cran|[Ckmeans.1d.dp](NA)|1.5120776366736638e-05|
+|cran|klaR|1.5001451947053774e-05|
+|cran|[jsonld](https://docs.ropensci.org/jsonld)|1.4817661455067692e-05|
+|cran|scatterplot3d|1.4756751899277397e-05|
+|cran|doMC|1.4738567181084525e-05|
+|cran|qvalue|1.4717542120911794e-05|
+|cran|subprocess|1.4717542120911794e-05|
+|cran|tensorA|1.4701368997702e-05|
+|cran|[EML](https://docs.ropensci.org/EML/)|1.4647458587002706e-05|
+|cran|[wesanderson](https://github.com/karthik/wesanderson)|1.4241975283671446e-05|
+|cran|coxme|1.4128255450767733e-05|
+|cran|[downloader](https://github.com/wch/downloader)|1.4119765516940956e-05|
+|cran|[rversions](https://github.com/r-hub/rversions)|1.4107488368957512e-05|
+|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.4067374540465856e-05|
+|cran|loder|1.3887876756252551e-05|
+|cran|ore|1.3887876756252551e-05|
+|cran|nor1mix|1.3876539714002547e-05|
+|cran|diptest|1.3876539714002547e-05|
+|cran|changepoint|1.3876539714002547e-05|
+|cran|linprog|1.3876539714002547e-05|
+|cran|magic|1.3876539714002547e-05|
+|cran|modeldata|1.3876539714002547e-05|
+|cran|[fst](http://www.fstpackage.org)|1.3830944923326298e-05|
+|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|1.3760901883052527e-05|
+|cran|[reprex](https://reprex.tidyverse.org)|1.3754647486544912e-05|
+|cran|lgr|1.3707932951264704e-05|
+|cran|scico|1.3628744361966786e-05|
+|cran|rcartocolor|1.3628744361966786e-05|
+|cran|RcppDE|1.3491080277502477e-05|
+|cran|gdalUtils|1.3491080277502477e-05|
+|cran|[emld](https://docs.ropensci.org/emld/)|1.3385954976638837e-05|
+|cran|FNN|1.3313243310208127e-05|
+|cran|BiocVersion|1.3251281728176389e-05|
+|cran|rhub|1.3126318894230068e-05|
+|cran|gmailr|1.3126318894230068e-05|
+|cran|foghorn|1.3126318894230068e-05|
+|cran|tm.lexicon.GeneralInquirer|1.3102655768413944e-05|
+|cran|Rpoppler|1.3102655768413944e-05|
+|cran|Rcampdf|1.3102655768413944e-05|
+|cran|filehash|1.3102655768413944e-05|
+|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|1.2943889608904477e-05|
+|cran|PolynomF|1.278102342079182e-05|
+|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|1.2732264224147437e-05|
+|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|1.2728326993359586e-05|
+|cran|bignum|1.2453304871540749e-05|
+|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|1.2379907527671994e-05|
+|cran|metafor|1.2338031494037429e-05|
+|cran|RSpectra|1.2334701968002264e-05|
+|cran|future.callr|1.2315049520414004e-05|
+|cran|[solrium](https://github.com/ropensci/solrium)|1.2245734815234331e-05|
+|cran|party|1.2232934706917749e-05|
+|cran|[haven](https://haven.tidyverse.org)|1.2146981514198317e-05|
+|cran|FastRWeb|1.214197224975223e-05|
+|cran|quantmod|1.214197224975223e-05|
+|cran|truncreg|1.2104840836144426e-05|
+|cran|panelr|1.2104840836144426e-05|
+|cran|metaBMA|1.2104840836144426e-05|
+|cran|lfe|1.2104840836144426e-05|
+|cran|ivreg|1.2104840836144426e-05|
+|cran|GLMMadaptive|1.2104840836144426e-05|
+|cran|clubSandwich|1.2104840836144426e-05|
+|cran|cgam|1.2104840836144426e-05|
+|cran|blme|1.2104840836144426e-05|
+|cran|bbmle|1.2104840836144426e-05|
+|cran|aod|1.2104840836144426e-05|
+|cran|geojsonlint|1.2089409599320403e-05|
+|cran|ggfittext|1.199207135777998e-05|
+|cran|taxadb|1.1984284298456746e-05|
+|cran|assertive.code|1.1951086835026118e-05|
+|cran|assertive.reflection|1.1951086835026118e-05|
+|cran|assertive.data.us|1.1951086835026118e-05|
+|cran|assertive.data.uk|1.1951086835026118e-05|
+|cran|assertive.data|1.1951086835026118e-05|
+|cran|assertive.models|1.1951086835026118e-05|
+|cran|assertive.matrices|1.1951086835026118e-05|
+|cran|assertive.sets|1.1951086835026118e-05|
+|cran|assertive.files|1.1951086835026118e-05|
+|cran|assertive.datetimes|1.1951086835026118e-05|
+|cran|assertive.strings|1.1951086835026118e-05|
+|cran|assertive.numbers|1.1951086835026118e-05|
+|cran|assertive.types|1.1951086835026118e-05|
+|cran|assertive.properties|1.1951086835026118e-05|
+|cran|assertive.base|1.1951086835026118e-05|
+|cran|gsl|1.1888221523529613e-05|
+|cran|[ff](https://github.com/truecluster/ff)|1.1666105054509406e-05|
+|cran|Biobase|1.1593212602304909e-05|
+|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|1.1510524274663057e-05|
+|cran|[redux](https://github.com/richfitz/redux)|1.144697720515365e-05|
+|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|1.1315992809734302e-05|
+|cran|clusterGeneration|1.1312396505980338e-05|
+|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|1.129274655193558e-05|
+|cran|bs4Dash|1.128715768974715e-05|
+|cran|rticles|1.1283860731010297e-05|
+|cran|locfit|1.1274990601824956e-05|
+|cran|nonnest2|1.1228060359985932e-05|
+|cran|mlogit|1.1228060359985932e-05|
+|cran|[logger](https://daroczig.github.io/logger/)|1.1165826245112672e-05|
+|cran|leaps|1.116349829555974e-05|
+|cran|[geometry](https://davidcsterratt.github.io/geometry)|1.1115248477983873e-05|
+|cran|stm|1.1096981766268337e-05|
+|cran|topicmodels|1.1096981766268337e-05|
+|cran|FMStable|1.1038156590683845e-05|
+|cran|sparsesvd|1.1038156590683845e-05|
+|cran|Bessel|1.0833746283448958e-05|
+|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|1.075512693451247e-05|
+|cran|[dbscan](https://github.com/mhahsler/dbscan)|1.066218761833056e-05|
+|cran|tracerer|1.0586302227322517e-05|
+|cran|stabledist|1.0547949226195012e-05|
+|cran|spacetime|1.0409728207006507e-05|
+|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|1.0189067622169707e-05|
+|cran|[move](https://bartk.gitlab.io/move/)|1.0162112416820048e-05|
+|cran|debugme|1.009818955574796e-05|
+|cran|sm|1.0048528758415637e-05|
+|cran|goftest|1.0048528758415637e-05|
+|cran|tensor|1.0048528758415637e-05|
+|cran|spatstat.sparse|1.0048528758415637e-05|
+|cran|gdtools|9.950939663330774e-06|
+|cran|[rdflib](https://github.com/ropensci/rdflib)|9.91181408143039e-06|
+|DESCRIPTION|gitlab/libreumg/dataquier|9.910802775024776e-06|
+|DESCRIPTION|gitlab/ampere2/metalwalls|9.910802775024776e-06|
+|DESCRIPTION|github/pmoulos/metaseqR2|9.910802775024776e-06|
+|DESCRIPTION|github/isoverse/isoreader|9.910802775024776e-06|
+|DESCRIPTION|github/JSB-UCLA/scPNMF|9.910802775024776e-06|
+|DESCRIPTION|github/cjbarrie/academictwitteR|9.910802775024776e-06|
+|DESCRIPTION|github/kadyb/rgugik|9.910802775024776e-06|
+|DESCRIPTION|github/MRCIEU/metaboprep|9.910802775024776e-06|
+|DESCRIPTION|github/OrlandoLam/SAMT|9.910802775024776e-06|
+|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|9.910802775024776e-06|
+|DESCRIPTION|github/mdsteiner/EFAtools|9.910802775024776e-06|
+|DESCRIPTION|github/azizka/IUCNN|9.910802775024776e-06|
+|DESCRIPTION|github/bommert/stabm|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/dettl|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/orderly|9.910802775024776e-06|
+|DESCRIPTION|github/vimc/vaultr|9.910802775024776e-06|
+|DESCRIPTION|github/koenderks/jaspAudit|9.910802775024776e-06|
+|DESCRIPTION|github/donaldRwilliams/GGMnonreg|9.910802775024776e-06|
+|DESCRIPTION|github/donaldRwilliams/BGGM|9.910802775024776e-06|
+|DESCRIPTION|github/rickhelmus/patRoon|9.910802775024776e-06|
+|DESCRIPTION|github/metaOmics/MetaPath|9.910802775024776e-06|
+|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|9.910802775024776e-06|
+|DESCRIPTION|github/r-cas/caracas|9.910802775024776e-06|
+|DESCRIPTION|github/ec363/fpcountr|9.910802775024776e-06|
+|DESCRIPTION|github/KiranLDA/PAMLr|9.910802775024776e-06|
+|DESCRIPTION|github/saeyslab/PeacoQC|9.910802775024776e-06|
+|DESCRIPTION|github/saeyslab/nichenetr|9.910802775024776e-06|
+|DESCRIPTION|github/lrnv/cort|9.910802775024776e-06|
+|DESCRIPTION|github/lydialucchesi/Vizumap|9.910802775024776e-06|
+|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|9.910802775024776e-06|
+|DESCRIPTION|github/stemangiola/tidyHeatmap|9.910802775024776e-06|
+|DESCRIPTION|github/mcsiple/mmrefpoints|9.910802775024776e-06|
+|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|9.910802775024776e-06|
+|DESCRIPTION|github/OwenWard/ppdiag|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/performance|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/parameters|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/effectsize|9.910802775024776e-06|
+|DESCRIPTION|github/easystats/correlation|9.910802775024776e-06|
+|DESCRIPTION|github/r-spatial/rgee|9.910802775024776e-06|
+|DESCRIPTION|github/oneilsh/tidytensor|9.910802775024776e-06|
+|DESCRIPTION|github/ArgoCanada/argodata|9.910802775024776e-06|
+|DESCRIPTION|github/JonasRieger/ldaPrototype|9.910802775024776e-06|
+|DESCRIPTION|github/KerryAM-R/ggVolcanoR|9.910802775024776e-06|
+|DESCRIPTION|github/mlr-org/mcboost|9.910802775024776e-06|
+|DESCRIPTION|github/bcgov/shinyssdtools|9.910802775024776e-06|
+|DESCRIPTION|github/bcgov/bcdata|9.910802775024776e-06|
+|DESCRIPTION|github/BrianAronson/birankr|9.910802775024776e-06|
+|DESCRIPTION|github/cran/irtplay|9.910802775024776e-06|
+|DESCRIPTION|github/Dulab2020/ARMT|9.910802775024776e-06|
+|DESCRIPTION|github/bblodfon/emba|9.910802775024776e-06|
+|DESCRIPTION|github/Jinsl-lab/SDImpute|9.910802775024776e-06|
+|DESCRIPTION|github/tinglabs/scAIDE|9.910802775024776e-06|
+|DESCRIPTION|github/llrs/experDesign|9.910802775024776e-06|
+|DESCRIPTION|github/rauschenberger/joinet|9.910802775024776e-06|
+|DESCRIPTION|github/vbaliga/gaussplotR|9.910802775024776e-06|
+|DESCRIPTION|github/akcochrane/TEfits|9.910802775024776e-06|
+|DESCRIPTION|github/kendomaniac/docker4seq|9.910802775024776e-06|
+|DESCRIPTION|github/kendomaniac/rCASC|9.910802775024776e-06|
+|DESCRIPTION|github/RajLabMSSM/echolocatoR|9.910802775024776e-06|
+|DESCRIPTION|github/haoharryfeng/NeuCA|9.910802775024776e-06|
+|DESCRIPTION|github/HajkD/LTRpred|9.910802775024776e-06|
+|DESCRIPTION|github/flosalbizziae/kataegis|9.910802775024776e-06|
+|DESCRIPTION|github/timoast/signac|9.910802775024776e-06|
+|DESCRIPTION|github/ClaudioZandonella/PRDA|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/epidemia|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/safedata|9.910802775024776e-06|
+|DESCRIPTION|github/ImperialCollegeLondon/covid19model|9.910802775024776e-06|
+|DESCRIPTION|github/asancpt/caffsim|9.910802775024776e-06|
+|DESCRIPTION|github/tlverse/hal9001|9.910802775024776e-06|
+|DESCRIPTION|github/pratheesh3780/grapesAgri1|9.910802775024776e-06|
+|DESCRIPTION|github/JLSteenwyk/ggpubfigs|9.910802775024776e-06|
+|DESCRIPTION|github/USEPA/nsink|9.910802775024776e-06|
+|DESCRIPTION|github/ColemanRHarris/mxnorm|9.910802775024776e-06|
+|DESCRIPTION|github/r-spatialecology/shar|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/rotemplate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/pkgreviewr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-org/roblog|9.910802775024776e-06|
+|DESCRIPTION|github/lasseignelab/CINmetrics|9.910802775024776e-06|
+|DESCRIPTION|github/ants-project/ANTs|9.910802775024776e-06|
+|DESCRIPTION|github/nhejazi/txshift|9.910802775024776e-06|
+|DESCRIPTION|github/nhejazi/medoutcon|9.910802775024776e-06|
+|DESCRIPTION|github/ShixiangWang/sigminer|9.910802775024776e-06|
+|DESCRIPTION|github/constantAmateur/SoupX|9.910802775024776e-06|
+|DESCRIPTION|github/SchlossLab/mikropml|9.910802775024776e-06|
+|DESCRIPTION|github/SofieVG/FlowSOM|9.910802775024776e-06|
+|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/ambrosia|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/rfasst|9.910802775024776e-06|
+|DESCRIPTION|github/JGCRI/plutus|9.910802775024776e-06|
+|DESCRIPTION|github/TomKellyGenetics/graphsim|9.910802775024776e-06|
+|DESCRIPTION|github/YuLab-SMU/treeio|9.910802775024776e-06|
+|DESCRIPTION|github/MAnalytics/opitools|9.910802775024776e-06|
+|DESCRIPTION|github/MAnalytics/akmedoids|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/reviewer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/monkeylearn|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/arresteddev|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-archive/rodev|9.910802775024776e-06|
+|DESCRIPTION|github/wesleyburr/subMaldi|9.910802775024776e-06|
+|DESCRIPTION|github/adithirgis/pollucheck|9.910802775024776e-06|
+|DESCRIPTION|github/lsds/Neptune|9.910802775024776e-06|
+|DESCRIPTION|github/GOVS-pack/GOVS|9.910802775024776e-06|
+|DESCRIPTION|github/tgrimes/SeqNet|9.910802775024776e-06|
+|DESCRIPTION|github/tidyverse/glue|9.910802775024776e-06|
+|DESCRIPTION|github/alexander-pastukhov/bistablehistory|9.910802775024776e-06|
+|DESCRIPTION|github/ejikeugba/serp|9.910802775024776e-06|
+|DESCRIPTION|github/aranyics/ReDCM|9.910802775024776e-06|
+|DESCRIPTION|github/mmahmoudian/sivs|9.910802775024776e-06|
+|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|9.910802775024776e-06|
+|DESCRIPTION|github/msalibian/RBF|9.910802775024776e-06|
+|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|9.910802775024776e-06|
+|DESCRIPTION|github/IndrajeetPatil/statsExpressions|9.910802775024776e-06|
+|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|9.910802775024776e-06|
+|DESCRIPTION|github/IMMM-SFA/gamut|9.910802775024776e-06|
+|DESCRIPTION|github/SJTU-CGM/ivTerm|9.910802775024776e-06|
+|DESCRIPTION|github/VBlesius/RHRT|9.910802775024776e-06|
+|DESCRIPTION|github/dankelley/oce|9.910802775024776e-06|
+|DESCRIPTION|github/Hegghammer/daiR|9.910802775024776e-06|
+|DESCRIPTION|github/wadpac/GGIR|9.910802775024776e-06|
+|DESCRIPTION|github/dpseidel/stmove|9.910802775024776e-06|
+|DESCRIPTION|github/BMILAB/scLINE|9.910802775024776e-06|
+|DESCRIPTION|github/signaturescience/skater|9.910802775024776e-06|
+|DESCRIPTION|github/anwarbio/bioassays|9.910802775024776e-06|
+|DESCRIPTION|github/niceume/datasailr|9.910802775024776e-06|
+|DESCRIPTION|github/nevrome/bleiglas|9.910802775024776e-06|
+|DESCRIPTION|github/dgrun/FateID|9.910802775024776e-06|
+|DESCRIPTION|github/raredd/kmdata|9.910802775024776e-06|
+|DESCRIPTION|github/sachsmc/cosinor|9.910802775024776e-06|
+|DESCRIPTION|github/GaryBAYLOR/mixR|9.910802775024776e-06|
+|DESCRIPTION|github/humanfactors/FIPS|9.910802775024776e-06|
+|DESCRIPTION|github/dsoave/JLS|9.910802775024776e-06|
+|DESCRIPTION|github/weizhouUMICH/SAIGE|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/odin|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/PlasmoMAPI|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/individual|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/ring|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/drjacoby|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/sircovid|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/dde|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/provisionr|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/dust|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/rrq|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/squire|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/cinterpolate|9.910802775024776e-06|
+|DESCRIPTION|github/mrc-ide/EpiEstim|9.910802775024776e-06|
+|DESCRIPTION|github/alstat/ALUES|9.910802775024776e-06|
+|DESCRIPTION|github/johannes-titz/cofad|9.910802775024776e-06|
+|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|9.910802775024776e-06|
+|DESCRIPTION|github/NathanSkene/EWCE|9.910802775024776e-06|
+|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|9.910802775024776e-06|
+|DESCRIPTION|github/LindaNab/mecor|9.910802775024776e-06|
+|DESCRIPTION|github/CornellLabofOrnithology/auk|9.910802775024776e-06|
+|DESCRIPTION|github/yiling0210/APIR|9.910802775024776e-06|
+|DESCRIPTION|github/martin3141/spant|9.910802775024776e-06|
+|DESCRIPTION|github/radio1988/OneStopRNAseq|9.910802775024776e-06|
+|DESCRIPTION|github/r-lib/gert|9.910802775024776e-06|
+|DESCRIPTION|github/r-lib/credentials|9.910802775024776e-06|
+|DESCRIPTION|github/alan-turing-institute/DetectorChecker|9.910802775024776e-06|
+|DESCRIPTION|github/TheMillerLab/genetex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/trufflesniffer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DoOR.functions|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/colocr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/unifir|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearthhires|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/brranching|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/refsplitr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nodbi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/iheatmapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmplotr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfisheries|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/skynet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/AntWeb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rerddap|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/plater|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stantargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/PostcodesioR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DataPackageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gittargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/parzer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/citesdb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/baRcodeR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chirps|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ghql|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geojsonlint|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ecoengine|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tabulizer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ezknitr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/babette|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/awardFindR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tracerer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treestartr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ckanr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/antiword|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/addressable|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fauxpas|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnpn|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nomisr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rperseus|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/infx|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/helminthR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/USAboundariesData|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rsat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/patentsview|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/microdemic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcoreoa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/drake|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidypmc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/clifro|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxlist|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidync|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrricanes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pixelclasser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider.devtools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgpdd|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/censo2017|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nlrx|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ramlegacy|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jstor|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/finch|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/EML|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/emld|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/onekp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tiler|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RNeXML|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rotl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rsnps|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outcomerate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jagstargets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treebase|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tarchetypes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/refimpact|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/googleLanguageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/UCSCXenaTools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tesseract|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bib2df|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wdman|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osmextract|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnoaa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/allodb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ots|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/graphql|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rbhl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/arkdb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/terrainr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hunspell|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/paleobioDB|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rplos|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdefra|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/worrms|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gtfsr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hddtools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcitoid|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/treedata.table|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxadb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wellknown|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rppo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/neotoma|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/xslt|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hydroscoper|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcites|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/oai|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/BaseSet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/medrxivr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/conditionz|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dataaimsr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dittodb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/textreuse|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/eia|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/qpdf|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxize|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdatacite|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tif|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stplanr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cleanEHR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/osfr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/popler|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rAltmetric|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/qualtRics|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/workloopR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/solrium|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/camsRad|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mauricer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/targets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/piggyback|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/comtradr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/crul|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/beautier|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spocc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tradestatistics|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fingertipsR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/Rclean|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgbif|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencontext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/git2r|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jenkins|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/outsider.base|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nasapower|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cyphr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phonfieldwork|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/roadoi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pangaear|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jsonld|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdhs|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearthdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfigshare|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/zbank|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfishbase|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/suppdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/prism|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dataspice|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/git2rdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/webchem|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdflib|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/USAboundaries|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/seasl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gitignore|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/restez|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/lingtypology|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gutenbergr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bold|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cld2|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pendulum|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dbhydroR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/beastier|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/grainchanger|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/staypuft|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/historydata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rfema|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdataretriever|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tidyhydat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/c14bazAAR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spatsoc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tinkr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rredlist|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/isdparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bikedata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/webmockr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxview|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MODIStsp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/nbaR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/traits|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rglobi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylogram|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnaturalearth|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rbace|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ssh|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rentrez|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ijtiff|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rorcid|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/NLMR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bowerbird|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/vcr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bomrang|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/getCRUCLdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cRegulome|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rtweet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rusda|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/robotstxt|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DataSpaceR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rnassqs|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/charlatan|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/riem|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cde|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geonames|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ritis|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxizedb|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mapscanner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrlite|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcrossref|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/GSODR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/elastic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cchecks|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/spelling|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tokenizers|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rgnparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cld3|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pdftools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/epubr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/sofa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rromeo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/aRxiv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wateRinfo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/landscapetools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/datapack|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/timefuzz|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bibtex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/plotly|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/scrubr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/Rpolyhedra|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opentripplanner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chromer|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rmangal|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylocomr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rebird|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rvertnet|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/opencage|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/antanym|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RefManageR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/SymbiotaR2|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rdryad|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/slopes|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rzmq|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/coder|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/unrtf|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/smapr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/magick|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/handlr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MODISTools|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rtika|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/phylotaR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/FedData|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pubchunks|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/natserv|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jqr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/virtuoso|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/hoardr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/chlorpromazineR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/namext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/stats19|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/ruODK|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mctq|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/dbparser|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/internetarchive|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/excluder|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rrricanesdata|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/exoplanets|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/geojsonio|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/wikitaxa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/tacmagic|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/taxa|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/assertr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/pathviewr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rWBclimate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rAvis|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/weathercan|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/fulltext|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/jsonvalidate|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mcbette|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/DoOR.data|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/visdat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/skimr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/codemetar|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/essurvey|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/biomartr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/randgeo|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/photosearcher|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/writexl|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/mregions|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/av|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/CoordinateCleaner|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/europepmc|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/circle|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/getlandsat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/EndoMineR|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/katex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/binman|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/cffr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/bittrex|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/citecorp|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rinat|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/lightr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/gistr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/MtreeRing|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/RSelenium|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci/rcol|9.910802775024776e-06|
+|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|9.910802775024776e-06|
+|DESCRIPTION|github/NLeSC/compressing-the-sky|9.910802775024776e-06|
+|DESCRIPTION|github/david-barnett/microViz|9.910802775024776e-06|
+|DESCRIPTION|github/epiforecasts/covidregionaldata|9.910802775024776e-06|
+|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|9.910802775024776e-06|
+|DESCRIPTION|github/fumi-github/omicwas|9.910802775024776e-06|
+|DESCRIPTION|github/ramadatta/CPgeneProfiler|9.910802775024776e-06|
+|DESCRIPTION|github/tidymodels/infer|9.910802775024776e-06|
+|DESCRIPTION|github/tbep-tech/tbeptools|9.910802775024776e-06|
+|DESCRIPTION|github/julia-wrobel/registr|9.910802775024776e-06|
+|DESCRIPTION|github/rhenkin/visxhclust|9.910802775024776e-06|
+|DESCRIPTION|github/ezer/PAFway|9.910802775024776e-06|
+|DESCRIPTION|github/hope-data-science/tidyfst|9.910802775024776e-06|
+|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|9.910802775024776e-06|
+|DESCRIPTION|github/rcarragh/c212|9.910802775024776e-06|
+|DESCRIPTION|github/prdm0/ropenblas|9.910802775024776e-06|
+|DESCRIPTION|github/snystrom/memes|9.910802775024776e-06|
+|DESCRIPTION|github/CTU-Bern/presize|9.910802775024776e-06|
+|DESCRIPTION|github/saezlab/PHONEMeS|9.910802775024776e-06|
+|DESCRIPTION|github/andyphilips/dynamac|9.910802775024776e-06|
+|DESCRIPTION|github/xoopR/set6|9.910802775024776e-06|
+|DESCRIPTION|github/ecological-cities/home2park|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/allcontributors|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/gendercoder|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/r2readthedocs|9.910802775024776e-06|
+|DESCRIPTION|github/ropenscilabs/qcoder|9.910802775024776e-06|
+|DESCRIPTION|github/arcaldwell49/SimplyAgree|9.910802775024776e-06|
+|DESCRIPTION|github/chainsawriot/sweater|9.910802775024776e-06|
+|DESCRIPTION|github/chainsawriot/oolong|9.910802775024776e-06|
+|DESCRIPTION|github/DidierMurilloF/FielDHub|9.910802775024776e-06|
+|DESCRIPTION|github/VincentAlcazer/StatAid|9.910802775024776e-06|
+|DESCRIPTION|github/takfung/ResDisMapper|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/roreviewapi|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/autotest|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/srr|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/pkgcheck|9.910802775024776e-06|
+|DESCRIPTION|github/ropensci-review-tools/pkgstats|9.910802775024776e-06|
+|DESCRIPTION|github/samhforbes/PupillometryR|9.910802775024776e-06|
+|DESCRIPTION|github/jorittmo/singcar|9.910802775024776e-06|
+|DESCRIPTION|github/abschneider/StrainHub|9.910802775024776e-06|
+|DESCRIPTION|github/insilico/cncv|9.910802775024776e-06|
+|DESCRIPTION|github/zoometh/iconr|9.910802775024776e-06|
+|DESCRIPTION|github/jessecambon/tidygeocoder|9.910802775024776e-06|
+|DESCRIPTION|github/INCEPTdk/adaptr|9.910802775024776e-06|
+|DESCRIPTION|github/mingzehuang/latentcor|9.910802775024776e-06|
+|DESCRIPTION|github/zhouzilu/DENDRO|9.910802775024776e-06|
+|cran|socialmixr|9.811694747274548e-06|
+|cran|outbreaks|9.811694747274528e-06|
+|cran|aweek|9.811694747274528e-06|
+|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|9.787165510406344e-06|
+|cran|loo|9.780095278478124e-06|
+|cran|[rmsfact](NA)|9.713577799801784e-06|
+|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|9.713577799801784e-06|
+|cran|geomorph|9.713577799801782e-06|
+|cran|[bayesplot](https://mc-stan.org/bayesplot/)|9.689648377336125e-06|
+|cran|[ggthemes](https://github.com/jrnold/ggthemes)|9.49472312119982e-06|
+|cran|clv|9.443756194251737e-06|
+|cran|[geojson](https://docs.ropensci.org/geojson)|9.402874132804761e-06|
+|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|9.37474536749429e-06|
+|cran|ncbit|9.339978653655561e-06|
+|cran|subplex|9.339978653655561e-06|
+|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|9.33065903478467e-06|
+|cran|thor|9.251026476001699e-06|
+|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|9.225329180235027e-06|
+|cran|polycor|9.115271836559203e-06|
+|cran|speedglm|9.075817641228944e-06|
+|cran|[pander](https://rapporter.github.io/pander/)|9.045235735523166e-06|
+|cran|misc3d|8.904112983151634e-06|
+|cran|aws.signature|8.867628319910718e-06|
+|cran|SuperLearner|8.830525272547075e-06|
+|cran|princurve|8.830525272547075e-06|
+|cran|brglm|8.830525272547075e-06|
+|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|8.810546708582077e-06|
+|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|8.79548350559253e-06|
+|cran|[gistr](https://github.com/ropensci/gistr)|8.783448959365712e-06|
+|cran|PCICt|8.719569443569745e-06|
+|cran|gld|8.719523402069923e-06|
+|cran|torch|8.717428113080012e-06|
+|cran|paws|8.717428113080012e-06|
+|cran|keras|8.717428113080012e-06|
+|cran|clustermq|8.717428113080012e-06|
+|cran|grpreg|8.672837321251591e-06|
+|cran|pvclust|8.41254518124901e-06|
+|cran|[themis](https://github.com/tidymodels/themis)|8.393575892766847e-06|
+|cran|superpc|8.393575892766847e-06|
+|cran|subselect|8.393575892766847e-06|
+|cran|spls|8.393575892766847e-06|
+|cran|pamr|8.393575892766847e-06|
+|cran|mda|8.393575892766847e-06|
+|cran|ipred|8.393575892766847e-06|
+|cran|ellipse|8.393575892766847e-06|
+|cran|earth|8.393575892766847e-06|
+|cran|BradleyTerry2|8.393575892766847e-06|
+|cran|recipes|8.393575892766847e-06|
+|cran|pROC|8.393575892766847e-06|
+|cran|ModelMetrics|8.393575892766847e-06|
+|cran|yulab.utils|8.290480654209417e-06|
+|cran|robustlmm|8.094648166501487e-06|
+|cran|parsnip|8.094648166501487e-06|
+|cran|multgee|8.094648166501487e-06|
+|cran|merTools|8.094648166501487e-06|
+|cran|marginaleffects|8.094648166501487e-06|
+|cran|logistf|8.094648166501487e-06|
+|cran|JM|8.094648166501487e-06|
+|cran|gmnl|8.094648166501487e-06|
+|cran|fungible|8.094648166501487e-06|
+|cran|feisr|8.094648166501487e-06|
+|cran|estimatr|8.094648166501487e-06|
+|cran|epiR|8.094648166501487e-06|
+|cran|crch|8.094648166501487e-06|
+|cran|censReg|8.094648166501487e-06|
+|cran|bife|8.094648166501487e-06|
+|cran|bdsmatrix|8.094648166501487e-06|
+|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|7.972001982160557e-06|
+|cran|[progressr](https://progressr.futureverse.org)|7.875176047154578e-06|
+|cran|sparkline|7.831500801385115e-06|
+|cran|distr6|7.820916102899987e-06|
+|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|7.780599603567894e-06|
+|cran|[stringdist](https://github.com/markvanderloo/stringdist)|7.767591674925704e-06|
+|cran|[archive](https://archive.r-lib.org/)|7.766980337915447e-06|
+|cran|distributional|7.763099140700727e-06|
+|cran|plainview|7.757371159563925e-06|
+|cran|mapdeck|7.757371159563925e-06|
+|cran|decor|7.709188730001415e-06|
+|cran|[mlr3](https://mlr3.mlr-org.com)|7.6951251446016e-06|
+|cran|rainbow|7.6320968427014e-06|
+|cran|scagnostics|7.601367908602794e-06|
+|cran|labelled|7.601367908602794e-06|
+|cran|intergraph|7.601367908602794e-06|
+|cran|chemometrics|7.601367908602794e-06|
+|cran|broom.helpers|7.601367908602794e-06|
+|cran|procmaps|7.59192791195034e-06|
+|cran|MuMIn|7.553138979601035e-06|
+|cran|[tidytext](http://github.com/juliasilge/tidytext)|7.4910643709219965e-06|
+|cran|RProtoBuf|7.4719829229244495e-06|
+|cran|[lhs](https://github.com/bertcarnell/lhs)|7.428854594365003e-06|
+|cran|limma|7.397263093695204e-06|
+|cran|affy|7.397263093695204e-06|
+|cran|marray|7.397263093695204e-06|
+|cran|[reactable](https://glin.github.io/reactable/)|7.3378059007395005e-06|
+|cran|feather|7.259798578204662e-06|
+|cran|GenSA|7.204540407237871e-06|
+|cran|MonetDBLite|7.195242814667988e-06|
+|cran|RgoogleMaps|7.174801783944499e-06|
+|cran|systemfonts|7.158263779296437e-06|
+|cran|ExactData|7.038824492609988e-06|
+|cran|Epi|7.014724621265751e-06|
+|cran|memisc|7.014724621265751e-06|
+|cran|descr|7.014724621265751e-06|
+|cran|sylly.en|7.014724621265751e-06|
+|cran|sylly|7.014724621265751e-06|
+|cran|[rjags](https://mcmc-jags.sourceforge.io)|6.981398185560728e-06|
+|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|6.9719099532776634e-06|
+|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|6.952102133430703e-06|
+|cran|compiler|6.9382698570012735e-06|
+|cran|DoE.base|6.9382698570012735e-06|
+|cran|RcppCCTZ|6.898241377057035e-06|
+|cran|DendSer|6.830746961556518e-06|
+|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|6.813676907829541e-06|
+|cran|[rvertnet](https://github.com/ropensci/rvertnet)|6.813676907829541e-06|
+|cran|[rebird](https://docs.ropensci.org/rebird/)|6.813676907829541e-06|
+|cran|[rbison](https://github.com/ropensci/rbison)|6.813676907829541e-06|
+|cran|[rgbif](https://github.com/ropensci/rgbif)|6.813676907829541e-06|
+|cran|rnaturalearthhires|6.792711748113136e-06|
+|cran|[clusterCrit](http:www.r-project.org)|6.7772006825786106e-06|
+|cran|sparklyr|6.745540138751238e-06|
+|cran|picante|6.745540138751238e-06|
+|cran|hisse|6.745540138751238e-06|
+|cran|diversitree|6.745540138751238e-06|
+|cran|[gargle](https://gargle.r-lib.org)|6.734113475613892e-06|
+|cran|svUnit|6.607876054286926e-06|
+|cran|AlgDesign|6.607876054286926e-06|
+|cran|[ggdendro](https://github.com/andrie/ggdendro)|6.44645558395494e-06|
+|cran|[oai](https://github.com/ropensci/oai)|6.407188887600496e-06|
+|cran|rsyslog|6.385149043226348e-06|
+|cran|logging|6.385149043226348e-06|
+|cran|[reproj](https://github.com/hypertidy/reproj/)|6.325919664198681e-06|
+|cran|Rdonlp2|6.30751805181934e-06|
+|cran|gamlss.dist|6.30751805181934e-06|
+|cran|Rsolnp|6.30751805181934e-06|
+|cran|[correlation](https://easystats.github.io/correlation/)|6.305379196341085e-06|
+|cran|[kml](http:www.r-project.org)|6.260795695879949e-06|
+|cran|kriging|6.226652435770374e-06|
+|cran|udunits2|6.226652435770374e-06|
+|cran|formula.tools|6.226652435770374e-06|
+|cran|R2WinBUGS|6.226652435770374e-06|
+|cran|[posterior](https://mc-stan.org/posterior/)|6.199957593199667e-06|
+|cran|mlr3measures|6.0882823816421435e-06|
+|cran|leafgl|6.070986124876115e-06|
+|cran|seasonal|6.033278136522847e-06|
+|cran|forecTheta|6.033278136522847e-06|
+|cran|urca|6.033278136522847e-06|
+|cran|fracdiff|6.033278136522847e-06|
+|cran|googleAnalyticsR|6.033278136522847e-06|
+|cran|bigQueryR|6.033278136522847e-06|
+|cran|[tiff](https://www.rforge.net/tiff/)|5.996035678889994e-06|
+|cran|[mauricer](https://docs.ropensci.org/mauricer/)|5.9960356788899935e-06|
+|cran|wicket|5.99603567888999e-06|
+|cran|lm.beta|5.914815767643288e-06|
+|cran|[titanic](https://github.com/paulhendricks/titanic)|5.7954959982010635e-06|
+|cran|[float](https://github.com/wrathematics/float)|5.7954959982010635e-06|
+|cran|agridat|5.781891547501061e-06|
+|cran|[ggmap](https://github.com/dkahle/ggmap)|5.770210958516216e-06|
+|cran|cyclocomp|5.73209535235512e-06|
+|cran|xmlparsedata|5.73209535235512e-06|
+|cran|[hal9001](https://github.com/tlverse/hal9001)|5.7125005386305745e-06|
+|cran|rio|5.685916829506105e-06|
+|cran|[geojsonio](https://github.com/ropensci/geojsonio)|5.642236069704645e-06|
+|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|5.621745915717817e-06|
+|cran|[ring](https://github.com/mrc-ide/ring)|5.621745915717817e-06|
+|cran|textdata|5.577903470926415e-06|
+|cran|mallet|5.577903470926415e-06|
+|cran|gutenbergr|5.577903470926415e-06|
+|cran|questionr|5.519078295341923e-06|
+|cran|bookdown|5.519078295341923e-06|
+|cran|text2vec|5.519078295341923e-06|
+|cran|quanteda.textplots|5.519078295341923e-06|
+|cran|quanteda.textstats|5.519078295341923e-06|
+|cran|quanteda.textmodels|5.519078295341923e-06|
+|cran|lda|5.519078295341923e-06|
+|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|5.471906685980033e-06|
+|cran|bigstatsr|5.396432111000991e-06|
+|cran|RcppAnnoy|5.396432111000991e-06|
+|cran|snow|5.337130659231749e-06|
+|cran|Rmpi|5.337130659231749e-06|
+|cran|batchtools|5.337130659231749e-06|
+|cran|BatchJobs|5.337130659231749e-06|
+|cran|BBmisc|5.337130659231749e-06|
+|cran|[ssh](https://docs.ropensci.org/ssh)|5.337130659231749e-06|
+|cran|gcookbook|5.325426425329925e-06|
+|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|5.2044641702934505e-06|
+|cran|bain|5.194426630910045e-06|
+|cran|[dde](https://github.com/mrc-ide/dde)|5.150029822098852e-06|
+|cran|[rncl](https://github.com/fmichonneau/rncl)|5.1044173863797375e-06|
+|cran|arkdb|5.059155104063429e-06|
+|cran|kappaSize|4.905847373637274e-06|
+|cran|[readtext](https://github.com/quanteda/readtext)|4.9058473736372715e-06|
+|cran|nLTT|4.905847373637264e-06|
+|cran|permute|4.856788899900892e-06|
+|cran|nFactors|4.764938419433292e-06|
+|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|4.731331063903131e-06|
+|cran|diffobj|4.718283850597902e-06|
+|cran|adehabitatHR|4.701437066402383e-06|
+|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|4.694003964321145e-06|
+|cran|CircStats|4.6699893268277805e-06|
+|cran|modelr|4.5912332485887875e-06|
+|cran|ggfortify|4.5532395936570865e-06|
+|cran|registry|4.530900467223559e-06|
+|cran|[wellknown](https://github.com/ropensci/wellknown)|4.4970267591674996e-06|
+|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|4.43725019234782e-06|
+|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.436788093437481e-06|
+|cran|sangerseqR|4.415262636273538e-06|
+|cran|[ggraph](https://ggraph.data-imaginist.com)|4.4114299430128864e-06|
+|cran|dendroextras|4.402352511606071e-06|
+|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|4.324891763601276e-06|
+|cran|highcharter|4.26034114026394e-06|
+|cran|survAUC|4.223294695565993e-06|
+|cran|simsurv|4.223294695565993e-06|
+|cran|set6|4.223294695565993e-06|
+|cran|param6|4.223294695565993e-06|
+|cran|cubature|4.223294695565993e-06|
+|cran|bujar|4.223294695565993e-06|
+|cran|pso|4.223294695565993e-06|
+|cran|soma|4.223294695565993e-06|
+|cran|tcltk2|4.223294695565993e-06|
+|cran|[txtq](https://github.com/wlandau/txtq)|4.215255012579099e-06|
+|cran|pgdraw|4.205012034546227e-06|
+|cran|matrixNormal|4.205012034546227e-06|
+|cran|dockerfiler|4.1828803922591415e-06|
+|cran|attachment|4.1828803922591415e-06|
+|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|4.128126275287136e-06|
+|cran|sjPlot|4.047324083250744e-06|
+|cran|sjmisc|4.047324083250744e-06|
+|cran|TMB|4.010192669642938e-06|
+|cran|sjstats|4.010192669642938e-06|
+|cran|projpred|4.010192669642938e-06|
+|cran|PROreg|4.010192669642938e-06|
+|cran|PMCMRplus|4.010192669642938e-06|
+|cran|PCDimension|4.010192669642938e-06|
+|cran|NbClust|4.010192669642938e-06|
+|cran|mfx|4.010192669642938e-06|
+|cran|M3C|4.010192669642938e-06|
+|cran|lqmm|4.010192669642938e-06|
+|cran|lavaSearch2|4.010192669642938e-06|
+|cran|ivprobit|4.010192669642938e-06|
+|cran|FactoMineR|4.010192669642938e-06|
+|cran|factoextra|4.010192669642938e-06|
+|cran|EGAnet|4.010192669642938e-06|
+|cran|DRR|4.010192669642938e-06|
+|cran|drc|4.010192669642938e-06|
+|cran|ClassDiscovery|4.010192669642938e-06|
+|cran|cAIC4|4.010192669642938e-06|
+|cran|brglm2|4.010192669642938e-06|
+|cran|BayesFM|4.010192669642938e-06|
+|cran|influenceR|3.979643078514109e-06|
+|cran|vegalite|3.932622591012867e-06|
+|cran|wdm|3.920845205649158e-06|
+|cran|rmcorr|3.920845205649158e-06|
+|cran|ppcor|3.920845205649158e-06|
+|cran|mbend|3.920845205649158e-06|
+|cran|energy|3.920845205649158e-06|
+|cran|TSP|3.900148662041626e-06|
+|cran|rsample|3.839358814150903e-06|
+|cran|treemap|3.839358814150903e-06|
+|cran|networkD3|3.839358814150903e-06|
+|cran|[multimode](https://arxiv.org/abs/1803.00472/)|3.834247532575492e-06|
+|cran|[duckdb](https://duckdb.org/)|3.7611496531218956e-06|
+|cran|randgeo|3.6793855302279485e-06|
+|cran|googleComputeEngineR|3.6517209773690915e-06|
+|cran|[servr](https://github.com/yihui/servr)|3.648723984142697e-06|
+|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|3.6289466232479112e-06|
+|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|3.597621407334043e-06|
+|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|3.597621407334016e-06|
+|cran|mlr3data|3.597621407333994e-06|
+|cran|reactR|3.597621407333994e-06|
+|cran|sommer|3.5429463099580973e-06|
+|cran|CARBayes|3.5429463099580973e-06|
+|cran|multcompView|3.5429463099580973e-06|
+|cran|estimability|3.5429463099580973e-06|
+|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|3.4740864825268284e-06|
+|cran|striprtf|3.4691349285006367e-06|
+|cran|streamR|3.4691349285006367e-06|
+|cran|readODS|3.4691349285006367e-06|
+|cran|RNeXML|3.4691349285006367e-06|
+|cran|phylobase|3.4691349285006367e-06|
+|cran|[FME](http://fme.r-forge.r-project.org/)|3.44435539329706e-06|
+|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.4347792940458937e-06|
+|cran|rlog|3.396355874056568e-06|
+|cran|loggit|3.396355874056568e-06|
+|cran|base64|3.372770069375619e-06|
+|cran|learnr|3.372770069375619e-06|
+|cran|plotlyGeoAssets|3.3159655208387663e-06|
+|cran|listviewer|3.3159655208387663e-06|
+|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|3.270564915758201e-06|
+|cran|[rlist](https://renkun.me/rlist)|3.270564915758201e-06|
+|cran|[CholWishart](https://github.com/gzt/CholWishart)|3.270564915758201e-06|
+|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|3.2705649157581766e-06|
+|cran|[susieR](https://github.com/stephenslab/susieR)|3.242125220838538e-06|
+|cran|rvg|3.195255855197955e-06|
+|cran|officer|3.195255855197955e-06|
+|cran|phosphoricons|3.195255855197955e-06|
+|cran|datamods|3.195255855197955e-06|
+|cran|[NMF](http://renozao.github.io/NMF)|3.1914963133991947e-06|
+|cran|[fastcluster](http://danifold.net/fastcluster.html)|3.16556256846279e-06|
+|cran|aws.ec2metadata|3.15375902590967e-06|
+|cran|ISLR|3.1334121934844465e-06|
+|cran|ICSOutlier|3.1334121934844465e-06|
+|cran|ICS|3.1334121934844465e-06|
+|cran|CompQuadForm|3.1334121934844465e-06|
+|cran|bigutilsr|3.1334121934844465e-06|
+|cran|[umap](https://github.com/tkonopka/umap)|3.129229789041491e-06|
+|cran|[philentropy](https://github.com/HajkD/philentropy)|3.0416253716551046e-06|
+|cran|tidyquant|3.0166390682614235e-06|
+|cran|tibbletime|3.0166390682614235e-06|
+|cran|sweep|3.0166390682614235e-06|
+|cran|timetk|3.0166390682614235e-06|
+|cran|[data.tree](http://github.com/gluc/data.tree)|3.0036195975352246e-06|
+|cran|syslognet|2.98879316916978e-06|
+|cran|botor|2.98879316916978e-06|
+|cran|telegram|2.98879316916978e-06|
+|cran|RPushbullet|2.98879316916978e-06|
+|cran|slackr|2.98879316916978e-06|
+|cran|[EMbC]()|2.949348718674791e-06|
+|cran|[geodist](https://github.com/hypertidy/geodist)|2.943508424182414e-06|
+|cran|languageR|2.943508424182359e-06|
+|cran|arm|2.943508424182359e-06|
+|cran|hypergeo|2.943508424182359e-06|
+|cran|rematch2|2.914073339940535e-06|
+|cran|concaveman|2.890945773750531e-06|
+|cran|tweenr|2.890945773750531e-06|
+|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|2.8617443012884055e-06|
+|cran|snpStats|2.8155297970439953e-06|
+|cran|skewt|2.7753079428005094e-06|
+|cran|catdata|2.7753079428005094e-06|
+|cran|MPV|2.7753079428005094e-06|
+|cran|fit.models|2.7753079428005094e-06|
+|cran|robust|2.7753079428005094e-06|
+|cran|DEoptimR|2.7753079428005094e-06|
+|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|2.72547076313183e-06|
+|cran|IRanges|2.6982160555004954e-06|
+|cran|qdapDictionaries|2.6982160555004954e-06|
+|cran|swagger|2.6685653296158748e-06|
+|cran|nlshrink|2.6685653296158743e-06|
+|cran|NetworkComparisonTest|2.6685653296158743e-06|
+|cran|NetworkToolbox|2.6685653296158743e-06|
+|cran|mathjaxr|2.6685653296158743e-06|
+|cran|glassoFast|2.6685653296158743e-06|
+|cran|[leafem](https://github.com/r-spatial/leafem)|2.667554509415267e-06|
+|cran|[ghql](https://github.com/ropensci/ghql)|2.635320576351301e-06|
+|cran|tablerDash|2.5697295766671383e-06|
+|cran|argonDash|2.5697295766671383e-06|
+|cran|argonR|2.5697295766671383e-06|
+|cran|shinydashboardPlus|2.5697295766671383e-06|
+|cran|[isdparser](https://github.com/ropensci/isdparser)|2.540528104205013e-06|
+|cran|geonames|2.540528104205013e-06|
+|cran|Exact|2.538242771577539e-06|
+|cran|[xslt](https://github.com/ropensci/xslt)|2.5272547076313284e-06|
+|cran|starsdata|2.492917007799371e-06|
+|cran|ncdfgeom|2.492917007799371e-06|
+|cran|cubelyr|2.492917007799371e-06|
+|cran|clue|2.492917007799371e-06|
+|cran|effects|2.4906609743081496e-06|
+|cran|alr4|2.4906609743081496e-06|
+|cran|carData|2.4906609743081496e-06|
+|cran|vtreat|2.4906609743081496e-06|
+|cran|kknn|2.4906609743081496e-06|
+|cran|smotefamily|2.4906609743081496e-06|
+|cran|bestNormalize|2.4906609743081496e-06|
+|cran|mlr3learners|2.4906609743081496e-06|
+|cran|mlr3filters|2.4906609743081496e-06|
+|cran|bbotk|2.4906609743081496e-06|
+|cran|[Momocs](https://github.com/MomX/Momocs/)|2.4529236868186645e-06|
+|cran|[ids](https://github.com/richfitz/ids)|2.452923686818651e-06|
+|cran|[iptools](https://github.com/hrbrmstr/iptools)|2.452923686818651e-06|
+|cran|[metR](https://github.com/eliocamp/metR)|2.452923686818637e-06|
+|cran|leaflet.minicharts|2.452923686818637e-06|
+|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|2.452923686818637e-06|
+|cran|GA|2.428394449950446e-06|
+|cran|gclus|2.428394449950446e-06|
+|cran|qap|2.428394449950446e-06|
+|cran|biomaRt|2.4283944499504455e-06|
+|cran|[xgboost](https://github.com/dmlc/xgboost)|2.3828401529095476e-06|
+|cran|dblog|2.322812082561296e-06|
+|cran|bcpa|2.248513379583746e-06|
+|cran|amt|2.248513379583746e-06|
+|cran|circular|2.248513379583746e-06|
+|cran|Rfast|2.2227866818768383e-06|
+|cran|genlasso|2.2227866818768383e-06|
+|cran|L0Learn|2.2227866818768383e-06|
+|cran|mixsqp|2.2227866818768383e-06|
+|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|2.1803766105054584e-06|
+|cran|RDCOMClient|2.1116473477829966e-06|
+|cran|base|2.1116473477829966e-06|
+|cran|NetSwan|2.1116473477829966e-06|
+|cran|netrankr|2.1116473477829966e-06|
+|cran|fortunes|2.104073339940536e-06|
+|cran|mail|2.1025060172731134e-06|
+|cran|bibtex|2.1025060172731134e-06|
+|cran|synchronicity|2.1025060172731134e-06|
+|cran|doMPI|2.1025060172731134e-06|
+|cran|rngtools|2.1025060172731134e-06|
+|cran|pkgmaker|2.1025060172731134e-06|
+|cran|StanHeaders|2.0934434913365915e-06|
+|cran|shinystan|2.0934434913365915e-06|
+|cran|waveslim|2.0934434913365915e-06|
+|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.013979448124781e-06|
+|cran|numbers|1.988159198789841e-06|
+|cran|minpack.lm|1.976112310632877e-06|
+|cran|Rd2md|1.9623389494549426e-06|
+|cran|[digitTests](https://koenderks.github.io/digitTests/)|1.962338949454915e-06|
+|cran|[jfa](https://koenderks.github.io/jfa/)|1.962338949454915e-06|
+|cran|[leafletR](https://github.com/chgrl/leafletR)|1.962338949454915e-06|
+|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|1.962338949454915e-06|
+|cran|[hash](http://www.johnhughes.org)|1.962338949454915e-06|
+|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|1.9623389494548876e-06|
+|cran|textshaping|1.954561386545481e-06|
+|cran|[fda](http://www.functionaldata.org)|1.946764830808455e-06|
+|cran|R.cache|1.942715559960357e-06|
+|cran|tidymodels|1.9046230980003501e-06|
+|cran|DiagrammeRsvg|1.8679957307311124e-06|
+|cran|rapportools|1.8502052952003395e-06|
+|cran|suncalc|1.8396927651139743e-06|
+|cran|fftw|1.8396927651139743e-06|
+|cran|manipulate|1.8396927651139743e-06|
+|cran|Gmedian|1.8396927651139743e-06|
+|cran|fasttime|1.8396927651139743e-06|
+|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|1.7988107036670215e-06|
+|cran|[kSamples](NA)|1.7715559960356831e-06|
+|cran|graphlayouts|1.7345674642503184e-06|
+|cran|leafsync|1.6863850346878096e-06|
+|cran|leaflet.extras2|1.6863850346878096e-06|
+|cran|satellite|1.6863850346878096e-06|
+|cran|leafpop|1.6863850346878096e-06|
+|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|1.646717999542581e-06|
+|cran|[osqp](https://osqp.org)|1.6352824578791006e-06|
+|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|1.6352824578791006e-06|
+|cran|[nplr](https://github.com/fredcommo/nplr)|1.6352824578791006e-06|
+|cran|[cpp11](https://cpp11.r-lib.org)|1.6352824578791006e-06|
+|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|1.6352824578791006e-06|
+|cran|[biblio](https://github.com/kamapu/biblio)|1.6352824578791006e-06|
+|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|1.6352824578791006e-06|
+|cran|[wdman](https://github.com/ropensci/wdman)|1.6352824578791006e-06|
+|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|1.5262636273538084e-06|
+|cran|whitening|1.4717542120911792e-06|
+|cran|randtoolbox|1.4717542120911792e-06|
+|cran|mc2d|1.4717542120911792e-06|
+|cran|ggExtra|1.4717542120911792e-06|
+|cran|DiceDesign|1.4717542120911792e-06|
+|cran|condMVNorm|1.4717542120911792e-06|
+|cran|showtextdb|1.4659210399091107e-06|
+|cran|sysfonts|1.4659210399091107e-06|
+|cran|diagram|1.4310181580065128e-06|
+|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|1.4226957383548127e-06|
+|cran|RISmed|1.4016706781820903e-06|
+|cran|[tidytree](https://yulab-smu.top/treedata-book/)|1.4016706781820903e-06|
+|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|1.4016706781820903e-06|
+|cran|sde|1.4016706781820903e-06|
+|cran|[phylocomr](https://github.com/ropensci/phylocomr)|1.4016706781820903e-06|
+|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|1.4016706781820903e-06|
+|cran|[httr2](https://httr2.r-lib.org)|1.4016706781820903e-06|
+|cran|[itsadug](NA)|1.4016706781820903e-06|
+|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|1.4016706781820903e-06|
+|cran|[contentid](https://github.com/cboettig/contentid)|1.3082259663032585e-06|
+|cran|thematic|1.2521408882556986e-06|
+|cran|[writexl](https://docs.ropensci.org/writexl)|1.2264618434093185e-06|
+|cran|Rlabkey|1.2264618434093185e-06|
+|cran|[fishtree](https://fishtreeoflife.org/)|1.2264618434093185e-06|
+|cran|[LiblineaR]()|1.2264618434093185e-06|
+|cran|pheatmap|1.129635908403321e-06|
+|cran|[shinyalert](https://github.com/daattali/shinyalert)|1.129635908403321e-06|
+|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|1.1222526671719258e-06|
+|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.103815659068381e-06|
+|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|1.1000991080277433e-06|
+|cran|[kinship2](https://cran.r-project.org/package=kinship2)|1.0901883052527292e-06|
+|cran|[corrr](https://github.com/tidymodels/corrr)|1.0901883052527292e-06|
+|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|1.0901883052527292e-06|
+|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|1.0901883052527292e-06|
+|cran|[spocc](https://github.com/ropensci/spocc)|1.0901883052527292e-06|
+|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|1.0901883052527292e-06|
+|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.0901883052527292e-06|
+|cran|treeman|1.0901883052527292e-06|
+|cran|[treemapify](https://wilkox.org/treemapify/)|1.0901883052527292e-06|
+|cran|[restez](https://github.com/ropensci/restez#readme)|1.0901883052527292e-06|
+|cran|[babette](https://docs.ropensci.org/babette/)|1.0901883052527292e-06|
+|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|9.811694747274576e-07|
+|cran|[drat](https://github.com/eddelbuettel/drat)|9.811694747274576e-07|
+|cran|ggm|9.811694747274576e-07|
+|cran|[analogue](https://github.com/gavinsimpson/analogue)|9.811694747274576e-07|
+|cran|googlePolylines|9.811694747274576e-07|
+|cran|[C50](https://topepo.github.io/C5.0/)|9.811694747274576e-07|
+|cran|[scrapeR](http://www.ryanacton.com)|9.811694747274576e-07|
+|cran|[jmvcore](https://www.jamovi.org)|9.811694747274576e-07|
+|cran|[cowsay](https://github.com/sckott/cowsay)|9.811694747274438e-07|
+|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|9.811694747274438e-07|
+|cran|[osmdata](https://docs.ropensci.org/osmdata/)|9.811694747274438e-07|
+|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|8.919722497522417e-07|
+|cran|[BFpack](https://github.com/jomulder/BFpack)|8.91972249752228e-07|
+|cran|[haldensify](https://github.com/nhejazi/haldensify)|8.91972249752228e-07|
+|cran|lspline|8.91972249752228e-07|
+|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|8.91972249752228e-07|
+|cran|[sofa](https://github.com/ropensci/sofa)|8.91972249752228e-07|
+|cran|[elastic](https://docs.ropensci.org/elastic)|8.91972249752228e-07|
+|cran|[mongolite](https://github.com/jeroen/mongolite/)|8.91972249752228e-07|
+|cran|pbs|8.91972249752228e-07|
+|cran|[keyATM](https://keyatm.github.io/keyATM/)|8.91972249752228e-07|
+|cran|[irr](https://www.r-project.org)|8.91972249752228e-07|
+|cran|rCAT|8.176412289395503e-07|
+|cran|rje|8.176412289395503e-07|
+|cran|[usefun](https://github.com/bblodfon/usefun)|8.176412289395503e-07|
+|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|8.176412289395503e-07|
+|cran|[strex](https://rorynolan.github.io/strex/)|8.176412289395503e-07|
+|cran|[odin](https://github.com/mrc-ide/odin)|7.547457497903669e-07|
+|cran|[repr](https://github.com/IRkernel/repr/)|7.547457497903669e-07|
+|cran|[pwr](https://github.com/heliosdrm/pwr)|7.547457497903531e-07|
+|cran|[waiter](https://waiter.john-coene.com/)|7.547457497903531e-07|
+|cran|[likert](http://jason.bryer.org/likert)|7.547457497903531e-07|
+|cran|R2jags|7.547457497903531e-07|
+|cran|[bib2df](https://github.com/ropensci/bib2df)|7.547457497903531e-07|
+|cran|[plumber](https://www.rplumber.io)|7.547457497903531e-07|
+|cran|[tictoc](https://github.com/collectivemedia/tictoc)|7.547457497903531e-07|
+|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|7.008353390910451e-07|
+|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|7.008353390910451e-07|
+|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|7.008353390910451e-07|
+|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|7.008353390910451e-07|
+|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|7.008353390910451e-07|
+|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|7.008353390910451e-07|
+|cran|[depmixS4](https://depmix.github.io/)|7.008353390910451e-07|
+|cran|GeoLight|7.008353390910451e-07|
+|cran|[outsider](https://github.com/ropensci/outsider#readme)|7.008353390910451e-07|
+|cran|[anomalize](https://github.com/business-science/anomalize)|7.008353390910451e-07|
+|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|7.008353390910451e-07|
+|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|6.541129831516293e-07|
+|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|6.541129831516293e-07|
+|cran|[iotools](http://www.rforge.net/iotools)|6.541129831516293e-07|
+|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|6.541129831516293e-07|
+|cran|[biomartr](https://docs.ropensci.org/biomartr/)|6.132309217046661e-07|
+|cran|[UNF](https://github.com/leeper/UNF)|6.132309217046593e-07|
+|cran|[BSDA](https://github.com/alanarnholt/BSDA)|6.132309217046593e-07|
+|cran|ggnewscale|6.132309217046593e-07|
+|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|6.132309217046593e-07|
+|cran|[scattermore](https://github.com/exaexa/scattermore)|6.132309217046593e-07|
+|cran|[esquisse](https://dreamrs.github.io/esquisse/)|6.132309217046593e-07|
+|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|6.132309217046593e-07|
+|cran|randomcoloR|6.132309217046593e-07|
+|cran|[dplR](https://github.com/AndyBunn/dplR)|6.132309217046593e-07|
+|cran|[lunar](http://statistics.lazaridis.eu)|6.132309217046593e-07|
+|cran|[sortable](https://rstudio.github.io/sortable/)|6.132309217046593e-07|
+|cran|[rplos](https://docs.ropensci.org/rplos)|6.132309217046593e-07|
+|cran|[microdemic](https://github.com/ropensci/microdemic)|6.132309217046593e-07|
+|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|6.132309217046593e-07|
+|cran|[codemeta](https://github.com/cboettig/codemeta)|6.132309217046593e-07|
+|cran|[osmextract](https://docs.ropensci.org/osmextract/)|6.132309217046593e-07|
+|cran|[smoothr](https://strimas.com/smoothr/)|6.132309217046593e-07|
+|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|5.771585145455612e-07|
+|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|5.771585145455612e-07|
+|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|5.771585145455544e-07|
+|cran|[wpp2015](http://esa.un.org/wpp)|5.713869294001039e-07|
+|cran|[FedData](https://github.com/ropensci/FedData)|5.450941526263646e-07|
+|cran|[uwot](https://github.com/jlmelville/uwot)|5.450941526263646e-07|
+|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|5.450941526263646e-07|
+|cran|smoother|5.450941526263646e-07|
+|cran|[ptw](https://github.com/rwehrens/ptw)|5.450941526263646e-07|
+|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|5.450941526263646e-07|
+|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|5.450941526263646e-07|
+|cran|[longitudinalData](http:www.r-project.org)|5.396432111001024e-07|
+|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|5.164049866986619e-07|
+|cran|[nabor](https://github.com/jefferis/nabor)|5.164049866986619e-07|
+|cran|shinyhelper|5.164049866986619e-07|
+|cran|[bsplus](https://github.com/ijlyttle/bsplus)|5.164049866986619e-07|
+|cran|[turner](http://www.gastonsanchez.com)|5.164049866986619e-07|
+|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|5.164049866986619e-07|
+|cran|[blocksdesign]()|5.164049866986619e-07|
+|cran|[sensitivity](NA)|4.905847373637288e-07|
+|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|4.905847373637288e-07|
+|cran|[summarytools](https://github.com/dcomtois/summarytools)|4.672235593940278e-07|
+|cran|[pastecs](https://github.com/phgrosjean/pastecs)|4.672235593940278e-07|
+|cran|[desplot](https://kwstat.github.io/desplot/)|4.672235593940278e-07|
+|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|4.672235593940278e-07|
+|cran|PairedData|4.672235593940278e-07|
+|cran|harmonicmeanp|4.45986124876114e-07|
+|cran|NBPSeq|4.45986124876114e-07|
+|cran|[rmdformats](https://github.com/juba/rmdformats)|4.45986124876114e-07|
+|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.265954237945426e-07|
+|cran|[coloc](https://github.com/chr1swallace/coloc)|4.265954237945426e-07|
+|cran|[dams](https://github.com/jsta/dams)|4.265954237945426e-07|
+|cran|[reservoir](https://cran.r-project.org/package=reservoir)|4.265954237945426e-07|
+|cran|[ucminf](NA)|4.047324083250768e-07|
+|cran|[audio](http://www.rforge.net/audio/)|3.4691349285006187e-07|
+|cran|[enviPick](NA)|1.9623389494549083e-07|
+|cran|[uroot](https://jalobe.com)|6.033278136522883e-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.